Bug 184439 - devel/libarena stage fix
Summary: devel/libarena stage fix
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 16:20 UTC by Rodrigo OSORIO
Modified: 2013-12-02 17:40 UTC (History)
0 users

See Also:


Attachments
libarena.diff (295 bytes, patch)
2013-12-02 16: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 16:20:00 UTC
	Fix stage.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-02 16:20:09 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 17:31:24 UTC
Author: sunpoet
Date: Mon Dec  2 17:31:14 2013
New Revision: 335518
URL: http://svnweb.freebsd.org/changeset/ports/335518

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

Modified:
  head/devel/libarena/Makefile   (contents, props changed)

Modified: head/devel/libarena/Makefile
==============================================================================
--- head/devel/libarena/Makefile	Mon Dec  2 17:31:10 2013	(r335517)
+++ head/devel/libarena/Makefile	Mon Dec  2 17:31:14 2013	(r335518)
@@ -23,7 +23,6 @@ PLIST_FILES=	include/arena/align.h \
 		lib/libarena.a
 PLIST_DIRS=	include/arena
 
-NO_STAGE=	yes
 post-patch:
 .for i in Epilogue.mk Prologue.mk
 	@${REINPLACE_CMD} -e \
_______________________________________________
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 17:32:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!