From owner-freebsd-ports Tue Aug 31 4:11:14 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 485EB1594E for ; Tue, 31 Aug 1999 04:11:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07707; Tue, 31 Aug 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id BC5C3152EA for ; Tue, 31 Aug 1999 04:01:19 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11Llep-00074r-00; Tue, 31 Aug 1999 04:00:56 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id HAA98107; Tue, 31 Aug 1999 07:00:38 -0400 (EDT) (envelope-from will) Message-Id: <199908311100.HAA98107@shadow.blackdawn.com> Date: Tue, 31 Aug 1999 07:00:38 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13500: [third] update graphics/fly from v1.6.4 to v1.6.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # -# $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