aboutsummaryrefslogtreecommitdiff
path: root/net-im/psi/files
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 09:10:32 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 09:10:32 +0000
commit6ab16980c0b646509a4765c9b39c6905e941f101 (patch)
treeb5c0a1089636d65468c1fe9e399ec435d43a691b /net-im/psi/files
parent0b3c54d1f30011cd297b7a33ca864723dce8d5ac (diff)
downloadports-6ab16980c0b646509a4765c9b39c6905e941f101.tar.gz
ports-6ab16980c0b646509a4765c9b39c6905e941f101.zip
Notes
Diffstat (limited to 'net-im/psi/files')
-rw-r--r--net-im/psi/files/patch-configure25
-rw-r--r--net-im/psi/files/patch-src::psi.pro14
2 files changed, 12 insertions, 27 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
index 1b6a2947fd7f..1e04067aa8d2 100644
--- a/net-im/psi/files/patch-configure
+++ b/net-im/psi/files/patch-configure
@@ -1,16 +1,15 @@
$FreeBSD$
-Fix the getopt to use BSD's getopt instead of Linux's
+Hack configure to eat autogenerated qt options.
---- configure.orig Wed Oct 30 23:09:35 2002
-+++ configure Mon Nov 4 22:10:49 2002
-@@ -2,8 +2,7 @@
-
- # parsing options
-
--TEMP=`getopt -o p:b:l:q:h --long prefix:,bindir:,libdir:,qtdir:,help \
---n 'configure' -- "$@"`
-+TEMP=`getopt p:b:l:q:h $*`
-
- if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
-
+--- configure.orig Wed Jun 11 06:12:49 2003
++++ configure Mon Jun 23 09:46:58 2003
+@@ -86,6 +86,8 @@
+ ;;
+
+ -h|--help) show_usage; exit ;;
++ --with-*)
++ shift;;
+ *) show_usage; exit ;;
+ esac
+ done
diff --git a/net-im/psi/files/patch-src::psi.pro b/net-im/psi/files/patch-src::psi.pro
deleted file mode 100644
index 2a0278fd329a..000000000000
--- a/net-im/psi/files/patch-src::psi.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-$FreeBSD$
-
-Disable the use of /bin/true (doesn't exist in FreeBSD)
-
---- src/psi.pro.orig Wed Oct 30 23:09:34 2002
-+++ src/psi.pro Mon Nov 4 20:43:19 2002
-@@ -157,7 +157,6 @@
- LIBS += -lz -lXss
- SOURCES += trayicon_x11.cpp
-
-- QMAKE_STRIP = "/bin/true"
- include( configure.pri )
- }
-