Commit graph

58 commits

Author SHA1 Message Date
Martin Wilke
f5c6700f05 - Update to 3.2.0
PR:		148555
Submitted by:	Ports Fury
2010-07-15 05:13:34 +00:00
Martin Wilke
829870f564 - Update to 2.42.0
PR:		146304
Submitted by:	Ports Fury
2010-05-09 11:21:56 +00:00
Martin Wilke
283c0e8836 - Update to 2.40.0
PR:		143438
Submitted by:	Ports Fury
2010-02-02 22:42:52 +00:00
Martin Wilke
e201efbc29 - Update to 2.36.0
PR:		141293
Submitted by:	Ports Fury
2009-12-13 00:20:31 +00:00
Martin Wilke
acaae3cda2 - Update to 2.34.0
PR:		137008
Submitted by:	Ports Fury
2009-07-26 15:47:28 +00:00
Martin Wilke
e84f884877 - Update to 2.32.1
PR:		136476
Submitted by:	Ports Fury
2009-07-09 09:05:41 +00:00
Martin Wilke
e820c10f49 - Update to 2.32.0
PR:		136046
Submitted by:	Ports Fury
2009-06-26 14:50:42 +00:00
Martin Wilke
562b10cf6a - Update to 2.30.0
PR:		135640
Submitted by:	Ports Fury
2009-06-18 12:19:10 +00:00
Martin Wilke
54cc1c7117 - Update to 2.28.1
PR:		135032
Submitted by:	Ports Fury
2009-05-30 18:48:53 +00:00
Martin Wilke
9989667408 - Update to version 2.26.0
PR:		134285
Submitted by:	Ports Fury
2009-05-09 09:19:12 +00:00
Martin Wilke
9bd31e8ded - Add backup mirror 2009-04-05 09:22:33 +00:00
Martin Wilke
91e0c05d70 - Update to 2.22.0
PR:		133315
Submitted by:	Ports Fury
2009-04-03 08:52:24 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Wesley Shields
765ab7b244 - Properly handle NOPORTDOCS
Pointy hat:	me
Noticed by:	pav
2009-02-21 05:23:32 +00:00
Wesley Shields
7ae73b034d - Respect NOPORTDOCS
PR:		ports/131797
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-02-19 16:32:30 +00:00
Ying-Chieh Liao
d98fbe1fb4 add missing docs in plist 2009-01-29 14:45:30 +00:00
Ying-Chieh Liao
e4a950877e add missing perl dependency 2009-01-28 03:22:03 +00:00
Ying-Chieh Liao
fff0d37b93 upgrade to 2.14.0 2009-01-26 13:55:04 +00:00
Ying-Chieh Liao
0bd8b12ce6 upgrade to 2.8.14 2007-12-17 04:38:29 +00:00
Ying-Chieh Liao
18615c5858 upgrade to 2.8.13 2006-11-20 12:30:58 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Ying-Chieh Liao
fcf1a97c1a upgrade to 2.8.12 2006-04-14 01:03:06 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
45a44e27c7 - Add SHA256 2005-11-24 19:28:01 +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
Emanuel Haupt
47d61a0a87 - Update to 2.8.11
- Update master site
- Update WWW

PR:		88189
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-10-29 18:53:10 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Florent Thoumie
a530dcf321 - Update to version 2.8.10.
PR:		ports/79472
Submitted by:	Ports Fury
2005-04-04 07:54:38 +00:00
Ying-Chieh Liao
2854f882c6 upgrade to 2.8.7 2004-08-02 07:37:08 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Ying-Chieh Liao
eda741f818 upgrade to 2.8.6 2003-03-26 15:35:16 +00:00
Akinori MUSHA
2ab2d59488 De-pkg-comment. 2003-02-20 17:32:26 +00:00
Ying-Chieh Liao
9af8135fb5 upgrade to 2.8.4 2003-02-11 16:27:47 +00:00
Edwin Groothuis
83deb53938 Update port: games/freecell-solver to 2.8.3
PR:		ports/46938
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-12 01:32:12 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Ying-Chieh Liao
8da0f226fa upgrade to 2.8.2
PR:		44971
Submitted by:	Ports Fury
2002-11-06 17:13:34 +00:00
Oliver Braun
93e0e22f6d Upgrade to 2.8.0.
PR:		44347
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-10-21 20:56:44 +00:00
Ying-Chieh Liao
db56811e51 upgrade to 2.6.3 2002-08-24 17:44:43 +00:00
Kris Kennaway
068c64e5c4 <malloc.h> -> <stdlib.h> to fix build on current 2002-08-23 05:21:24 +00:00
Ying-Chieh Liao
741e81ebc6 upgrade to 2.6.2 2002-07-26 09:08:35 +00:00
Ying-Chieh Liao
21b3c103e2 upgrade to 2.6.1 2002-07-22 12:43:37 +00:00
Ying-Chieh Liao
d55df77e86 upgrade to 2.6.0 2002-07-13 10:56:55 +00:00
Ying-Chieh Liao
d085510a37 upgrade to 2.4.0 2002-03-30 13:56:10 +00:00
Ying-Chieh Liao
345d43f625 upgrade to 2.2.2 2002-02-21 06:24:50 +00:00
Ying-Chieh Liao
608b3cf5cc upgrade to 2.2.0 2002-02-20 05:49:39 +00:00
Ying-Chieh Liao
88ee0b3a9a upgrade to 2.0.2 2002-02-05 07:07:00 +00:00
Ying-Chieh Liao
b0e884cb1b upgrade to 2.0.0 2001-12-20 10:35:28 +00:00