Date: Mon, 20 Nov 2000 11:20:02 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/22995: Update port: x11-servers/x2x (fix ports/21120) Message-ID: <20001120192002.7237637B4CF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22995 >Category: ports >Synopsis: Update port: x11-servers/x2x (fix ports/21120) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 20 11:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Remove DISTNAME - Remove USE_GMAKE This PR supersedes ports/21120(left alone for about 2 months). >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-servers/x2x/Makefile x11-servers/x2x/Makefile --- /usr/ports/x11-servers/x2x/Makefile Wed Oct 4 22:49:58 2000 +++ x11-servers/x2x/Makefile Sat Nov 18 11:23:06 2000 @@ -9,13 +9,13 @@ PORTVERSION= 1.27 CATEGORIES= x11-servers MASTER_SITES= http://gatekeeper.dec.com/pub/DEC/SRC/x2x/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= grog@FreeBSD.org USE_IMAKE= yes -USE_GMAKE= yes -MAKE_ENV= MAKE=${GMAKE} MAN1= x2x.1 + +post-extract: + @${CP} ${WRKSRC}/x2x.1 ${WRKSRC}/x2x.man .include <bsd.port.mk> diff -urN /usr/ports/x11-servers/x2x/files/patch-aa x11-servers/x2x/files/patch-aa --- /usr/ports/x11-servers/x2x/files/patch-aa Sun Sep 3 17:06:08 2000 +++ x11-servers/x2x/files/patch-aa Thu Sep 7 22:16:06 2000 @@ -1,10 +1,10 @@ ---- Imakefile~ Thu Aug 21 01:44:52 1997 -+++ Imakefile Sun Sep 3 16:44:47 2000 -@@ -10,3 +10,7 @@ - CDEBUGFLAGS = -O +--- Imakefile.orig Thu Aug 21 01:14:52 1997 ++++ Imakefile Thu Sep 7 22:15:46 2000 +@@ -6,7 +6,4 @@ + OBJS = lawyerese.o x2x.o format.o + PROTO_DEFINES = +- CC = gcc +- CDEBUGFLAGS = -O +- ComplexProgramTarget(x2x) -+# Added by Greg Lehey <grog@FreeBSD.org> for FreeBSD port -+x2x.man: x2x.1 -+ rm -f x2x.man -+ ln x2x.1 x2x.man >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001120192002.7237637B4CF>