- Support CFLAGS properly - Support PLIST_FILES Remove file: files/patch-aa pkg-plist
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Remake of the patch against current tree.
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Sat Nov 2 13:47:56 2013 New Revision: 332482 URL: http://svnweb.freebsd.org/changeset/ports/332482 Log: - Respect CFLAGS - Switch to PLIST_FILES - Support staging PR: ports/181068 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Deleted: head/editors/asedit/files/patch-aa head/editors/asedit/pkg-plist Modified: head/editors/asedit/Makefile (contents, props changed) Modified: head/editors/asedit/Makefile ============================================================================== --- head/editors/asedit/Makefile Sat Nov 2 13:42:25 2013 (r332481) +++ head/editors/asedit/Makefile Sat Nov 2 13:47:56 2013 (r332482) @@ -5,8 +5,7 @@ PORTNAME= asedit PORTVERSION= 1.3.2 PORTREVISION= 4 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= editors +MASTER_SITES= XCONTRIB/editors EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org @@ -15,7 +14,18 @@ COMMENT= Text editor for X/Motif USES= imake:notall motif USE_XORG= ice sm x11 xext xmu xp xt -MAN1= asedit.1 +PLIST_FILES= bin/asedit \ + lib/X11/app-defaults/Asedit \ + lib/X11/app-defaults/Asedit-sgi \ + lib/X11/app-defaults/Asedit_em \ + lib/X11/app-defaults/Asedit_em-sgi \ + lib/X11/asedit.hlp \ + lib/X11/asedit_em.hlp \ + man/man1/asedit.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + '/^XMLIB/s|-lPW|| ; \ + /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile -NO_STAGE= yes .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"
State Changed From-To: open->closed Committed. Thanks!