[112917] trunk/dports/graphics/openni

ryandesign at macports.org ryandesign at macports.org
Sun Nov 3 19:31:16 PST 2013


Revision: 112917
          https://trac.macports.org/changeset/112917
Author:   ryandesign at macports.org
Date:     2013-11-03 19:31:16 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
openni: update to 1.5.7.8

Modified Paths:
--------------
    trunk/dports/graphics/openni/Portfile
    trunk/dports/graphics/openni/files/patch-Platform-Linux-Build-Common-CommonCppMakefile.diff

Modified: trunk/dports/graphics/openni/Portfile
===================================================================
--- trunk/dports/graphics/openni/Portfile	2013-11-04 03:30:42 UTC (rev 112916)
+++ trunk/dports/graphics/openni/Portfile	2013-11-04 03:31:16 UTC (rev 112917)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        OpenNI openni 1.5.2.23 Stable-
+github.setup        OpenNI openni 1.5.7.8 Stable-
 categories          graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -18,8 +18,8 @@
                     and voice command recognition, hand gestures, and body \
                     motion tracking.
 
-checksums           rmd160  ecf46e11a82752388bb394562dfbbec1e018c40b \
-                    sha256  7f097f6b7e304dab75afd23ce73cbe3dcefec62b6a8f843fa6bdf2f6b1d81e99
+checksums           rmd160  0849df8032852c6d6f0ef4a37420d1cc0da67448 \
+                    sha256  2bed33c3f0e390fe888f5b073e7c1edefa7bb46d07a4437ec4fe7c69496f51ea
 
 depends_build       port:doxygen \
                     path:bin/dot:graphviz

Modified: trunk/dports/graphics/openni/files/patch-Platform-Linux-Build-Common-CommonCppMakefile.diff
===================================================================
--- trunk/dports/graphics/openni/files/patch-Platform-Linux-Build-Common-CommonCppMakefile.diff	2013-11-04 03:30:42 UTC (rev 112916)
+++ trunk/dports/graphics/openni/files/patch-Platform-Linux-Build-Common-CommonCppMakefile.diff	2013-11-04 03:31:16 UTC (rev 112917)
@@ -1,10 +1,10 @@
---- Platform/Linux/Build/Common/CommonCppMakefile.orig	2012-01-04 05:35:46.000000000 -0600
-+++ Platform/Linux/Build/Common/CommonCppMakefile	2012-08-03 17:57:02.000000000 -0500
+--- Platform/Linux/Build/Common/CommonCppMakefile.orig	2013-10-23 01:04:06.000000000 -0500
++++ Platform/Linux/Build/Common/CommonCppMakefile	2013-11-03 21:28:58.000000000 -0600
 @@ -82,7 +82,7 @@
  	else
  		LDFLAGS += -undefined error
  		OUTPUT_NAME = lib$(LIB_NAME).dylib
--		OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS) -dynamiclib -headerpad_max_install_names
+-		OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS) -dynamiclib -headerpad_max_install_names -install_name $(OUTPUT_NAME)
 +		OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS) -dynamiclib -headerpad_max_install_names -install_name @PREFIX@/lib/$(notdir $(OUTPUT_FILE))
  	endif
  endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/cd62a826/attachment.html>


More information about the macports-changes mailing list