Commit graph

46 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
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
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
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
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
Jun Kuriyama
2f49c29328 Add patches for gcc33 from sourceforge. 2003-08-05 03:25:44 +00:00
Jun Kuriyama
76d88a5568 Fix @exec in pkg-plist.
Submitted by:	hrs
2003-07-07 11:51:39 +00:00
Jun Kuriyama
7464f336e3 Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.

Submitted by:	hrs
PR:		ports/53819, ports/53820, ports/53821, ports/53822,
		ports/53823, ports/53824, ports/53825, ports/53826,
		ports/53827, ports/53828, ports/53829, ports/53830,
		ports/53831, ports/53832, ports/53833, ports/53834,
		ports/53835, ports/53836, ports/53837
2003-07-01 06:21:09 +00:00
Jun Kuriyama
ce31c2c6f7 Add missing plist entries and don't install useless .la files.
Submitted by:	naddy
2003-02-28 16:41:50 +00:00
Jun Kuriyama
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Jun Kuriyama
fced66043b Remove plist entries which are moved to opensp port.
Pointed out by:	naddy
2003-01-08 22:05:08 +00:00
Jun Kuriyama
378aeb8ede Upgrade to 1.3.2. 2003-01-06 09:21:34 +00:00
Edwin Groothuis
5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00
Jun Kuriyama
9c907b0ea1 Upgrade to 1.3.1.
Reminded by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2002-03-15 09:48:11 +00:00
Jun Kuriyama
1f0ffd7a64 Remove bogus pre-install target.
Refine CXXFLAGS tweak.

Submitted by:	naddy
2002-01-20 23:15:59 +00:00
Jun Kuriyama
e17a118747 Add catalog entry by using mkconfig.
PR:		ports/33860
Submitted by:	Rod Taylor <rbt@zort.ca>
2002-01-19 06:51:06 +00:00
Mario Sergio Fujikawa Ferreira
0dc2945ae9 Switch from AWK to SED for CFLAGS sanitization. It is cleaner,
more readable and follows most ports using similar solutions.
Besides, it is more lightweight.

Use the same AWK pattern with SED adding the option -E
for extended pattern matching.

Submitted by:	roam
2001-03-04 21:39:19 +00:00
Mario Sergio Fujikawa Ferreira
3412b0c4a3 Fix grammar: s/is cannot be/cannot be/ 2001-02-28 01:48:02 +00:00
Mario Sergio Fujikawa Ferreira
a8c5a561cb o Sanitize CFLAGS following example of palm/prc-tools-gcc. Remove
both all -m machine and -O > -O1 optimizations such as
(-O[s2-9]+|-m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?|-O[s2-9]+) since openjade
built with some of these optimizations core dumps when building
some of the /usr/doc files
o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line
o "UN"echo post-install (prefix lines with @). Cleaner
o Also, fix openjade's complain that it does not find builtins.dls,
point it in the right direction with CONFIGURE_ARGS+=--datadir
o Bump PORTREVISION since there is an improvement fix

Approved by: MAINTAINER
2001-02-27 23:03:36 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Jun Kuriyama
9588d7bd91 Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJade
OpenJade is more active developped version of Jade.

Repo. copied by:	PW
2000-05-19 06:27:08 +00:00
Chris Piazza
37c0ef8e3b Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
Jun Kuriyama
769764e065 Use LIB_TOOL.
Submitted by:		OKAZAKI Tetsurou <okazaki@be.to>
PR:			ports/16698
Not approved by:	maintainer
2000-02-17 13:08:50 +00:00
Jun Kuriyama
1d17312de5 Add workaround to avoid error in do-install stage (USE_GMAKE=YES).
Portlint.

Reported by:		jkh
Not approved by:	maintainer
2000-02-12 01:21:11 +00:00
Jun Kuriyama
9073f0dae1 Enable default catalog as "${PREFIX}/share/sgml/catalog".
Add missing PLIST entries.

Submitted by:		kiri@pis.toba-cmt.ac.jp
Comment from:		PW
No response from:	maintainer
2000-02-11 01:52:21 +00:00
David E. O'Brien
7e9fd24973 Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT). 1999-12-02 04:06:23 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
85bc214e28 $Id$ -> $FreeBSD$ 1999-08-31 02:11:56 +00:00
Steve Price
29c85599d6 On the Alpha nsgmls coredumps while building the documentation for this
port.
1999-07-04 21:11:10 +00:00
Dirk Froemberg
ceeaa97be7 Install correct files in ${PREFIX}/share/sgml/jade.
Submitted by:	Robert Brive <brive@mail.dotcom.fr>
Requested by:	John Fieber <jfieber@FreeBSD.ORG>
1999-01-31 11:15:57 +00:00
Dirk Froemberg
daf36fa3e1 - Give it a chance to work with 4.0-CURRENT.
- strip installed binaries.
1999-01-27 12:47:14 +00:00
Dirk Froemberg
4204571b83 Upgrade to 1.2.1.
Uses autoconf and libtool, now. Thus shared libraries are working now
and the bmakefiles are not necessary any longer.

OK'ed by:	John Fieber <jfieber@FreeBSD.ORG>
1999-01-27 00:12:23 +00:00
John Fieber
0f4be94391 Upgrade from 1.1.1 to 1.2. 1998-09-28 16:36:00 +00:00
John Fieber
36b616854f Upgrade from 1.1 to 1.1.1.
Bugfixes only, no new features.
1998-06-05 16:47:20 +00:00
John Polstra
2d0884962c Make this port build under -current again. Rather than add extra
tests for /usr/lib/aout, I took the easy way out and deleted the
attempted support of FreeBSD-2.1.x.  That branch is dead, dead,
dead, and support for it in this port was broken anyway.

Another "make release" killer bites the dust.
1998-06-03 18:08:11 +00:00
John Fieber
36189537e1 Upgrade to version 1.1.
Adds XML support, including a utility to convert SGML files to XML files.
1998-03-13 15:06:39 +00:00
John Fieber
d8b73bec99 Upgrade to 1.0.1. Bugfixes only, no new features. 1997-10-14 00:21:53 +00:00
John Fieber
479dcbae49 Upgrade from 0.9 to 1.0. 1997-09-06 04:21:43 +00:00
John Fieber
a7fe3a1fde Upgrade to version 0.9. 1997-07-23 00:51:01 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
John Fieber
b9d8971393 Unbreak this. Sort of. Shared libraries are still disabled
until I can figure out what is going on with them.

An assortment of other small messes were cleaned up.
1997-07-07 02:43:46 +00:00
John Fieber
1ea29620e1 Mark as BROKEN.
It appears that some change between 2.2.1 and 2.2.2 is causing
problems for C++ libraries.
1997-07-06 02:54:02 +00:00
David E. O'Brien
6fd573b4fd Style police:
*  Move RUN_DEPENDS to proper place
*  use PKGNAME and EXTRACT_SUFX rather than DISTFILES
1997-06-29 09:49:49 +00:00
John Fieber
0dc47c9b17 Jade: a DSSSL processor.
Note, this port is a superset of the SP port, but unlike SP
this one will not compile on FreeBSD 2.1.x--a more modern C++
compiler is needed.
1997-06-22 20:28:13 +00:00