#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)
Change History (17)
comment:1 Changed 18 years ago by kballard (Lily Ballard)
Milestone: | → Available Ports |
---|
comment:2 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Updates |
---|
comment:3 Changed 18 years ago by rhwood@…
Cc: | yves added |
---|---|
Owner: | changed from macports-dev@… to rhwood@… |
Status: | new → assigned |
Version: | 1.3.2 |
comment:4 Changed 18 years ago by rhwood@…
Cc: | yves@… added; yves removed |
---|
comment:5 Changed 18 years ago by yves@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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: | reopened → closed |
Committed in r25995. Updated to 0.12 also.
comment:11 Changed 17 years ago by markd@…
Cc: | boeyms@… added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
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 Updates → Port Bugs |
---|---|
Summary: | UPDATE: gimp-user-manual-2-0.9 -> 2-0.11 + fixes → gimp-user-manual 2-0.11 fails to install |
Type: | enhancement → defect |
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 install → gimp-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: | reopened → closed |
I can't duplicate this now. Closing.
CCing the gimp2 port maintainer on this. Will upgrade against the 0.12 version of the manual.