Unbreak really, this was not mono-job safe

Reported by:	pointyhat
This commit is contained in:
Antoine Brodin 2014-02-27 22:17:49 +00:00
parent d447e7410d
commit d8f805495a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346393
3 changed files with 30 additions and 6 deletions

View File

@ -33,8 +33,6 @@ DOTQ_CONFIGURE_ON= --enable-dotQ
FUSERLIST_CONFIGURE_ON= --enable-whofile
ELITEFILTER_CONFIGURE_ON= --enable-elite
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nakenchat \
${STAGEDIR}${PREFIX}/bin/

View File

@ -0,0 +1,26 @@
--- ./Makefile.orig 2011-01-31 13:09:57.000000000 +0000
+++ ./Makefile 2014-02-27 22:09:35.000000000 +0000
@@ -7,23 +7,6 @@
fi
cd src && make
- @if [ -f src/nakenchat.exe ]; then \
- mv src/nakenchat.exe .; \
- ${COMPILER_PREFIX}strip nakenchat.exe; \
- cp scripts/nakenchat_*.vbs .; \
- fi
- @if [ -f src/nakenchat ]; then \
- mv src/nakenchat .; \
- ${COMPILER_PREFIX}strip nakenchat; \
- fi
- @if [ -f src/nakenpasswd.exe ]; then \
- mv src/nakenpasswd.exe .; \
- ${COMPILER_PREFIX}strip nakenpasswd.exe; \
- fi
- @if [ -f src/nakenpasswd ]; then \
- mv src/nakenpasswd .; \
- ${COMPILER_PREFIX}strip nakenpasswd; \
- fi
install:
@if [ ! -d $(PREFIX)/bin ]; then mkdir $(PREFIX)/bin; fi;

View File

@ -1,5 +1,5 @@
--- ./configure.orig 2007-06-27 22:06:34.000000000 -0400
+++ ./configure 2008-11-23 14:23:54.364898213 -0500
--- ./configure.orig 2011-01-31 13:09:57.000000000 +0000
+++ ./configure 2014-02-27 22:09:07.000000000 +0000
@@ -2,11 +2,11 @@
# Based on FFMPEG's configure (http://ffmpeg.sourceforge.net/)
@ -15,7 +15,7 @@
LDFLAGS=""
LANGUAGE="english"
CONFIG_USER_CHAN_LIST="-DUSER_LIST_CHAN"
@@ -134,7 +134,7 @@
@@ -151,7 +151,7 @@
case "$option" in
--help) show_help
;;
@ -24,7 +24,7 @@
;;
--compiler-prefix=*) COMPILER_PREFIX="$optval"
;;
@@ -158,12 +158,9 @@
@@ -218,12 +218,9 @@
done