Bug 164416 - [PATCH] textproc/iso8879: Fix on 9 and 10
Summary: [PATCH] textproc/iso8879: Fix on 9 and 10
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 18:00 UTC by Baptiste Daroussin
Modified: 2012-02-22 16:50 UTC (History)
1 user (show)

See Also:


Attachments
iso8879-1986_3.patch (1.35 KB, patch)
2012-01-23 18:00 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-01-23 18:00:24 UTC
Both 9 and 10 have unzip in base which makes this port failing 2 possible fixes: 
the one I'm proposing or:
just s/unzip/${LOCALBASE}/bin/unzip

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-23 18:00:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-22 16:48:43 UTC
bapt        2012-02-22 16:48:34 UTC

  FreeBSD ports repository

  Modified files:
    textproc/iso8879     Makefile 
  Log:
  Fix extraction on 9 and 10 which contains unzip in base, cleanly use USE_ZIP to handle unzip
  
  PR:             ports/164416
  Submitted by:   bapt (myself)
  Approved by:    maintainer timeout (> 3 weeks)
  
  Revision  Changes    Path
  1.27      +4 -10     ports/textproc/iso8879/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 Baptiste Daroussin freebsd_committer freebsd_triage 2012-02-22 16:49:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!