From owner-svn-ports-head@FreeBSD.ORG Sat Nov 2 13:47:57 2013 Return-Path: Delivered-To: svn-ports-head@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 85497F87; Sat, 2 Nov 2013 13:47:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 714952607; Sat, 2 Nov 2013 13:47:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA2Dlvs4092528; Sat, 2 Nov 2013 13:47:57 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA2Dlvo9092527; Sat, 2 Nov 2013 13:47:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201311021347.rA2Dlvo9092527@svn.freebsd.org> From: Pawel Pekala Date: Sat, 2 Nov 2013 13:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332482 - in head/editors/asedit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2013 13:47:57 -0000 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 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