diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-22 00:45:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-22 00:45:06 +0000 |
commit | 37e86e4da65218ec4a454192102dfa4219e0b423 (patch) | |
tree | 8bb16727e59bfaa6643dbba03964f9f848ce2b8a | |
parent | 844230b91a335f611d6488ed8941005fb4817c51 (diff) | |
download | pkgsrc-37e86e4da65218ec4a454192102dfa4219e0b423.tar.gz |
Disable documentation files generation. Bump PKGREVISION
When LaTeX is detected, some LaTeX style files are required.
-rw-r--r-- | graphics/jasper/Makefile | 3 | ||||
-rw-r--r-- | graphics/jasper/PLIST | 4 | ||||
-rw-r--r-- | graphics/jasper/distinfo | 4 | ||||
-rw-r--r-- | graphics/jasper/patches/patch-CMakeLists.txt | 13 |
4 files changed, 16 insertions, 8 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 67e5023dd05..c7091310ebc 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2017/02/21 18:24:20 adam Exp $ +# $NetBSD: Makefile,v 1.47 2017/02/22 00:45:06 ryoon Exp $ DISTNAME= jasper-2.0.10 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ diff --git a/graphics/jasper/PLIST b/graphics/jasper/PLIST index 310b3ae8483..a227ba3599d 100644 --- a/graphics/jasper/PLIST +++ b/graphics/jasper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/02/21 18:24:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2017/02/22 00:45:06 ryoon Exp $ bin/imgcmp bin/imginfo bin/jasper @@ -31,5 +31,3 @@ man/man1/imginfo.1 man/man1/jasper.1 ${PLIST.opengl}man/man1/jiv.1 share/doc/JasPer/README -share/doc/JasPer/jasper.pdf -share/doc/JasPer/jpeg2000.pdf diff --git a/graphics/jasper/distinfo b/graphics/jasper/distinfo index 90d8dcc4f07..8d6f6679788 100644 --- a/graphics/jasper/distinfo +++ b/graphics/jasper/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.25 2017/02/21 18:24:20 adam Exp $ +$NetBSD: distinfo,v 1.26 2017/02/22 00:45:06 ryoon Exp $ SHA1 (jasper-2.0.10.tar.gz) = 42518b05fd73242f8ee8047d2e35e0275a697a5f RMD160 (jasper-2.0.10.tar.gz) = 5c13f11b2f5f7eb2ef161e2e691398c3d65bfeba SHA512 (jasper-2.0.10.tar.gz) = 3cc08c9bc1f9ad1e4bac78a3246d6ee1a35a75d5b89b3b0f27cb5980420101256a2e05eeb7bf8a0c73d1a73c044b83b4cbca441c1418dced53d7a142e69129ed Size (jasper-2.0.10.tar.gz) = 1672392 bytes -SHA1 (patch-CMakeLists.txt) = 6e8705e6231bd9e2b31bc2f91aa495af32dd9d3a +SHA1 (patch-CMakeLists.txt) = 511df06fb7d3f96a7865ea976166f6c1a05a83fe SHA1 (patch-src_libjasper_base_jas__seq.c) = a0208cd0271388ae0fdc2e359da3223a35a7ae14 SHA1 (patch-src_libjasper_base_jas__stream.c) = 2e9ad538ab2c0191063fef06202949b435b0085e SHA1 (patch-src_libjasper_jp2_jp2__cod.c) = bfbe752e105d75fbad71a01080013c7a5a8645d8 diff --git a/graphics/jasper/patches/patch-CMakeLists.txt b/graphics/jasper/patches/patch-CMakeLists.txt index b06f60c8603..191e189f69e 100644 --- a/graphics/jasper/patches/patch-CMakeLists.txt +++ b/graphics/jasper/patches/patch-CMakeLists.txt @@ -1,8 +1,8 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2017/02/21 18:24:20 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.2 2017/02/22 00:45:06 ryoon Exp $ Remove the weird hack. ---- CMakeLists.txt.orig 2017-02-21 17:54:13.000000000 +0000 +--- CMakeLists.txt.orig 2016-12-30 16:53:52.000000000 +0000 +++ CMakeLists.txt @@ -55,11 +55,7 @@ set(JAS_SO_MINOR 0) set(JAS_SO_RELEASE 0) @@ -16,3 +16,12 @@ Remove the weird hack. message("Shared library ABI version: ${JAS_SO_VERSION}") message("Shared library build version: ${JAS_SO_NAME}") +@@ -368,7 +364,7 @@ endif() + + add_subdirectory(src/libjasper) + add_subdirectory(src/appl) +-add_subdirectory(doc) ++#add_subdirectory(doc) + + # The package configuation (pc) file should be installed in + # ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig. |