ports/184438: devel/libtap fix stage
Rodrigo Osorio
rodrigo at bebik.net
Mon Dec 2 16:10:01 UTC 2013
>Number: 184438
>Category: ports
>Synopsis: devel/libtap fix stage
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 02 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Rodrigo Osorio
>Release: FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Fix stage
Add license
Minor fixes to make porlint happy
>How-To-Repeat:
>Fix:
--- libtap.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 335354)
+++ Makefile (working copy)
@@ -12,16 +12,18 @@
MAINTAINER= rodrigo at bebik.net
COMMENT= Library implementing the Test Anything Protocol
+LICENSE= BSD
+
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-MAN3= tap.3
-
-NO_STAGE= yes
post-build:
@${CAT} ${PKGMESSAGE}
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtap.so
+
check:
(cd ${WRKSRC}; ${MAKE} check)
Index: pkg-plist
===================================================================
--- pkg-plist (revision 335354)
+++ pkg-plist (working copy)
@@ -3,3 +3,4 @@
lib/libtap.la
lib/libtap.so
lib/libtap.so.0
+man/man3/tap.3.gz
--- libtap.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list