1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

115728 Commits

Author SHA1 Message Date
Niels Heinen
c4351f8170 Added 5 MySQL vulnerabilities
Approved by: nectar (mentor)
2004-12-16 10:51:17 +00:00
Maho Nakata
0877d6533b gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:

o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html

For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280

Many thanks to: Pavel Janik <Pavel at Janik.cz>

PR:	74937
2004-12-16 10:36:06 +00:00
Maho Nakata
209956f2df Make this port a slave port of lang/gcc40. 2004-12-16 10:25:07 +00:00
Maho Nakata
36e42dfd04 Back out to original. Maho (myself) committed
at different place.

Pointy hat to:  maho
Submitted by:   pav
2004-12-16 10:11:31 +00:00
Edwin Groothuis
cb9eca25c6 New Port: net/coccinella jabber client
A Jabber client with whiteboard communication Please check
	this port twice, because its my first one.

PR:		ports/73013
Submitted by:	Marc <marc@bruenink.de>
2004-12-16 09:44:49 +00:00
Maho Nakata
5de6d77527 Adding knob WITH_FORTRAN.
Now we have GNU Fortran 90/95 compiler
with this knob.

PR:		74187
Approved by:	gerald (maintainer)
2004-12-16 09:32:21 +00:00
Edwin Groothuis
9a71d72b31 New port: net/c3270 - to replace net/tn3270 - Full-screen curses-based
remote login to IBM mainframes

    This port is the latest version of IBM 3270 terminal emulators
    as an open source project that I can find.  The net/tn3270 port
    is dead-dead-dead and will take too much effort to fix on
    5.x-6.x-Current.  This new port is part of a group and has been
    separated such that the user can pick & choose what he wants.
    This particular port is for full-screen text-mode aka console
    sessions with support for curses, OpenSSL, scripting, and
    SNA-printer emulation with IBM mainframes.

    I am unable to test most of the extra functionality.  Also I
    am continuing to investigate some text-mode anomalies that may
    be highly dependent on the graphics/video card in use.  But we
    do need a working replacement for net/tn3270, and this is 'it'.

    Before accepting this new port:

    Firstly, I need someone with legal eyes to look over this
    project's licensing details at http://x3270.bgp.nu/license.html
    , please.  (I posted this request on -ports@ a few weeks ago
    to no avail.)

    If agreeable, the next thing to do is ditch the port net/tn3270
    entirely.  I'm not sure how to do that myself (and not being
    able to do CVS thru our political firewall here at work).

    Thirdly, if agreeable, simply add this new port net/c3270 to
    the collection, please.  Yes it comprises only three little
    files.  ;)

    Fourthly, people with access to mainframes: Test Test Test Please!  :)

I don't agree with ditching x3270 though.

PR:		ports/72367
Submitted by:	"Paul Seniura" <pdseniura@techie.com>
2004-12-16 09:25:27 +00:00
Maho Nakata
450d1be6e1 gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:

o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html

For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280

Many thanks to: Pavel Janik <Pavel at Janik.cz>
2004-12-16 09:16:23 +00:00
Edwin Groothuis
362db3d388 Make portlint a little bit happier. 2004-12-16 09:09:24 +00:00
Edwin Groothuis
8f7fc644d0 Update port: x11/x3270 to version 3.3.2p1
This port has been stuck on an ancient, non-SSL-capable version
    for seveal years.  Please consider updating to a more recent
    upstream source.

    The attached files are offered as a starting point; some
    "adjustment" is probably needed.  Note that what's below
    completely replaces the previous port; all previous patches are
    no longer valid.  Also, I've added "net" to the CATEGORIES,
    along with a link to the official web page in the package
    description.

    The compilation produces one "warning: assignment from incompatible
    pointer type"; this deserves further investigation (particularly
    for 64-bit builds).

    Since I do not have access to the requisite legacy systems, I
    am unable to properly test this software (particularly the SSL
    aspects).

PR:		ports/70808
Submitted by:	Eric P. Scott <eps+psub0408@ana.com>
Approved by:	maintainer timeout
2004-12-16 09:07:41 +00:00
Volker Stolz
11fc19071e Prune dead host in MASTER_SITES
PR:		ports/71636
Submitted by:	"parv"
2004-12-16 08:55:24 +00:00
Clement Laforet
15ee98b7a3 - Remove 2 apr related directory
Reported by:		pointyhat via kris
Huge pointyhat to:	me
2004-12-16 08:25:33 +00:00
Kris Kennaway
dd7df17bce BROKEN: Changes ownership of previously-installed files 2004-12-16 08:01:10 +00:00
Greg Lewis
40d510ac4f . Respect hier(7).
. Use a better ALL_TARGET.  Having check as part of it tried to install
  some files.  Use check-runs to achieve the desired testing without
  doing any installation.
. ${INSTALL_MAN} -> ${INSTALL_DATA} for doc installation (they aren't
  manual pages).
2004-12-16 07:08:25 +00:00
Kris Kennaway
4debdfc471 Don't remove system locale directories 2004-12-16 05:58:08 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Dirk Meyer
34b856ebd9 - assume all ldap version work
PR:		75077
Submitted by:	Jose M Rodriguez

- don't install helpfile on pointyhat cluster
2004-12-16 05:04:40 +00:00
Dirk Meyer
f8b42ab2f1 - assume all ldap version work
PR:		75077
Submitted by:	Jose M Rodriguez

- don't install helpfile on pointyhat cluster
2004-12-16 04:56:22 +00:00
Dirk Meyer
2c13adb30c - gtksignal.h ist only broken for ia64 2004-12-16 04:17:38 +00:00
Akinori MUSHA
6ca2c42d3d Update to 2.0.14, which fixes a cross-site scripting problem. 2004-12-16 03:51:29 +00:00
Michael Johnson
24d61d1805 pnetlib isn't quite ready for libtool15, backout to libtool13 2004-12-16 02:14:31 +00:00
Michael Johnson
52ab093de6 Move from libtool13 to libtool15 2004-12-16 01:54:51 +00:00
Thierry Thomas
86f69409cd Upgrade to the latest snapshot. 2004-12-15 23:22:06 +00:00
Thierry Thomas
91a15d3afe Upgrade to latest version.
Suggested by:	Pedro F. Giffuni.
2004-12-15 23:13:02 +00:00
Pav Lucistnik
c705001068 - Drop requirement for exact python version
- Unmark BROKEN

PR:		ports/75084
Submitted by:	Pasi Hirvonen <psh@iki.fi> (maintainer)
2004-12-15 23:11:48 +00:00
Edwin Groothuis
b59589375c New port: graphics/hugin - a gui system to mount panoramic images
from individual pictures

	Goal: an easy to use cross-platform GUI for Panorama Tools.

	With hugin you can assemble a mosiac of photographs into a
	complete immersive panorama, stitch any series of overlapping
	pictures and much more.

	WWW: http://hugin.sourceforge.net/

PR:		ports/71849
Submitted by:	Carlos Eduardo G. Carvalho <cartola@openit.com.br>
2004-12-15 23:04:42 +00:00
Kirill Ponomarev
0da3352921 Install documentation to DOCSDIR.
Honour NOPORTDOCS macro.

Based on PR:	ports/74982
Submitted by:	skv
2004-12-15 22:59:23 +00:00
Edwin Groothuis
a27d4fe605 <siks> hm math/clarence is maintained by ports@
<siks> i might consider maintaining that
2004-12-15 22:59:22 +00:00
Edwin Groothuis
59912f789f New port: devel/pear-HTML_QuickForm_SelectFilter Element for
PEAR::HTML_QuickForm that defines dynamic filters

	The PEAR::HTML_QuickForm_SelectFilter package adds an element
	to the PEAR::HTML_QuickForm package that is used to define
	dynamic filters on the client side for select elements.

PR:		ports/75123
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-12-15 22:57:07 +00:00
Pav Lucistnik
6d32d5e83c - Update to 1.0.2
PR:		ports/74991
Submitted by:	Rudolf Polzer <freebsd-dr@durchnull.de> (maintainer)
2004-12-15 22:57:00 +00:00
Michael Johnson
a6e5919602 Utilize USE_GMAKE to fix build on 6.x
Approved by:	maintainer
2004-12-15 22:56:46 +00:00
Edwin Groothuis
5d3bc918ee ports/75117: update port: net/boinc-client - Makefile/plist correction
for when package is used

	Correction to the Makefile and pkg-plist to ensure proper
	creation and removal of the ${PREFIX}/boinc/projects directory
	when port is installed from a pre-compiled package.

PR:		ports/75117
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com>
2004-12-15 22:51:43 +00:00
Gerald Pfeifer
ee51661154 Update to the 20041210 snapshot of GCC 3.4.4. 2004-12-15 22:27:01 +00:00
Simon L. B. Nielsen
71a130d9e5 Document two vulnerabilities in phpMyAdmin. 2004-12-15 22:21:35 +00:00
Edwin Groothuis
c866955388 [patch] multimedia/win32-codecs doesn't install when not root
PR:		ports/74286
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2004-12-15 22:20:04 +00:00
Thierry Thomas
0da2f56d0e Chase the upgrade of Python 2.4 and unbreak.
PR:		ports/74963
Submitted by:	/me
Reported by:	krion via pointyhat.
2004-12-15 22:17:22 +00:00
Kirill Ponomarev
5f65189630 Update to 0.2.3 2004-12-15 22:15:56 +00:00
Thierry Thomas
dd2e630ed2 Chase the upgrade of Python 2.4, to unbreak py24-sqlrelay.
PR:		ports/74963
Submitted by:	/me
Approved by:	demon (maintainer).
2004-12-15 22:15:42 +00:00
Thierry Thomas
b1c2c7eea0 Upgrade to Realplayer 10.0.1.436 (gold).
Notes:
- linux_base-8 is needed to run its dependencies;
- the committed port is a merge of PR ports/68145 and ports/74229
  with my modifications.

PR:		ports/68145
Submitted by:	Jean-Yves Lefort
PR:		ports/74229
Submitted by:	Craig Rodrigues.
2004-12-15 21:02:13 +00:00
Thierry Thomas
e1f4c55aee - Adds the dependencies needed to run gtk-query-immodules-2.0 and
gdk-pixbuf-query-loaders;

- Generates gtk.immodules in post-install rather than shipping it with
  the port;

- Generates gdk-pixbuf.loaders.

PR:		ports/68133
Submitted by:	Jean-Yves Lefort
Approved by:	maintainer time-out.
2004-12-15 21:00:17 +00:00
Lars Thegler
af8e897790 Add p5-Cache 2.02, a Perl Cache interface. 2004-12-15 20:59:44 +00:00
Thierry Thomas
52d5bb295d - Adds the dependencies needed to run pango-querymodules;
- Cleans the post-install target and stops ignoring error.

PR:		ports/68124
Submitted by:	Jean-Yves Lefort
Approved by:	maintainer time-out.
2004-12-15 20:59:28 +00:00
FUJISHIMA Satsuki
7ce179ce8c update to 7.54u1 (20041210).
|This is a security update.
http://www.opera.com/freebsd/changelogs/754u1/index.dml

PR:		75116
Submitted by:	maintainer
2004-12-15 20:13:25 +00:00
Greg Lewis
1f2099efbe . Add USE_GNOME=pkgconfig as this port installs pkgconfig meta data. This
also fixes a problem with the packing list (libdata/pkgconfig would be
  created by the port but not removed by it, now it will be done by the
  pkgconfig port).

PR:		75119
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-12-15 19:04:25 +00:00
Herve Quiroz
2c6acab246 - Register a dependency on a JRE to extract the port [1]
- Minor fix to calm portlint

Reported by:	pointyhat via kris [1]
2004-12-15 18:51:28 +00:00
Koop Mast
1e029bdb85 Update to version 0.3.2 [1].
Grab maintainership

PR:		74362 [1]
Submitted by:	ijliao
2004-12-15 18:50:49 +00:00
Mario Sergio Fujikawa Ferreira
e59be8137c New port kmenc15 version 0.02: KDE advanced MEncoder frontend, ala, VirtualDub 2004-12-15 18:48:15 +00:00
Tilman Keskinoz
2b6c4cf4af Add an -h option, argument for debugging multihomed URLs
PR:		72144
Submitted by:	Jim Salter <send-pr@jrssystems.net>
Approved by:	maintainer
2004-12-15 18:17:20 +00:00
Oliver Lehmann
6b48323ef5 update to 1.0.0.r.1 2004-12-15 18:08:59 +00:00
Mario Sergio Fujikawa Ferreira
d62c1c99c9 New port konverter version 0.92-beta1: KDE MEncoder frontend 2004-12-15 17:31:10 +00:00