Commit Graph

53 Commits

Author SHA1 Message Date
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +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
Trevor Johnson
f725dc8ef5 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 12:54:57 +00:00
Jun Kuriyama
9f38eb6da1 Fix by using $STRIP_CMD rather than $STRIP.
Bump PORTREVISION because this breakage is ignored and packaged as
non-stripped binary.

Reported by:	Chuck Swiger <cswiger@mac.com>
2003-07-23 02:55:40 +00:00
Jun Kuriyama
dde31f23d7 o Remove unneeded CXXFLAGS tweak for 64bit archs.
o s/strip/${STRIP}/.
2003-07-22 03:41:51 +00:00
Jun Kuriyama
f84cbb1d39 o Add WWW:.
o Update Debian's patch to -35.
o Unbreak on gcc-3.3 (same method as openjade/opensp).
2003-07-22 01:49:54 +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
2df3da6afb de-pkg-comment. 2003-02-22 07:48:51 +00:00
Jun Kuriyama
cacde92eda Unbreak on sparc64, also will fix ia64.
Replace obrien's fix with this.  This will cover where sizeof(size_t)==8
situation.

Build tested on:	panther and beast
2003-02-02 08:23:51 +00:00
Jun Kuriyama
891fd02c8a Unbreak on alpha by using USE_REINPLACE.
Reported by:	kris
2002-11-26 23:50:06 +00:00
Kris Kennaway
9c69f9e8c0 Don't remove the system directory share/sgml 2002-11-10 22:30:19 +00:00
Jun Kuriyama
6dcd5edfb9 Unbreak on -current.
Submitted by:	Alexander Kabaev <ak03@gte.com>
PR:		ports/39301
2002-06-16 09:17:46 +00:00
Jun Kuriyama
c5922361d4 Comment out exit() declaration which causes build failure on some
environment.
Commented out declaration is modified from original one to note
another candidate from latest OpenJade source.

Submitted by:	jhay
2002-04-26 13:50:09 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Jun Kuriyama
0b316bdb79 Update to new patch from Debian ($PORTREVISION++).
Submitted by:	MAR
2001-04-29 06:03:34 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Jun Kuriyama
29f4a33235 I'll maintain them for Documentation Project. 2001-01-29 03:45:45 +00:00
FUJISHIMA Satsuki
46ee834a2e respect CFLAGS.
PR:		19193
Submitted by:	lioux
2001-01-28 18:37:54 +00:00
Will Andrews
1cd6897906 Remove inactive MAINTAINER <jfieber>, who hasn't committed in 14 months. 2001-01-27 05:26:22 +00:00
Satoshi Asami
ae3b0ce5e5 Remove share/sgml/catalog if it's empty.
Reported by:	bento
Reviewed by:	kuriyama
2000-10-11 00:56:13 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Jun Kuriyama
ed8ffee43a Remove extra directory.
Submitted by:	O'bento
2000-08-02 03:27:31 +00:00
David E. O'Brien
2955cf205d Make this compile on the Alpha -- this give us a fighting chance of
building the FreeBSD release docs.
2000-07-24 20:34:13 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +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
Vanilla I. Shu
db3bcd6e7e jade can't work with optimize (like -O2 -mpentium). 1999-12-27 04:32:51 +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
23d0975dc8 Upgrade to 1.0.1. Bugfixes only, no new features. 1997-10-14 00:44:43 +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