[Midnightbsd-cvs] mports [20122] trunk/devel/ffcall: update plist and fix man page install and dist sites for ffcall
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 29 15:30:49 EDT 2015
Revision: 20122
http://svnweb.midnightbsd.org/mports/?rev=20122
Author: laffer1
Date: 2015-08-29 15:30:48 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
update plist and fix man page install and dist sites for ffcall
Modified Paths:
--------------
trunk/devel/ffcall/Makefile
trunk/devel/ffcall/distinfo
trunk/devel/ffcall/pkg-plist
Modified: trunk/devel/ffcall/Makefile
===================================================================
--- trunk/devel/ffcall/Makefile 2015-08-29 19:28:16 UTC (rev 20121)
+++ trunk/devel/ffcall/Makefile 2015-08-29 19:30:48 UTC (rev 20122)
@@ -3,30 +3,21 @@
PORTNAME= ffcall
PORTVERSION= 1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
-MASTER_SITES+= ${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR= libs
+MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ GNUSTEP/libs
MAINTAINER= ports at MidnightBSD.org
COMMENT= Foreign function call libraries
+
LICENSE= gpl2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
+USES= gmake libtool
+
+CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd9.1
MAKE_JOBS_UNSAFE= yes
-MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
-MANCOMPRESSED= no
CFLAGS+= -fPIC
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-CONFIGURE_TARGET= x86_64-portbld-freebsd7.0
-.else
-CONFIGURE_TARGET= ${ARCH}-portbld-freebsd7.0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/devel/ffcall/distinfo
===================================================================
--- trunk/devel/ffcall/distinfo 2015-08-29 19:28:16 UTC (rev 20121)
+++ trunk/devel/ffcall/distinfo 2015-08-29 19:30:48 UTC (rev 20122)
@@ -1,3 +1,2 @@
SHA256 (ffcall-1.10.tar.gz) = 6f1b5b8fc84b2c0051637fb1e4e4f8b975f5f98bff8fe053c1992347baa4983d
-RMD160 (ffcall-1.10.tar.gz) = 910af54fae0b992ceb5620f155e301827d2e03c5
SIZE (ffcall-1.10.tar.gz) = 914870
Modified: trunk/devel/ffcall/pkg-plist
===================================================================
--- trunk/devel/ffcall/pkg-plist 2015-08-29 19:28:16 UTC (rev 20121)
+++ trunk/devel/ffcall/pkg-plist 2015-08-29 19:30:48 UTC (rev 20122)
@@ -1,3 +1,8 @@
+man/man3/avcall.3.gz
+man/man3/callback.3.gz
+man/man3/trampoline.3.gz
+man/man3/trampoline_r.3.gz
+man/man3/vacall.3.gz
include/avcall.h
include/callback.h
include/trampoline.h
@@ -5,9 +10,7 @@
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
@@ -15,4 +18,3 @@
share/html/trampoline.html
share/html/trampoline_r.html
share/html/vacall.html
- at dirrm share/html
More information about the Midnightbsd-cvs
mailing list