From owner-freebsd-ports Thu Sep 28 8:22:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A4637B5AF for ; Thu, 28 Sep 2000 08:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA63831; Thu, 28 Sep 2000 08:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 05A2D37B423; Thu, 28 Sep 2000 08:15:32 -0700 (PDT) Message-Id: <20000928151532.05A2D37B423@hub.freebsd.org> Date: Thu, 28 Sep 2000 08:15:32 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21611: Update port: games/gleyes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21611 >Category: ports >Synopsis: Update port: games/gleyes >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: Thu Sep 28 08:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support X11BASE/PREFIX properly No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gleyes/Makefile games/gleyes/Makefile --- /usr/ports/games/gleyes/Makefile Thu Aug 3 21:12:06 2000 +++ games/gleyes/Makefile Wed Aug 9 03:54:34 2000 @@ -16,12 +16,9 @@ MAINTAINER= malte.lance@gmx.net -MAN1= gleyes.1 USE_X_PREFIX= yes USE_MESA= yes -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/gleyes ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/gleyes.1 ${PREFIX}/man/man1/gleyes.1 +MAN1= gleyes.1 .include diff -urN /usr/ports/games/gleyes/patches/patch-aa games/gleyes/patches/patch-aa --- /usr/ports/games/gleyes/patches/patch-aa Mon Feb 7 09:38:31 2000 +++ games/gleyes/patches/patch-aa Tue Sep 19 02:29:57 2000 @@ -1,17 +1,17 @@ ---- Makefile.orig Tue Oct 13 09:16:35 1998 -+++ Makefile Sun Feb 6 16:36:08 2000 +--- Makefile.orig Wed Oct 14 01:16:35 1998 ++++ Makefile Wed Aug 9 04:33:59 2000 @@ -5,8 +5,8 @@ #-------------------------------------------------------------------------- # Where you want to have it installed -BINDIR = /usr/X11/bin -MANDIR = /usr/X11/man/man1 -+BINDIR = /usr/X11R6/bin -+MANDIR = /usr/X11R6/man/man1 ++BINDIR = ${PREFIX}/bin ++MANDIR = ${PREFIX}/man/man1 # Use these for Mesa #GL = -lglut -lMesaGLU -lMesaGL -@@ -15,11 +15,14 @@ +@@ -15,11 +15,13 @@ GL = -lglut -lGLU -lGL # Use these for gcc on Linux (may work in other systems as well) @@ -21,12 +21,22 @@ +CC ?= gcc +CFLAGS ?= -pipe -O2 -fexpensive-optimizations -ffast-math -fomit-frame-pointer \ + -fforce-mem -fforce-addr -+CFLAGS += -Wall -Wno-implicit-int -I/usr/X11R6/include \ -+ -I/usr/local/include ++CFLAGS += -I${X11BASE}/include +LD = $(CC) LDFLAGS = -o $@ -LIBS = -L/usr/X11/lib -L/usr/local/lib $(GL) -lX11 -lXext -lXmu -lXi -lm -+LIBS = -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib $(GL) -lX11 -lXext -lXmu -lXi -lm ++LIBS = -Wl,-rpath,${X11BASE}/lib -L${X11BASE}/lib $(GL) -lX11 -lXext -lXmu -lXi -lm # Use these for cc on IRIX (submitted by Andrew Dalke ) #CC = cc +@@ -57,8 +59,8 @@ + rm -f *.o core + + install: gleyes +- cp gleyes $(BINDIR) +- cp gleyes.1 $(MANDIR) ++ ${BSD_INSTALL_PROGRAM} gleyes $(BINDIR) ++ ${BSD_INSTALL_MAN} gleyes.1 $(MANDIR) + + dist: + rm -Rf $(DIST) $(DIST).tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message