Index: head/textproc/opensp/Makefile =================================================================== --- head/textproc/opensp/Makefile (revision 452593) +++ head/textproc/opensp/Makefile (revision 452594) @@ -1,34 +1,39 @@ # Created by: kuriyama # $FreeBSD$ PORTNAME= OpenSP PORTVERSION= 1.5.2 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/openjade/${PORTNAME:tl}/${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP +LICENSE= JamesClark +LICENSE_NAME= License of James Clark's Software +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= gmake iconv libtool perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade \ --disable-doc-build LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext PORTDOCS= *.htm NEWS AUTHORS README ABOUT-NLS BUGS ChangeLog post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS:N\*.htm} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/opensp/files/patch-RangeMap.h =================================================================== --- head/textproc/opensp/files/patch-RangeMap.h (revision 452593) +++ head/textproc/opensp/files/patch-RangeMap.h (nonexistent) @@ -1,10 +0,0 @@ ---- include/RangeMap.h.orig Sun Aug 1 19:34:55 2004 -+++ include/RangeMap.h Sun Aug 1 19:26:43 2004 -@@ -9,6 +9,7 @@ - #include "ISet.h" - #include "types.h" - #include -+#include "constant.h" - - #ifdef SP_NAMESPACE - namespace SP_NAMESPACE { Property changes on: head/textproc/opensp/files/patch-RangeMap.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/opensp/files/patch-Makefile.in =================================================================== --- head/textproc/opensp/files/patch-Makefile.in (revision 452593) +++ head/textproc/opensp/files/patch-Makefile.in (revision 452594) @@ -1,23 +1,23 @@ ---- Makefile.in.orig Fri Dec 23 23:16:01 2005 -+++ Makefile.in Sun Jan 7 23:29:03 2007 -@@ -247,9 +247,9 @@ +--- Makefile.in.orig 2005-12-23 14:16:01 UTC ++++ Makefile.in +@@ -247,9 +247,9 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = check-news -SUBDIRS = pubtext unicode doc \ +SUBDIRS = pubtext unicode \ include generic \ - intl po \ + po \ lib nsgmls spent spam sgmlnorm sx spcat \ tests @DOCSRC@ -@@ -709,7 +709,7 @@ +@@ -709,7 +709,7 @@ info: info-recursive info-am: -install-data-am: install-pkgdocDATA install-pkgincludeHEADERS +install-data-am: install-pkgincludeHEADERS install-exec-am: Index: head/textproc/opensp/files/patch-configure =================================================================== --- head/textproc/opensp/files/patch-configure (revision 452593) +++ head/textproc/opensp/files/patch-configure (revision 452594) @@ -1,17 +1,17 @@ ---- configure.orig Fri Dec 23 23:15:56 2005 -+++ configure Fri Aug 25 03:37:02 2006 -@@ -26441,12 +26441,12 @@ +--- configure.orig 2005-12-23 14:15:56 UTC ++++ configure +@@ -26441,12 +26441,12 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings; +extern int *libintl_nl_domain_bindings; int main () { bindtextdomain ("", ""); -return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings +return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings ; return 0; } Index: head/textproc/opensp/files/patch-doc-Makefile.in =================================================================== --- head/textproc/opensp/files/patch-doc-Makefile.in (revision 452593) +++ head/textproc/opensp/files/patch-doc-Makefile.in (revision 452594) @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Fri Dec 23 23:15:58 2005 -+++ doc/Makefile.in Fri Aug 25 03:38:13 2006 -@@ -214,7 +214,7 @@ +--- doc/Makefile.in.orig 2005-12-23 14:15:58 UTC ++++ doc/Makefile.in +@@ -214,7 +214,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -docdir = $(datadir)/doc +docdir = $(prefix)/share/doc pkgdocdir = $(docdir)/@PACKAGE@ pkgdochtmldir = $(pkgdocdir)/doc MAINTAINERCLEANFILES = Makefile.in Index: head/textproc/opensp/files/patch-include_RangeMap.h =================================================================== --- head/textproc/opensp/files/patch-include_RangeMap.h (nonexistent) +++ head/textproc/opensp/files/patch-include_RangeMap.h (revision 452594) @@ -0,0 +1,10 @@ +--- include/RangeMap.h.orig 2005-07-21 14:04:39 UTC ++++ include/RangeMap.h +@@ -9,6 +9,7 @@ + #include "ISet.h" + #include "types.h" + #include ++#include "constant.h" + + #ifdef SP_NAMESPACE + namespace SP_NAMESPACE { Property changes on: head/textproc/opensp/files/patch-include_RangeMap.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Index: head/textproc/opensp/files/patch-po-Makefile.in.in =================================================================== --- head/textproc/opensp/files/patch-po-Makefile.in.in (revision 452593) +++ head/textproc/opensp/files/patch-po-Makefile.in.in (revision 452594) @@ -1,13 +1,13 @@ ---- po/Makefile.in.in.orig Sun Jan 7 22:59:24 2007 -+++ po/Makefile.in.in Sun Jan 7 23:00:49 2007 -@@ -25,8 +25,8 @@ +--- po/Makefile.in.in.orig 2005-11-05 09:05:21 UTC ++++ po/Makefile.in.in +@@ -25,8 +25,8 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po +localedir = $(prefix)/share/locale +gettextsrcdir = $(prefix)/share/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ Index: head/textproc/opensp/pkg-descr =================================================================== --- head/textproc/opensp/pkg-descr (revision 452593) +++ head/textproc/opensp/pkg-descr (revision 452594) @@ -1,3 +1,5 @@ This package is a collection of SGML/XML tools called OpenSP. It is a fork from James Clark's SP suite. These tools are used to parse, validate, and normalize SGML and XML files. + +WWW: http://openjade.sourceforge.net/doc/