aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Jun Kuriyama2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+2
| | | | Notes: svn path=/head/; revision=93885
* Fix by using $STRIP_CMD rather than $STRIP.Jun Kuriyama2003-07-231-2/+2
| | | | | | | | | | Bump PORTREVISION because this breakage is ignored and packaged as non-stripped binary. Reported by: Chuck Swiger <cswiger@mac.com> Notes: svn path=/head/; revision=85407
* o Remove unneeded CXXFLAGS tweak for 64bit archs.Jun Kuriyama2003-07-221-8/+2
| | | | | | | o s/strip/${STRIP}/. Notes: svn path=/head/; revision=85334
* o Add WWW:.Jun Kuriyama2003-07-226-3/+34
| | | | | | | | o Update Debian's patch to -35. o Unbreak on gcc-3.3 (same method as openjade/opensp). Notes: svn path=/head/; revision=85327
* Fix @exec in pkg-plist.Jun Kuriyama2003-07-072-2/+2
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=84389
* Switch to using xmlcatmgr from mkcatalog.Jun Kuriyama2003-07-012-9/+11
| | | | | | | | | | | | | | # 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 Notes: svn path=/head/; revision=83949
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Unbreak on sparc64, also will fix ia64.Jun Kuriyama2003-02-021-7/+2
| | | | | | | | | | Replace obrien's fix with this. This will cover where sizeof(size_t)==8 situation. Build tested on: panther and beast Notes: svn path=/head/; revision=74464
* Unbreak on alpha by using USE_REINPLACE.Jun Kuriyama2002-11-261-1/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=71134
* Don't remove the system directory share/sgmlKris Kennaway2002-11-101-1/+0
| | | | Notes: svn path=/head/; revision=69860
* Unbreak on -current.Jun Kuriyama2002-06-161-0/+13
| | | | | | | | Submitted by: Alexander Kabaev <ak03@gte.com> PR: ports/39301 Notes: svn path=/head/; revision=61348
* Comment out exit() declaration which causes build failure on someJun Kuriyama2002-04-261-1/+1
| | | | | | | | | | | environment. Commented out declaration is modified from original one to note another candidate from latest OpenJade source. Submitted by: jhay Notes: svn path=/head/; revision=58172
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* Update to new patch from Debian ($PORTREVISION++).Jun Kuriyama2001-04-293-3/+15
| | | | | | | Submitted by: MAR Notes: svn path=/head/; revision=42022
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* I'll maintain them for Documentation Project.Jun Kuriyama2001-01-291-1/+1
| | | | Notes: svn path=/head/; revision=37717
* respect CFLAGS.FUJISHIMA Satsuki2001-01-282-14/+0
| | | | | | | | PR: 19193 Submitted by: lioux Notes: svn path=/head/; revision=37682
* Remove inactive MAINTAINER <jfieber>, who hasn't committed in 14 months.Will Andrews2001-01-271-1/+1
| | | | Notes: svn path=/head/; revision=37620
* Remove share/sgml/catalog if it's empty.Satoshi Asami2000-10-111-0/+1
| | | | | | | | Reported by: bento Reviewed by: kuriyama Notes: svn path=/head/; revision=33695
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Remove extra directory.Jun Kuriyama2000-08-021-0/+1
| | | | | | | Submitted by: O'bento Notes: svn path=/head/; revision=31239
* Make this compile on the Alpha -- this give us a fighting chance ofDavid E. O'Brien2000-07-241-5/+11
| | | | | | | building the FreeBSD release docs. Notes: svn path=/head/; revision=31002
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-5/+3
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Use LIB_TOOL.Jun Kuriyama2000-02-172-4/+4
| | | | | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/16698 Not approved by: maintainer Notes: svn path=/head/; revision=25934
* Add workaround to avoid error in do-install stage (USE_GMAKE=YES).Jun Kuriyama2000-02-121-1/+2
| | | | | | | | | | Portlint. Reported by: jkh Not approved by: maintainer Notes: svn path=/head/; revision=25678
* Enable default catalog as "${PREFIX}/share/sgml/catalog".Jun Kuriyama2000-02-112-0/+13
| | | | | | | | | | | Add missing PLIST entries. Submitted by: kiri@pis.toba-cmt.ac.jp Comment from: PW No response from: maintainer Notes: svn path=/head/; revision=25652
* jade can't work with optimize (like -O2 -mpentium).Vanilla I. Shu1999-12-271-0/+13
| | | | Notes: svn path=/head/; revision=24144
* Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).David E. O'Brien1999-12-022-0/+5
| | | | Notes: svn path=/head/; revision=23547
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* On the Alpha nsgmls coredumps while building the documentation for thisSteve Price1999-07-041-1/+5
| | | | | | | port. Notes: svn path=/head/; revision=20024
* Install correct files in ${PREFIX}/share/sgml/jade.Dirk Froemberg1999-01-312-21/+13
| | | | | | | | Submitted by: Robert Brive <brive@mail.dotcom.fr> Requested by: John Fieber <jfieber@FreeBSD.ORG> Notes: svn path=/head/; revision=16437
* - Give it a chance to work with 4.0-CURRENT.Dirk Froemberg1999-01-271-1/+4
| | | | | | | - strip installed binaries. Notes: svn path=/head/; revision=16380
* Upgrade to 1.2.1.Dirk Froemberg1999-01-274-55/+48
| | | | | | | | | | 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> Notes: svn path=/head/; revision=16369
* Upgrade from 1.1.1 to 1.2.John Fieber1998-09-283-5/+11
| | | | Notes: svn path=/head/; revision=13529
* Upgrade from 1.1 to 1.1.1.John Fieber1998-06-052-4/+4
| | | | | | | Bugfixes only, no new features. Notes: svn path=/head/; revision=11278
* Make this port build under -current again. Rather than add extraJohn Polstra1998-06-031-7/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=11229
* Upgrade to version 1.1.John Fieber1998-03-135-9/+12
| | | | | | | Adds XML support, including a utility to convert SGML files to XML files. Notes: svn path=/head/; revision=10132
* Upgrade to 1.0.1. Bugfixes only, no new features.John Fieber1997-10-141-1/+1
| | | | Notes: svn path=/head/; revision=8256
* Upgrade to 1.0.1. Bugfixes only, no new features.John Fieber1997-10-141-4/+4
| | | | Notes: svn path=/head/; revision=8255
* Upgrade from 0.9 to 1.0.John Fieber1997-09-063-11/+7
| | | | Notes: svn path=/head/; revision=7785
* Upgrade to version 0.9.John Fieber1997-07-232-5/+5
| | | | Notes: svn path=/head/; revision=7410
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Unbreak this. Sort of. Shared libraries are still disabledJohn Fieber1997-07-073-12/+29
| | | | | | | | | until I can figure out what is going on with them. An assortment of other small messes were cleaned up. Notes: svn path=/head/; revision=7226
* Mark as BROKEN.John Fieber1997-07-061-1/+3
| | | | | | | | It appears that some change between 2.2.1 and 2.2.2 is causing problems for C++ libraries. Notes: svn path=/head/; revision=7220