Bug 181068 - editors/asedit: Support CFLAGS properly
Summary: editors/asedit: Support CFLAGS properly
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 19:10 UTC by tkato432
Modified: 2013-11-02 13:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.92 KB, patch)
2013-08-05 19:10 UTC, tkato432
no flags Details | Diff
editors_asedit.diff (1.95 KB, patch)
2013-09-03 18:57 UTC, tkato432
no flags Details | Diff
editors_asedit.diff (2.01 KB, patch)
2013-10-31 19:26 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-08-05 19:10:04 UTC
- Support CFLAGS properly
- Support PLIST_FILES

Remove file:
files/patch-aa
pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-05 19:11:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 tkato432 2013-09-03 18:57:30 UTC
Remake of the patch against current tree.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:10:56 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 4 tkato432 2013-10-31 19:26:04 UTC
Remake of the patch against current tree.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2013-11-02 13:29:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-02 13:48:04 UTC
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"
Comment 7 Pawel Pekala freebsd_committer freebsd_triage 2013-11-02 13:48:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!