View | Details | Raw Unified | Return to bug 222328 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 10-15 Link Here
10
MAINTAINER=	kuriyama@FreeBSD.org
10
MAINTAINER=	kuriyama@FreeBSD.org
11
COMMENT=	This package is a collection of SGML/XML tools called OpenSP
11
COMMENT=	This package is a collection of SGML/XML tools called OpenSP
12
12
13
LICENSE=	JamesClark
14
LICENSE_NAME=	License of James Clark's Software
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
13
USES=		gmake iconv libtool perl5
18
USES=		gmake iconv libtool perl5
14
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
15
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)files/patch-Makefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Fri Dec 23 23:16:01 2005
1
--- Makefile.in.orig	2005-12-23 14:16:01 UTC
2
+++ Makefile.in	Sun Jan  7 23:29:03 2007
2
+++ Makefile.in
3
@@ -247,9 +247,9 @@
3
@@ -247,9 +247,9 @@ sharedstatedir = @sharedstatedir@
4
 sysconfdir = @sysconfdir@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
5
 target_alias = @target_alias@
6
 AUTOMAKE_OPTIONS = check-news
6
 AUTOMAKE_OPTIONS = check-news
Lines 12-18 Link Here
12
 	lib nsgmls spent spam sgmlnorm sx spcat \
12
 	lib nsgmls spent spam sgmlnorm sx spcat \
13
 	tests @DOCSRC@
13
 	tests @DOCSRC@
14
 
14
 
15
@@ -709,7 +709,7 @@
15
@@ -709,7 +709,7 @@ info: info-recursive
16
 
16
 
17
 info-am:
17
 info-am:
18
 
18
 
(-)files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	Fri Dec 23 23:15:56 2005
1
--- configure.orig	2005-12-23 14:15:56 UTC
2
+++ configure	Fri Aug 25 03:37:02 2006
2
+++ configure
3
@@ -26441,12 +26441,12 @@
3
@@ -26441,12 +26441,12 @@ cat >>conftest.$ac_ext <<_ACEOF
4
 /* end confdefs.h.  */
4
 /* end confdefs.h.  */
5
 #include <libintl.h>
5
 #include <libintl.h>
6
 extern int _nl_msg_cat_cntr;
6
 extern int _nl_msg_cat_cntr;
(-)files/patch-doc-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- doc/Makefile.in.orig	Fri Dec 23 23:15:58 2005
1
--- doc/Makefile.in.orig	2005-12-23 14:15:58 UTC
2
+++ doc/Makefile.in	Fri Aug 25 03:38:13 2006
2
+++ doc/Makefile.in
3
@@ -214,7 +214,7 @@
3
@@ -214,7 +214,7 @@ sbindir = @sbindir@
4
 sharedstatedir = @sharedstatedir@
4
 sharedstatedir = @sharedstatedir@
5
 sysconfdir = @sysconfdir@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
6
 target_alias = @target_alias@
(-)files/patch-po-Makefile.in.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- po/Makefile.in.in.orig	Sun Jan  7 22:59:24 2007
1
--- po/Makefile.in.in.orig	2005-11-05 09:05:21 UTC
2
+++ po/Makefile.in.in	Sun Jan  7 23:00:49 2007
2
+++ po/Makefile.in.in
3
@@ -25,8 +25,8 @@
3
@@ -25,8 +25,8 @@ VPATH = @srcdir@
4
 prefix = @prefix@
4
 prefix = @prefix@
5
 exec_prefix = @exec_prefix@
5
 exec_prefix = @exec_prefix@
6
 datadir = @datadir@
6
 datadir = @datadir@
(-)pkg-descr (+2 lines)
Lines 1-3 Link Here
1
This package is a collection of SGML/XML tools called OpenSP.
1
This package is a collection of SGML/XML tools called OpenSP.
2
It is a fork from James Clark's SP suite. These tools are used
2
It is a fork from James Clark's SP suite. These tools are used
3
to parse, validate, and normalize SGML and XML files.
3
to parse, validate, and normalize SGML and XML files.
4
5
WWW: http://openjade.sourceforge.net/doc/

Return to bug 222328