Commit graph

46 commits

Author SHA1 Message Date
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Martin Wilke
07704c4cac - Update to 1.4.16
PR:		119781
Submitted by:	chuck@pkix.net (maintainer)
2008-01-26 22:36:38 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Edward Tomasz Napierala
64cef916dc - Update to 1.4.15.
PR:		ports/114537
Submitted by:	trasz
Approved by:	maintainer, miwi (mentor)
2007-07-13 19:03:52 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Martin Wilke
afcc234a6e - Update to 1.4.13
PR:		ports/106458
Submitted by:	Charles Swiger <chuck@pkix.net> (maintainer)
2006-12-08 22:55:44 +00:00
Andrew Pantyukhin
4a9b7ee276 - Fix MASTER_SITES
Pointy hat to:	erwin
2006-07-28 13:26:02 +00:00
Erwin Lansing
7068e21d29 - Update to 1.4.9
- Fix MASTER_SITES

PR:		96623
Submitted by:	Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
Approved by:	maintainer
2006-05-02 12:50:32 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
5c3baecb91 update port: textproc/raptor to v1.4.8
Update raptor port to latest version.  Please note that the
	diff is missing a SHA256 checksum (adding one would be good
	:-).

PR:		ports/91371
Submitted by:	Charles Swiger <chuck@pkix.net>
2006-01-06 07:17:48 +00:00
Pav Lucistnik
61b119dd50 - Add SHA256
Requested by:	maintainer
2005-11-28 09:44:30 +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
Erwin Lansing
1eb3dcf505 Update to 1.4.7
PR:		87341
Submitted by:	Charles Swiger <chuck@pkix.net> (maintainer)
2005-10-12 19:24:27 +00:00
Pav Lucistnik
2e0fa96e55 - Update to 1.4.5
- Take maintainership

PR:		ports/77242
Submitted by:	Charles Swiger <chuck@pkix.net>
2005-02-08 20:17:29 +00:00
Kirill Ponomarev
f5ecfd4a7a Update to version 1.4.3
PR:		ports/75955
Submitted by:	Ports Fury
2005-01-08 16:41:04 +00:00
Greg Lewis
3724e406be . Update to 1.4.2.
PR:		73476
Submitted by:	Ports Fury
2004-11-04 21:37:08 +00:00
Kirill Ponomarev
d2277d095f Update to version 1.4.1
PR:		ports/73351
Submitted by:	Ports Fury
2004-11-01 18:21:42 +00:00
Kirill Ponomarev
66e4003f68 Update to version 1.3.3
PR:		ports/72329
Submitted by:	Ports Fury
2004-10-12 12:24:05 +00:00
Kirill Ponomarev
3bd5a9ef9a Update to version 1.3.2
PR:		ports/69583
Submitted by:	Ports Fury
2004-07-25 16:24:33 +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
Pav Lucistnik
f956c5b46c - Update to 1.3.1
PR:		ports/68392
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-06-26 15:37:59 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
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
Kirill Ponomarev
40400e6624 - Update to version 1.2.0
PR:		ports/61956
Submitted by:	Ports Fury
2004-01-26 20:23:21 +00:00
Pav Lucistnik
2eff21dbe0 - Update to 1.1.0
PR:		ports/60844
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2004-01-03 00:05:35 +00:00
Kirill Ponomarev
1760d60f5f - Update to version 1.0.0
PR:		56636
Submitted by:	Ports Fury
2003-09-24 14:03:10 +00:00
Kirill Ponomarev
fb1995edff - Update to version 0.9.12
PR:		56041
Submitted by:	Ports Fury
2003-08-27 18:40:42 +00:00
Kirill Ponomarev
71ee8215e3 * Update to version 0.9.11
PR:		55066
Submitted by:	Ports Fury
Approved by:	fjoe (mentor) (implicit)
2003-07-30 18:29:32 +00:00
Ying-Chieh Liao
e44335008a upgrade to 0.9.10 2003-04-18 14:29:49 +00:00
Ying-Chieh Liao
4e9552605e upgrade to 0.9.9 2003-03-29 16:18:44 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Norikatsu Shigemura
d6428c128a Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by:	Ports Fury
2003-02-08 05:27:23 +00:00
Norikatsu Shigemura
4e9800127d Conditionalize libgnugetopt dependencies.
PR:		ports/47758
Submitted by:	Ports Fury
2003-02-02 14:55:53 +00:00
Ying-Chieh Liao
a304357813 upgrade to 0.9.7
PR:		46425
Submitted by:	Ports Fury
2003-01-03 19:08:17 +00:00
Norikatsu Shigemura
41bfa1b012 Ensure that libexpat is not detected.
PR:		ports/45633
Submitted by:	Ports Fury
2002-11-23 08:36:41 +00:00
Oliver Braun
63c44a676e s/expat2/libxml2/ in LIB_DEPENDS to fix build on -current. 2002-11-21 11:44:54 +00:00
Oliver Braun
b2dc59c00f Upgrade to 0.9.6.
PR:		ports/45448
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-11-18 22:16:00 +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
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Jun Kuriyama
0120547e6d Bump PORTREVISION and expat shlib. 2002-09-17 07:41:05 +00:00
Jun Kuriyama
a52ee364a9 Bump portrevision (textproc/expat2 shlib bump). 2002-07-21 02:17:49 +00:00
Dmitry Sivachenko
68517fa550 Update to version 0.9.5.
PR:		40627
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:41:28 +00:00
Ying-Chieh Liao
b26237b863 add raptor
RDF Parser Toolkit for Redland
2001-11-22 10:02:31 +00:00