Bug 183456 - [PATCH] devel/e2fsprogs-libss: enable staging, update USE* for gmake
Summary: [PATCH] devel/e2fsprogs-libss: enable staging, update USE* for gmake
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: 2013-10-29 22:30 UTC by Matthias Andree
Modified: 2013-10-29 23:18 UTC (History)
1 user (show)

See Also:


Attachments
e2fsprogs-libss-1.42.8.patch (1.21 KB, patch)
2013-10-29 22:30 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2013-10-29 22:30:00 UTC
The attached patch adds staging support to your port, and converts
USE_GMAKE to USES=gmake.

Ben, please evaluate the patch and follow up stating whether you approve
of the change or not.

Port maintainer (kaduk-fbsd@mit.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-29 22:30:07 UTC
Maintainer of devel/e2fsprogs-libss,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-29 22:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183456 

Date: Tue, 29 Oct 2013 18:25:50 -0400 (EDT)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-29 22:33:49 UTC
Author: mandree
Date: Tue Oct 29 22:33:41 2013
New Revision: 332020
URL: http://svnweb.freebsd.org/changeset/ports/332020

Log:
  Add staging support.  Converts USE_GMAKE to USES=gmake.
  
  PR:		183456
  Approved by:	Ben Kaduk (maintainer)

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

Modified: head/devel/e2fsprogs-libss/Makefile
==============================================================================
--- head/devel/e2fsprogs-libss/Makefile	Tue Oct 29 22:32:35 2013	(r332019)
+++ head/devel/e2fsprogs-libss/Makefile	Tue Oct 29 22:33:41 2013	(r332020)
@@ -15,17 +15,14 @@ OPTIONS_EXCLUDE=	DOCS EXAMPLES IPV6 NLS
 CONFIGURE_ARGS=	--enable-elf-shlibs
 MASTERDIR=	${.CURDIR}/../../sysutils/e2fsprogs
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 ALL_TARGET=	subs
 INSTALL_WRKSRC=	${WRKSRC}/lib/ss
 FILESDIR=	${.CURDIR}/files
 
-MAN1=	mk_cmds.1
-
 PKGDIR=		${.CURDIR}
 
-NO_STAGE=	yes
 pre-build:
 	@(cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \
 	${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)

Modified: head/devel/e2fsprogs-libss/pkg-plist
==============================================================================
--- head/devel/e2fsprogs-libss/pkg-plist	Tue Oct 29 22:32:35 2013	(r332019)
+++ head/devel/e2fsprogs-libss/pkg-plist	Tue Oct 29 22:33:41 2013	(r332020)
@@ -6,6 +6,7 @@ lib/libss.so
 lib/libss.a
 lib/libss.so.2
 libdata/pkgconfig/ss.pc
+man/man1/mk_cmds.1.gz
 share/ss/ct_c.awk
 share/ss/ct_c.sed
 @dirrm include/ss
_______________________________________________
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 Matthias Andree freebsd_committer freebsd_triage 2013-10-29 22:33:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!