ports/125591: multimedia/avinfo fails to patch
barbara
barbara.xxx1975 at libero.it
Mon Jul 14 07:10:02 UTC 2008
>Number: 125591
>Category: ports
>Synopsis: multimedia/avinfo fails to patch
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 14 07:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: barbara
>Release: 6-STABLE
>Organization:
>Environment:
FreeBSD satanasso.local.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Jul 6 16:55:31 CEST 2008 root at satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386
>Description:
The port fails on patch due to a wrong WRKSRC
# make extract
===> Extracting for avinfo-1.0.a15
=> MD5 Checksum OK for avinfo-1.0.a15unix.tar.gz.
=> SHA256 Checksum OK for avinfo-1.0.a15unix.tar.gz.
regulus# make patch
===> Patching for avinfo-1.0.a15
sed: /usr/ports/multimedia/avinfo/work/avinfo-1.0.a15unix/config.mk: No such file or directory
*** Error code 1
Stop in /usr/ports/multimedia/avinfo.
# ll /usr/ports/multimedia/avinfo/work/
total 2
-rw-r--r-- 1 root wheel 0 Jul 14 08:59 .extract_done.avinfo._usr_local
drwxr-xr-x 4 root wheel 512 Apr 23 2005 avinfo-1.0.a15
>How-To-Repeat:
cd /usr/ports/multimedia/avinfo
make patch
>Fix:
Uncomment the WRKSRC line in Makefile
Patch attached with submission follows:
--- Makefile.orig 2008-07-13 23:30:50.000000000 +0200
+++ Makefile 2008-07-14 09:01:57.000000000 +0200
@@ -19,7 +19,7 @@
USE_GMAKE= yes
USE_BISON= build
-#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/avinfo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list