From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 7 09:50:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 693F616A4DE for ; Mon, 7 Aug 2006 09:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D895143D49 for ; Mon, 7 Aug 2006 09:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k779oE3h010483 for ; Mon, 7 Aug 2006 09:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k779oENg010482; Mon, 7 Aug 2006 09:50:14 GMT (envelope-from gnats) Resent-Date: Mon, 7 Aug 2006 09:50:14 GMT Resent-Message-Id: <200608070950.k779oENg010482@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, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F06D16A4E1 for ; Mon, 7 Aug 2006 09:47:30 +0000 (UTC) (envelope-from root@catv-50635cb6.catv.broadband.hu) Received: from catv-50635cb6.catv.broadband.hu (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F24243D7F for ; Mon, 7 Aug 2006 09:46:43 +0000 (GMT) (envelope-from root@catv-50635cb6.catv.broadband.hu) Received: by catv-50635cb6.catv.broadband.hu (Postfix, from userid 0) id E80EC28A15B; Mon, 7 Aug 2006 11:46:42 +0200 (CEST) Message-Id: <20060807094642.E80EC28A15B@catv-50635cb6.catv.broadband.hu> Date: Mon, 7 Aug 2006 11:46:42 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/101563: [maintainer update] editors/sted X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 09:50:15 -0000 >Number: 101563 >Category: ports >Synopsis: [maintainer update] editors/sted >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 07 09:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-STABLE i386 >Organization: n/a >Environment: System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386 >Description: - Eliminate patches - Respect DESTDIR >How-To-Repeat: >Fix: --- editors-sted.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/editors/sted/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1 Aug 2005 18:45:31 -0000 1.11 +++ Makefile 7 Aug 2006 09:44:07 -0000 @@ -20,9 +20,15 @@ PORTDOCS= CHANGES COPYING README PLIST_FILES= bin/sted +post-patch: + @${REINPLACE_CMD} -e "s|CC = gcc|CC ?= gcc|" \ + -e "s|C_OPTS = -Wall -O2|C_OPTS = ${CFLAGS}|" \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} "s|||" ${WRKSRC}/sted.c + do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1 + @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${TARGETDIR}/bin + @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${TARGETDIR}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} Index: files/patch-aa =================================================================== RCS file: files/patch-aa diff -N files/patch-aa --- files/patch-aa 3 Jul 1998 23:44:55 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ ---- Makefile Sun May 17 13:09:10 1998 -+++ /home/andy/tmp/wrk/Makefile Tue May 19 10:42:14 1998 -@@ -5,10 +5,10 @@ - - - #Compiler, change if you're using some other compiler --CC = gcc -+#CC = gcc - - #Compiler and linker options --C_OPTS = -Wall -O2 -+C_OPTS = ${CFLAGS} - L_OPTS = -lncurses - - #Install directory Index: files/patch-ab =================================================================== RCS file: files/patch-ab diff -N files/patch-ab --- files/patch-ab 3 Jul 1998 23:44:54 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- sted.c Sun May 17 13:15:08 1998 -+++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998 -@@ -34,7 +34,7 @@ - **************************************************************************/ - - --#include -+#include - #include - #include - #include --- editors-sted.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: