[102793] trunk/dports/science/uhd

michaelld at macports.org michaelld at macports.org
Fri Feb 8 05:02:55 PST 2013


Revision: 102793
          https://trac.macports.org/changeset/102793
Author:   michaelld at macports.org
Date:     2013-02-08 05:02:55 -0800 (Fri, 08 Feb 2013)
Log Message:
-----------
uhd: update release and devel to latest, which removes patches but requires the addition of another cmake flag.

Modified Paths:
--------------
    trunk/dports/science/uhd/Portfile

Removed Paths:
-------------
    trunk/dports/science/uhd/files/

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2013-02-08 11:24:35 UTC (rev 102792)
+++ trunk/dports/science/uhd/Portfile	2013-02-08 13:02:55 UTC (rev 102793)
@@ -20,20 +20,14 @@
     long_description ${description}: \
 Provides the release version, which is typically updated every month or so.
 
-    version         003_005_000
-    revision        1
+    version         003_005_001
     distname        release_${version}
     worksrcdir      UHD-Mirror-${distname}
     master_sites    https://github.com/EttusResearch/UHD-Mirror/archive
     conflicts       uhd-devel
-    checksums       sha1   b0277c1fa72ac4f818d39d0830d5a42d8b059395 \
-                    rmd160  2736897c26823b20be6f7ec7ee89b0bccbe5fb63
+    checksums       sha1   29066608d36aa25d9f1dbb64e41aa81e252b638a \
+                    rmd160  7f811418b8ef9b61be7566150897ebd01010dc88
 
-    # temporary patch to image downloader to separate download and
-    # install directories; will be fixed in upcoming release.
-
-    patchfiles      patch-image-download.diff
-
 }
 
 subport uhd-devel {
@@ -41,12 +35,11 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    set base_version 003_005_000
-    version         ${base_version}_20130109
-    revision        1
+    set base_version 003_005_001
+    version         ${base_version}_20130207
     fetch.type      git
     git.url         https://github.com/EttusResearch/UHD-Mirror.git
-    git.branch      a3b7a3f8498d5e32f5aaa1051401e8a57c92cb3d
+    git.branch      3cb515f73a8c3a1a568b23bd57265c7bfd266c21
     worksrcdir      UHD-Mirror-release-${base_version}_git
     conflicts       uhd
     livecheck.type  none
@@ -55,11 +48,6 @@
 
 depends_lib-append	port:boost
 
-# temporary patch to fix a bug in UDP transport; will be fixed in
-# upcoming release.
-
-patchfiles-append patch-host-lib-transport-udp_zero_copy.cpp.diff
-
 # do VPATH build
 
 post-extract        { file mkdir ${workpath}/build }
@@ -81,7 +69,8 @@
     -DCURSES_HAVE_CURSES_H=${prefix}/include/curses.h \
     -DCURSES_INCLUDE_PATH=${prefix}/include \
     -DCURSES_LIBRARY=${prefix}/lib/libcurses.dylib \
-    -DCURSES_NCURSES_LIBRARY=${prefix}/lib/libncurses.dylib
+    -DCURSES_NCURSES_LIBRARY=${prefix}/lib/libncurses.dylib \
+    -DPKG_LIB_DIR=${prefix}/share/uhd
 
 # after destroot, have uhd fetch its images into the destroot area,
 # so that they are also tracked by MacPorts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130208/04f27382/attachment.html>


More information about the macports-changes mailing list