From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 5 18:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16CBB433 for ; Mon, 5 Aug 2013 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE0782CE9 for ; Mon, 5 Aug 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r75IA4xe020226 for ; Mon, 5 Aug 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r75IA49X020225; Mon, 5 Aug 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Mon, 5 Aug 2013 18:10:04 GMT Resent-Message-Id: <201308051810.r75IA49X020225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36D8D2F4 for ; Mon, 5 Aug 2013 18:01:08 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0819E2C52 for ; Mon, 5 Aug 2013 18:01:07 +0000 (UTC) Received: from localhost.localdomain (ZT034070.ppp.dion.ne.jp [59.128.34.70]) by omta03.auone-net.jp (au one net mail) with ESMTP id 219C3188000B for ; Tue, 6 Aug 2013 03:01:04 +0900 (JST) Message-Id: <20130806025407.60f3d015fa6dc47e4906c1bb@yahoo.com> Date: Tue, 6 Aug 2013 02:54:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/181068: editors/asedit: Support CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 18:10:05 -0000 >Number: 181068 >Category: ports >Synopsis: editors/asedit: Support CFLAGS properly >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: Mon Aug 05 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Support CFLAGS properly - Support PLIST_FILES Remove file: files/patch-aa pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/asedit/Makefile editors/asedit/Makefile --- /usr/ports/editors/asedit/Makefile 2013-07-10 17:45:35.000000000 +0900 +++ editors/asedit/Makefile 2013-08-06 00:00:00.000000000 +0900 @@ -3,10 +3,9 @@ PORTNAME= asedit PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= editors +MASTER_SITES= XCONTRIB/editors EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org @@ -17,5 +16,17 @@ XMKMF= xmkmf 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 + +post-patch: + @${REINPLACE_CMD} -e \ + '/^XMLIB/s|-lPW|| ; \ + /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile .include diff -urN /usr/ports/editors/asedit/files/patch-aa editors/asedit/files/patch-aa --- /usr/ports/editors/asedit/files/patch-aa 2013-06-21 03:53:42.000000000 +0900 +++ editors/asedit/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,19 +0,0 @@ -*** Imakefile.orig Sun Jul 28 21:43:57 1996 ---- Imakefile Sun Jul 28 21:44:31 1996 -*************** -*** 29,35 **** - - LOCAL_X_LIBDIR = - -! XMLIB = -lXm -lPW - - XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW - XCOMM - SUN setup: XMLIB = -lXm ---- 29,35 ---- - - LOCAL_X_LIBDIR = - -! XMLIB = ${MOTIFLIB} - - XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW - XCOMM - SUN setup: XMLIB = -lXm diff -urN /usr/ports/editors/asedit/pkg-plist editors/asedit/pkg-plist --- /usr/ports/editors/asedit/pkg-plist 2013-06-21 03:53:42.000000000 +0900 +++ editors/asedit/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,7 +0,0 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: