diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-01-09 10:35:28 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-01-09 10:35:28 +0800 |
commit | f9a8bfaa535fb1247ed64e4494e62e54f4a6fbb4 (patch) | |
tree | 3725c4f414f26f8e772ef2617c9930b986cdc33c /textproc | |
parent | fd65a7cc3a74285a19892a49a1bb9e396ad012d2 (diff) | |
download | freebsd-ports-graphics-f9a8bfaa535fb1247ed64e4494e62e54f4a6fbb4.tar.gz freebsd-ports-graphics-f9a8bfaa535fb1247ed64e4494e62e54f4a6fbb4.tar.zst freebsd-ports-graphics-f9a8bfaa535fb1247ed64e4494e62e54f4a6fbb4.zip |
o Don't use -O2 or higher flag for this port to avoid dumping core
during processing.
PR: ports/75074
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 9 | ||||
-rw-r--r-- | textproc/jade/pkg-plist | 40 |
2 files changed, 27 insertions, 22 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 18154a15598..13cd6e572d4 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -7,7 +7,7 @@ PORTNAME= jade PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ @@ -52,4 +52,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/pubtext/xml* ${PREFIX}/share/xml/jade @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +# Same problem with textproc/openjade. +CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*} + +.include <bsd.port.post.mk> diff --git a/textproc/jade/pkg-plist b/textproc/jade/pkg-plist index a9cca50200c..7f66056577d 100644 --- a/textproc/jade/pkg-plist +++ b/textproc/jade/pkg-plist @@ -157,25 +157,25 @@ lib/libstyle.a lib/libstyle.la lib/libstyle.so lib/libstyle.so.1.3 -share/doc/jade/archform.htm -share/doc/jade/build.htm -share/doc/jade/catalog.htm -share/doc/jade/charset.htm -share/doc/jade/features.htm -share/doc/jade/generic.htm -share/doc/jade/ideas.htm -share/doc/jade/index.htm -share/doc/jade/new.htm -share/doc/jade/nsgmls.htm -share/doc/jade/sgmldecl.htm -share/doc/jade/sgmlnorm.htm -share/doc/jade/sgmlsout.htm -share/doc/jade/spam.htm -share/doc/jade/spent.htm -share/doc/jade/sx.htm -share/doc/jade/sysdecl.htm -share/doc/jade/sysid.htm -share/doc/jade/xml.htm +%%DOCSDIR%%/archform.htm +%%DOCSDIR%%/build.htm +%%DOCSDIR%%/catalog.htm +%%DOCSDIR%%/charset.htm +%%DOCSDIR%%/features.htm +%%DOCSDIR%%/generic.htm +%%DOCSDIR%%/ideas.htm +%%DOCSDIR%%/index.htm +%%DOCSDIR%%/new.htm +%%DOCSDIR%%/nsgmls.htm +%%DOCSDIR%%/sgmldecl.htm +%%DOCSDIR%%/sgmlnorm.htm +%%DOCSDIR%%/sgmlsout.htm +%%DOCSDIR%%/spam.htm +%%DOCSDIR%%/spent.htm +%%DOCSDIR%%/sx.htm +%%DOCSDIR%%/sysdecl.htm +%%DOCSDIR%%/sysid.htm +%%DOCSDIR%%/xml.htm share/sgml/jade/FOT.tex share/sgml/jade/Makefile.jadetex @unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove jade/catalog @@ -194,6 +194,6 @@ share/sgml/jade/style-sheet.dtd share/xml/jade/xml.soc share/xml/jade/xml.dcl @dirrm include/sp -@dirrm share/doc/jade +@dirrm %%DOCSDIR%% @dirrm share/sgml/jade @dirrm share/xml/jade |