Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 14:17:41 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184432: devel/mm fix stage 
Message-ID:  <201312021317.rB2DHf58034778@q.workgroup>
Resent-Message-ID: <201312021320.rB2DK0tq040266@freefall.freebsd.org>

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

>Number:         184432
>Category:       ports
>Synopsis:       devel/mm 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 13:20: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
	- stripe lib
	
>How-To-Repeat:
	
>Fix:

	

--- mm.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -10,16 +10,17 @@
 MAINTAINER=	rodrigo@bebik.net
 COMMENT=	Shared memory allocation library for pre-forked process models
 
+LICENSE=	BSD
+
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAN1=		mm-config.1
-MAN3=		mm.3
-
-NO_STAGE=	yes
 post-build:
 	@${ECHO_MSG} "===>  Use 'make test' to run a quick test suite."
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmm.so
+
 test:
 	@cd ${WRKSRC} && ${MAKE} test
 
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335354)
+++ pkg-plist	(working copy)
@@ -4,3 +4,5 @@
 lib/libmm.la
 lib/libmm.so
 lib/libmm.so.14
+man/man1/mm-config.1.gz
+man/man3/mm.3.gz
--- mm.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?201312021317.rB2DHf58034778>