Bug 184432 - devel/mm fix stage
Summary: devel/mm fix stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 13:20 UTC by Rodrigo OSORIO
Modified: 2013-12-02 14:31 UTC (History)
0 users

See Also:


Attachments
mm.diff (813 bytes, patch)
2013-12-02 13:20 UTC, Rodrigo OSORIO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo OSORIO 2013-12-02 13:20:00 UTC
	- fix stage
	- add license
	- stripe lib
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-02 13:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-02 14:28:21 UTC
Author: sunpoet
Date: Mon Dec  2 14:28:01 2013
New Revision: 335493
URL: http://svnweb.freebsd.org/changeset/ports/335493

Log:
  - Add LICENSE
  - Support STAGEDIR
  
  PR:		ports/184432
  Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)

Modified:
  head/devel/mm/Makefile   (contents, props changed)
  head/devel/mm/pkg-plist   (contents, props changed)

Modified: head/devel/mm/Makefile
==============================================================================
--- head/devel/mm/Makefile	Mon Dec  2 14:27:56 2013	(r335492)
+++ head/devel/mm/Makefile	Mon Dec  2 14:28:01 2013	(r335493)
@@ -10,16 +10,17 @@ MASTER_SITE_SUBDIR=	lib/${PORTNAME}
 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
 

Modified: head/devel/mm/pkg-plist
==============================================================================
--- head/devel/mm/pkg-plist	Mon Dec  2 14:27:56 2013	(r335492)
+++ head/devel/mm/pkg-plist	Mon Dec  2 14:28:01 2013	(r335493)
@@ -4,3 +4,5 @@ lib/libmm.a
 lib/libmm.la
 lib/libmm.so
 lib/libmm.so.14
+man/man1/mm-config.1.gz
+man/man3/mm.3.gz
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-02 14:31:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!