Date: Sun, 14 May 2000 16:06:44 -0400 (EDT) From: patseal@hyperhost.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18552: Port Upgradee: boxes-1.0.1 Message-ID: <20000514200644.89A6C137F32@foobar.foobar.eyep.net>
next in thread | raw e-mail | index | archive | help
>Number: 18552 >Category: ports >Synopsis: Port Upgradee: boxes-1.0.1 >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: Sun May 14 13:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Seal >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Upgrade boxes-1.0 to 1.0.1 Fixes fetching of distfiles on sunsite (they no longer carry the old ver.) obsoletes patches patch-a[bc] Please close ports/18539 before committing this, as this superceeds it. >How-To-Repeat: >Fix: diff -ruN boxes.orig/Makefile boxes/Makefile --- boxes.orig/Makefile Sat Apr 15 21:50:44 2000 +++ boxes/Makefile Sun May 14 15:53:00 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: boxes -# Date created: 3 March 2000 -# Whom: Patrick Seal (patseal@hyperhost.net) +# Date created: 3 March 2000 +# Whom: Patrick Seal (patseal@hyperhost.net) # # $FreeBSD: ports/misc/boxes/Makefile,v 1.3 2000/04/16 01:50:44 will Exp $ # PORTNAME= boxes -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= misc MASTER_SITES= http://www6.informatik.uni-erlangen.de/~tsjensen/software/boxes/download/ \ ${MASTER_SITE_SUNSITE} @@ -17,6 +17,7 @@ MAN1= boxes.1 USE_GMAKE= yes +USE_BISON= yes ALL_TARGET= do-install: diff -ruN boxes.orig/files/md5 boxes/files/md5 --- boxes.orig/files/md5 Sun Apr 2 19:56:26 2000 +++ boxes/files/md5 Sun May 14 15:40:49 2000 @@ -1 +1 @@ -MD5 (boxes-1.0.src.tar.gz) = fce851c773342ea80cb746ca917448e5 +MD5 (boxes-1.0.1.src.tar.gz) = 77935fb3b566755db798d678f945bd4d diff -ruN boxes.orig/patches/patch-aa boxes/patches/patch-aa --- boxes.orig/patches/patch-aa Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-aa Sun May 14 15:49:40 2000 @@ -1,19 +1,11 @@ -*** Makefile.orig Sun Aug 22 07:46:23 1999 ---- Makefile Sat Mar 11 14:06:53 2000 -*************** -*** 46,52 **** - - - # The following line (GLOBALCONF) is the only line you should need to edit! -! GLOBALCONF = /usr/local/share/boxes - BVERSION = 1.0 - - SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) ---- 46,52 ---- - - - # The following line (GLOBALCONF) is the only line you should need to edit! -! GLOBALCONF = /usr/local/share/boxes/boxes-config - BVERSION = 1.0 - - SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) +--- Makefile.orig Fri Mar 17 18:53:58 2000 ++++ Makefile Sun May 14 15:49:15 2000 +@@ -51,7 +51,7 @@ + + + # The following line (GLOBALCONF) is the only line you should need to edit! +-GLOBALCONF = /usr/local/share/boxes ++GLOBALCONF = /usr/local/share/boxes/boxes-config + BVERSION = 1.0.1 + + SNAPFILE = boxes-SNAP-$(shell date +%Y%m%d) diff -ruN boxes.orig/patches/patch-ab boxes/patches/patch-ab --- boxes.orig/patches/patch-ab Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** src/config.h.orig Sat Mar 11 13:02:47 2000 ---- src/config.h Sat Mar 11 13:03:07 2000 -*************** -*** 46,52 **** - #define _POSIX_SOURCE - #define __EXTENSIONS__ - -! #elif - - #define _POSIX_SOURCE - ---- 46,52 ---- - #define _POSIX_SOURCE - #define __EXTENSIONS__ - -! #else - - #define _POSIX_SOURCE - diff -ruN boxes.orig/patches/patch-ac boxes/patches/patch-ac --- boxes.orig/patches/patch-ac Sun Apr 2 19:56:27 2000 +++ boxes/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ -*** src/lexer.l.orig Sat Mar 11 13:02:56 2000 ---- src/lexer.l Sat Mar 11 13:03:14 2000 -*************** -*** 97,102 **** ---- 97,103 ---- - - #include "config.h" - #include <string.h> -+ #include <sys/types.h> - #include <sys/stat.h> - #include <unistd.h> - #include "shape.h" >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?20000514200644.89A6C137F32>