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

93540 Commits

Author SHA1 Message Date
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
8cc71b5f6c Add the net-mgmt category, but do not connect it to the build until it has
some ports.
2004-02-04 05:14:43 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
198d7e35db Add an entry for devel/gettext-old. 2004-02-04 04:39:22 +00:00
Joe Marcus Clarke
3ec45cd1db Remove gettext-old now that gettext is being used by everyone. 2004-02-04 04:38:31 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Joe Marcus Clarke
742adcabd7 * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]
* Remove trailing whitespace from bsd.port.mk [2]
* Enhanced OPTIONS handling [3]
* Add a USE_ICONV macro [4]
* Add a USE_GETTEXT macro [5]
* Add support for p5-Module::Build [6]
* Enhance bsd.sdl.mk with WANT_SDL [7]
* Remove NetBSD and OpenBSD bits from bsd.port.mk [8]
* Correct a type in PKGDIR description in bsd.port.mk [9]
* Add new DIRNAME macro [10]
* Cleanup bsd.port.mk [11]
* The default Perl for -CURRENT has been updated to 5.8.2 [12]
* Optimize recursive operations on the ports tree [13]
* Do not attempt to remove _CPUCFLAGS from CFLAGS if _CPUCFLAGS is
  not defined [14]
* Remove sysutils/rc_subr dependency on -CURRENT [15]
* Add MySQL 5.X support to the ports system [16]
* Fix a comment typo related to MySQL [17]
* Change PTHREAD_{CFLAGS,LIBS} behavior [18]
* Do not check distfile size on FreeBSD < 4.8 [19]
* Do not install ports with security vulnerabilities [20]
* Use ${LOCALBASE}/sbin/pkg_* tools if found [21]
* A new net-mgmt physical category has been added [22]
* Stop relying on port.mkversion [23]
* Fix a regression in checksum processing [24]
* Allow PLIST_{DIRS,FILES} to make use of PLIST_SUB [25]
* Switch to root to run config and rmconfig targets [26]
* Add SIZE attributes for distfiles by default [27]

PR:		61683 [3]
		62131 [4]
		61992 [5]
		61621 [6]
		61877 [7]
		61401 [8]
		61684 [10]
		61684 61955 [11]
		61857 [12]
		61757 [14]
		61454 [15]
		60559 [16]
		62039 [20]
		62039 [21]
		61856 [23]
		61972 [27]
Submitted by:	ale [1]
		marcus [2]
		eik [3]
		trevor [4]
		trevor [5]
		skv [6]
		edwin [7]
		Markus Brueffer <brueffer@phoenix-systems.de> [8]
		trevor [9]
		eik [10]
		eik des [11]
		des [12]
		kris [13]
		marcus [14]
		Sergey Matveychuk <sem@ciam.ru> [15]
		ale [16]
		linimon [17]
		eischen netchild [18]
		marcus netchild [20]
		eik [21]
		wollman [22]
		des [23]
		marcus eik [24]
		marcus [25]
		marcus [26]
		trevor [27]
2004-02-04 04:27:04 +00:00
Joseph Koshy
a00e77567c Fetch the .tar.gz files for this port since the .tar.bz2 distributions
are not mirrored widely.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-04 02:26:16 +00:00
Joe Marcus Clarke
f6ea2fc1c5 Re-add part of the old patch-Makefile.in to fix the package build on bento.
Reported by:	bento
2004-02-04 02:02:38 +00:00
Joe Marcus Clarke
48afb2e934 Update to 4.3.42. 2004-02-03 23:29:26 +00:00
Adam Weinberger
05f507ee13 Update to 4.4.1.
PR:		ports/62244
Submitted by:	ijliao
2004-02-03 21:45:44 +00:00
Joe Marcus Clarke
a41faa82bd * Add another check to make sure bsd.gnome.mk isn't included more than needed
* Remove all trailing whitespace
2004-02-03 21:26:54 +00:00
Josef El-Rayes
15eb81b3be Update wmdrawer to latest version (0.10.4.1).
Approved by:	erwin
		simon(mentor)
2004-02-03 20:54:53 +00:00
Max Khon
f62bb6874f Unbreak:
- fix libtool usage
- add missing LIB_DEPENDS on ltdl.4

Spotted by:	kris
2004-02-03 20:51:29 +00:00
Joe Marcus Clarke
ba4fc61416 Update to 0.30. 2004-02-03 20:39:09 +00:00
Max Khon
73247a1234 Fix build on 64-bit platforms. 2004-02-03 20:31:35 +00:00
Lars Koeller
847dacfab1 o) Update to version 3.10.11
o) Add flag WITH_CGI=yes for building with/without cgi support
o) When cgi support is choosen dependency on libgd is now
   added out of the ports tree (not internal one).
2004-02-03 20:18:25 +00:00
Lev A. Serebryakov
5a6b4f259b Slave port of devel/apr', tuned for devel/subversion' 2004-02-03 19:42:52 +00:00
Oliver Braun
428e52e1ca * Upgrade to 1.2.
* Added knob WITH_HUGS, which will be set automatically if hugs is already
  installed.
2004-02-03 19:40:21 +00:00
Pav Lucistnik
806107bb88 - Fix OPTIONS (they must be before bsd.port.pre.mk)
PR:		ports/62296
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2004-02-03 19:32:37 +00:00
Lars Koeller
16bd8cfb60 o) Update to version 1.32f-4 2004-02-03 19:32:22 +00:00
Lev A. Serebryakov
81db7a78cd New game for port collection: clone of BlockOut game 2004-02-03 19:15:29 +00:00
Greg Lewis
12fefe3233 . Fix the Java include path (bsd -> freebsd).
PR:		62314
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
2004-02-03 19:14:29 +00:00
Oliver Braun
0c3f7ef271 Remove this one. The contents is not true for the current port version. 2004-02-03 19:06:25 +00:00
Lev A. Serebryakov
5294769cac Fix port comment 2004-02-03 19:03:28 +00:00
Michael Nottebrock
091be4305f Fix some fallout from the permissions-fix.
Noticed by: kde-freebsd buildcluster.
2004-02-03 18:53:18 +00:00
Pav Lucistnik
4f8677eb55 - Update to 20031217 snapshot
PR:		ports/62069
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
2004-02-03 17:57:21 +00:00
Joe Marcus Clarke
c8a1c59a11 Add a missing dependency on xproto.
Reported by:	bento
2004-02-03 17:52:08 +00:00
Nik Clayton
94a8b2b8bd Add a dependency on the XML DocBook files.
PR:		ports/53817
Submitted by:	hrs
2004-02-03 17:19:56 +00:00
Nik Clayton
3b06c474ce Remove the mentions of pool_size and max_strings, as newer versions of
TeX ship with values higher than the ones we recommend.

PR:		ports/50022
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2004-02-03 17:16:15 +00:00
Nik Clayton
808c598ccc Update to 1.24, and hand maintainership over to hrs.
PR:     ports/48683, ports/62095
2004-02-03 17:11:16 +00:00
Norikatsu Shigemura
07ba1772bc Add pykawari 8.1.0, pykawari is a real kawari8 module for ninix-aya.
PR:		ports/61787
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2004-02-03 16:16:14 +00:00
Alex Dupre
a37446b1dc Don't limit architectures.
Noticed by:	Petri Helenius <pete@he.iki.fi>
Approved by:	nork (mentor/implicitly)
2004-02-03 15:25:53 +00:00
Michael Landin
eede4e52cf Changed MASTER_SITE as the old one is permanently down. 2004-02-03 15:23:39 +00:00
Mathieu Arnold
6e1514eb6d Update to 0.05
Remove unneeded dep
fixup WWW
fixpu plist
2004-02-03 15:05:15 +00:00
Sergey A. Osokin
9afefea947 Save 771 byte by use DOCSDIR and EXAMPLESDIR macros. 2004-02-03 14:54:18 +00:00
Dag-Erling Smørgrav
f2a21cccf8 Do not grep directories when recursing. 2004-02-03 12:43:37 +00:00
Clement Laforet
eb6a3b4b6b - Update to 1.2.3 2004-02-03 10:28:57 +00:00
Alex Dupre
8e3d92db01 - Update to 1.0 release
- new menu functionnality added
- add support for builtin quit entry and visible property
- load the menu file in use when starting
- add File->Open default menu
- remove quit application confirmation dialog
- title and builtins can be edited
- add SIZE

PR:		ports/62303
Submitted by:	Matt Lancereau <matt@rimasec.net> (maintainer)
Approved by:	nork (mentor/implicitly)
2004-02-03 10:14:00 +00:00
Clement Laforet
8607dc5274 - update to 0.12.1
- kill pkg-plist (use PORTDOCS and PLIST_FILES)
2004-02-03 10:02:26 +00:00
Clement Laforet
a523ac5203 - Update to 1.12.0 2004-02-03 09:54:23 +00:00
Clement Laforet
fb8d61f04a - Update to 0.9.12 2004-02-03 09:38:13 +00:00
Clement Laforet
54ffdd032c - Update to 0.4
- kill pkg-plist

PR:		62082
Submitted by:	Bruce Cran <bruce@cran.org.uk> (maintainer)
2004-02-03 09:32:16 +00:00
Tilman Keskinoz
7c0b3977df Fix Build on AMD64
Submitted by:	Attila Nagy <bra@fsn.hu>
2004-02-03 09:32:10 +00:00
Alexander Nedotsukov
d5c955e33a Get rid of .libs in RPATH entries.
PR:		62162
Reported by:	Matthias Andree <matthias.andree@gmx.de>
2004-02-03 09:23:23 +00:00
Norikatsu Shigemura
94d9ada819 Update to 2004.02.03. 2004-02-03 08:59:41 +00:00
Mark Linimon
2b76031056 Remove ftp/libfxp. The mastersite disappeared a long time ago, and
it never worked on non-i386 in any case.

No objection was noted since a checking in Oct 2004 proclaiming this.
2004-02-03 08:08:42 +00:00
Joe Marcus Clarke
2077d1ee1d Update to 2.4.2. 2004-02-03 06:56:50 +00:00
Greg Lewis
dfcb3af5b8 1. Add a freshclam rc.d script to start freshclam so the AV database is
updated periodically.  Loosely based on the script in the PR.
2. Reorder some operations in the various Makefile targets.
3. Bump PORTREVISION.

PR:		61966 [1]
Submitted by:	Douglas K. Rand <rand@meridian-enviro.com>
2004-02-03 06:46:21 +00:00