Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Sep 2001 14:19:49 -0400 (EDT)
From:      The Anarcat <anarcat@anarcat.dyndns.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30349: [PATCH] audio/grip port installs to /usr/local instead of /usr/X11
Message-ID:  <20010905181949.0F57520B33@shall.anarcat.dyndns.org>

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

>Number:         30349
>Category:       ports
>Synopsis:       [PATCH] audio/grip port installs to /usr/local instead of /usr/X11
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 11:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD 4.4-RC i386
>Organization:
Nada, Inc
>Environment:
System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #6: Fri Aug 31 18:32:35 EDT 2001 root@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386

Package fetched from ftp.freebsd.org this morning.

>Description:

For some reason, the grip port installs itself in a /usr/local PREFIX.

Now I'm no ports guru, but I think this should be /usr/X11R6

>How-To-Repeat:

pkg_add -r grip

>Fix:

Workaround:

--- Makefile.orig	Wed Sep  5 14:10:30 2001
+++ Makefile	Wed Sep  5 14:10:39 2001
@@ -14,6 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_GMAKE=	yes
+USE_X_PREFIX=	yes
 USE_GTK=	yes
 ALL_TARGET=	gripnopar gcd
 MAN1=		grip.1

However, I think that the USE_GTK var should set this.

As bsd.gnome.mk puts it:

# Ports using GNOME should also have USE_X_PREFIX defined.
# (Perhaps we should add it??  XXX: aDe)

So I think either fixing bsd.gnome.mk or a sweep of the gnome/gtk should
be done.

I opt for fixing bsd.gnome.mk.
>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?20010905181949.0F57520B33>