1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

79 Commits

Author SHA1 Message Date
Mark Linimon
79cb5fc7ff Reset mikeh, who has not done any commits for over a year.
Hat:		portmgr
2008-09-01 00:59:45 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +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
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +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
Mike Heffner
10520cd7e6 Until I find time to test the new OpenLDAP, remove the option to build with it. Sean McNeil
reports this is breaking an INDEX build and I don't want that.
2004-11-16 03:58:29 +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
Mike Heffner
ddd1e3c72a Patch the correct files to rename the installed library.
PR:   ports/67053
2004-05-26 02:28:43 +00:00
Mike Heffner
cda3dcb30f Remove conflict with qt3 by back-porting a patch from the next
release.

Repeatedly reminded by:	Conrad Sabatier <conrads@cox.net> ;-)
2004-05-21 03:22:42 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Mike Heffner
938f5dab31 Fix case of koi8-r charset.
PR:	 ports/63383
2004-02-29 17:46:11 +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
Mike Heffner
b31119e25b Update to 1.5.5. No longer need hack for running autogen.sh. 2004-01-18 20:14:31 +00:00
Mike Heffner
8a2e324b7f Update FTP mirror address. 2004-01-11 19:14:46 +00:00
Michael Nottebrock
803e4048dc Declare (or resolve) conflicts for KDE and QT. 2003-10-17 06:09:39 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Mike Heffner
39c2666fe9 Add knobs for building with LDAP and NAS support. 2003-06-11 03:02:33 +00:00
Mike Heffner
83a94660f1 Add the option to compile in faces support with WITH_FACES.
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-06-10 03:06:31 +00:00
Adam Weinberger
eda40cd6f7 USE_ESOUND is going away. Use USE_GNOME+= esound instead. 2003-04-20 22:26:23 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Mike Heffner
33ca80d210 Upgrade to a patch release to fix config system bug. 2003-02-15 19:34:26 +00:00
Mike Heffner
f2424c9975 Update to 1.5.4. 2003-02-08 17:59:46 +00:00
Mike Heffner
e0eac3b80e snprintf->vsnprintf, fixes build on alpha 2003-01-16 17:43:22 +00:00
Mike Heffner
2ab286d890 Resort the MASTER_SITES to distribute the ftp load. 2003-01-05 16:30:22 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Mike Heffner
7e85ad6200 Upgrade to 1.5.3. 2002-11-06 15:25:05 +00:00
John Baldwin
c8181e4c1a Get this to compile with gcc 3.x on -current. Mostly consists of moving
this to ANSI C++.

Approved by:	mikeh (maintainer)
2002-10-16 15:49:57 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Mike Heffner
596e961f4e Bento is now satisfied. 2002-07-06 21:39:32 +00:00
Mike Heffner
275117a9e4 Oops...forgot a few to bump lib. version. 2002-07-04 09:31:36 +00:00
Mike Heffner
234fcd01fa Prepare for xforms update. 2002-07-02 06:34:56 +00:00
Mike Heffner
c774cb861f Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it. 2002-06-29 04:15:42 +00:00
Mike Heffner
930fef5342 Make BROKEN message more informative. 2002-06-28 05:15:25 +00:00
Kris Kennaway
b3b9caeaff BROKEN: does not find autoconf 2002-05-17 09:39:03 +00:00
Mike Heffner
24028e6fea Partial fix for automake/autoconf breakage. 2002-01-21 19:49:44 +00:00
Mike Heffner
ccd1417439 Update mirror address. 2002-01-16 04:54:30 +00:00
Mike Heffner
6c1604111d Upgrade to 1.5.2. 2002-01-13 23:57:48 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mike Heffner
46d0899d52 Upgrade to version 1.5.1. 2001-10-02 21:51:48 +00:00
Mike Heffner
ad149bc78e Revert last commit and fix for libtool. Also add optional esound support.
Submitted by:	Pete Fritchman <petef@databits.net> (esound support)
2001-07-08 15:37:17 +00:00
Mike Heffner
c2b06a0e24 This port doesn't use libtool so remove the check for it.
Noticed by:	bento
2001-07-06 00:30:50 +00:00
Mike Heffner
b72c39c559 Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the
original maintainer has not responded to emails and this port is very old.

PR:		ports/28397
Reviewed by:	Duncan Barclay <dmlb@dmlb.org> (original patches)
Patches fixed by:	dwcjr
2001-07-03 01:20:09 +00:00
David W. Chapman Jr.
2463e32518 Update MASTER_SITE
PR:		27910
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-06-19 15:50:00 +00:00