Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2002 10:35:55 -0400 (EDT)
From:      Dan Peck <peckdani@msu.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41942: Update bbrb port to version 0.4.1
Message-ID:  <200208231435.g7NEZttM098540@peckdani.user.msu.edu>

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

>Number:         41942
>Category:       ports
>Synopsis:       Update bbrb port to version 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 23 07:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dan Peck
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD peckdani.user.msu.edu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #1: Thu Aug 22 20:48:24 EDT 2002 root@peckdani.user.msu.edu:/usr/obj/usr/src/sys/BEASTIE i386


	
>Description:
	Port currently stands at version 0.2.2, update it to 0.4.1 and proved the option of depending on esetroot instead of XV for setting the background.

>How-To-Repeat:
	Try installing the graphics/bbrb port
>Fix:

	Apply the attached diff.

--- bbrb.diff begins here ---
diff -ruN bbrb.old/Makefile bbrb/Makefile
--- bbrb.old/Makefile	Wed Feb 20 16:17:19 2002
+++ bbrb/Makefile	Thu Jul 25 22:09:55 2002
@@ -6,19 +6,31 @@
 #
 
 PORTNAME=	bbrb
-PORTVERSION=	0.2.2
-CATEGORIES=	graphics
+PORTVERSION=	0.4.1
+CATEGORIES=	graphics x11-wm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
-RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv \
-		blackbox:${PORTSDIR}/x11-wm/blackbox
+RUN_DEPENDS=	blackbox:${PORTSDIR}/x11-wm/blackbox
+
+#Let them choose, but default to xv.
+.if defined(WITH_ESETROOT)
+RUN_DEPENDS+=	Esetroot:${PORTSDIR}/x11/eterm
+.else
+RUN_DEPENDS+=	xv:${PORTSDIR}/graphics/xv
+.endif
 
 USE_X_PREFIX=	yes
 USE_GTK=	yes
 USE_IMLIB=	yes
 GNU_CONFIGURE=	yes
+
+pre-everything::
+.if !defined(WITH_ESETROOT)
+	@${ECHO_MSG} "You can depend on Esetroot (from eterm) instead of XV"
+	@${ECHO_MSG} "by defining WITH_ESETROOT"
+.endif
 
 .include <bsd.port.mk>
diff -ruN bbrb.old/distinfo bbrb/distinfo
--- bbrb.old/distinfo	Wed Feb 20 16:17:19 2002
+++ bbrb/distinfo	Thu Jul 25 21:51:04 2002
@@ -1 +1 @@
-MD5 (bbrb-0.2.2.tar.gz) = 5312acceca84cbe4ea3e4b909403cd5a
+MD5 (bbrb-0.4.1.tar.gz) = b20308677174549ba70804c98912eaf2
diff -ruN bbrb.old/pkg-plist bbrb/pkg-plist
--- bbrb.old/pkg-plist	Wed Feb 20 16:17:19 2002
+++ bbrb/pkg-plist	Thu Jul 25 22:01:39 2002
@@ -1,6 +1,6 @@
 bin/bbrb
-bin/bbrb.inst
 bin/bbrbss
-share/bbrb/bbrbpic.jpg
+bin/bbrb.inst
 share/bbrb/bgMenu
+share/bbrb/bbrbpic.jpg
 @dirrm share/bbrb
--- bbrb.diff ends here ---


>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?200208231435.g7NEZttM098540>