Commit Graph

19 Commits

Author SHA1 Message Date
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +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
Volker Stolz
f0f61017fc - Fix plist: Collect files from EXAMPLESDIR, too
- Pet portlint

Noticed by: oliver
2005-06-01 07:26:42 +00:00
Volker Stolz
0d8a706ece - Disable static library (unused)
- Use PLIST_FILES/PORTDOCS
2005-05-24 08:01:07 +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
Kirill Ponomarev
0a2d7b5acd - Fix build
PR:		ports/64333
Submitted by:	Ports Fury
2004-03-16 13:58:11 +00:00
Kris Kennaway
7f4187a23a BROKEN: Configure fails 2004-03-16 05:55:51 +00:00
Trevor Johnson
2e05e35ad2 Update to 2.2.4. It's under an X11-style licence now. 2004-03-10 23:53:55 +00:00
Trevor Johnson
a04e5ecd1a The distfile was rerolled with this change:
--- old/COPYING	Tue Nov 21 08:46:13 2000
+++ new/COPYING	Thu Nov 14 11:58:29 2002
@@ -14,3 +14,6 @@
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
+You are allowed linking this library statically or dynamically to a closed
+source application.

This is contradictory, so I've marked the port RESTRICTED.  I left
a comment about the problem for the author via his Web site.
2004-03-09 15:46:14 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Norikatsu Shigemura
afd1db0802 Update MASTER_SITES and WWW: line.
PR:		ports/51365
Submitted by:	Ports Fury
2003-04-26 22:43:35 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Ying-Chieh Liao
c2e96a6fd1 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39842
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-25 18:36:39 +00:00
Ying-Chieh Liao
e1f674b0b5 upgrade to 2.2.3
PR:		37272
Submitted by:	Ports Fury
2002-04-20 15:20:38 +00:00
Ying-Chieh Liao
823e89fdf1 update master site & WWW
fix pkg-plist

PR:		32612
Submitted by:	Ports Fury
2001-12-08 20:44:26 +00:00
Ying-Chieh Liao
58aefcf361 add leoarg
LeoArg is a command line Parser
2001-06-18 05:31:13 +00:00