[33148] trunk/dports/textproc/recode

ryandesign at macports.org ryandesign at macports.org
Sat Jan 19 05:53:30 PST 2008


Revision: 33148
          http://trac.macosforge.org/projects/macports/changeset/33148
Author:   ryandesign at macports.org
Date:     2008-01-19 05:53:24 -0800 (Sat, 19 Jan 2008)

Log Message:
-----------
recode: change name of patchfile to match recommendations

Modified Paths:
--------------
    trunk/dports/textproc/recode/Portfile

Added Paths:
-----------
    trunk/dports/textproc/recode/files/patch-lib_Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/textproc/recode/files/patch-lib__Makefile.in

Modified: trunk/dports/textproc/recode/Portfile
===================================================================
--- trunk/dports/textproc/recode/Portfile	2008-01-19 13:51:16 UTC (rev 33147)
+++ trunk/dports/textproc/recode/Portfile	2008-01-19 13:53:24 UTC (rev 33148)
@@ -25,7 +25,7 @@
 
 depends_lib     port:libtool port:gettext
 
-patchfiles      patch-lib__Makefile.in
+patchfiles      patch-lib_Makefile.in.diff
 
 pre-configure {
     copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}

Copied: trunk/dports/textproc/recode/files/patch-lib_Makefile.in.diff (from rev 33145, trunk/dports/textproc/recode/files/patch-lib__Makefile.in)
===================================================================
--- trunk/dports/textproc/recode/files/patch-lib_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/textproc/recode/files/patch-lib_Makefile.in.diff	2008-01-19 13:53:24 UTC (rev 33148)
@@ -0,0 +1,22 @@
+--- lib/Makefile.in.orig	2007-10-20 01:45:40.000000000 +0200
++++ lib/Makefile.in	2007-10-20 01:46:19.000000000 +0200
+@@ -107,8 +107,8 @@
+ AUTOMAKE_OPTIONS = gnits
+ 
+ noinst_LIBRARIES = libreco.a
+-noinst_HEADERS = error.h getopt.h gettext.h pathmax.h xstring.h
+-libreco_a_SOURCES = error.c getopt.c getopt1.c xstrdup.c
++noinst_HEADERS = error.h gettext.h pathmax.h xstring.h
++libreco_a_SOURCES = error.c xstrdup.c
+ 
+ EXTRA_DIST = alloca.c gettext.c malloc.c realloc.c strtol.c strtoul.c
+ 
+@@ -128,7 +128,7 @@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ libreco_a_DEPENDENCIES =  @ALLOCA@ @LIBOBJS@
+-libreco_a_OBJECTS =  error.o getopt.o getopt1.o xstrdup.o
++libreco_a_OBJECTS =  error.o xstrdup.o
+ AR = ar
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)

Deleted: trunk/dports/textproc/recode/files/patch-lib__Makefile.in
===================================================================
--- trunk/dports/textproc/recode/files/patch-lib__Makefile.in	2008-01-19 13:51:16 UTC (rev 33147)
+++ trunk/dports/textproc/recode/files/patch-lib__Makefile.in	2008-01-19 13:53:24 UTC (rev 33148)
@@ -1,22 +0,0 @@
---- lib/Makefile.in.orig	2007-10-20 01:45:40.000000000 +0200
-+++ lib/Makefile.in	2007-10-20 01:46:19.000000000 +0200
-@@ -107,8 +107,8 @@
- AUTOMAKE_OPTIONS = gnits
- 
- noinst_LIBRARIES = libreco.a
--noinst_HEADERS = error.h getopt.h gettext.h pathmax.h xstring.h
--libreco_a_SOURCES = error.c getopt.c getopt1.c xstrdup.c
-+noinst_HEADERS = error.h gettext.h pathmax.h xstring.h
-+libreco_a_SOURCES = error.c xstrdup.c
- 
- EXTRA_DIST = alloca.c gettext.c malloc.c realloc.c strtol.c strtoul.c
- 
-@@ -128,7 +128,7 @@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- libreco_a_DEPENDENCIES =  @ALLOCA@ @LIBOBJS@
--libreco_a_OBJECTS =  error.o getopt.o getopt1.o xstrdup.o
-+libreco_a_OBJECTS =  error.o xstrdup.o
- AR = ar
- CFLAGS = @CFLAGS@
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)

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


More information about the macports-changes mailing list