1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

84051 Commits

Author SHA1 Message Date
Edwin Groothuis
9d62c91f80 Update port: chinese/fcitx
update MASTER_SITES.

PR:		ports/56686
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-09-24 09:12:33 +00:00
Edwin Groothuis
9f6693e89f Update port: chinese/CJK
add WWW location.

PR:		ports/56687
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-09-24 09:11:05 +00:00
Kirill Ponomarev
aaf82e8720 - Update to 0.5.1
PR:		57141
Submitted by:	maintainer
2003-09-24 09:09:32 +00:00
Kirill Ponomarev
89048fd5c6 - Update to 0.8.10
PR:		57140
Submitted by:	maintainer
2003-09-24 09:06:54 +00:00
Edwin Groothuis
8917c8e4e6 Update port: graphics/openrm 1.4.3 -> 1.5.0
Updating port 1.4.3 -> 1.5.0 details:
	1. Fixed contact emails
	2. Wrote patches for the port in a different manner
	(now it would be easier to submit them to openrm developers)
	Unfortunatly openrm has quite ugly building environment, so
	MAKE_ARGS still remain.
	3. Removed comments around pthread_setconcurrency in both
	library sources and one of demos. This function has been finally added
	to STABLE.

PR:		ports/56996
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2003-09-24 09:03:28 +00:00
Edwin Groothuis
ed7cb5baac iUpdate port: net/cvsync 0.24.7
Update to 0.24.7.

PR:		ports/57011
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-09-24 09:02:13 +00:00
Edwin Groothuis
ff0b1b2d09 Update mod_jk to 1.2.4 & add optional apache2 building
This update updates mod_jk to 1.2.4 and optionally creates
	an apache2 module, if APACHE_PORT is set to ${PORTSDIR}/www/apache2

	As a separate PR, I send a new slave port that will hopefully
	see to it that there's a package at your favourite package
	site for both versions of apache.

PR:		ports/56657
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-09-24 08:55:01 +00:00
Dmitry Sivachenko
7525388ae6 Update to version 2.30.
Take maintainership.

Approved by:	former maintainer
2003-09-24 08:49:54 +00:00
Edwin Groothuis
2d4fcfa223 [Maintainer Update] Port: lang/php5
Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak).
	Add DB4 extension.
	Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP.

PR:		ports/56979
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-09-24 08:49:20 +00:00
Erwin Lansing
021a90a648 Add p5-Email-LocalDelivery-Ezmlm 0.10,
deliver mail into ezmlm
archives.

PR:		56574
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-24 08:49:00 +00:00
Edwin Groothuis
7abfbb7e73 [Maintainer Update] Port: www/turck-mmcache
Update to 2.4.0 release.

PR:		ports/57084
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-09-24 08:47:39 +00:00
Erwin Lansing
247cf5f2d5 Update to 0.7
Now uses Image::Imlib2 instead of Inline "fixing" a lot of problems
users were having with Inline
2003-09-24 08:45:08 +00:00
Trevor Johnson
4b593136f0 Install libobparser and libobrender shared libraries.
noticed by:     Andrew J. Caines of halplant.com and Hendrik Scholz
		of raisdorf.net

Install openbox.desktop.
2003-09-24 08:43:01 +00:00
Edwin Groothuis
5b0bf6e947 Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-24 08:37:39 +00:00
Erwin Lansing
0ca18c7143 Fix build on 5.x
When attempting to build the didentd port on FreeBSD 5.1-R, it
fails in get_info4.c and get_info6.c with a complaint that it
does not know the size of variable 'uc'.

PR:		56332
Submitted by:	Pat Lashley <patl+freebsd@volant.org>
Approved by:	maintainer timeout (3 weeks)
2003-09-24 08:17:35 +00:00
Erwin Lansing
a48e8aef24 use reinplace instad of perl 2003-09-24 08:16:46 +00:00
Edwin Groothuis
a743fc8391 (bump port-revision, my mistake)
PR:		ports/57052
2003-09-24 08:14:11 +00:00
Edwin Groothuis
59dd375fc4 [patch] graphics/svgalib checks wrong virtual console for ownership
graphics/svgalib contains an off-by-one error in the code
	that checks that the user is the owner of the current virtual
	terminal.  Instead of checking /dev/ttyv[X], it checks
	/dev/ttyv[X+1].

	Submitted by:	Chris Pressey <cpressey@catseye.mine.nu>

	This happens because svgalib was written for Linnex, and
	they start tty numbering from 1, contrary to FreeBSD, which
	does it from 0.  I always knew that FreeBSD is better: who
	counts from 1 in this world?! ;-)

PR:		ports/57052
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-09-24 08:13:29 +00:00
Erwin Lansing
76f9383fbb Add p5-Image-Imlib2
Image::Imlib2 is a Perl port of Imlib2, a graphics library
that does image file loading and saving as well as manipulation,
arbitrary polygon support, etc. It does ALL of these operations
FAST. It allows you to create colour images using a large number
of graphics primitives, and output the images in a range of formats.

PR:		56701
Submitted by:	erwin
2003-09-24 07:51:36 +00:00
Greg Lewis
6919c4e8e4 . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should
be on FTP sites according to my understanding of the license.  Mea culpa.

Approved by:	portmgr (kris)
2003-09-24 06:05:40 +00:00
Joe Marcus Clarke
ea7fd670ea Conditionalize the epiphany dependency as Mozilla does not work on
-STABLE Alpha.
2003-09-24 05:59:45 +00:00
Trevor Johnson
afa0241446 Add forgotten dependencies on glib 2.X and libxml 2.X.
Submitted by:	Andrew J. Caines of halplant.com
requested by:	kris
2003-09-24 05:59:05 +00:00
Kris Kennaway
4be27e8cdd Fix build on -STABLE.
Submitted by:	tjr
2003-09-24 05:52:34 +00:00
Kris Kennaway
05092710d7 Back out previous commit. Further inspection reveals that it is the
diablo-jdk port that is bogusly requiring manual input at pkg_add time,
thereby preventing any other packages from building with it.
2003-09-24 03:28:24 +00:00
Kris Kennaway
ad06691197 Mark as IS_INTERACTIVE because it asks for manual license acceptance and
causes the bento build to loop.

This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
2003-09-24 03:25:51 +00:00
Joe Marcus Clarke
6ac820fd58 More build fixes for Alpha. 2003-09-24 01:34:11 +00:00
Anders Nordby
9019ec2268 Make vmware3 fetchable.
Approved by:	bento
2003-09-24 00:59:23 +00:00
Anders Nordby
62e0146a64 Make vmware2 fetchable.
Approved by:	bento
2003-09-24 00:59:22 +00:00
Dirk Meyer
ae53ed442c - Security Fix obtained from OpenBSD
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/buffer.c.diff?r1=1.18&r2=1.19

Submitted by:	ash@lab.poc.net
2003-09-23 19:16:49 +00:00
Tom Hukins
691a5859f4 Remove a MASTER_SITE with a corrupt DISTFILE as reported by bento. 2003-09-23 19:01:01 +00:00
Michael Haro
812b398493 Update to fix vulnerability in proftpd
Submitted by:	osa
Approved by:	portmgr (marcus)
2003-09-23 18:42:43 +00:00
Andrey A. Chernov
4a2939c535 Integrate official DOS-attack prevention patch
Add -- to tar args to stop hacking with "-"-started files in ftpconversions

Approved by: security-officer ('--' fix), portmgr
2003-09-23 16:58:10 +00:00
James E. Housley
abdad978e6 Update to DAT 4294
Fixes bento fetch error
2003-09-23 16:00:35 +00:00
Jacques Vidrine
3afccea6c1 Mark FORBIDDEN due to remotely exploitable vulnerability.
http://xforce.iss.net/xforce/alerts/id/154
2003-09-23 15:34:38 +00:00
Yen-Ming Lee
9ea44383d6 unbreak chinese/dictd
PR:		56688, 56771
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
		KATO Tsuguru <tkato@prontomail.com>
2003-09-23 14:55:56 +00:00
Peter Pentchev
7b468b28fa Update to MySQL 4.0.15 to fix the password denial-of-service problem.
Check for OVERWRITE_DB="no" in addition to just the test for its presence.

PR:		56703
Submitted by:	maintainer
Approved by:	security-officer (nectar)
2003-09-23 14:34:18 +00:00
Yen-Ming Lee
e21bd62201 fix PLIST problem
Bento log:	http://bento.freebsd.org/errorlogs/i386-4-latest/sr-2.3.1.log
2003-09-23 10:20:29 +00:00
Yen-Ming Lee
221d70bed6 fix PLIST problem
PR:		56697
Submitted by:	leeym
2003-09-23 09:58:48 +00:00
Gerald Pfeifer
37ad838ffa Unbreak build on -STABLE (partly by fixing the incorrect PERL->REINPLACE_CMD
substitution).

PR:		55475
Submitted by:	Michael Hsin <mhsin@mhsin.org>
2003-09-23 09:08:06 +00:00
Michael Reifenberger
71225ba5ab Unbreak nitpicker which user mkdirhier for installing the programs.
Replace `mkdirhier` with `mkdir -p`.
Include ports/56723 which avoids the fragile install targets
by using ${INSTALL_PROGRAMM}.
Install parse_flowfile.

PR:		ports/56723
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	kris
2003-09-23 08:17:36 +00:00
Kirill Ponomarev
0e2dbcef26 - Fix build package and honor PREFIX
http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log

PR:		57105
Submitted by:	maintainer
2003-09-23 08:14:36 +00:00
Kirill Ponomarev
17fc1fcde0 - Unbreak and upgrade to 1.1.0 (fix bento error)
http://bento.freebsd.org/errorlogs/i386-4-full/clip-0.99_1.log

PR:		57068
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-23 08:06:25 +00:00
Kirill Ponomarev
0ba79ed8ce - Add missing dependancy of libnet-devel, reported by bento
- Use DOCSDIR

PR:		56885
Submitted by:	maintainer
2003-09-23 07:43:56 +00:00
Kirill Ponomarev
6466f087aa - Per bento, this port will not install with the perl in stock
4.x. Mark it IGNORE
- Use DOCSDIR macro

PR:		56473
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-23 07:24:09 +00:00
Edwin Groothuis
3052c64bbb Fix checksum. Diff is supplied in PR.
PR:		ports/56861
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-23 06:20:11 +00:00
Gerald Pfeifer
5e545ac8ad Unbreak build on 4-STABLE.
PR:             56725
Submitted by:   Simon Barner <barner@in.tum.de>
Reviewed by:	Rasmus Kaj <kaj@e.kth.se> (maintainer)
Tweaked by:	Rasmus Kaj, myself
2003-09-22 22:09:17 +00:00
Joe Marcus Clarke
cf1403ea42 Chase the libexif shared lib version.
Reported by:	Larry Rosenman <ler@lerctr.org>
2003-09-22 19:12:25 +00:00
Joe Marcus Clarke
7e6e454565 Fix build on Alpha (and probably other 64-bit platforms).
Reported by:	bento
2003-09-22 18:49:40 +00:00
Dag-Erling Smørgrav
065b992071 Remove gnats4 from the Makefile. It should not have been imported since
the ports tree is frozen.  It will be reconnected once the freeze is over.

Requested by:	portmgr
Pointy hat to:	des
2003-09-22 17:49:39 +00:00
Thomas Gellekum
4efa047e8d Add patch that fixes a problem with Python-2.3's Tkinter.
Approved by:	portmgr (will)
Obtained from:	sketch-0.6.16 pre-release
2003-09-22 13:05:11 +00:00