[35617] trunk/dports/net/pidgin

reiffert at macports.org reiffert at macports.org
Mon Mar 31 04:40:20 PDT 2008


Revision: 35617
          http://trac.macosforge.org/projects/macports/changeset/35617
Author:   reiffert at macports.org
Date:     2008-03-31 04:40:16 -0700 (Mon, 31 Mar 2008)

Log Message:
-----------
pidgin: remove conflicting hardcoded check for /sw (fink) in configure and configure.ac

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Added Paths:
-----------
    trunk/dports/net/pidgin/files/patch-configure.ac.diff
    trunk/dports/net/pidgin/files/patch-configure.diff

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2008-03-31 11:14:47 UTC (rev 35616)
+++ trunk/dports/net/pidgin/Portfile	2008-03-31 11:40:16 UTC (rev 35617)
@@ -4,7 +4,7 @@
 
 name		pidgin
 version		2.3.1
-revision	1
+revision	2
 categories	net
 maintainers	rsync at reifferscheid.org
 homepage	http://www.pidgin.im/
@@ -39,6 +39,8 @@
 		--enable-nss --disable-consoleui \
 		--disable-screensaver
 
+patchfiles	patch-configure.diff patch-configure.ac.diff
+
 variant no_x11 description {Build port without-x} {
 	configure.args-append --without-x
 }

Added: trunk/dports/net/pidgin/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/net/pidgin/files/patch-configure.ac.diff	2008-03-31 11:40:16 UTC (rev 35617)
@@ -0,0 +1,17 @@
+--- configure.ac	2007-12-07 09:36:58.000000000 -0500
++++ configure.ac	2008-03-30 16:27:11.000000000 -0400
+@@ -123,14 +123,6 @@
+ 		], [])
+ 	], [])
+ 
+-	AC_MSG_CHECKING([for fink])
+-	if test -d /sw; then
+-		AC_MSG_RESULT([found, adding /sw to search paths])
+-		CPPFLAGS="$CPPFLAGS -I/sw/include"
+-		LDFLAGS="$LDFLAGS -L/sw/lib"
+-	else
+-		AC_MSG_RESULT([not found])
+-	fi
+ 	;;
+ *)
+ 	;;

Added: trunk/dports/net/pidgin/files/patch-configure.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/net/pidgin/files/patch-configure.diff	2008-03-31 11:40:16 UTC (rev 35617)
@@ -0,0 +1,20 @@
+--- configure.orig	2008-05-30 13:34:35.000000000 +0200
++++ configure	2008-05-30 13:35:00.000000000 +0200
+@@ -20818,17 +20818,6 @@
+ 
+ 
+ 
+-	{ echo "$as_me:$LINENO: checking for fink" >&5
+-echo $ECHO_N "checking for fink... $ECHO_C" >&6; }
+-	if test -d /sw; then
+-		{ echo "$as_me:$LINENO: result: found, adding /sw to search paths" >&5
+-echo "${ECHO_T}found, adding /sw to search paths" >&6; }
+-		CPPFLAGS="$CPPFLAGS -I/sw/include"
+-		LDFLAGS="$LDFLAGS -L/sw/lib"
+-	else
+-		{ echo "$as_me:$LINENO: result: not found" >&5
+-echo "${ECHO_T}not found" >&6; }
+-	fi
+ 	;;
+ *)
+ 	;;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080331/3f324bd5/attachment-0001.html


More information about the macports-changes mailing list