Date: Fri, 29 Aug 2014 21:26:18 +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: r366565 - head/devel/ffcall Message-ID: <201408292126.s7TLQINQ087092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Aug 29 21:26:17 2014 New Revision: 366565 URL: http://svnweb.freebsd.org/changeset/ports/366565 QAT: https://qat.redports.org/buildarchive/r366565/ Log: - Add USES=libtool - Simplify CONFIGURE_TARGET logic Modified: head/devel/ffcall/Makefile head/devel/ffcall/pkg-plist Modified: head/devel/ffcall/Makefile ============================================================================== --- head/devel/ffcall/Makefile Fri Aug 29 21:11:37 2014 (r366564) +++ head/devel/ffcall/Makefile Fri Aug 29 21:26:17 2014 (r366565) @@ -3,7 +3,7 @@ PORTNAME= ffcall PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ MASTER_SITES+= ${MASTER_SITE_GNUSTEP} @@ -14,19 +14,12 @@ COMMENT= Foreign function call libraries LICENSE= GPLv2 -USES= gmake GNU_CONFIGURE= yes +USES= gmake libtool +CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MAKE_JOBS_UNSAFE= yes CFLAGS+= -fPIC -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.else -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/ffcall/pkg-plist ============================================================================== --- head/devel/ffcall/pkg-plist Fri Aug 29 21:11:37 2014 (r366564) +++ head/devel/ffcall/pkg-plist Fri Aug 29 21:26:17 2014 (r366565) @@ -10,9 +10,7 @@ include/trampoline_r.h include/vacall.h include/vacall_r.h lib/libavcall.a -lib/libavcall.la lib/libcallback.a -lib/libcallback.la lib/libtrampoline.a lib/libvacall.a share/html/avcall.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408292126.s7TLQINQ087092>