[41543] trunk/dports/devel/ossp-uuid

mcalhoun at macports.org mcalhoun at macports.org
Wed Nov 5 14:30:56 PST 2008


Revision: 41543
          http://trac.macports.org/changeset/41543
Author:   mcalhoun at macports.org
Date:     2008-11-05 14:30:56 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
ossp-uuid: remove lint warnings

Modified Paths:
--------------
    trunk/dports/devel/ossp-uuid/Portfile

Added Paths:
-----------
    trunk/dports/devel/ossp-uuid/files/patch-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/devel/ossp-uuid/files/patch-Makefile.in

Modified: trunk/dports/devel/ossp-uuid/Portfile
===================================================================
--- trunk/dports/devel/ossp-uuid/Portfile	2008-11-05 22:29:39 UTC (rev 41542)
+++ trunk/dports/devel/ossp-uuid/Portfile	2008-11-05 22:30:56 UTC (rev 41543)
@@ -17,7 +17,7 @@
 			sha1    3e22126f0842073f4ea6a50b1f59dcb9d094719f \
 			rmd160  f9cd513577557c4f1d7de869f80035b8844b56d7
 
-patchfiles		patch-Makefile.in
+patchfiles		patch-Makefile.in.diff
 
 configure.args	--without-perl \
 		--without-php \

Deleted: trunk/dports/devel/ossp-uuid/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/ossp-uuid/files/patch-Makefile.in	2008-11-05 22:29:39 UTC (rev 41542)
+++ trunk/dports/devel/ossp-uuid/files/patch-Makefile.in	2008-11-05 22:30:56 UTC (rev 41543)
@@ -1,11 +0,0 @@
---- ./Makefile.in.orig	2007-05-19 21:58:11.000000000 +0200
-+++ ./Makefile.in	2008-02-28 19:30:59.000000000 +0100
-@@ -112,7 +112,7 @@ all: $(TARGETS)
- 	@$(LIBTOOL) --mode=compile $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
- 
- $(LIB_NAME): $(LIB_OBJS)
--	@$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
-+	@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
- 	    -version-info `$(SHTOOL) version -l c -d libtool $(S)/uuid_vers.h`
- 
- $(DCE_NAME): $(DCE_OBJS)

Copied: trunk/dports/devel/ossp-uuid/files/patch-Makefile.in.diff (from rev 41529, trunk/dports/devel/ossp-uuid/files/patch-Makefile.in)
===================================================================
--- trunk/dports/devel/ossp-uuid/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/ossp-uuid/files/patch-Makefile.in.diff	2008-11-05 22:30:56 UTC (rev 41543)
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig	2007-05-19 21:58:11.000000000 +0200
++++ ./Makefile.in	2008-02-28 19:30:59.000000000 +0100
+@@ -112,7 +112,7 @@ all: $(TARGETS)
+ 	@$(LIBTOOL) --mode=compile $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
+ 
+ $(LIB_NAME): $(LIB_OBJS)
+-	@$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
++	@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
+ 	    -version-info `$(SHTOOL) version -l c -d libtool $(S)/uuid_vers.h`
+ 
+ $(DCE_NAME): $(DCE_OBJS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/17088fa6/attachment.html>


More information about the macports-changes mailing list