New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82064


Ignore:
Timestamp:
08/07/11 01:59:38 (4 years ago)
Author:
mk@…
Message:

iguanaIR: fix for Lion

Location:
trunk/dports/sysutils/iguanaIR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/iguanaIR/Portfile

    r64037 r82064  
    1818                IR codes and is fully compatible with LIRC.  
    1919                 
    20 notes           \ 
     20notes          "\ 
    2121    ************************************************************************** \n\ 
    2222    * This note can be displayed at any time by executing the following command: \n\ 
     
    2626    * \n\ 
    2727    * Start the iguanaIR daemon (igdaemon) by executing the following command: \n\ 
    28     *   >> sudo launchctl load -w /Library/LaunchDaemons/org.macports.iguanaIR.plist \n\ 
     28    *   >> sudo port load iguanaIR \n\ 
    2929    * \n\ 
    3030    * Stop the iguanaIR daemon (igdaemon) by executing the following command: \n\ 
    31     *   >> sudo launchctl unload -w /Library/LaunchDaemons/org.macports.iguanaIR.plist \n\ 
     31    *   >> sudo port unload iguanaIR \n\ 
    3232    * \n\ 
    33     ************************************************************************** 
     33    **************************************************************************" 
    3434    
    3535homepage        http://iguanaworks.net/projects/IguanaIR 
  • trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff

    r64037 r82064  
    11--- Make.settings.in.org        2009-11-04 20:34:56.000000000 -0600 
    2 +++ Make.settings.in    2010-01-11 14:19:18.000000000 -0600 
    3 @@ -32,7 +32,7 @@ 
     2+++ Make.settings.in    2011-07-30 13:56:03.000000000 -0500 
     3@@ -26,13 +26,14 @@ 
     4   LIBDIR  = lib64 
     5 else 
     6   LIBDIR  = lib 
     7+endif 
     8  
     9-  ifeq ($(shell uname -s),Darwin) 
     10+ifeq ($(shell uname -s),Darwin) 
     11     DARWIN = 1 
    412     PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin 
    513     export PATH 
     
    1018     LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit 
    1119     # Python needs .so but library should be .dylib 
     20@@ -40,5 +41,4 @@ 
     21     LIBNAME=libiguanaIR.dylib 
     22     SHAREARG = -dynamiclib 
     23     OSSUPPORT = daemonosx.o 
     24-  endif 
     25 endif 
Note: See TracChangeset for help on using the changeset viewer.