Bug 144886 - update port: print/advi to version 1.9
Summary: update port: print/advi to version 1.9
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 03:30 UTC by Timothy Beyer
Modified: 2010-04-09 17:10 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (3.03 KB, patch)
2010-03-20 03:30 UTC, Timothy Beyer
no flags Details | Diff
files.diff (2.95 KB, patch)
2010-03-20 03:30 UTC, Timothy Beyer
no flags Details | Diff
file.diff (621 bytes, patch)
2010-03-20 03:30 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2010-03-20 03:30:05 UTC
This patch makes the following changes:

-Updates advi to the latest version (in Makefile)
-Makes according changes to distinfo
-Makes according changes to pkg-plist
-Removed existing patches in files/ and replaced them with a configure patch (the build configuration in this version has changed substantially from prior versions)

Apply the problem reports "update port: graphics/ocaml-images to version 3.0.2"
and "new port: textproc/htmlc" 
both are are required to build this port properly.

Fix: The included patches,
    Apply the 2 other submitted problem reports as a prerequisite to this problem report.
    
--- distinfo.orig	2006-08-14 09:14:29.000000000 -0700
+++ distinfo	2010-03-14 18:38:57.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (advi-1.6.0.tgz) = da0e71cbc99a8def27873d4f3c756fa6
-SHA256 (advi-1.6.0.tgz) = ab77eb986987b4e6750e07e3a90f6bf58bea173eaeb2b1ebb0680d7545553e6b
-SIZE (advi-1.6.0.tgz) = 11436152
+MD5 (advi-1.9.tar.gz) = 42fe60dc65eb3048d0fb4789db1ca05c
+SHA256 (advi-1.9.tar.gz) = fc1ce772b3ebc3f7cded12bd8b805108b71aac897bcf0f0d19f13b547c68b1f6
+SIZE (advi-1.9.tar.gz) = 8512355

--- distinfo.diff ends here ---
How-To-Repeat:     Apply the patches
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-20 03:30:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-09 10:10:09 UTC
stas        2010-04-09 09:09:51 UTC

  FreeBSD ports repository

  Modified files:
    print/advi           Makefile distinfo pkg-plist 
  Removed files:
    print/advi/files     patch-grY11.c patch-graphicsY11.ml 
  Log:
  - Update to 1.9.
  - Fix build with new ocaml-images.
  
  PR:             ports/144886
  Submitted by:   Timothy Beyer <beyert@cs.ucr.edu> (based on)
  
  Revision  Changes    Path
  1.12      +43 -16    ports/print/advi/Makefile
  1.2       +3 -3      ports/print/advi/distinfo
  1.2       +0 -11     ports/print/advi/files/patch-grY11.c (dead)
  1.2       +0 -11     ports/print/advi/files/patch-graphicsY11.ml (dead)
  1.2       +1 -4      ports/print/advi/pkg-plist
_______________________________________________
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 Stanislav Sedov freebsd_committer freebsd_triage 2010-04-09 10:14:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!