1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

131 Commits

Author SHA1 Message Date
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Dirk Meyer
cdc95da310 - remove obsolte patch, it was included upstream. 2009-09-15 05:08:14 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
c67ac2c555 - use freetype2 2009-07-06 07:21:58 +00:00
Dirk Meyer
ae2eb11cf9 - update to 0.95.2 2009-06-06 07:49:00 +00:00
Dirk Meyer
f4b3543e0f - record xextproto as explicit dependency 2009-01-14 15:51:44 +00:00
Dirk Meyer
a0d90584b9 - fix include for gcc43
Obtained from:	fedora.redhat.com
2008-12-13 06:02:50 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Dirk Meyer
50179d1567 - clean X11BASE 2008-03-30 09:36:46 +00:00
Dirk Meyer
640540b007 - set USE_XORG 2008-03-17 16:32:52 +00:00
Edwin Groothuis
c74701832f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:27:14 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Dirk Meyer
94688b1bb3 - use PACKAGE_BUILDING 2007-06-26 16:58:33 +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
Pav Lucistnik
1f478412e1 - Convert to USE_LDCONFIG
Approved by:	dinoex (maintainer)
2007-02-01 13:45:09 +00:00
Dirk Meyer
60951c9ae0 - take mainatinership 2006-11-03 04:55:40 +00:00
Dirk Meyer
af45108c6e - unbreak package build
backout USE_LDCONFIG

Reported by: pointyhat
2006 Aug 28 06:08:20    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
2006 Aug 25 01:30:35    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
2006 Aug 23 10:13:56    lesstif-0.95.0,2.log            libdata/ldconfig/lesstif
http://pointyhat.freebsd.org/errorlogs/amd64-7-latest/lesstif-0.95.0,2.log
2006-08-31 04:40:36 +00:00
Cheng-Lung Sung
7fcd38cac3 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:13:42 +00:00
Dirk Meyer
7d590a18f6 - udpate to 0.95.0
- switch to bzip2 copmressed source
- enable package on pointyhat
2006-06-10 13:53:29 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Kris Kennaway
bde4eab08a Try to remove the aclocal19 directory, which we may have created. 2006-02-01 07:33:18 +00:00
Pav Lucistnik
d53f2613a2 - Style: ports@freebsd.org -> ports@FreeBSD.org 2005-11-25 22:29:24 +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
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
3d2b8b30ab - Update to 0.94.4
http://www.lesstif.org/ReleaseNotes.html
2005-04-03 05:46:50 +00:00
Dirk Meyer
e7f8a88d89 - Update to 0.94.2
http://www.lesstif.org/ReleaseNotes.html
2005-04-02 20:03:49 +00:00
Dirk Meyer
88c28cdd3a - catch up autoconf changes 2005-02-18 14:35:54 +00:00
Dirk Meyer
b1aa086f90 - update to 0.94.0
xpdf works with this version again
2004-12-06 21:01:45 +00:00
Dirk Meyer
caed78eebf - update libtool 2004-11-25 05:16:15 +00:00
Dirk Meyer
8ae39a1141 - fix the automake update from ade 2004-10-18 18:08:00 +00:00
Ade Lovett
0d9fe4811f Kill off automake18, switching to automake19. Requiem Mors Pacem. 2004-10-15 17:32:46 +00:00
Dirk Meyer
4a6bf88c6f - update to 0.93.97 2004-10-14 18:08:42 +00:00
Dirk Meyer
a9a1abe527 - update to 0.93.96 2004-10-14 17:35:08 +00:00
Dirk Meyer
d64b9651d4 - mark FORBIDDEN 2004-10-14 04:34:07 +00:00
Dirk Meyer
ebb064915a - drop maintainership 2004-10-13 20:49:17 +00:00
Dirk Meyer
1ab8db5c5b - It was not forgotten, as no port package could be build! 2004-10-13 20:31:11 +00:00
Oliver Eikemeier
f4de7530f8 - bump PORTEPOCH
Forgotten by:	dinoex
2004-10-13 16:20:11 +00:00
Dirk Meyer
ac05afc404 - backout incomplete update 2004-10-13 09:48:38 +00:00
Dirk Meyer
c94608f094 - update to 0.93.95b 2004-10-12 04:14:17 +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
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Dirk Meyer
3030e51d7e - unbreak autoconf 2004-03-14 14:20: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
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00