1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +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
Oliver Lehmann
c6066e1819 remove USE_GCC=4.3,
s/INSTALLS_SHLIB/USE_LDCONFIG/
2007-05-25 18:17:14 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +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
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +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
Oliver Lehmann
8d2f1eaec7 update to 0.5.2 2005-10-17 21:42:34 +00:00
Oliver Lehmann
495c7bf624 update to 0.5.1 2005-09-26 18:36:08 +00:00
Oliver Lehmann
ff9f8406eb update to 0.5.0 2005-06-11 18:10:37 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Oliver Lehmann
5d6a456c02 use gnomehack instead of own REINPLACE_CMD to fix the pkgconfig location
USE_GCC=3.4 to fix build on 4
2005-05-08 00:54:07 +00:00
Oliver Lehmann
05a8c28660 update Atlas-C++ to 0.4.95 2005-05-07 11:01:02 +00:00
Oliver Lehmann
70a904aecd change MASTER_SITES to use sourceforge 2005-02-14 15:01:25 +00:00
Oliver Lehmann
b122d2ab1c fix MASTER_SITES 2004-12-18 15:53:18 +00:00
Oliver Lehmann
9c02769fa0 add some extra files/directories 2004-08-14 21:51:16 +00:00
Oliver Lehmann
eb74de0b17 update to 0.4.94 2004-08-12 20:13:05 +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
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
Oliver Lehmann
578e34ac3e update to Atlas-C++-0.4.93 2004-02-01 23:41:15 +00:00
Oliver Lehmann
c4bb574642 update MASTER_SITES [1]
fix pkg-plist [1]
bump PORTREVISION
add INSTALLS_SHLIB
s/file/docfile/g for PORTDOCS installation loop - to make porltint a bit happier

Submitted By:	igla@batterybackups.net [1]
2003-11-06 22:31:45 +00:00
Oliver Lehmann
9e958a135d fix MASTER_SITES 2003-07-22 15:08:20 +00:00
Oliver Lehmann
4994477e34 update Atlas to 0.4.6 2003-07-08 12:50:26 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Hye-Shik Chang
13cfbb1029 Update to 0.4.4
PR:		40085
Submitted by:	maintainer
2002-07-01 18:54:43 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Dmitry Sivachenko
ff423d6088 Finally fix PLIST.
Obtained from:	bento
2001-04-17 09:24:34 +00:00
Dmitry Sivachenko
076fa569c5 Fix PLIST.
Obtained from:	bento
2001-04-16 20:45:27 +00:00
Steve Price
63a8532469 Fix breakage of 'make index' caused by the sdl ports being moved to
different directories.

Submitted by:	beta
2001-04-09 21:55:04 +00:00
Alexander Langer
dd3a111807 Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol.
PR:		26253
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:01:12 +00:00