Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 17:03:39 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184438: devel/libtap fix stage 
Message-ID:  <201312021603.rB2G3dc4063335@q.workgroup>
Resent-Message-ID: <201312021610.rB2GA0Ts076390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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