From owner-freebsd-ports Fri Nov 26 14:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37C481522F for ; Fri, 26 Nov 1999 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76696; Fri, 26 Nov 1999 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id BB49B151AD for ; Fri, 26 Nov 1999 14:21:24 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 5E43E9B38; Fri, 26 Nov 1999 17:21:23 -0500 (EST) Message-Id: <19991126222123.5E43E9B38@pawn.primelocation.net> Date: Fri, 26 Nov 1999 17:21:23 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15103: Update port: games/speyes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15103 >Category: ports >Synopsis: Update port: games/speyes >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: Fri Nov 26 14:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update port: games/speyes * Update to 1.2.0 * Pass CFLAGS to build properly * Remove libgnugetopt dependency (getopt.c/getopt1.c now included) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/speyes/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/26 19:23:25 1.1.1.1 +++ Makefile 1999/11/26 22:19:19 @@ -1,26 +1,23 @@ # New ports collection makefile for: speyes -# Version required: 1.0.0 +# Version required: 1.2.0 # Date created: 03 November 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/games/speyes/Makefile,v 1.1.1.1 1999/11/26 19:23:25 steve Exp $ # -DISTNAME= speyes-1.0.0 +DISTNAME= speyes-1.2.0 CATEGORIES= games MASTER_SITES= http://www.halcyon.com/amalmin/speyes/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm NO_INSTALL_MANPAGES= yes USE_IMAKE= yes pre-configure: - @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig - @${SED} -e 's|LOCALBASE|${LOCALBASE}|' \ - < ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile + @${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile .include Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/games/speyes/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/11/26 19:23:25 1.1.1.1 +++ md5 1999/11/26 22:19:19 @@ -1 +1 @@ -MD5 (speyes-1.0.0.tar.gz) = 1fe85518efebceb559ca62c3e4ee2408 +MD5 (speyes-1.2.0.tar.gz) = 9b287dc3d074886772aea4af7531a6d2 Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/games/speyes/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/11/26 19:23:25 1.1.1.1 +++ patch-aa 1999/11/26 22:19:19 @@ -1,13 +1,10 @@ ---- Imakefile.orig Sat Oct 30 00:31:02 1999 -+++ Imakefile Wed Nov 3 08:28:28 1999 -@@ -2,7 +2,9 @@ - +--- Imakefile.orig Thu Nov 4 19:43:09 1999 ++++ Imakefile Fri Nov 26 17:17:54 1999 +@@ -4,6 +4,7 @@ SYS_LIBRARIES = MathLibrary DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) --LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) -+LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) -lgnugetopt -+EXTRA_INCLUDES = -ILOCALBASE/include -+LOCAL_LDFLAGS = -LLOCALBASE/lib + LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) ++CDEBUGFLAGS = __CFLAGS__ SRCS = speyes.c - OBJS = speyes.o + OBJS = speyes.o getopt.o getopt1.o >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message