Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 1998 21:21:31 +0100
From:      Dom Mitchell <dom@myrddin.demon.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7322: problem in enlightenment-0.14 port
Message-ID:  <E0yxzxb-0003AG-00.qmail@myrddin.demon.co.uk>

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

>Number:         7322
>Category:       ports
>Synopsis:       problem in enlightenment-0.14 port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 19 13:30:02 PDT 1998
>Last-Modified:
>Originator:     Dom Mitchell
>Organization:
Big orange angry things, inc.
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD myrddin.demon.co.uk 3.0-CURRENT FreeBSD 3.0-CURRENT #3: Sun Jul  5 15:50:59 BST 1998     root@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN  i386

>Description:

The enlightenment 0.14 port Makefile has a typo in it.

>How-To-Repeat:

# pkg_delete p5-Gtk-0.2.2
# cd /usr/port/x11/enlightenment && make

>Fix:
	
	Apply this patch:

diff -u -r1.15 Makefile
--- Makefile    1998/07/19 06:34:35     1.15
+++ Makefile    1998/07/19 20:17:14
@@ -14,7 +14,7 @@
 
 MAINTAINER=    vanilla@FreeBSD.ORG
 
-BUILD_DEPENDS=  ${PREFIX}/lib/perl/5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
+BUILD_DEPENDS=  ${PREFIX}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
 
 LIB_DEPENDS=   esd\\.0\\.0:${PORTSDIR}/audio/esound \
                Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \

>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?E0yxzxb-0003AG-00.qmail>