From owner-freebsd-ports Wed Nov 11 03:20:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03069 for freebsd-ports-outgoing; Wed, 11 Nov 1998 03:20:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03022 for ; Wed, 11 Nov 1998 03:19:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07280; Wed, 11 Nov 1998 03:20:02 -0800 (PST) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-35.fwi.com [209.84.172.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02825 for ; Wed, 11 Nov 1998 03:14:52 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id GAA29106 for ; Wed, 11 Nov 1998 06:13:33 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.1/8.9.1) id GAA08017; Wed, 11 Nov 1998 06:13:32 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199811111113.GAA08017@emerson.gelemna.ft-wayne.in.us> Date: Wed, 11 Nov 1998 06:13:32 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8649: Update x11-wm/blackbox to 0.40.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8649 >Category: ports >Synopsis: Update x11-wm/blackbox to 0.40.13 >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: Wed Nov 11 03:20:02 PST 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Diffs to update the x11-wm/blackbox port to use the latest distfile. The patches directory goes away; this compiles cleanly now. :) >How-To-Repeat: >Fix: Apply this patch. Note that this leaves all files in the patches directory empty, so they can be removed. diff -ruN blackbox.old/Makefile blackbox/Makefile --- blackbox.old/Makefile Wed Nov 4 21:59:40 1998 +++ blackbox/Makefile Wed Nov 11 05:46:01 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.40.12 +# Version required: 0.40.13 # Date created: June 15, 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.12 1998/11/05 02:59:40 jkoshy Exp $ # -DISTNAME= blackbox-0.40.12 +DISTNAME= blackbox-0.40.13 CATEGORIES= x11-wm MASTER_SITES= http://linux.wiw.org/blackbox/sources/ diff -ruN blackbox.old/files/md5 blackbox/files/md5 --- blackbox.old/files/md5 Wed Nov 4 21:59:41 1998 +++ blackbox/files/md5 Wed Nov 11 05:47:05 1998 @@ -1 +1 @@ -MD5 (blackbox-0.40.12.tar.gz) = f846e47c69647cfc501dc79d65e02a8c +MD5 (blackbox-0.40.13.tar.gz) = a48eb5f98d4292ad25d7e3b87cb2e194 diff -ruN blackbox.old/patches/patch-aa blackbox/patches/patch-aa --- blackbox.old/patches/patch-aa Wed Nov 4 21:59:41 1998 +++ blackbox/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ ---- src/Image.cc.orig Wed Nov 4 02:11:26 1998 -+++ src/Image.cc Wed Nov 4 16:22:37 1998 -@@ -34,10 +34,13 @@ - # include - #endif - --#if HAVE_MALLOC_H --# include -+#if HAVE_STDLIB_H -+# include -+#else -+# if HAVE_MALLOC_H -+# include -+# endif - #endif -- - - // ************************************************************************* - // Graphics engine class code diff -ruN blackbox.old/patches/patch-ab blackbox/patches/patch-ab --- blackbox.old/patches/patch-ab Wed Nov 4 21:59:41 1998 +++ blackbox/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 4 02:15:37 1998 -+++ configure Wed Nov 4 16:33:00 1998 -@@ -1346,7 +1346,7 @@ - - fi - --for ac_hdr in fcntl.h malloc.h process.h signal.h stdio.h time.h unistd.h sys/param.h sys/select.h sys/time.h sys/types.h -+for ac_hdr in fcntl.h malloc.h process.h signal.h stdio.h stdlib.h time.h unistd.h sys/param.h sys/select.h sys/time.h sys/types.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff -ruN blackbox.old/patches/patch-ac blackbox/patches/patch-ac --- blackbox.old/patches/patch-ac Wed Nov 4 21:59:41 1998 +++ blackbox/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ ---- config.h.in.orig Wed Nov 4 02:15:30 1998 -+++ config.h.in Wed Nov 4 17:05:45 1998 -@@ -40,6 +40,9 @@ - /* Define if you have the header file. */ - #undef HAVE_STDIO_H - -+/* Define if you have the header file. */ -+#undef HAVE_STDLIB_H -+ - /* Define if you have the header file. */ - #undef HAVE_SYS_PARAM_H - diff -ruN blackbox.old/patches/patch-ad blackbox/patches/patch-ad --- blackbox.old/patches/patch-ad Wed Nov 4 21:59:41 1998 +++ blackbox/patches/patch-ad Wed Dec 31 19:00:00 1969 @@ -1,28 +0,0 @@ -*** src.orig/blackbox.cc Wed Nov 4 18:07:56 1998 ---- src/blackbox.cc Wed Nov 4 22:02:54 1998 -*************** -*** 82,87 **** ---- 82,105 ---- - - - // ************************************************************************* -+ // this is taken from the GNU liberty codebase -+ // ************************************************************************* -+ -+ char * -+ basename (const char *name) -+ { -+ const char *base = name; -+ -+ while (*name) { -+ if (*name++ == '/') { -+ base = name; -+ } -+ } -+ return (char *) base; -+ } -+ -+ -+ // ************************************************************************* - // signal handler to allow for proper and gentle shutdown - // ************************************************************************* diff -ruN blackbox.old/pkg/PLIST blackbox/pkg/PLIST --- blackbox.old/pkg/PLIST Wed Nov 4 21:59:41 1998 +++ blackbox/pkg/PLIST Wed Nov 11 06:03:16 1998 @@ -1,5 +1,17 @@ bin/blackbox share/Blackbox/rc share/Blackbox/menu -share/Blackbox/style +share/Blackbox/styles/blackmagic +share/Blackbox/styles/coldsteel +share/Blackbox/styles/colorpurple +share/Blackbox/styles/darkgreen +share/Blackbox/styles/default +share/Blackbox/styles/gnoid +share/Blackbox/styles/green +share/Blackbox/styles/onoid +share/Blackbox/styles/pnoid +share/Blackbox/styles/slatebox +share/Blackbox/styles/steelblue +share/Blackbox/styles/steelbox +@dirrm share/Blackbox/styles @dirrm share/Blackbox >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message