[Midnightbsd-cvs] mports [21554] trunk/textproc/docbook-to-man/files: fix patchset
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 5 21:58:53 EDT 2016
Revision: 21554
http://svnweb.midnightbsd.org/mports/?rev=21554
Author: laffer1
Date: 2016-08-05 21:58:52 -0400 (Fri, 05 Aug 2016)
Log Message:
-----------
fix patchset
Added Paths:
-----------
trunk/textproc/docbook-to-man/files/patch-Instant__Imakefile
trunk/textproc/docbook-to-man/files/patch-Transpec__Imakefile
trunk/textproc/docbook-to-man/files/patch-cmd__Imakefile
trunk/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh
Removed Paths:
-------------
trunk/textproc/docbook-to-man/files/patch-Instant::Imakefile
trunk/textproc/docbook-to-man/files/patch-Transpec::Imakefile
trunk/textproc/docbook-to-man/files/patch-cmd::Imakefile
trunk/textproc/docbook-to-man/files/patch-cmd::docbook-to-man.sh
Deleted: trunk/textproc/docbook-to-man/files/patch-Instant::Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-Instant::Imakefile 2016-08-06 01:50:23 UTC (rev 21553)
+++ trunk/textproc/docbook-to-man/files/patch-Instant::Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -1,29 +0,0 @@
---- Instant/Imakefile.orig Mon Jun 17 05:50:29 1996
-+++ Instant/Imakefile Fri Oct 5 18:18:22 2001
-@@ -1,14 +1,18 @@
- #define IHaveSubdirs
- #define PassCDebugFlags
-+#undef BuildInstallHtmlManPage
-+#define BuildInstallHtmlManPage(x,y,z) /**/
-
- SUBDIRS = tptregexp
-
--ROOT = /usr/local
-+PREFIX ?= /usr/local
-+ROOT = ${PREFIX}
-+MANPATH = ${ROOT}/man
- BINDIR = $(ROOT)/bin
-
- INCLUDES = -Itptregexp
- LOCAL_LIBRARIES = -Ltptregexp -ltptregexp
--TPTLIB = $(ROOT)/lib/tpt
-+TPTLIB = $(ROOT)/share/sgml/otranspec
- DEFINES = -DDEF_TPT_LIB=\"$(TPTLIB)\"
-
- SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c \
-@@ -19,4 +23,4 @@
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
-
--ComplexProgramTarget(instant)
-+ComplexProgramTarget(oinstant)
Added: trunk/textproc/docbook-to-man/files/patch-Instant__Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-Instant__Imakefile (rev 0)
+++ trunk/textproc/docbook-to-man/files/patch-Instant__Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -0,0 +1,29 @@
+--- Instant/Imakefile.orig Mon Jun 17 05:50:29 1996
++++ Instant/Imakefile Fri Oct 5 18:18:22 2001
+@@ -1,14 +1,18 @@
+ #define IHaveSubdirs
+ #define PassCDebugFlags
++#undef BuildInstallHtmlManPage
++#define BuildInstallHtmlManPage(x,y,z) /**/
+
+ SUBDIRS = tptregexp
+
+-ROOT = /usr/local
++PREFIX ?= /usr/local
++ROOT = ${PREFIX}
++MANPATH = ${ROOT}/man
+ BINDIR = $(ROOT)/bin
+
+ INCLUDES = -Itptregexp
+ LOCAL_LIBRARIES = -Ltptregexp -ltptregexp
+-TPTLIB = $(ROOT)/lib/tpt
++TPTLIB = $(ROOT)/share/sgml/otranspec
+ DEFINES = -DDEF_TPT_LIB=\"$(TPTLIB)\"
+
+ SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c \
+@@ -19,4 +23,4 @@
+ MakeSubdirs($(SUBDIRS))
+ DependSubdirs($(SUBDIRS))
+
+-ComplexProgramTarget(instant)
++ComplexProgramTarget(oinstant)
Property changes on: trunk/textproc/docbook-to-man/files/patch-Instant__Imakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/textproc/docbook-to-man/files/patch-Transpec::Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-Transpec::Imakefile 2016-08-06 01:50:23 UTC (rev 21553)
+++ trunk/textproc/docbook-to-man/files/patch-Transpec::Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -1,11 +0,0 @@
---- Transpec/Imakefile.orig Mon Jun 17 05:50:28 1996
-+++ Transpec/Imakefile Fri Oct 5 18:20:17 2001
-@@ -1,5 +1,6 @@
--ROOT = /usr/local
--TPTLIB = $(ROOT)/lib/tpt
-+PREFIX ?= /usr/local
-+ROOT = ${PREFIX}
-+TPTLIB = $(ROOT)/share/sgml/otranspec
-
- all::
-
Added: trunk/textproc/docbook-to-man/files/patch-Transpec__Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-Transpec__Imakefile (rev 0)
+++ trunk/textproc/docbook-to-man/files/patch-Transpec__Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -0,0 +1,11 @@
+--- Transpec/Imakefile.orig Mon Jun 17 05:50:28 1996
++++ Transpec/Imakefile Fri Oct 5 18:20:17 2001
+@@ -1,5 +1,6 @@
+-ROOT = /usr/local
+-TPTLIB = $(ROOT)/lib/tpt
++PREFIX ?= /usr/local
++ROOT = ${PREFIX}
++TPTLIB = $(ROOT)/share/sgml/otranspec
+
+ all::
+
Property changes on: trunk/textproc/docbook-to-man/files/patch-Transpec__Imakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/textproc/docbook-to-man/files/patch-cmd::Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-cmd::Imakefile 2016-08-06 01:50:23 UTC (rev 21553)
+++ trunk/textproc/docbook-to-man/files/patch-cmd::Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -1,9 +0,0 @@
---- cmd/Imakefile.orig Mon Jun 17 05:50:30 1996
-+++ cmd/Imakefile Fri Oct 5 18:18:22 2001
-@@ -1,4 +1,5 @@
--ROOT = /usr/local
-+PREFIX ?= /usr/local
-+ROOT = ${PREFIX}
- BINDIR = $(ROOT)/bin
-
- all::
Deleted: trunk/textproc/docbook-to-man/files/patch-cmd::docbook-to-man.sh
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-cmd::docbook-to-man.sh 2016-08-06 01:50:23 UTC (rev 21553)
+++ trunk/textproc/docbook-to-man/files/patch-cmd::docbook-to-man.sh 2016-08-06 01:58:52 UTC (rev 21554)
@@ -1,57 +0,0 @@
---- cmd/docbook-to-man.sh.orig Mon Jun 17 05:50:30 1996
-+++ cmd/docbook-to-man.sh Fri Oct 5 18:18:22 2001
-@@ -40,9 +40,9 @@
- # ***** change the following paths if your installation of nsgmls and / or
- # ***** DocBook isn't into the default places.
-
--ROOT=/usr/local
--SGMLS=$ROOT/lib/sgml
--DOCBOOK=$SGMLS/Davenport/dtd
-+ROOT=%%PREFIX%%
-+SGMLS=$ROOT/share/sgml
-+DOCBOOK=$SGMLS/docbook
-
-
- # ***** modify the following line (to "=false") if you're not using the
-@@ -51,19 +51,16 @@
- doElanPSInclude=true
-
-
--
- # Everything below this line should be pretty standard and not require
- # modification.
-
- #ulimit -c unlimited
-
- PARSER=nsgmls
--INSTANT=instant
-+INSTANT=oinstant
- INSTANT_OPT=-d
-
--CATALOG=$DOCBOOK/docbook.cat
--DECL=$DOCBOOK/docbook.dcl
--#PROLOG=$DOCBOOK/docbook.prolog
-+CATALOG=$DOCBOOK/catalog
-
- error=false
-
-@@ -159,17 +156,8 @@
- .ds f4\"
- !
-
--
--#if [ ! -f $PROLOG ]
--#then cat > $PROLOG <<!
--#<!DOCTYPE RefEntry PUBLIC "-//Davenport//DTD DocBook V2.4.1//EN" [
--#<!ENTITY npzwc "">
--#]>
--#!
--#fi
--
- (cat /tmp/dtm.$$.psinc;
-- $PARSER -gl -m$CATALOG $DECL $INSTANCE |
-+ $PARSER -gl -c $CATALOG $INSTANCE |
- $INSTANT $INSTANT_OPT -croff.cmap -sroff.sdata -tdocbook-to-man.ts)
-
--rm -f /tmp/dtm.$$.psinc
-+rm -f /tmp/dtm.$$.psinc
Added: trunk/textproc/docbook-to-man/files/patch-cmd__Imakefile
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-cmd__Imakefile (rev 0)
+++ trunk/textproc/docbook-to-man/files/patch-cmd__Imakefile 2016-08-06 01:58:52 UTC (rev 21554)
@@ -0,0 +1,9 @@
+--- cmd/Imakefile.orig Mon Jun 17 05:50:30 1996
++++ cmd/Imakefile Fri Oct 5 18:18:22 2001
+@@ -1,4 +1,5 @@
+-ROOT = /usr/local
++PREFIX ?= /usr/local
++ROOT = ${PREFIX}
+ BINDIR = $(ROOT)/bin
+
+ all::
Property changes on: trunk/textproc/docbook-to-man/files/patch-cmd__Imakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh
===================================================================
--- trunk/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh (rev 0)
+++ trunk/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh 2016-08-06 01:58:52 UTC (rev 21554)
@@ -0,0 +1,57 @@
+--- cmd/docbook-to-man.sh.orig Mon Jun 17 05:50:30 1996
++++ cmd/docbook-to-man.sh Fri Oct 5 18:18:22 2001
+@@ -40,9 +40,9 @@
+ # ***** change the following paths if your installation of nsgmls and / or
+ # ***** DocBook isn't into the default places.
+
+-ROOT=/usr/local
+-SGMLS=$ROOT/lib/sgml
+-DOCBOOK=$SGMLS/Davenport/dtd
++ROOT=%%PREFIX%%
++SGMLS=$ROOT/share/sgml
++DOCBOOK=$SGMLS/docbook
+
+
+ # ***** modify the following line (to "=false") if you're not using the
+@@ -51,19 +51,16 @@
+ doElanPSInclude=true
+
+
+-
+ # Everything below this line should be pretty standard and not require
+ # modification.
+
+ #ulimit -c unlimited
+
+ PARSER=nsgmls
+-INSTANT=instant
++INSTANT=oinstant
+ INSTANT_OPT=-d
+
+-CATALOG=$DOCBOOK/docbook.cat
+-DECL=$DOCBOOK/docbook.dcl
+-#PROLOG=$DOCBOOK/docbook.prolog
++CATALOG=$DOCBOOK/catalog
+
+ error=false
+
+@@ -159,17 +156,8 @@
+ .ds f4\"
+ !
+
+-
+-#if [ ! -f $PROLOG ]
+-#then cat > $PROLOG <<!
+-#<!DOCTYPE RefEntry PUBLIC "-//Davenport//DTD DocBook V2.4.1//EN" [
+-#<!ENTITY npzwc "">
+-#]>
+-#!
+-#fi
+-
+ (cat /tmp/dtm.$$.psinc;
+- $PARSER -gl -m$CATALOG $DECL $INSTANCE |
++ $PARSER -gl -c $CATALOG $INSTANCE |
+ $INSTANT $INSTANT_OPT -croff.cmap -sroff.sdata -tdocbook-to-man.ts)
+
+-rm -f /tmp/dtm.$$.psinc
++rm -f /tmp/dtm.$$.psinc
Property changes on: trunk/textproc/docbook-to-man/files/patch-cmd__docbook-to-man.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list