ports/77658: py-ogg fails with non-standard $LOCALBASE
Björn Jonare
asdfgl at home.se
Fri Feb 18 00:00:51 UTC 2005
>Number: 77658
>Category: ports
>Synopsis: py-ogg fails with non-standard $LOCALBASE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 18 00:00:50 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Björn Jonare
>Release: 5.3
>Organization:
>Environment:
FreeBSD morgoth.leithian.net 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb 16 00:47:50 CET 2005 root at morgoth.leithian.net:/usr/obj/usr/src/sys/MORGOTH i386
>Description:
The Makefile of the port audio/py-ogg won't find ogg if the machine uses a non-standard $LOCALBASE ie. $LOCALBASE != /usr/local.
>How-To-Repeat:
>Fix:
Following patch fixes the problem:
--- Makefile.orig Fri Feb 18 00:34:38 2005
+++ Makefile Fri Feb 18 00:35:45 2005
@@ -7,7 +7,7 @@
PORTNAME= ogg
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +22,6 @@
USE_PYDISTUTILS= yes
do-configure:
- @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py
+ @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list