ports/x11/wbar/files/patch-configure
Nicola Vitale 36417db26f - Update to 2.3.0 [1], [2]
- Remove files/patch-src__config__Run.cc
- Remove http://nivi.interfree.it/* from MASTER_SITES
- Add LICENSE (GPLv3)  [2]
- Convert to the new options framework  [2]
- Add WBARCONFIG option (default on)
- Enable the NLS option  [2]
- Set USE_GNOME to desktopfileutils, intltool
- Fix the installation path of wbar.desktop  [2]
- Fix a typo in pkg-descr

PR:		ports/168167  [1], ports/168778  [2]
Submitted by:	lbartoletti <coder at tuxfamily.org>  [1], Olivier Cochard-Labbe <olivier at cochard.me>  [2]
2012-07-11 21:40:15 +00:00

24 lines
696 B
Text

--- ./configure.orig 2012-03-03 21:40:43.000000000 +0100
+++ ./configure 2012-07-10 15:12:44.000000000 +0200
@@ -6259,7 +6259,7 @@
fi
-PIDOF_BIN="pidof "
+PIDOF_BIN="/bin/pgrep "
# Extract the first word of "pidof", so it can be a program name with args.
set dummy pidof; ac_word=$2
@@ -7813,10 +7813,10 @@
echo "Execute make update-po"
echo ""
cd po
- make update-po | perl -ne 'print if /:$/'
+ $MAKE update-po | perl -ne 'print if /:$/'
echo ""
for file in $(ls *.po); do \
- sed -i '/^\"POT-Creation-Date:.*\\n.*$/d' $file
+ sed -i.bak '/^\"POT-Creation-Date:.*\\n.*$/d' $file
done
cd ..
echo "======================================="