[38483] trunk/dports/math/octave-image

andrea.damore at macports.org andrea.damore at macports.org
Mon Jul 21 22:19:12 PDT 2008


Revision: 38483
          http://trac.macosforge.org/projects/macports/changeset/38483
Author:   andrea.damore at macports.org
Date:     2008-07-21 22:19:12 -0700 (Mon, 21 Jul 2008)
Log Message:
-----------
fixes as from lint report

Modified Paths:
--------------
    trunk/dports/math/octave-image/Portfile

Added Paths:
-----------
    trunk/dports/math/octave-image/files/patch-src-Makefile.diff

Removed Paths:
-------------
    trunk/dports/math/octave-image/files/patch-src-Makefile

Modified: trunk/dports/math/octave-image/Portfile
===================================================================
--- trunk/dports/math/octave-image/Portfile	2008-07-22 05:13:51 UTC (rev 38482)
+++ trunk/dports/math/octave-image/Portfile	2008-07-22 05:19:12 UTC (rev 38483)
@@ -7,7 +7,7 @@
 categories              math science
 platforms               darwin
 maintainers             andrea.damore at macports.org
-description             The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.  
+description             The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
 long_description        ${description}
 
 homepage                http://octave.sf.net
@@ -21,13 +21,13 @@
 				sha1  ad687816449f4ad802812dbcd994068ada5790b5 \
 				rmd160  0c429030e4488c62182b3af9219852bec8f87629
 
-patchfiles		patch-src-Makefile
+patchfiles		patch-src-Makefile.diff
 
 depends_lib-append	port:octave \
 			port:jpeg \
 			port:ImageMagick
 
-post-destroot { 
+post-destroot {
 	move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate { 
+post-activate {
 	system "octave --eval \"pkg rebuild\"" }

Deleted: trunk/dports/math/octave-image/files/patch-src-Makefile
===================================================================
--- trunk/dports/math/octave-image/files/patch-src-Makefile	2008-07-22 05:13:51 UTC (rev 38482)
+++ trunk/dports/math/octave-image/files/patch-src-Makefile	2008-07-22 05:19:12 UTC (rev 38483)
@@ -1,10 +0,0 @@
---- src/Makefile.orig	2008-07-22 07:03:34.000000000 +0200
-+++ src/Makefile	2008-07-22 07:04:19.000000000 +0200
-@@ -30,6 +30,6 @@
- 	$(MKOCTFILE) $< -lpng
- 
- __magick_read__.oct: __magick_read__.cc
--	$(MKOCTFILE) $< `Magick++-config --cppflags` -lMagick++ -lMagick
-+	$(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --libs` `Magick-config --libs`
- 
- clean: ; -$(RM) *.o octave-core core *.oct *~

Copied: trunk/dports/math/octave-image/files/patch-src-Makefile.diff (from rev 38482, trunk/dports/math/octave-image/files/patch-src-Makefile)
===================================================================
--- trunk/dports/math/octave-image/files/patch-src-Makefile.diff	                        (rev 0)
+++ trunk/dports/math/octave-image/files/patch-src-Makefile.diff	2008-07-22 05:19:12 UTC (rev 38483)
@@ -0,0 +1,10 @@
+--- src/Makefile.orig	2008-07-22 07:03:34.000000000 +0200
++++ src/Makefile	2008-07-22 07:04:19.000000000 +0200
+@@ -30,6 +30,6 @@
+ 	$(MKOCTFILE) $< -lpng
+ 
+ __magick_read__.oct: __magick_read__.cc
+-	$(MKOCTFILE) $< `Magick++-config --cppflags` -lMagick++ -lMagick
++	$(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --libs` `Magick-config --libs`
+ 
+ clean: ; -$(RM) *.o octave-core core *.oct *~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080721/dcc35325/attachment.html 


More information about the macports-changes mailing list