summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
commit7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch)
treef40cba2ed30c79b84c1d56a779b7139f24d6c36f /print
parentUpdate to 7.2.12 (diff)
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
Notes
Notes: svn path=/head/; revision=484628
Diffstat (limited to 'print')
-rw-r--r--print/a2ps/Makefile2
-rw-r--r--print/auctex/Makefile2
-rw-r--r--print/enscript-letter/Makefile2
-rw-r--r--print/gv/Makefile2
-rw-r--r--print/hp2xx/Makefile3
-rw-r--r--print/lilypond-devel/Makefile2
-rw-r--r--print/lilypond/Makefile2
-rw-r--r--print/tex-dvipsk/Makefile2
-rw-r--r--print/texinfo/Makefile1
-rw-r--r--print/texlive-base/Makefile2
-rw-r--r--print/trueprint/Makefile2
-rw-r--r--print/yatex/Makefile2
12 files changed, 13 insertions, 11 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 217d0e98cf95..1382418ad217 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= a2ps
PORTVERSION= 4.13b
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= print
MASTER_SITES= GNU LOCAL/hrs/a2ps/:i18n
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 60916e91b67e..5d60a20d9032 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= auctex
PORTVERSION= 11.90
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print elisp
MASTER_SITES= GNU
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile
index fa7f294d6d57..e13f99d50610 100644
--- a/print/enscript-letter/Makefile
+++ b/print/enscript-letter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= enscript
PORTVERSION= 1.6.6
-PORTREVISION?= 2 # ?= for chinese/enscript
+PORTREVISION?= 3 # ?= for chinese/enscript
CATEGORIES+= print
MASTER_SITES= GNU
PKGNAMESUFFIX= -${PAPERSIZE}
diff --git a/print/gv/Makefile b/print/gv/Makefile
index f0bad02cd027..d7f16878d504 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gv
PORTVERSION= 3.7.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= GNU
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile
index f32ad2acd3d1..ac42fa6c2206 100644
--- a/print/hp2xx/Makefile
+++ b/print/hp2xx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hp2xx
PORTVERSION= 3.4.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print x11
MASTER_SITES= GNU
@@ -18,6 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
WRKSRC_SUBDIR= sources
USES= makeinfo
+MAKE_ARGS= infodir=${PREFIX}/${INFO_PATH}
MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}"
CPPFLAGS+= -DUNIX -I${LOCALBASE}/include
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 57de1a0873ed..e0230164beff 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lilypond
DISTVERSION= 2.19.81
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${DISTVERSION:R}/ \
http://lilypond.org/downloads/sources/v${DISTVERSION:R}/
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 48b3a037236e..9b0c9b41a3e4 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lilypond
PORTVERSION= 2.18.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
diff --git a/print/tex-dvipsk/Makefile b/print/tex-dvipsk/Makefile
index fe74661547ec..ba370be82c10 100644
--- a/print/tex-dvipsk/Makefile
+++ b/print/tex-dvipsk/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dvipsk
PORTVERSION= 5.995
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
PKGNAMEPREFIX= tex-
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 71a671582f61..31050189b004 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= texinfo
PORTVERSION= 6.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 6968105882e3..7c3ecd1711d1 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20150521
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile
index 789fb6d2a6fa..9dafd6681990 100644
--- a/print/trueprint/Makefile
+++ b/print/trueprint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= trueprint
PORTVERSION= 5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= GNU
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index 633550eba921..7e62a8a5a9c8 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yatex
PORTVERSION= 1.77
-PORTREVISION= 2
+PORTREVISION= 4
CATEGORIES?= print elisp
MASTER_SITES= http://www.yatex.org/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}