Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2000 16:22:55 +0200 (CEST)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19867: update port: misc/grdb
Message-ID:  <20000712142255.5DC5118F6@pcwin002.win.tue.nl>

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

>Number:         19867
>Category:       ports
>Synopsis:       update port: misc/grdb
>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 Jul 12 07:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

FreeBSD 5.0-CURRENT #8: Wed Jul  5 10:04:54 CEST 2000

>Description:

Update of port misc/grdb to 0.2.3.
Upstream changes:
* fixed bug causing files in ~/.grdb to essentially be ignored
* changed RVPlayer.ad to not have global settings and therefore not
  give netscape a huge download dialog.

Port changes:
* fixed problem where building with PREFIX=/some/where was not finding
  /usr/X11R6/bin/gtk12-config.

>How-To-Repeat:

n/a

>Fix:

diff -urN /usr/ports/misc/grdb/Makefile grdb/Makefile
--- /usr/ports/misc/grdb/Makefile	Mon Jun 26 12:54:56 2000
+++ grdb/Makefile	Wed Jul 12 16:12:21 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grdb
-PORTVERSION= 	0.2.1
+PORTVERSION= 	0.2.3
 CATEGORIES=	misc gnome
 MASTER_SITES=   http://bucket.pp.ualr.edu/~bit/download/
 
@@ -25,7 +25,7 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-GTK_CONFIG?=	${PREFIX}/bin/gtk12-config
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
 		CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -urN /usr/ports/misc/grdb/files/md5 grdb/files/md5
--- /usr/ports/misc/grdb/files/md5	Fri Jun 16 15:25:32 2000
+++ grdb/files/md5	Wed Jul 12 16:09:00 2000
@@ -1 +1 @@
-MD5 (grdb-0.2.1.tar.gz) = de0c758d3553a287b25927036e604eaf
+MD5 (grdb-0.2.3.tar.gz) = 631e44b681d21381c312f040be4c1876

>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?20000712142255.5DC5118F6>