Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2008 07:07:06 GMT
From:      barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125591: multimedia/avinfo fails to patch
Message-ID:  <200807140707.m6E776MU028428@www.freebsd.org>
Resent-Message-ID: <200807140710.m6E7A23c066840@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807140707.m6E776MU028428>