Commit graph

30 commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +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
Erwin Lansing
483c316e4e Mark BROKEN on all platforms and use a more specific OSVERSION. 2009-07-26 15:50:37 +00:00
Pav Lucistnik
3f10d7d21e - Mark BROKEN on amd64/8
Reported by:	pointyhat
2009-07-26 12:16:23 +00:00
Hartmut Brandt
11c0f289b3 Add a patch to fix the breakage introduced by the removal of a (non-
standard-conform) zero-length array in struct ccatm_op for compilation
by LLVM.
2009-04-11 19:37:43 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +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
Hartmut Brandt
770e9822fb Upgrade to 1.8. This fixes compilation issues with gcc-4. 2007-06-14 19:41:11 +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
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +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
Hartmut Brandt
a0968d8a80 Fix building on 64-bit platforms. 2005-04-22 16:52:15 +00:00
Kris Kennaway
98f36731b0 BROKEN on sparc64 and ia64: Does not build
Approved by:    portmgr (self)
2005-03-26 20:22:25 +00:00
Hartmut Brandt
57fece74d2 New version with more fixes for the broken TCL. 2005-02-21 11:36:53 +00:00
Hartmut Brandt
c2832ce119 Unbreak the port by going to the new version. 2005-02-13 14:15:19 +00:00
Kris Kennaway
3c6b292cad BROKEN: Does not install 2005-02-11 21:56:19 +00:00
Hartmut Brandt
3e92b2e7e8 Fix building on current by upgrading to the newest version 1.4. 2004-12-21 13:06:03 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
a2ef7f24b9 BROKEN: Broken pkg-plist 2004-11-18 21:56:17 +00:00
Hartmut Brandt
3e03c991e4 Update to version 1.3. 2004-08-18 17:15:23 +00:00
Hartmut Brandt
06a039b28b New version of the package that adds testing of the new call
control function.
2004-07-09 08:37:23 +00:00
Kris Kennaway
2d68dca2ab Add missing symlinks 2004-04-20 07:52:44 +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
Hartmut Brandt
4bc3f65ca2 New distinfo. The checksum in the old one was wrong. 2004-02-17 12:25:20 +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
Hartmut Brandt
98e2861260 Update to 1.1. This fixes build problems with a wrongly named library. 2004-02-02 12:44:22 +00:00
Hartmut Brandt
aefc8929d3 Build atmsupport only starting from FreeBSD_version 50114. This is
approximately the version when the ATM stuff went in that this port
should test.
2004-02-02 08:32:54 +00:00
Sergey A. Osokin
0e1aa2a5ed Add a new port atmsupport: contains a number of
libraries and tools to test the NgATM sub-system.
The easiest way to run these tests are the scripts
in /usr/src/tools/regression/atm.

Submitted by:   harti
2004-01-29 13:32:12 +00:00