Bug 125591 - multimedia/avinfo fails to patch
Summary: multimedia/avinfo fails to patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 08:10 UTC by Barbara
Modified: 2008-07-14 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (278 bytes, patch)
2008-07-14 08:10 UTC, Barbara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2008-07-14 08:10:01 UTC
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

Fix: Uncomment the WRKSRC line in Makefile

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/multimedia/avinfo
make patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-14 08:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-14 09:42:16 UTC
amdmi3      2008-07-14 08:42:07 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/avinfo    Makefile 
  Log:
  - Fix build
  
  PR:             ports/125591
  Submitted by:   barbara <barbara.xxx1975 at libero dot it>
  Approved by:    miwi (mentor implicit)
  
  Revision  Changes    Path
  1.14      +1 -1      ports/multimedia/avinfo/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-07-14 09:42:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!