diff options
author | bapt <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
commit | 2ac1593fa40be912b93142f98d35818c05677bb3 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /games | |
parent | 28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612 (diff) | |
download | freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.tar.gz freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.tar.zst freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubik/Makefile | 2 | ||||
-rw-r--r-- | games/gnuchess/Makefile | 1 | ||||
-rw-r--r-- | games/gnugo/Makefile | 1 | ||||
-rw-r--r-- | games/gnushogi/Makefile | 3 | ||||
-rw-r--r-- | games/goldencheetah/Makefile | 2 | ||||
-rw-r--r-- | games/gtypist/Makefile | 2 | ||||
-rw-r--r-- | games/heroes/Makefile | 2 | ||||
-rw-r--r-- | games/liquidwar/Makefile | 2 | ||||
-rw-r--r-- | games/liquidwar/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | games/moon-buggy/Makefile | 2 | ||||
-rw-r--r-- | games/rtb/Makefile | 2 | ||||
-rw-r--r-- | games/vamos/Makefile | 2 | ||||
-rw-r--r-- | games/xboard/Makefile | 2 | ||||
-rw-r--r-- | games/xconq/Makefile | 2 |
14 files changed, 17 insertions, 22 deletions
diff --git a/games/gnubik/Makefile b/games/gnubik/Makefile index ba41bc01eddf..b6201073392d 100644 --- a/games/gnubik/Makefile +++ b/games/gnubik/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnubik PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GNU diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index dab4b490efbd..9522ebdff434 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnuchess PORTVERSION= 6.2.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU/chess # The DISTFILES here is explicitly needed because it can be extended later. diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index e32bc9433722..25217d98b608 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnugo PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU diff --git a/games/gnushogi/Makefile b/games/gnushogi/Makefile index 6077638967bd..d43496a8b092 100644 --- a/games/gnushogi/Makefile +++ b/games/gnushogi/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnushogi PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU @@ -36,7 +37,7 @@ do-install: @${INSTALL_MAN} ${WRKSRC}/doc/gnushogi.6 ${STAGEDIR}${MANPREFIX}/man/man6 @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/gnushogi/gnushogi.bbk ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/doc/gnushogi.info ${STAGEDIR}${PREFIX}/info + @${INSTALL_DATA} ${WRKSRC}/doc/gnushogi.info ${STAGEDIR}${PREFIX}/${INFO_PATH} @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/BOOKFILES ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/PORTING ${STAGEDIR}${DOCSDIR} diff --git a/games/goldencheetah/Makefile b/games/goldencheetah/Makefile index 57d047440459..9466be45f29d 100644 --- a/games/goldencheetah/Makefile +++ b/games/goldencheetah/Makefile @@ -4,7 +4,7 @@ PORTNAME= GoldenCheetah PORTVERSION= 3.2 DISTVERSIONPREFIX= V -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= trebbu@googlemail.com diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 9f40facd4164..ba4ae5d0e952 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtypist PORTVERSION= 2.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GNU diff --git a/games/heroes/Makefile b/games/heroes/Makefile index aa073b796ce3..c8347082e864 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -3,7 +3,7 @@ PORTNAME= heroes PORTVERSION= 0.21 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}-data/${DATAVERSION}:data \ diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index ff1ccb7f934e..03eabc782497 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -3,7 +3,7 @@ PORTNAME= liquidwar PORTVERSION= 5.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ SAVANNAH \ diff --git a/games/liquidwar/files/patch-Makefile.in b/games/liquidwar/files/patch-Makefile.in index a1b17d791e31..9631bfa3d14a 100644 --- a/games/liquidwar/files/patch-Makefile.in +++ b/games/liquidwar/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Feb 12 07:43:58 2004 -+++ Makefile.in Sun Oct 9 16:32:39 2005 -@@ -16,13 +16,12 @@ +--- Makefile.in.orig 2007-10-17 22:00:47.000000000 +0200 ++++ Makefile.in 2018-11-02 12:39:01.122951000 +0100 +@@ -16,7 +16,7 @@ DESKTOPDIR = $(datadir)/applications # directory since the FHS (File Hierarchy Standard recommends # to place man pages in $(datadir)/man (ie /usr/share/man). # MANDIR = $(mandir)/man6 @@ -9,11 +9,3 @@ # We don't use the autoconf default infodir=$(prefix)/info info # directory since the FHS (File Hierarchy Standard recommends # to place info pages in $(datadir)/info (ie /usr/share/info). --# INFODDIR = $(infodir) --INFODIR = $(datadir)/info --INFODIRDIR = $(infodir) -+# YES WE DO! -+INFODIR = $(prefix)/info - - ifeq (@TARGET_OPT@,yes) - TARGET = @target@ diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index c537e31b6ae3..59ba43e0c2a1 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -3,7 +3,7 @@ PORTNAME= moon-buggy PORTVERSION= 1.0.51 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://seehuhn.de/media/programs/ diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 77b01b810133..391a7e3aff2a 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -4,7 +4,7 @@ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 DISTVERSIONSUFFIX= -Ext -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.0.x/${PORTNAME}%20${PORTVERSION} diff --git a/games/vamos/Makefile b/games/vamos/Makefile index e41cc446baed..e970001fa3fb 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -3,7 +3,7 @@ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7ebadb051df4..a1e455006637 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,7 +3,7 @@ PORTNAME?= xboard PORTVERSION?= 4.9.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= CATEGORIES?= games MASTER_SITES?= GNU diff --git a/games/xconq/Makefile b/games/xconq/Makefile index fa22efff5f9f..c68816be5117 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -3,7 +3,7 @@ PORTNAME= xconq DISTVERSION= 7.5.0-0pre.0.20050612 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games tcl tk MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} |