Bug 185879 - [PATCH] devel/libgta: support staging
Summary: [PATCH] devel/libgta: 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-19 14:00 UTC by Dmitry Marakasov
Modified: 2014-01-21 15:50 UTC (History)
1 user (show)

See Also:


Attachments
libgta-1.0.2.patch (526 bytes, patch)
2014-01-19 14:00 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-19 14:00:02 UTC
- Support staging
- Convert USE_GMAKE to USES
- Doc-related patching is no longer needed with staging

Port maintainer (coder@tuxfamily.org) 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-19 14:00:14 UTC
Maintainer of devel/libgta,

Please note that PR ports/185879 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/185879

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-19 14:00:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2014-01-21 05:43:47 UTC
It's ok for me.

https://redports.org/buildarchive/20140119204520-19618/

Regards

On 19.01.2014 15:00, Edwin Groothuis wrote:
> Maintainer of devel/libgta,
>
> Please note that PR ports/185879 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/185879
>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-01-21 15:05:48 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-01-21 15:43:14 UTC
Author: amdmi3
Date: Tue Jan 21 15:43:06 2014
New Revision: 340615
URL: http://svnweb.freebsd.org/changeset/ports/340615
QAT: https://qat.redports.org/buildarchive/r340615/

Log:
  - Support staging
  - Convert USE_GMAKE to USES
  
  PR:		185879
  Submitted by:	amdmi3
  Approved by:	coder@tuxfamily.org (maintainer)

Modified:
  head/devel/libgta/Makefile

Modified: head/devel/libgta/Makefile
==============================================================================
--- head/devel/libgta/Makefile	Tue Jan 21 15:40:07 2014	(r340614)
+++ head/devel/libgta/Makefile	Tue Jan 21 15:43:06 2014	(r340615)
@@ -13,18 +13,9 @@ OPTIONS_DEFINE=	DOCS
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=	pathfix
+USES=		pathfix gmake
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
-	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|doc||' ${WRKSRC}/Makefile.in
-.endif
-
 regression-test test: build
 	cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
_______________________________________________
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 6 Dmitry Marakasov freebsd_committer freebsd_triage 2014-01-21 15:43:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!