Date: Thu, 22 Oct 1998 01:35:43 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8406: Update x11-wm/blackbox to 0.40.11 Message-ID: <199810220635.BAA18361@emerson.gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>Number: 8406 >Category: ports >Synopsis: Update x11-wm/blackbox to 0.40.11 >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 Oct 21 23:40:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: These diffs update the x11-wm/blackbox port to use the latest distfile. Seems like as soon as one update gets committed, the author releases a new version. >How-To-Repeat: >Fix: Apply this patch. Note that this deletes patches/patch-ab and adds patches/patch-ac (replacing a fix for a bogusity in the Imakefile with a fix for a bogusity in the configure script). diff -ruN blackbox.old/Makefile blackbox/Makefile --- blackbox.old/Makefile Tue Oct 20 23:20:10 1998 +++ blackbox/Makefile Wed Oct 21 23:44:11 1998 @@ -1,17 +1,18 @@ # New ports collection makefile for: Blackbox -# Version required: 0.40.10 +# Version required: 0.40.11 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # # $Id: Makefile,v 1.10 1998/10/21 04:20:10 jkoshy Exp $ # -DISTNAME= blackbox-0.40.10 +DISTNAME= blackbox-0.40.11 CATEGORIES= x11-wm MASTER_SITES= http://linux.wiw.org/blackbox/sources/ MAINTAINER= ports@FreeBSD.ORG -USE_IMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> diff -ruN blackbox.old/files/md5 blackbox/files/md5 --- blackbox.old/files/md5 Tue Oct 20 23:20:10 1998 +++ blackbox/files/md5 Wed Oct 21 23:18:53 1998 @@ -1 +1 @@ -MD5 (blackbox-0.40.10.tar.gz) = afecf1aed41584a836e0bb4f62b26544 +MD5 (blackbox-0.40.11.tar.gz) = c7e00eedcd1b8b05cadb71d12ac5e0ae diff -ruN blackbox.old/patches/patch-ab blackbox/patches/patch-ab --- blackbox.old/patches/patch-ab Fri Oct 9 22:38:49 1998 +++ blackbox/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,10 +0,0 @@ ---- src/Imakefile.orig Tue Sep 22 11:39:20 1998 -+++ src/Imakefile Tue Sep 22 21:45:39 1998 -@@ -65,7 +65,6 @@ - - #ifndef ComplexCplusplusProgramTargetNoMan - #define ComplexCplusplusProgramTargetNoMan(program) @@\ -- PROGRAM = program @@\ - @@\ - AllTarget(program) @@\ - @@\ diff -ruN blackbox.old/patches/patch-ac blackbox/patches/patch-ac --- blackbox.old/patches/patch-ac Wed Dec 31 19:00:00 1969 +++ blackbox/patches/patch-ac Wed Oct 21 23:46:33 1998 @@ -0,0 +1,11 @@ +--- configure.orig Wed Oct 21 01:00:32 1998 ++++ configure Wed Oct 21 23:45:52 1998 +@@ -1903,7 +1903,7 @@ + test x$x_libraries = "x" && x_libraries="/usr/lib" + + cat >> confdefs.h <<EOF +-#define XAPPLOADDIR "$x_libraries/lib/X11/app-defaults" ++#define XAPPLOADDIR "$x_libraries/X11/app-defaults" + EOF + + >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?199810220635.BAA18361>