pkgsrc-WIP-changes archive

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

swi-prolog-jpl: Remove, used to update lang/swi-prolog-jpl



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 25 16:22:58 2019 +0100
Changeset:	88075cb0766ea37f48a6c3a59272ed260b4c1194

Modified Files:
	Makefile
Removed Files:
	swi-prolog-jpl/DESCR
	swi-prolog-jpl/Makefile
	swi-prolog-jpl/PLIST

Log Message:
swi-prolog-jpl: Remove, used to update lang/swi-prolog-jpl

(And, whoops, there was a typo in Makefile entry!)

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

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

diffstat:
 Makefile                |  1 -
 swi-prolog-jpl/DESCR    |  2 --
 swi-prolog-jpl/Makefile | 47 -----------------------------------------------
 swi-prolog-jpl/PLIST    |  4 ----
 4 files changed, 54 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2a548f7047..e303145ffe 100644
--- a/Makefile
+++ b/Makefile
@@ -4470,7 +4470,6 @@ SUBDIR+=	swarp
 SUBDIR+=	swfmill
 SUBDIR+=	swftools
 SUBDIR+=	swi-prolog
-SUBDIR+=	swi-prolog-jpg
 SUBDIR+=	swi-prolog-lite
 SUBDIR+=	swi-prolog-packages
 SUBDIR+=	swift
diff --git a/swi-prolog-jpl/DESCR b/swi-prolog-jpl/DESCR
deleted file mode 100644
index 8a0f85501f..0000000000
--- a/swi-prolog-jpl/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Package for Java/Prolog interaction for
-swi-prolog, an ISO/Edinburgh-style Prolog compiler.
diff --git a/swi-prolog-jpl/Makefile b/swi-prolog-jpl/Makefile
deleted file mode 100644
index 5914af7efd..0000000000
--- a/swi-prolog-jpl/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.51 2018/12/10 14:59:50 leot Exp $
-
-.include "../../wip/swi-prolog-lite/Makefile.common"
-
-PKGNAME=		swi-prolog-jpl-${SWIPLVERS}
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-COMMENT=		Packages for SWI Prolog
-
-USE_TOOLS+=		pkg-config
-
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_JAVA=ON
-CMAKE_ARGS+=		-DINSTALL_PACKAGES=OFF
-CMAKE_ARGS+=		-DINSTALL_DOCUMENTATION=OFF
-
-# Part of swi-prolog-lite
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_ARCHIVE=OFF
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_BASIC=OFF
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_SSL=OFF
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_TERM=OFF
-
-# Part of swi-prolog-packages
-CMAKE_ARGS+=		-DSWIPL_PACKAGES_X=OFF
-
-SWIPL_PACKAGES_COMPONENTS+=	Java_interface
-
-.include "../../mk/bsd.prefs.mk"
-
-CPPFLAGS.SunOS+=	-D_POSIX_PTHREAD_SEMANTICS
-
-TEST_TARGET=	check
-
-do-install:
-.for component in ${SWIPL_PACKAGES_COMPONENTS}
-	cd ${WRKSRC}/build &&						\
-	${PKGSRC_SETENV} ${INSTALL_ENV} ${MAKE_ENV}			\
-		${CMAKE} -DCMAKE_INSTALL_COMPONENT=${component:Q}	\
-			-P cmake_install.cmake
-.endfor
-
-.include "../../wip/swi-prolog-lite/buildlink3.mk"
-.include "../../mk/java-vm.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../devel/gmp/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/swi-prolog-jpl/PLIST b/swi-prolog-jpl/PLIST
deleted file mode 100644
index 30f78e3ab0..0000000000
--- a/swi-prolog-jpl/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-lib/swipl/lib/jpl.jar
-lib/swipl/lib/${MACHINE_GNU_PLATFORM}/libjpl.so
-lib/swipl/library/jpl.pl


Home | Main Index | Thread Index | Old Index