Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 1998 07:02:28 +0100 (BST)
From:      Adrian Wontroba <aw1@stade.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7985: xlogmaster-1.4.4 port problem and patch
Message-ID:  <199809190602.HAA26435@titus.stade.co.uk>

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

>Number:         7985
>Category:       ports
>Synopsis:       xlogmaster-1.4.4 port problem and patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 18 23:20:00 PDT 1998
>Last-Modified:
>Originator:     Adrian Wontroba
>Organization:
Stade Computers Ltd, UK
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

Fresh 3.0-CURRENT system, aout.

>Description:

Small problem with the xlogmaster port. Since it was updated to version
1.4.4 and gtk11, it can't find gtk-config, now called gtk11-config.

>How-To-Repeat:

cd /usr/ports/sysutils/xlogmaster; make

>Fix:

Apply this patch:

diff -ruN --exclude CVS xlogmaster/Makefile xlogmaster-beta/Makefile
--- xlogmaster/Makefile	Wed Sep 16 08:36:43 1998
+++ xlogmaster-beta/Makefile	Sat Sep 19 06:48:17 1998
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
+CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}" GTK_CONFIG="${PREFIX}/bin/gtk11-config"
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
>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?199809190602.HAA26435>