From d8f805495a09d39b0cff38daee621c78892cb239 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 27 Feb 2014 22:17:49 +0000 Subject: [PATCH] Unbreak really, this was not mono-job safe Reported by: pointyhat --- net/nakenchat/Makefile | 2 -- net/nakenchat/files/patch-Makefile | 26 ++++++++++++++++++++++++++ net/nakenchat/files/patch-configure | 8 ++++---- 3 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 net/nakenchat/files/patch-Makefile diff --git a/net/nakenchat/Makefile b/net/nakenchat/Makefile index fc0bcc275453..917ef0954fcc 100644 --- a/net/nakenchat/Makefile +++ b/net/nakenchat/Makefile @@ -33,8 +33,6 @@ DOTQ_CONFIGURE_ON= --enable-dotQ FUSERLIST_CONFIGURE_ON= --enable-whofile ELITEFILTER_CONFIGURE_ON= --enable-elite -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nakenchat \ ${STAGEDIR}${PREFIX}/bin/ diff --git a/net/nakenchat/files/patch-Makefile b/net/nakenchat/files/patch-Makefile new file mode 100644 index 000000000000..1c198b995b32 --- /dev/null +++ b/net/nakenchat/files/patch-Makefile @@ -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; diff --git a/net/nakenchat/files/patch-configure b/net/nakenchat/files/patch-configure index 848a7f42eed6..f535a1d18f10 100644 --- a/net/nakenchat/files/patch-configure +++ b/net/nakenchat/files/patch-configure @@ -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