diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-04 16:36:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-10-04 16:36:09 +0000 |
commit | 142eb4adfecc0e1f78327a9881bf13ab11e1047e (patch) | |
tree | 9f3b09093c9a10475b051c84d26a28ea90ef56d4 /graphics/ImageMagick/files/patch-magick::Makefile.in | |
parent | The site was last reached by fenner's survey September 7th. (diff) |
Update to 5.5.7-11. [1]
o Removed two (now obsolate) libtool version patches
as ImageMagick now uses internal version system for
them starting from 0:0:0 (5.5.8 will become 0:1:0),
also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
variables removed from the source.
o Removed two other patches as now they are already
embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
installations based on selection while installing.
Also Makefile modifed to reflect this.
Minor cleanup MASTER_SITES.
Utilize PLIST_SUB from post-install:
PR: ports/55274 (Update to 5.5.7-10) [1]
Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Reviewed by: Rob Lahaye <lahaye@snu.ac.kr>
Notes
Notes:
svn path=/head/; revision=90257
Diffstat (limited to 'graphics/ImageMagick/files/patch-magick::Makefile.in')
-rw-r--r-- | graphics/ImageMagick/files/patch-magick::Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/ImageMagick/files/patch-magick::Makefile.in b/graphics/ImageMagick/files/patch-magick::Makefile.in deleted file mode 100644 index 1260420ab38f..000000000000 --- a/graphics/ImageMagick/files/patch-magick::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- magick/Makefile.in.orig Mon Feb 24 15:12:11 2003 -+++ magick/Makefile.in Mon Feb 24 15:12:46 2003 -@@ -353,8 +353,7 @@ - ALLMANPAGES = Magick-config.1 - - libMagick_la_LDFLAGS = -no-undefined \ -- -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)-Q$(QuantumDepth) \ -- -version-info 0:0:0 -+ -version-info $(MAJOR_VERSION):$(MINOR_VERSION):0 - - - #AM_CFLAGS = @LIBRARY_EXTRA_CPPFLAGS@ |