Commit abc88332 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired java/sablevm* ports:

2024-03-31 java/sablevm-classpath: Only user in tree is java/sablevm which is deprecated
2024-03-31 java/sablevm: Abandonware, last release in 2007 and is no longer being developed
parent 65090797
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3085,3 +3085,5 @@ devel/rubygem-request_store14|devel/rubygem-request_store|2024-03-31|Remove obso
devel/llvm10||2024-04-01|Has expired: No longer supported by upstream
net-mgmt/phpweathermap||2024-04-01|Has expired: WWW vaporized and has not been updated in last 14 years
net/csocks||2024-04-01|Has expired: Last release in 2013 and no development since, consider net/microsocks or net/3proxy
java/sablevm-classpath||2024-04-01|Has expired: Only user in tree is java/sablevm which is deprecated
java/sablevm||2024-04-01|Has expired: Abandonware, last release in 2007 and is no longer being developed
+0 −2
Original line number Diff line number Diff line
@@ -98,8 +98,6 @@
    SUBDIR += openjfx14
    SUBDIR += phpeclipse
    SUBDIR += proguard
    SUBDIR += sablevm
    SUBDIR += sablevm-classpath
    SUBDIR += servingxml
    SUBDIR += sigar
    SUBDIR += springframework

java/sablevm-classpath/Makefile

deleted100644 → 0
+0 −61
Original line number Diff line number Diff line
PORTNAME=	sablevm-classpath
PORTVERSION=	1.13
PORTREVISION=	13
CATEGORIES=	java devel
MASTER_SITES=	SF/sablevm/sablevm/${PORTVERSION}

MAINTAINER=	java@FreeBSD.org
COMMENT=	Classpath of SableVM
WWW=		http://www.sablevm.org/

LICENSE=	GPLv2

DEPRECATED=	Only user in tree is java/sablevm which is deprecated
EXPIRATION_DATE=2024-03-31

BROKEN_aarch64=		Fails to configure: Endianess not declared
BROKEN_riscv64=		Fails to configure: Endianess not declared

BUILD_DEPENDS=	jikes:java/jikes

USES=		gmake libtool localbase pkgconfig xorg
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
USE_XORG=	x11 ice xtst sm

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-alsa --disable-dssi

INSTALL_TARGET=	install-strip

PLIST_SUB+=	PORTVERSION=${PORTVERSION}

OPTIONS_DEFINE=	CAIRO GTK2 ZIP
OPTIONS_DEFAULT=GTK2 ZIP
OPTIONS_SUB=	yes

CAIRO_DESC=	Use Cairo based Graphics2D
GTK2_DESC=	Enable Gtk+ AWT peer
ZIP_DESC=	Compress class library

CAIRO_IMPLIES=	GTK2
CAIRO_CONFIGURE_ON=	--enable-gtk-cairo
GTK2_USES=			gnome
GTK2_USE=	GNOME=gtk20
GTK2_CONFIGURE_OFF=	--disable-gtk-peer
ZIP_BUILD_DEPENDS=		zip:archivers/zip
ZIP_CONFIGURE_ON=	--with-compressed-classes=zip
ZIP_CONFIGURE_OFF=	--with-compressed-classes=no
ZIP_PLIST_SUB=		WITHOUT_ZIP="@comment " WITH_ZIP=""
ZIP_PLIST_SUB_OFF=		WITHOUT_ZIP="" WITH_ZIP="@comment "

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=incompatible-function-pointer-types
.endif

post-patch:
	@${CP} -f ${WRKSRC}/resource/java/security/classpath.security \
	    ${WRKSRC}/resource/java/security/SableVM.security

.include <bsd.port.mk>

java/sablevm-classpath/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (sablevm-classpath-1.13.tar.gz) = 82ff01d36916b2a1b4420cfdf456275d6422d47d0d9a5055ebf0b588bef3d0e3
SIZE (sablevm-classpath-1.13.tar.gz) = 6842606
+0 −55
Original line number Diff line number Diff line
--- include/Makefile.in.orig	2007-03-30 02:30:43.000000000 -0400
+++ include/Makefile.in	2012-09-28 12:17:30.000000000 -0400
@@ -59,7 +59,7 @@
     *) f=$$p;; \
   esac;
 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(includedir)"
+am__installdirs = "$(DESTDIR)$(pkgincludedir)"
 includeHEADERS_INSTALL = $(INSTALL_HEADER)
 HEADERS = $(include_HEADERS)
 ETAGS = etags
@@ -271,7 +271,7 @@
 target_os = @target_os@
 target_vendor = @target_vendor@
 vm_classes = @vm_classes@
-include_HEADERS = jni.h jni_md.h jawt.h jawt_md.h
+include_HEADERS = jawt.h jawt_md.h
 DISTCLEANFILES = jni_md.h
 ARG_JNI_JAVAH = -jni
 ARG_CLASSPATH_JAVAH = -bootclasspath
@@ -470,20 +470,20 @@
 uninstall-info-am:
 install-includeHEADERS: $(include_HEADERS)
 	@$(NORMAL_INSTALL)
-	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
+	test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 	@list='$(include_HEADERS)'; for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 	  f=$(am__strip_dir) \
-	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
-	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
+	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
+	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 	done
 
 uninstall-includeHEADERS:
 	@$(NORMAL_UNINSTALL)
 	@list='$(include_HEADERS)'; for p in $$list; do \
 	  f=$(am__strip_dir) \
-	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
-	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
+	  echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 	done
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -566,7 +566,7 @@
 @CREATE_JNI_HEADERS_FALSE@all-local:
 all-am: Makefile $(HEADERS) config.h all-local
 installdirs:
-	for dir in "$(DESTDIR)$(includedir)"; do \
+	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
 	done
 install: install-am
Loading