[34544] trunk/dports/audio/flac

ram at macports.org ram at macports.org
Wed Feb 27 18:15:19 PST 2008


Revision: 34544
          http://trac.macosforge.org/projects/macports/changeset/34544
Author:   ram at macports.org
Date:     2008-02-27 18:15:18 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
audio/flac: fix lint warnings

Modified Paths:
--------------
    trunk/dports/audio/flac/Portfile

Added Paths:
-----------
    trunk/dports/audio/flac/files/patch-ltmain.sh.diff
    trunk/dports/audio/flac/files/patch-nasm.h.diff

Removed Paths:
-------------
    trunk/dports/audio/flac/files/patch-ltmain.sh
    trunk/dports/audio/flac/files/patch-nasm.h

Modified: trunk/dports/audio/flac/Portfile
===================================================================
--- trunk/dports/audio/flac/Portfile	2008-02-27 22:41:07 UTC (rev 34543)
+++ trunk/dports/audio/flac/Portfile	2008-02-28 02:15:18 UTC (rev 34544)
@@ -22,10 +22,10 @@
 checksums       md5 153c8b15a54da428d1f0fadc756c22c7
 
 depends_lib     port:libogg \
-                port:id3lib 
+                port:id3lib
 
-patchfiles      patch-ltmain.sh \
-                patch-nasm.h
+patchfiles      patch-ltmain.sh.diff \
+                patch-nasm.h.diff
 
 configure.args  --mandir=${prefix}/share/man \
                 --disable-xmms-plugin
@@ -35,9 +35,9 @@
 test.run        yes
 test.target     check
 
-variant xmms_plugin description "Build xmms plugin" { 
-    configure.args-delete   --disable-xmms-plugin 
-    depends_lib-append      port:xmms 
+variant xmms_plugin description "Build xmms plugin" {
+    configure.args-delete   --disable-xmms-plugin
+    depends_lib-append      port:xmms
 }
 
 platform darwin i386 {

Deleted: trunk/dports/audio/flac/files/patch-ltmain.sh
===================================================================
--- trunk/dports/audio/flac/files/patch-ltmain.sh	2008-02-27 22:41:07 UTC (rev 34543)
+++ trunk/dports/audio/flac/files/patch-ltmain.sh	2008-02-28 02:15:18 UTC (rev 34544)
@@ -1,11 +0,0 @@
---- ltmain.sh.orig	Fri Feb  4 21:22:19 2005
-+++ ltmain.sh	Wed Feb 23 19:09:37 2005
-@@ -2280,7 +2280,7 @@
- 	   { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- 	  if test "$installed" = no; then
- 	    notinst_deplibs="$notinst_deplibs $lib"
--	    need_relink=yes
-+	    #need_relink=yes
- 	  fi
- 	  # This is a shared library
- 

Copied: trunk/dports/audio/flac/files/patch-ltmain.sh.diff (from rev 34543, trunk/dports/audio/flac/files/patch-ltmain.sh)
===================================================================
--- trunk/dports/audio/flac/files/patch-ltmain.sh.diff	                        (rev 0)
+++ trunk/dports/audio/flac/files/patch-ltmain.sh.diff	2008-02-28 02:15:18 UTC (rev 34544)
@@ -0,0 +1,11 @@
+--- ltmain.sh.orig	Fri Feb  4 21:22:19 2005
++++ ltmain.sh	Wed Feb 23 19:09:37 2005
+@@ -2280,7 +2280,7 @@
+ 	   { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
+ 	  if test "$installed" = no; then
+ 	    notinst_deplibs="$notinst_deplibs $lib"
+-	    need_relink=yes
++	    #need_relink=yes
+ 	  fi
+ 	  # This is a shared library
+ 

Deleted: trunk/dports/audio/flac/files/patch-nasm.h
===================================================================
--- trunk/dports/audio/flac/files/patch-nasm.h	2008-02-27 22:41:07 UTC (rev 34543)
+++ trunk/dports/audio/flac/files/patch-nasm.h	2008-02-28 02:15:18 UTC (rev 34544)
@@ -1,14 +0,0 @@
---- src/libFLAC/ia32/nasm.h~	2005-01-25 13:14:22.000000000 +0900
-+++ src/libFLAC/ia32/nasm.h	2006-03-15 18:07:23.000000000 +0900
-@@ -49,6 +49,11 @@
- 	%idefine code_section section .text align=16
- 	%idefine data_section section .data align=32
- 	%idefine bss_section  section .bss  align=32
-+%elifdef OBJ_FORMAT_macho
-+	%define FLAC__PUBLIC_NEEDS_UNDERSCORE
-+	%idefine code_section section .text
-+	%idefine data_section section .data
-+	%idefine bss_section  section .bss
- %else
- 	%error unsupported object format!
- %endif

Copied: trunk/dports/audio/flac/files/patch-nasm.h.diff (from rev 34543, trunk/dports/audio/flac/files/patch-nasm.h)
===================================================================
--- trunk/dports/audio/flac/files/patch-nasm.h.diff	                        (rev 0)
+++ trunk/dports/audio/flac/files/patch-nasm.h.diff	2008-02-28 02:15:18 UTC (rev 34544)
@@ -0,0 +1,14 @@
+--- src/libFLAC/ia32/nasm.h~	2005-01-25 13:14:22.000000000 +0900
++++ src/libFLAC/ia32/nasm.h	2006-03-15 18:07:23.000000000 +0900
+@@ -49,6 +49,11 @@
+ 	%idefine code_section section .text align=16
+ 	%idefine data_section section .data align=32
+ 	%idefine bss_section  section .bss  align=32
++%elifdef OBJ_FORMAT_macho
++	%define FLAC__PUBLIC_NEEDS_UNDERSCORE
++	%idefine code_section section .text
++	%idefine data_section section .data
++	%idefine bss_section  section .bss
+ %else
+ 	%error unsupported object format!
+ %endif

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080227/7fd9c311/attachment.html 


More information about the macports-changes mailing list