[79015] trunk/dports/x11/xdotool

ryandesign at macports.org ryandesign at macports.org
Mon May 30 05:03:25 PDT 2011


Revision: 79015
          http://trac.macports.org/changeset/79015
Author:   ryandesign at macports.org
Date:     2011-05-30 05:03:23 -0700 (Mon, 30 May 2011)
Log Message:
-----------
xdotool: update to 2.20110530.1

Modified Paths:
--------------
    trunk/dports/x11/xdotool/Portfile
    trunk/dports/x11/xdotool/files/patch-Makefile.diff

Modified: trunk/dports/x11/xdotool/Portfile
===================================================================
--- trunk/dports/x11/xdotool/Portfile	2011-05-30 07:43:44 UTC (rev 79014)
+++ trunk/dports/x11/xdotool/Portfile	2011-05-30 12:03:23 UTC (rev 79015)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        xdotool
-version                     2.20100818.3004
+version                     2.20110530.1
 categories                  x11 devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -29,21 +29,19 @@
 homepage                    http://www.semicomplete.com/projects/xdotool/
 master_sites                googlecode:semicomplete
 
-checksums                   md5     683243c9bde9393f17428833acc12334 \
-                            sha1    ef5b4e33b3d47f73c270664382bd3ead82ff4a0d \
-                            rmd160  75bf08e3386ca0a4ab96e61fbf6bb6d05e435c68
+checksums                   sha1    bf8372b2e76e8ee3884763cee6e8b3f66bf29aa6 \
+                            rmd160  1aebcd835a4741a9e77aa489a3bdce195c582204
 
 depends_build               port:pkgconfig \
                             path:bin/perl:perl5
 
-depends_lib                 port:xorg-libXtst
+depends_lib                 port:xorg-libXtst \
+                            port:xorg-libXinerama
 
 patchfiles                  patch-Makefile.diff
 
 use_configure               no
 
-configure.ldflags-append    -lX11
-
 build.env                   PREFIX=${prefix} \
                             CC=${configure.cc} \
                             CFLAGS="${configure.cflags}" \

Modified: trunk/dports/x11/xdotool/files/patch-Makefile.diff
===================================================================
--- trunk/dports/x11/xdotool/files/patch-Makefile.diff	2011-05-30 07:43:44 UTC (rev 79014)
+++ trunk/dports/x11/xdotool/files/patch-Makefile.diff	2011-05-30 12:03:23 UTC (rev 79015)
@@ -1,13 +1,13 @@
---- Makefile.orig	2010-04-15 19:04:26.000000000 -0500
-+++ Makefile	2010-04-16 01:59:09.000000000 -0500
-@@ -26,8 +26,8 @@
-  
+--- Makefile.orig	2011-05-30 02:29:58.000000000 -0500
++++ Makefile	2011-05-30 06:58:46.000000000 -0500
+@@ -28,8 +28,8 @@
  CFLAGS?=-pipe -O2 $(WARNFLAGS)
+ CFLAGS+=-g # TODO(sissel): Comment before release
  
--DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst
+-DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama
 -DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include
-+DEFAULT_LIBS=-L$(PREFIX)/lib -lX11 -lXtst
++DEFAULT_LIBS=-L$(PREFIX)/lib -lX11 -lXtst -lXinerama
 +DEFAULT_INC=-I$(PREFIX)/include
  
- LIBS=$(shell pkg-config --libs x11 xtst 2> /dev/null || echo "$(DEFAULT_LIBS)")
- INC=$(shell pkg-config --cflags x11 xtst 2> /dev/null || echo "$(DEFAULT_INC)")
+ LIBS+=$(shell pkg-config --libs x11 xtst xinerama 2> /dev/null || echo "$(DEFAULT_LIBS)")
+ INC=$(shell pkg-config --cflags x11 xtst xinerama 2> /dev/null || echo "$(DEFAULT_INC)")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110530/6c555304/attachment.html>


More information about the macports-changes mailing list