Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 07:00:38 -0400 (EDT)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13500: [third] update graphics/fly from v1.6.4 to v1.6.5
Message-ID:  <199908311100.HAA98107@shadow.blackdawn.com>

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

>Number:         13500
>Category:       ports
>Synopsis:       [third] update graphics/fly from v1.6.4 to v1.6.5
>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:   Tue Aug 31 04:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

Given that some time ago, I submitted an update for fly that was falsely
dependent on gd 1.6.x, I would like that PR (13086) to be closed and this
one used for updating the port. After the update I submitted for gd recently,
I realized why this update wasn't committed before.

>How-To-Repeat:

Apply the following diff to the current fly port.

>Fix:

diff -urN --exclude=CVS fly/Makefile fly-1.6.5/Makefile
--- fly/Makefile	Thu Aug 26 00:23:14 1999
+++ fly-1.6.5/Makefile	Tue Aug 31 06:47:50 1999
@@ -1,19 +1,21 @@
 # New ports collection makefile for: fly
-# Version required:     1.6.4
+# Version required:     1.6.5
 # Date created:         30 December 1997
 # Whom:                 Juergen Unger <j.unger@choin.net>
 #
-# $FreeBSD: ports/graphics/fly/Makefile,v 1.2 1999/08/25 06:13:51 obrien Exp $
+# $FreeBSD$
 #
 
-DISTNAME=       fly-1.6.4
+DISTNAME=       fly-1.6.5
 CATEGORIES=	graphics
-MASTER_SITES=   ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \
-		ftp://ftp.ibrado.com/pub/fly/
+MASTER_SITES=   ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
 
 MAINTAINER=     j.unger@choin.net
 
-BUILD_DEPENDS=	${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd
+#this doesn't matter.. the program builds its own libgd.a.
+#BUILD_DEPENDS=	${PREFIX}/lib/libgd\.a #can't use ports' gd..
+
+MAKE_ENV=	PREFIX="${PREFIX}"
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
diff -urN --exclude=CVS fly/files/md5 fly-1.6.5/files/md5
--- fly/files/md5	Fri Feb 12 10:27:48 1999
+++ fly-1.6.5/files/md5	Wed Aug 11 16:11:05 1999
@@ -1 +1 @@
-MD5 (fly-1.6.4.tar.gz) = ff4dcef3eb3ffe9f0559be82d89c0e89
+MD5 (fly-1.6.5.tar.gz) = b96a2a6c566f284923d37f16b64aafec
diff -urN --exclude=CVS fly/patches/patch-aa fly-1.6.5/patches/patch-aa
--- fly/patches/patch-aa	Sat Dec 19 09:58:00 1998
+++ fly-1.6.5/patches/patch-aa	Wed Dec 31 19:00:00 1969
@@ -1,29 +0,0 @@
---- Makefile.orig	Mon Nov 23 16:40:58 1998
-+++ Makefile	Sat Dec 19 09:51:31 1998
-@@ -4,17 +4,14 @@
- # If you already have gd installed, use the line below and comment out the
- # following line
- #       GD = /path/to/gd/directory
--        GD = gd1.3
-+        GD = ${PREFIX}/lib
-         CC = gcc
-     #CFLAGS = -O -I$(GD)
--   CFLAGS = -O -pedantic -Wall -I$(GD)
-+   #CFLAGS = -O -pedantic -Wall -I$(GD)
-+CFLAGS+= -I${PREFIX}/include/gd
-       LIBS = -L$(GD) -lgd -lm
- 
--all: gd fly
--
--gd: $(GD)
--	cd $(GD); make CC=$(CC)
--
-+all: fly
- 
- fly.o: fly.c fly.h
- 	$(CC) -c $(CFLAGS) fly.c
-@@ -27,4 +24,3 @@
- 
- clean:
- 	rm -f fly.o fly temp.gif core; cd $(GD); make clean;
--

>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?199908311100.HAA98107>