Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 17:21:23 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15103: Update port: games/speyes
Message-ID:  <19991126222123.5E43E9B38@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>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 <jedgar@fxp.org>
 #
 # $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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991126222123.5E43E9B38>