aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded entry.kuriyama2001-03-091-1/+0
| | | | Found by: bento
* Switch from AWK to SED for CFLAGS sanitization. It is cleaner,lioux2001-03-051-6/+2
| | | | | | | | | | 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
* Fix grammar: s/is cannot be/cannot be/lioux2001-02-281-1/+1
|
* o Sanitize CFLAGS following example of palm/prc-tools-gcc. Removelioux2001-02-281-5/+20
| | | | | | | | | | | | | | 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
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Remove empty directory (share/sgml).kuriyama2000-06-131-0/+1
| | | | Reported by: bento
* Strip binaries.kuriyama2000-06-062-0/+21
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* Add patch for disable locale support.kuriyama2000-05-221-0/+27
| | | | | Pointed out by: Hiroki Sato <hrs@geocities.co.jp> Forgotten to "cvs add" by: kuriyama
* Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJadekuriyama2000-05-197-276/+63
| | | | | | OpenJade is more active developped version of Jade. Repo. copied by: PW
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Use LIB_TOOL.kuriyama2000-02-172-4/+4
| | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> PR: ports/16698 Not approved by: maintainer
* Add workaround to avoid error in do-install stage (USE_GMAKE=YES).kuriyama2000-02-121-1/+2
| | | | | | | Portlint. Reported by: jkh Not approved by: maintainer
* Enable default catalog as "${PREFIX}/share/sgml/catalog".kuriyama2000-02-112-0/+13
| | | | | | | | Add missing PLIST entries. Submitted by: kiri@pis.toba-cmt.ac.jp Comment from: PW No response from: maintainer
* jade can't work with optimize (like -O2 -mpentium).vanilla1999-12-271-0/+13
|
* Fix build problems with Gcc 2.95.2 (i.e., 4-CURRENT).obrien1999-12-022-0/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* On the Alpha nsgmls coredumps while building the documentation for thissteve1999-07-051-1/+5
| | | | port.
* Install correct files in ${PREFIX}/share/sgml/jade.dirk1999-01-312-21/+13
| | | | | Submitted by: Robert Brive <brive@mail.dotcom.fr> Requested by: John Fieber <jfieber@FreeBSD.ORG>
* - Give it a chance to work with 4.0-CURRENT.dirk1999-01-271-1/+4
| | | | - strip installed binaries.
* Upgrade to 1.2.1.dirk1999-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>
* Upgrade from 1.1.1 to 1.2.jfieber1998-09-293-5/+11
|
* Upgrade from 1.1 to 1.1.1.jfieber1998-06-062-4/+4
| | | | Bugfixes only, no new features.
* Make this port build under -current again. Rather than add extrajdp1998-06-041-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.
* Upgrade to version 1.1.jfieber1998-03-135-9/+12
| | | | Adds XML support, including a utility to convert SGML files to XML files.
* Upgrade to 1.0.1. Bugfixes only, no new features.jfieber1997-10-141-1/+1
|
* Upgrade to 1.0.1. Bugfixes only, no new features.jfieber1997-10-141-4/+4
|
* Upgrade from 0.9 to 1.0.jfieber1997-09-063-11/+7
|
* Upgrade to version 0.9.jfieber1997-07-232-5/+5
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Unbreak this. Sort of. Shared libraries are still disabledjfieber1997-07-073-12/+29
| | | | | | until I can figure out what is going on with them. An assortment of other small messes were cleaned up.
* Mark as BROKEN.jfieber1997-07-061-1/+3
| | | | | It appears that some change between 2.2.1 and 2.2.2 is causing problems for C++ libraries.
* Style police:obrien1997-06-291-6/+7
| | | | | * Move RUN_DEPENDS to proper place * use PKGNAME and EXTRACT_SUFX rather than DISTFILES
* Add support for OpenBSDobrien1997-06-291-1/+1
|
* Jade: a DSSSL processor.jfieber1997-06-236-0/+255
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.