1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix cfengine port now that makeinfo splits info -> html output. This broke

package building. The solution is to force it back to creating a monolithic
html file.

Submitted by:	kris
This commit is contained in:
Gordon Tetlow 2002-09-19 15:49:09 +00:00
parent 43a310e194
commit 97bdda3e78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66715
6 changed files with 24 additions and 18 deletions

View File

@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gordon@FreeBSD.org
BROKEN= "Incorrect pkg-plist
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif

View File

@ -1,8 +1,8 @@
This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports.
--- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000
+++ doc/Makefile.am Tue Jan 23 02:07:04 2001
--- doc/Makefile.am.orig Fri Dec 1 02:24:39 2000
+++ doc/Makefile.am Thu Sep 19 08:39:57 2002
@@ -2,7 +2,7 @@
info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo
@ -12,7 +12,7 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
htmlfiles = cfengine-Reference.html cfengine-Tutorial.html
html_DATA = $(htmlfiles) cf-security.html
@@ -14,18 +14,19 @@
@@ -14,21 +14,22 @@
# then uncomment the reference to ps2
psfiles = $(ps1) # $(ps2)
@ -34,4 +34,8 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
+SUFFIXES = .html .latex
%.html : %.texinfo
${MAKEINFO} --html $<
- ${MAKEINFO} --html $<
+ ${MAKEINFO} --html --no-split $<
%.dvi : %.latex
${LATEX} $<

View File

@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gordon@FreeBSD.org
BROKEN= "Incorrect pkg-plist
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif

View File

@ -1,8 +1,8 @@
This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports.
--- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000
+++ doc/Makefile.am Tue Jan 23 02:07:04 2001
--- doc/Makefile.am.orig Fri Dec 1 02:24:39 2000
+++ doc/Makefile.am Thu Sep 19 08:39:57 2002
@@ -2,7 +2,7 @@
info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo
@ -12,7 +12,7 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
htmlfiles = cfengine-Reference.html cfengine-Tutorial.html
html_DATA = $(htmlfiles) cf-security.html
@@ -14,18 +14,19 @@
@@ -14,21 +14,22 @@
# then uncomment the reference to ps2
psfiles = $(ps1) # $(ps2)
@ -34,4 +34,8 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
+SUFFIXES = .html .latex
%.html : %.texinfo
${MAKEINFO} --html $<
- ${MAKEINFO} --html $<
+ ${MAKEINFO} --html --no-split $<
%.dvi : %.latex
${LATEX} $<

View File

@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gordon@FreeBSD.org
BROKEN= "Incorrect pkg-plist
.if defined(PACKAGE_BUILDING)
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif

View File

@ -1,8 +1,8 @@
This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports.
--- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000
+++ doc/Makefile.am Tue Jan 23 02:07:04 2001
--- doc/Makefile.am.orig Fri Dec 1 02:24:39 2000
+++ doc/Makefile.am Thu Sep 19 08:39:57 2002
@@ -2,7 +2,7 @@
info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo
@ -12,7 +12,7 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
htmlfiles = cfengine-Reference.html cfengine-Tutorial.html
html_DATA = $(htmlfiles) cf-security.html
@@ -14,18 +14,19 @@
@@ -14,21 +14,22 @@
# then uncomment the reference to ps2
psfiles = $(ps1) # $(ps2)
@ -34,4 +34,8 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
+SUFFIXES = .html .latex
%.html : %.texinfo
${MAKEINFO} --html $<
- ${MAKEINFO} --html $<
+ ${MAKEINFO} --html --no-split $<
%.dvi : %.latex
${LATEX} $<