svn commit: r366574 - head/devel/csmith
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 29 21:48:11 UTC 2014
Author: tijl
Date: Fri Aug 29 21:48:10 2014
New Revision: 366574
URL: http://svnweb.freebsd.org/changeset/ports/366574
QAT: https://qat.redports.org/buildarchive/r366574/
Log:
Add USES=libtool and INSTALL_TARGET=install-strip
Modified:
head/devel/csmith/Makefile
head/devel/csmith/pkg-plist
Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile Fri Aug 29 21:46:52 2014 (r366573)
+++ head/devel/csmith/Makefile Fri Aug 29 21:48:10 2014 (r366574)
@@ -2,6 +2,7 @@
PORTNAME= csmith
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
@@ -11,12 +12,12 @@ COMMENT= Generates random C programs tha
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf
-USE_LDCONFIG= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USES= gmake
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+USES= gmake libtool
+USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64
Modified: head/devel/csmith/pkg-plist
==============================================================================
--- head/devel/csmith/pkg-plist Fri Aug 29 21:46:52 2014 (r366573)
+++ head/devel/csmith/pkg-plist Fri Aug 29 21:48:10 2014 (r366574)
@@ -23,9 +23,9 @@ include/csmith-2.1.0/volatile_runtime.c
include/csmith-2.1.0/volatile_runtime.h
include/csmith-2.1.0/windows/stdint.h
lib/libcsmith.a
-lib/libcsmith.la
lib/libcsmith.so
lib/libcsmith.so.0
+lib/libcsmith.so.0.0.0
%%PORTDOCS%%%%DOCSDIR%%/probabilities.txt
@dirrm %%DOCSDIR%%
@dirrm include/csmith-2.1.0/windows
More information about the svn-ports-head
mailing list