New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11429 (closed defect: fixed)

Opened 6 years ago

Last modified 4 years ago

gimp-user-manual 2-0.12 fails to install

Reported by: jo.irisson@… Owned by: rhwood@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc: yves@…,boeyms@…,markd@…
Port:

Description

the gimp manual on the official gimp ftp server is not available any more at version 2.0.9. The available version is 2.0.11.

Here is the diff for the Portfile to fetch this new version:

--- /dev/fd/63	2007-02-24 05:07:27.000000000 +0100
+++ -	2007-02-24 05:07:27.000000000 +0100
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             gimp-user-manual
-version          0.9
+version          0.11
 categories       graphics
 maintainers    nomaintainer@macports.org
 description      A multilingual user manual for the Gimp.
@@ -14,11 +14,14 @@
 platforms        darwin
 
 distname	gimp-help-2-${version}
-master_sites     ftp://ftp.gimp.org/pub/gimp/help/testing/
-checksums        md5 c2f5c20cc5d861e7d403dda8e46d1c97
+master_sites     ftp://ftp.gimp.org/pub/gimp/help/
+checksums        md5 1becf4914fe51d8f0ce4142202c8cb92
 
 depends_build    bin:pkg-config:pkgconfig
-depends_lib      port:gimp2
+depends_lib      port:gimp2 \
+                 port:docbook-xsl
+
+configure.args   --enable-build --with-xsl=/opt/local/share/xsl/docbook-xsl
 
 variant no-gimp {
 	configure.args-append --without-gimp

In addition, this new version requires some patches, and at least this one to the file stylesheets/profile.xsl

--- /dev/fd/63	2007-02-24 04:39:58.000000000 +0100
+++ -	2007-02-24 04:39:58.000000000 +0100
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
   
   <xsl:import
-      href="http://docbook.sourceforge.net/release/xsl/current/profiling/profile.xsl" />
+      href="/opt/local/share/xsl/docbook-xsl/profiling/profile.xsl" />
   
   <!-- Generate DocBook instance with correct DOCTYPE -->
   <xsl:output method="xml" encoding="utf-8"

I hope this helps

JiHO

Attachments

gimp-user-manual_fix.diff (794 bytes) - added by boeyms@… 6 years ago.

Change History

comment:1 Changed 6 years ago by eridius@…

  • Milestone set to Available Ports

comment:2 Changed 6 years ago by pipping@…

  • Milestone changed from Available Ports to Port Updates

comment:3 Changed 6 years ago by rhwood@…

  • Cc yves added
  • Owner changed from macports-dev@… to rhwood@…
  • Version 1.3.2 deleted
  • Status changed from new to assigned

comment:4 Changed 6 years ago by rhwood@…

  • Cc yves@… added; yves removed

CCing the gimp2 port maintainer on this. Will upgrade against the 0.12 version of the manual.

comment:5 Changed 6 years ago by yves@…

  • Status changed from assigned to closed
  • Resolution set to fixed

comment:6 Changed 6 years ago by yves@…

P.S. Thanks !!

comment:7 Changed 6 years ago by ryandesign@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

Yves, you added "patchfiles patch-profile.xsl" to the portfile but forgot to "svn add files/patch-profile.xsl"

comment:8 Changed 6 years ago by boeyms@…

patch-profile.xsl should no longer be necessary with the changes to the docbook-xsl port. I have attached an alternative diff that worked under my testing (network access is unnecessary with a working docbook-xsl port).

Changed 6 years ago by boeyms@…

comment:9 Changed 6 years ago by yves@…

If anyone can commit this that would be great. I'm MacPortsless for the moment.

comment:10 Changed 6 years ago by markd@…

  • Status changed from reopened to closed
  • Resolution set to fixed

Committed in r25995. Updated to 0.12 also.

comment:11 Changed 6 years ago by markd@…

  • Cc boeyms@… added
  • Status changed from closed to reopened
  • Resolution fixed deleted

Reopening. People are reporting build failures and I jut tried to reinstall it and it failed this time.

comment:12 Changed 6 years ago by rhwood@…

This probavly depends on ticket:12106 When I get that through the pipe, we should reinvestigate this problem.

comment:13 Changed 6 years ago by rhwood@…

  • Milestone changed from Port Updates to Port Bugs
  • Type changed from enhancement to defect
  • Summary changed from UPDATE: gimp-user-manual-2-0.9 -> 2-0.11 + fixes to gimp-user-manual 2-0.11 fails to install

Change the summary and some metadata so that I don't get confused.

comment:14 Changed 6 years ago by rhwood@…

  • Summary changed from gimp-user-manual 2-0.11 fails to install to gimp-user-manual 2-0.12 fails to install

Is anyone capable of recreating the error now?

comment:15 Changed 6 years ago by markd@…

  • Status changed from reopened to closed
  • Cc markd@… added
  • Resolution set to fixed

I can't duplicate this now. Closing.

comment:16 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.