[82064] trunk/dports/sysutils/iguanaIR

mk at macports.org mk at macports.org
Sun Aug 7 01:59:39 PDT 2011


Revision: 82064
          http://trac.macports.org/changeset/82064
Author:   mk at macports.org
Date:     2011-08-07 01:59:38 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
iguanaIR: fix for Lion

Modified Paths:
--------------
    trunk/dports/sysutils/iguanaIR/Portfile
    trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff

Modified: trunk/dports/sysutils/iguanaIR/Portfile
===================================================================
--- trunk/dports/sysutils/iguanaIR/Portfile	2011-08-07 08:57:29 UTC (rev 82063)
+++ trunk/dports/sysutils/iguanaIR/Portfile	2011-08-07 08:59:38 UTC (rev 82064)
@@ -17,7 +17,7 @@
                 and remote controls via infrared (IR). The transceiver can both send and receive \
                 IR codes and is fully compatible with LIRC. 
                 
-notes           \
+notes          "\
     ************************************************************************** \n\
     * This note can be displayed at any time by executing the following command: \n\
     *   >> port notes ${name} \n\
@@ -25,12 +25,12 @@
     * WARNING: Stop the iguanaIR daemon before uninstalling iguanaIR. \n\
     * \n\
     * Start the iguanaIR daemon (igdaemon) by executing the following command: \n\
-    *   >> sudo launchctl load -w /Library/LaunchDaemons/org.macports.iguanaIR.plist \n\
+    *   >> sudo port load iguanaIR \n\
     * \n\
     * Stop the iguanaIR daemon (igdaemon) by executing the following command: \n\
-    *   >> sudo launchctl unload -w /Library/LaunchDaemons/org.macports.iguanaIR.plist \n\
+    *   >> sudo port unload iguanaIR \n\
     * \n\
-    **************************************************************************
+    **************************************************************************"
    
 homepage        http://iguanaworks.net/projects/IguanaIR
 

Modified: trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff
===================================================================
--- trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff	2011-08-07 08:57:29 UTC (rev 82063)
+++ trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff	2011-08-07 08:59:38 UTC (rev 82064)
@@ -1,6 +1,14 @@
 --- Make.settings.in.org	2009-11-04 20:34:56.000000000 -0600
-+++ Make.settings.in	2010-01-11 14:19:18.000000000 -0600
-@@ -32,7 +32,7 @@
++++ Make.settings.in	2011-07-30 13:56:03.000000000 -0500
+@@ -26,13 +26,14 @@
+   LIBDIR  = lib64
+ else
+   LIBDIR  = lib
++endif
+ 
+-  ifeq ($(shell uname -s),Darwin)
++ifeq ($(shell uname -s),Darwin)
+     DARWIN = 1
      PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin
      export PATH
      LIBDIR  = lib
@@ -9,3 +17,9 @@
      CPPFLAGS += -I/usr/local/include -I/usr/include -I/opt/local/include -I/sw/include
      LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit
      # Python needs .so but library should be .dylib
+@@ -40,5 +41,4 @@
+     LIBNAME=libiguanaIR.dylib
+     SHAREARG = -dynamiclib
+     OSSUPPORT = daemonosx.o
+-  endif
+ endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/e70ba9b2/attachment.html>


More information about the macports-changes mailing list