svn commit: r367654 - head/java/sablevm

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 8 16:44:06 UTC 2014


Author: tijl
Date: Mon Sep  8 16:44:05 2014
New Revision: 367654
URL: http://svnweb.freebsd.org/changeset/ports/367654
QAT: https://qat.redports.org/buildarchive/r367654/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/java/sablevm/Makefile
  head/java/sablevm/pkg-plist

Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile	Mon Sep  8 16:30:23 2014	(r367653)
+++ head/java/sablevm/Makefile	Mon Sep  8 16:44:05 2014	(r367654)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sablevm
 PORTVERSION=	1.13
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	java devel
 MASTER_SITES=	SF
 
@@ -16,13 +16,14 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 RUN_DEPENDS=	fastjar:${PORTSDIR}/archivers/fastjar
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake iconv libtool pkgconfig
 USE_AUTOTOOLS=	libltdl
 USE_LDCONFIG=	yes
-USES=		pkgconfig gettext iconv gmake
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/${PORTNAME}
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	SVMCP
 OPTIONS_DEFAULT=SVMCP

Modified: head/java/sablevm/pkg-plist
==============================================================================
--- head/java/sablevm/pkg-plist	Mon Sep  8 16:30:23 2014	(r367653)
+++ head/java/sablevm/pkg-plist	Mon Sep  8 16:44:05 2014	(r367654)
@@ -5,7 +5,6 @@ bin/sablevm
 include/sablevm/jni.h
 include/sablevm/jni_system_specific.h
 lib/libsablevm-1.13.so
-lib/libsablevm.la
 lib/libsablevm.so
 lib/sablevm/bin/jar
 lib/sablevm/bin/java


More information about the svn-ports-head mailing list