Josef Karthauser
0a41bbf3f0
Some GNU (and GNU-style) programs assume that the presence of the
...
restartable multibyte/wide character functions (mbsrtowcs(),
wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character
functions exist. The restartable mb/wc functions were added recently
and do not exist in -stable.
Making blind assumptions like this defeats the purpose of using
autoconf at all..
Submitted by: tjr
2002-09-15 21:54:12 +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
Jun Kuriyama
9424caa7ad
Remove unneeded entry.
...
Found by: bento
2001-03-09 09:47:23 +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
863e06b177
Remove empty directory (share/sgml).
...
Reported by: bento
2000-06-13 07:49:50 +00:00
Jun Kuriyama
2b09353721
Strip binaries.
...
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-06-06 13:26:48 +00:00
Jun Kuriyama
28f87eadf5
Add patch for disable locale support.
...
Pointed out by: Hiroki Sato <hrs@geocities.co.jp>
Forgotten to "cvs add" by: kuriyama
2000-05-22 02:09: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
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
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
David E. O'Brien
e57d8c71af
Add support for OpenBSD
1997-06-29 09:48:20 +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