ports/184432: devel/mm fix stage
Rodrigo Osorio
rodrigo at bebik.net
Mon Dec 2 13:20:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list