Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 21:48:10 +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: r366574 - head/devel/csmith
Message-ID:  <201408292148.s7TLmAGC097936@svn.freebsd.org>

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



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