Bug 185948 - [PATCH] graphics/alpng: support staging
Summary: [PATCH] graphics/alpng: support staging
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 22:40 UTC by Dmitry Marakasov
Modified: 2014-02-13 02:40 UTC (History)
1 user (show)

See Also:


Attachments
alpng-1.3_1.patch (855 bytes, patch)
2014-01-20 22:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-20 22:40:00 UTC
- Support staging
- Use new LIB_DEPENDS syntax

Port maintainer (devel@stasyan.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-20 22:40:08 UTC
Maintainer of graphics/alpng,

Please note that PR ports/185948 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185948

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-20 22:40:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-13 02:33:04 UTC
Author: amdmi3
Date: Thu Feb 13 02:32:57 2014
New Revision: 344037
URL: http://svnweb.freebsd.org/changeset/ports/344037
QAT: https://qat.redports.org/buildarchive/r344037/

Log:
  - Support staging
  
  PR:		185948
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/graphics/alpng/Makefile

Modified: head/graphics/alpng/Makefile
==============================================================================
--- head/graphics/alpng/Makefile	Thu Feb 13 02:26:04 2014	(r344036)
+++ head/graphics/alpng/Makefile	Thu Feb 13 02:32:57 2014	(r344037)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}13
 MAINTAINER=	devel@stasyan.com
 COMMENT=	Library for display PNG images in programs
 
-LIB_DEPENDS+=	alleg:${PORTSDIR}/devel/allegro
+LIB_DEPENDS=	liballeg.so:${PORTSDIR}/devel/allegro
 
 HAS_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}
@@ -23,12 +23,11 @@ CFLAGS+=	-I${LOCALBASE}/include
 PLIST_FILES=	include/alpng.h \
 		lib/libalpng.a
 
-NO_STAGE=	yes
 do-configure:
 	@${REINPLACE_CMD} -e "s/gcc/${CC}/g" ${WRKSRC}/makefile
 
 do-install:
-		${INSTALL_DATA} ${WRKSRC}/libalpng.a ${PREFIX}/lib/libalpng.a
-		${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${PREFIX}/include/alpng.h
+	${INSTALL_DATA} ${WRKSRC}/libalpng.a ${STAGEDIR}${PREFIX}/lib/
+	${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${STAGEDIR}${PREFIX}/include/
 
 .include <bsd.port.mk>
_______________________________________________
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 4 Dmitry Marakasov freebsd_committer freebsd_triage 2014-02-13 02:33:05 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!