Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 16:44:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367654 - head/java/sablevm
Message-ID:  <201409081644.s88Gi5GC066218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081644.s88Gi5GC066218>