pkgsrc-WIP-changes archive

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

gdcm: Migrate from USE_CMAKE to cmake/build.mk.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon May 27 20:10:11 2024 +1000
Changeset:	f061f39af5a4b3af1ac588f31eff0489edfe40b8

Modified Files:
	gdcm/Makefile
	gdcm/PLIST

Log Message:
gdcm: Migrate from USE_CMAKE to cmake/build.mk.

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

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

diffstat:
 gdcm/Makefile | 4 ++--
 gdcm/PLIST    | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/gdcm/Makefile b/gdcm/Makefile
index 39b930d7e0..14a739df28 100644
--- a/gdcm/Makefile
+++ b/gdcm/Makefile
@@ -12,8 +12,7 @@ COMMENT=	Grassroots DiCoM for processing DICOM medical files
 LICENSE=	modified-bsd
 
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	gmake cmake pkg-config
-USE_CMAKE=	yes
+USE_TOOLS+=	gmake pkg-config
 CMAKE_ARGS+=	-DGDCM_USE_SYSTEM_ZLIB=ON
 CMAKE_ARGS+=	-DGDCM_USE_SYSTEM_OPENSSL=ON
 CMAKE_ARGS+=	-DGDCM_USE_SYSTEM_EXPAT=ON
@@ -29,6 +28,7 @@ SUBST_FILES.docbook=	Utilities/doxygen/man/*.xml
 SUBST_STAGE.docbook=	pre-configure
 SUBST_SED.docbook+=	-e 's,http://docbook.sourceforge.net/release/xsl-ns/current,${PREFIX}/share/xsl/docbook,g'
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
diff --git a/gdcm/PLIST b/gdcm/PLIST
index ce93aef9b8..f03d0e9e72 100644
--- a/gdcm/PLIST
+++ b/gdcm/PLIST
@@ -370,7 +370,6 @@ include/gdcm-3.0/gdcmjpeg/jmorecfg.h
 include/gdcm-3.0/gdcmjpeg/jpegint.h
 include/gdcm-3.0/gdcmjpeg/jpeglib.h
 include/gdcm-3.0/gdcmjpeg/jversion.h
-include/gdcm-3.0/socketxx/config.h
 include/gdcm-3.0/socketxx/echo.h
 include/gdcm-3.0/socketxx/fork.h
 include/gdcm-3.0/socketxx/ftp.h


Home | Main Index | Thread Index | Old Index