svn commit: r366565 - head/devel/ffcall
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 29 21:26:18 UTC 2014
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
More information about the svn-ports-all
mailing list