Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11429 closed defect (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (17)

comment:1 Changed 17 years ago by kballard (Lily Ballard)

Milestone: Available Ports

comment:2 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Updates

comment:3 Changed 17 years ago by rhwood@…

Cc: yves added
Owner: changed from macports-dev@… to rhwood@…
Status: newassigned
Version: 1.3.2

comment:4 Changed 17 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 17 years ago by yves@…

Resolution: fixed
Status: assignedclosed

comment:6 Changed 17 years ago by yves@…

P.S. Thanks !!

comment:7 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: closedreopened

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

comment:8 Changed 17 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 17 years ago by boeyms@…

Attachment: gimp-user-manual_fix.diff added

comment:9 Changed 17 years ago by yves@…

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

comment:10 Changed 17 years ago by markd@…

Resolution: fixed
Status: reopenedclosed

Committed in r25995. Updated to 0.12 also.

comment:11 Changed 17 years ago by markd@…

Cc: boeyms@… added
Resolution: fixed
Status: closedreopened

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

comment:12 Changed 17 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 17 years ago by rhwood@…

Milestone: Port UpdatesPort Bugs
Summary: UPDATE: gimp-user-manual-2-0.9 -> 2-0.11 + fixesgimp-user-manual 2-0.11 fails to install
Type: enhancementdefect

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

comment:14 Changed 17 years ago by rhwood@…

Summary: gimp-user-manual 2-0.11 fails to installgimp-user-manual 2-0.12 fails to install

Is anyone capable of recreating the error now?

comment:15 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: reopenedclosed

I can't duplicate this now. Closing.

comment:16 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.