pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(math/cgal) Trying to silence pkglint, Two left



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Fri Jun 7 00:13:18 2019 +0900
Changeset:	514d7e30e133bec66b46a0ff32da895cf5820121

Modified Files:
	cgal/Makefile
	cgal/buildlink3.mk
	cgal/distinfo
	cgal/patches/patch-include_CGAL_config.h

Log Message:
(math/cgal) Trying to silence pkglint, Two left

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=514d7e30e133bec66b46a0ff32da895cf5820121

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cgal/Makefile                            | 14 ++++++++++----
 cgal/buildlink3.mk                       |  1 -
 cgal/distinfo                            |  2 +-
 cgal/patches/patch-include_CGAL_config.h |  2 ++
 4 files changed, 13 insertions(+), 6 deletions(-)

diffs:
diff --git a/cgal/Makefile b/cgal/Makefile
index 56e3b58526..aad69669a0 100644
--- a/cgal/Makefile
+++ b/cgal/Makefile
@@ -1,9 +1,12 @@
 # $NetBSD: Makefile,v 1.34 2017/08/24 20:03:00 adam Exp $
 
-DISTNAME=	CGAL-4.14
-PKGNAME=	cgal-4.14
-CATEGORIES=	wip
-MASTER_SITES=	https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14/
+VERSION=	4.14
+DISTNAME=	CGAL-${VERSION}
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=CGAL/}
+GITHUB_RELEASE=	releases/CGAL-${VERSION}
+
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	reinoud%NetBSD.org@localhost
@@ -13,6 +16,9 @@ LICENSE=	gnu-lgpl-v3
 
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++03
+# CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR}  # default, but not effective now
+# CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR:STRING=${PKGMANDIR}
+# CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PKGMANDIR}		# neither one work
 
 REPLACE_BASH+=	scripts/cgal_create_CMakeLists
 REPLACE_BASH+=	scripts/cgal_create_cmake_script
diff --git a/cgal/buildlink3.mk b/cgal/buildlink3.mk
index e5ef7e919b..9f121d70d2 100644
--- a/cgal/buildlink3.mk
+++ b/cgal/buildlink3.mk
@@ -12,7 +12,6 @@ BUILDLINK_PKGSRCDIR.cgal?=	../../wip/cgal
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
 
 .endif	# CGAL_BUILDLINK3_MK
 
diff --git a/cgal/distinfo b/cgal/distinfo
index a2c333e734..1ec595c5f4 100644
--- a/cgal/distinfo
+++ b/cgal/distinfo
@@ -4,4 +4,4 @@ SHA1 (CGAL-4.14.tar.xz) = c70ac5017cbc755853457fc2415f6ccd9b1d17ac
 RMD160 (CGAL-4.14.tar.xz) = 12b008b415133061f6b4933093c889890e4f4c72
 SHA512 (CGAL-4.14.tar.xz) = 1f22da098a136c26fd51c7ac401212865dce7cc5110ca6a083ef6f09ead5c03a002bfd16752cb298427b84bd5b4900b52c6514f97ccd0e199ffb28e9fe640c43
 Size (CGAL-4.14.tar.xz) = 15602228 bytes
-SHA1 (patch-include_CGAL_config.h) = 653c4a3bf55ac2ecc7f563d7a149b1a2d52fe91f
+SHA1 (patch-include_CGAL_config.h) = 7a4865b342e26b0c218958cf05cec6d7c1dc9dc6
diff --git a/cgal/patches/patch-include_CGAL_config.h b/cgal/patches/patch-include_CGAL_config.h
index 288cc375aa..3740f4c258 100644
--- a/cgal/patches/patch-include_CGAL_config.h
+++ b/cgal/patches/patch-include_CGAL_config.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Add NetBSD endianness support
+
 --- include/CGAL/config.h.orig	2017-09-20 19:00:13.000000000 +0000
 +++ include/CGAL/config.h
 @@ -325,6 +325,15 @@


Home | Main Index | Thread Index | Old Index