Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 17:59:13 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185879: [PATCH] devel/libgta: support staging
Message-ID:  <20140119135913.0FA583BEC4@hades.panopticon>
Resent-Message-ID: <201401191400.s0JE02ma091452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185879
>Category:       ports
>Synopsis:       [PATCH] devel/libgta: support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 19 14:00:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- libgta-1.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 340299)
+++ Makefile	(working copy)
@@ -13,18 +13,9 @@
 
 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
 
--- libgta-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140119135913.0FA583BEC4>