Changeset 82064
- Timestamp:
- 08/07/11 01:59:38 (4 years ago)
- Location:
- trunk/dports/sysutils/iguanaIR
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-Make.settings.in.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/iguanaIR/Portfile
r64037 r82064 18 18 IR codes and is fully compatible with LIRC. 19 19 20 notes \20 notes "\ 21 21 ************************************************************************** \n\ 22 22 * This note can be displayed at any time by executing the following command: \n\ … … 26 26 * \n\ 27 27 * 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\ 29 29 * \n\ 30 30 * 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\ 32 32 * \n\ 33 ************************************************************************** 33 **************************************************************************" 34 34 35 35 homepage http://iguanaworks.net/projects/IguanaIR -
trunk/dports/sysutils/iguanaIR/files/patch-Make.settings.in.diff
r64037 r82064 1 1 --- 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 4 12 PATH = $(shell getconf PATH):/usr/local/bin:/opt/local/bin:/sw/bin 5 13 export PATH … … 10 18 LDFLAGS += -L/usr/local/lib -L/usr/lib -L/opt/local/lib -L/sw/lib -framework CoreFoundation -framework IOKit 11 19 # 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.

