[143404] trunk/dports/devel/libcryptopp

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 09:50:34 PST 2015


Revision: 143404
          https://trac.macports.org/changeset/143404
Author:   ryandesign at macports.org
Date:     2015-12-12 00:31:46 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
libcryptopp: move patch to files directory

Added Paths:
-----------
    trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff

Removed Paths:
-------------
    trunk/dports/devel/libcryptopp/patch-GNUmakefile.diff

Copied: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff (from rev 143403, trunk/dports/devel/libcryptopp/patch-GNUmakefile.diff)
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	                        (rev 0)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	2015-12-12 08:31:46 UTC (rev 143404)
@@ -0,0 +1,11 @@
+--- GNUmakefile.orig	2015-12-12 08:57:51.000000000 +0100
++++ GNUmakefile	2015-12-12 08:59:55.000000000 +0100
+@@ -378,7 +378,7 @@
+ 	$(CXX) -shared -o $@ $(CXXFLAGS) $(GOLD_OPTION) $(LIBOBJS) $(LDLIBS)
+ 
+ libcryptopp.dylib: $(LIBOBJS)
+-	$(CXX) -dynamiclib -o $@ $(CXXFLAGS) -install_name "$@" -current_version "$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)" -compatibility_version "$(LIB_MAJOR).$(LIB_MINOR)" $(LIBOBJS)
++	$(CXX) -dynamiclib -o $@ $(CXXFLAGS) -install_name "$(PREFIX)/lib/$@" -current_version "$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)" -compatibility_version "$(LIB_MAJOR).$(LIB_MINOR)" $(LIBOBJS)
+ 
+ cryptest.exe: public_service | libcryptopp.a $(TESTOBJS)
+ 	$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) ./libcryptopp.a $(LDFLAGS) $(GOLD_OPTION) $(LDLIBS)

Deleted: trunk/dports/devel/libcryptopp/patch-GNUmakefile.diff
===================================================================
--- trunk/dports/devel/libcryptopp/patch-GNUmakefile.diff	2015-12-12 08:26:33 UTC (rev 143403)
+++ trunk/dports/devel/libcryptopp/patch-GNUmakefile.diff	2015-12-12 08:31:46 UTC (rev 143404)
@@ -1,11 +0,0 @@
---- GNUmakefile.orig	2015-12-12 08:57:51.000000000 +0100
-+++ GNUmakefile	2015-12-12 08:59:55.000000000 +0100
-@@ -378,7 +378,7 @@
- 	$(CXX) -shared -o $@ $(CXXFLAGS) $(GOLD_OPTION) $(LIBOBJS) $(LDLIBS)
- 
- libcryptopp.dylib: $(LIBOBJS)
--	$(CXX) -dynamiclib -o $@ $(CXXFLAGS) -install_name "$@" -current_version "$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)" -compatibility_version "$(LIB_MAJOR).$(LIB_MINOR)" $(LIBOBJS)
-+	$(CXX) -dynamiclib -o $@ $(CXXFLAGS) -install_name "$(PREFIX)/lib/$@" -current_version "$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)" -compatibility_version "$(LIB_MAJOR).$(LIB_MINOR)" $(LIBOBJS)
- 
- cryptest.exe: public_service | libcryptopp.a $(TESTOBJS)
- 	$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) ./libcryptopp.a $(LDFLAGS) $(GOLD_OPTION) $(LDLIBS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/dc659759/attachment.html>


More information about the macports-changes mailing list