diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 20:19:56 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 20:19:56 +0000 |
commit | 24db286fcad8ce913022d45a686e388c6975957c (patch) | |
tree | 91f9f90cae6e403f98de81abe1320c60b8e37694 /x11 | |
parent | 61e854e37614b9a8f3080cf79faef189bebd8131 (diff) | |
download | pkgsrc-24db286fcad8ce913022d45a686e388c6975957c.tar.gz |
Uses xgettext. Make it work with an older pod2man.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sakura/Makefile | 4 | ||||
-rw-r--r-- | x11/sakura/distinfo | 3 | ||||
-rw-r--r-- | x11/sakura/patches/patch-CMakeLists.txt | 9 |
3 files changed, 13 insertions, 3 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index c185b6455af..cdbbf976b42 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/02/06 12:42:26 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/16 20:19:56 hans Exp $ # DISTNAME= sakura-2.4.2 @@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config pod2man +USE_TOOLS+= pkg-config pod2man xgettext USE_CMAKE= yes SUBST_CLASSES+= fix-man-path diff --git a/x11/sakura/distinfo b/x11/sakura/distinfo index 04da5d37810..77c2cad989f 100644 --- a/x11/sakura/distinfo +++ b/x11/sakura/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/14 16:29:42 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/02/16 20:19:56 hans Exp $ SHA1 (sakura-2.4.2.tar.bz2) = 24b98c42c057da39f57c281a4726901952774641 RMD160 (sakura-2.4.2.tar.bz2) = 487c148b9ebd0da74908e4241004acc2e8db40f1 Size (sakura-2.4.2.tar.bz2) = 42082 bytes +SHA1 (patch-CMakeLists.txt) = 297c578eef8d021895b0795396667cfe0f9567cf diff --git a/x11/sakura/patches/patch-CMakeLists.txt b/x11/sakura/patches/patch-CMakeLists.txt new file mode 100644 index 00000000000..0d01af4f962 --- /dev/null +++ b/x11/sakura/patches/patch-CMakeLists.txt @@ -0,0 +1,9 @@ +--- CMakeLists.txt.orig 2012-01-27 11:52:46.987517960 +0100 ++++ CMakeLists.txt 2012-01-27 11:55:28.028774190 +0100 +@@ -70,5 +70,5 @@ ADD_CUSTOM_TARGET (distclean + + IF (POD2MAN) + ADD_CUSTOM_TARGET(man ALL +- COMMAND ${POD2MAN} -u --section=1 --release=${VERSION} --center '' ${sakura_SOURCE_DIR}/sakura.pod sakura.1) ++ COMMAND ${POD2MAN} --section=1 --release=${VERSION} --center '' ${sakura_SOURCE_DIR}/sakura.pod sakura.1) + ENDIF (POD2MAN) |