Commit graph

265 commits

Author SHA1 Message Date
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Erwin Lansing
4b54e19fce Fix on 6.x
PR:		92828
Submitted by:	rik
2006-04-28 08:32:23 +00:00
Mark Linimon
5551abccb7 Reset maintainer at his request. 2006-04-19 15:21:42 +00:00
Maxim Sobolev
5d95200aa4 Update to 1.18. 2006-03-16 02:54:18 +00:00
Edwin Groothuis
2b732ac06c SHA256ify
Approved by:	krion@
2006-02-01 00:22:57 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Tom Rhodes
a38669f695 Fix breakage caused by time_t change.
Requested by:	kris
2006-01-01 13:12:53 +00:00
Marcus Alves Grando
c60af73299 Respect LOCALBASE
Add SHA256

PR:		89936
Submitted by:	maintainer
2005-12-04 21:32:58 +00:00
Edwin Groothuis
801c491d52 Fix maintainers email address
Submitted by:	 private email
2005-12-04 19:57:09 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Mikhail Teterin
adc194756f Look for -luclmmbase under LOCALBASE instead of PREFIX (which is
X11BASE).

Submitted by:	pointyhat via kris

While here fix some more of the warnings, use OpenSSL's MD5 code
instead of vendor's own copy, and use srandomdev instead of
srandom(hostname+time).

Approved by:	portmgr (Kirill)
2005-03-22 21:01:29 +00:00
Mikhail Teterin
7cd341218d Upgrade devel/uclmmbase and mbone/vic to their latest respected
versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)

In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x

Per fenner's (much) earlier e-mail, grab maintainership for the time
being.

PR:		ports/75066 (obsoleted)
Approved by:	fenner (implicitly)
2005-03-20 23:13:45 +00:00
Mario Sergio Fujikawa Ferreira
b9316eb218 Drop maintainership 2005-03-10 22:10:03 +00:00
Volker Stolz
6a38a056ab Fix fetch: Tarballed rerolled, no differences 2005-02-21 16:46:56 +00:00
Kirill Ponomarev
81747e0727 Fix MASTER_SITES.
PR:		ports/77716
Submitted by:	maintainer
2005-02-19 07:51:55 +00:00
Kirill Ponomarev
ebd5247dc1 Fix maintainer's email.
Submitted by:	maintainer
2004-12-24 11:39:19 +00:00
Kirill Ponomarev
dbaf45e114 Change maintainer's email.
PR:		ports/75415
Submitted by:	Takeshi MUTOH <mutoh@openedu.org> (maintainer)
2004-12-23 12:11:30 +00:00
Kirill Ponomarev
4649ff8277 Add DOCSDIR and fix pkg-plist. 2004-12-13 13:37:53 +00:00
Pav Lucistnik
dfc461730d - Fix build on 5.x
PR:		ports/73528
Submitted by:	Janos Mohacsi <janos.mohacsi@niif.hu>
2004-11-04 18:21:14 +00:00
Kris Kennaway
90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00
Kris Kennaway
ebcd930fad BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 02:50:35 +00:00
Mark Linimon
06e114aa39 Fix build on 5.x.
PR:		ports/69091
Submitted by:	Samy Al Bahra <samy at kerneled dot org>
Approved by:	maintainer timeout (1 month)
2004-08-23 07:36:54 +00:00
Kirill Ponomarev
5b4e015a69 Fix build.
Pet portlint.
2004-08-22 15:39:37 +00:00
Eric Anholt
b61bb537d9 Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT. 2004-08-19 01:40:22 +00:00
Mario Sergio Fujikawa Ferreira
c19ae258f8 New port udpcast version 20040531: A file transfer tool using
ethernet's multicast
2004-07-20 22:11:31 +00:00
Kris Kennaway
ea3a65f288 Fix build on -CURRENT
Submitted by:	das
2004-06-09 11:26:09 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Kirill Ponomarev
50321c8082 - Fix MASTER_SITES
- Fix WWW: line

PR:		ports/66708
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-16 16:33:08 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Pete Fritchman
4ad119e496 Update MASTER_SITES.
Submitted by:	maintainer
2004-03-11 00:35:52 +00:00
Kris Kennaway
d48c061ea6 BROKEN on !i386: Does not compile 2004-02-25 10:22:42 +00:00
Kris Kennaway
64a7f5e93a Correct error in previous commit
Noticed by:	Dan Langille
2004-02-18 04:27:36 +00:00
Kris Kennaway
709914a2bf Remove BROKEN tag; this now compiles on 5.x. 2004-02-18 03:55:59 +00:00
Kris Kennaway
866762fe5a Remove BROKEN tag; this port now compiles on 5.x. 2004-02-18 03:55:03 +00:00
Bill Fenner
a998177f76 [seems like when I thought I committed this first, I only committed
in files/ - oops]
Update to sdr 3.0.
Depend on tcl/tk 8.4.

Submitted by:	overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade)
PR:		ports/52779
2004-02-07 16:13:27 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +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
Bill Fenner
a722c752b2 Update tcl/tk dependency to 8.4.
Remove incorrect library dependency in port's Makefile.
2004-02-02 01:24:52 +00:00
Bill Fenner
59ff1d9146 Upgrade rat to version 4.2.25.
Depend on tcl/tk 8.3 (won't build out of the box with 8.4)

Submitted by:	overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade)
PR:		ports/52779
2004-02-02 01:07:25 +00:00
Bill Fenner
4e2842b561 Update to sdr 3.0.
Depend on tcl/tk 8.4.

Submitted by:	overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade)
PR:		ports/52779
2004-02-02 00:55:08 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Joe Marcus Clarke
b7eeb1b30d Use the new ghostscript options.
Submitted by:	linimon
2004-01-20 16:30:09 +00:00
Joe Marcus Clarke
36992a1e2a Add a dummy run-autotools target to pacify the new bsd.port.mk. 2004-01-19 22:01:01 +00:00
Mark Linimon
2e790d0e0e Reset maintainer to ports@ due to maintainer's request -- he hasn't
had enough cycles for FreeBSD for a while.  Thanks for your work
in the past, and hope things calm down for you!
2004-01-12 20:04:47 +00:00