[32757] trunk/dports/graphics/antigraingeometry
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 13 00:39:39 PST 2008
Revision: 32757
http://trac.macosforge.org/projects/macports/changeset/32757
Author: ryandesign at macports.org
Date: 2008-01-13 00:39:38 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
antigraingeometry: fix patchfile names to match recommendations
Modified Paths:
--------------
trunk/dports/graphics/antigraingeometry/Portfile
Added Paths:
-----------
trunk/dports/graphics/antigraingeometry/files/patch-configure.in.diff
trunk/dports/graphics/antigraingeometry/files/patch-src-platform-Makefile.am.diff
Removed Paths:
-------------
trunk/dports/graphics/antigraingeometry/files/configure.in.diff
trunk/dports/graphics/antigraingeometry/files/src-platform-Makefile.am.diff
Modified: trunk/dports/graphics/antigraingeometry/Portfile
===================================================================
--- trunk/dports/graphics/antigraingeometry/Portfile 2008-01-13 08:34:50 UTC (rev 32756)
+++ trunk/dports/graphics/antigraingeometry/Portfile 2008-01-13 08:39:38 UTC (rev 32757)
@@ -32,7 +32,7 @@
# These patchfiles hack out sdl support, it can't be done with a
# configure flag because of some autoconf/automake issues...
-patchfiles configure.in.diff src-platform-Makefile.am.diff
+patchfiles patch-configure.in.diff patch-src-platform-Makefile.am.diff
use_autoconf yes
use_automake yes
Deleted: trunk/dports/graphics/antigraingeometry/files/configure.in.diff
===================================================================
--- trunk/dports/graphics/antigraingeometry/files/configure.in.diff 2008-01-13 08:34:50 UTC (rev 32756)
+++ trunk/dports/graphics/antigraingeometry/files/configure.in.diff 2008-01-13 08:39:38 UTC (rev 32757)
@@ -1,41 +0,0 @@
---- configure.in.orig 2006-10-08 21:06:36.000000000 -0700
-+++ configure.in 2007-04-06 11:40:26.000000000 -0700
-@@ -91,30 +91,6 @@
- dnl ###############################################
-
-
--
--
--dnl ######### Check for SDL: #####################
--dnl the sdl script pollutes our global values:
--temp_LIBS="$LIBS"
--temp_CFLAGS="$CFLAGS"
--temp_CXXFLAGS="$CXXFLAGS"
--sdl_enabled=""
--SDL_VERSION=1.2.0
--AM_PATH_SDL($SDL_VERSION,
-- [sdl_enabled="yes"],
-- AC_MSG_WARN([*** SDL version $SDL_VERSION not found! Omitting sdl layer.])
-- )
--dnl ### Restore old values
--CFLAGS=$temp_CFLAGS
--CXXFLAGS=$temp_CXXFLAGS
--LIBS=$temp_LIBS
--dnl ### the sdl script already does that:
--dnl AC_SUBST(SDL_CFLAGS)
--dnl AC_SUBST(SDL_LIBS)
--AM_CONDITIONAL(ENABLE_SDL,[test xyes = x$sdl_enabled -a xno != x$enable_platform -a x$win32_host != xyes])
--dnl ###############################################
--
--
- dnl ######### Checking for X11: ##################
- AC_PATH_X
- if test "$no_x" = "yes"; then
-@@ -151,7 +127,6 @@
- src/ctrl/Makefile
- src/platform/Makefile
- src/platform/X11/Makefile
-- src/platform/sdl/Makefile
- src/platform/mac/Makefile
- src/platform/win32/Makefile
- src/platform/BeOS/Makefile
Copied: trunk/dports/graphics/antigraingeometry/files/patch-configure.in.diff (from rev 32740, trunk/dports/graphics/antigraingeometry/files/configure.in.diff)
===================================================================
--- trunk/dports/graphics/antigraingeometry/files/patch-configure.in.diff (rev 0)
+++ trunk/dports/graphics/antigraingeometry/files/patch-configure.in.diff 2008-01-13 08:39:38 UTC (rev 32757)
@@ -0,0 +1,41 @@
+--- configure.in.orig 2006-10-08 21:06:36.000000000 -0700
++++ configure.in 2007-04-06 11:40:26.000000000 -0700
+@@ -91,30 +91,6 @@
+ dnl ###############################################
+
+
+-
+-
+-dnl ######### Check for SDL: #####################
+-dnl the sdl script pollutes our global values:
+-temp_LIBS="$LIBS"
+-temp_CFLAGS="$CFLAGS"
+-temp_CXXFLAGS="$CXXFLAGS"
+-sdl_enabled=""
+-SDL_VERSION=1.2.0
+-AM_PATH_SDL($SDL_VERSION,
+- [sdl_enabled="yes"],
+- AC_MSG_WARN([*** SDL version $SDL_VERSION not found! Omitting sdl layer.])
+- )
+-dnl ### Restore old values
+-CFLAGS=$temp_CFLAGS
+-CXXFLAGS=$temp_CXXFLAGS
+-LIBS=$temp_LIBS
+-dnl ### the sdl script already does that:
+-dnl AC_SUBST(SDL_CFLAGS)
+-dnl AC_SUBST(SDL_LIBS)
+-AM_CONDITIONAL(ENABLE_SDL,[test xyes = x$sdl_enabled -a xno != x$enable_platform -a x$win32_host != xyes])
+-dnl ###############################################
+-
+-
+ dnl ######### Checking for X11: ##################
+ AC_PATH_X
+ if test "$no_x" = "yes"; then
+@@ -151,7 +127,6 @@
+ src/ctrl/Makefile
+ src/platform/Makefile
+ src/platform/X11/Makefile
+- src/platform/sdl/Makefile
+ src/platform/mac/Makefile
+ src/platform/win32/Makefile
+ src/platform/BeOS/Makefile
Copied: trunk/dports/graphics/antigraingeometry/files/patch-src-platform-Makefile.am.diff (from rev 32740, trunk/dports/graphics/antigraingeometry/files/src-platform-Makefile.am.diff)
===================================================================
--- trunk/dports/graphics/antigraingeometry/files/patch-src-platform-Makefile.am.diff (rev 0)
+++ trunk/dports/graphics/antigraingeometry/files/patch-src-platform-Makefile.am.diff 2008-01-13 08:39:38 UTC (rev 32757)
@@ -0,0 +1,5 @@
+--- src/platform/Makefile.am.orig 2006-10-08 21:07:23.000000000 -0700
++++ src/platform/Makefile.am 2007-04-06 11:56:50.000000000 -0700
+@@ -1 +1 @@
+-SUBDIRS = X11 sdl win32 AmigaOS BeOS mac
++SUBDIRS = X11 win32 AmigaOS BeOS mac
Deleted: trunk/dports/graphics/antigraingeometry/files/src-platform-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/antigraingeometry/files/src-platform-Makefile.am.diff 2008-01-13 08:34:50 UTC (rev 32756)
+++ trunk/dports/graphics/antigraingeometry/files/src-platform-Makefile.am.diff 2008-01-13 08:39:38 UTC (rev 32757)
@@ -1,5 +0,0 @@
---- src/platform/Makefile.am.orig 2006-10-08 21:07:23.000000000 -0700
-+++ src/platform/Makefile.am 2007-04-06 11:56:50.000000000 -0700
-@@ -1 +1 @@
--SUBDIRS = X11 sdl win32 AmigaOS BeOS mac
-+SUBDIRS = X11 win32 AmigaOS BeOS mac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/47e89f34/attachment-0001.html
More information about the macports-changes
mailing list