Bug 135326 - [UPDATE] archivers/unrar-iconv fix custom prefix, fix iconv dep
Summary: [UPDATE] archivers/unrar-iconv fix custom prefix, fix iconv dep
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-07 15:40 UTC by Yarodin
Modified: 2009-06-07 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.52 KB, patch)
2009-06-07 15:40 UTC, Yarodin
no flags Details | Diff
patch-unrar-iconv.txt (1.58 KB, patch)
2009-06-07 16:30 UTC, Yarodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yarodin 2009-06-07 15:40:01 UTC
1. Fix problem with custom prefix.
2. Add miss USE_ICONV

Fix: How to apply:
1) Put patch-unrar-iconv.txt to /usr/ports/archivers/
2) cd /usr/ports/archivers/ && patch -E -p <patch-unrar-iconv.txt && find /usr/ports/archivers/unrar-iconv -type f -name "*.orig" -exec rm -f {} \;

Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-06-07 17:01:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-07 18:24:41 UTC
dhn         2009-06-07 17:24:26 UTC

  FreeBSD ports repository

  Modified files:
    archivers/unrar-iconv Makefile 
    archivers/unrar-iconv/files patch-iconv 
  Log:
  - Fix build with custom LOCALBASE.
  - Fix iconv dependency
  
  PR:     ports/135326
  Submitted by:   Yar Odin <yarodin@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +3 -0      ports/archivers/unrar-iconv/Makefile
  1.5       +5 -4      ports/archivers/unrar-iconv/files/patch-iconv
_______________________________________________
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 Dennis Herrmann freebsd_committer freebsd_triage 2009-06-07 18:24:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!