aboutsummaryrefslogtreecommitdiff
path: root/net/nakenchat
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-27 22:17:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-27 22:17:49 +0000
commitd8f805495a09d39b0cff38daee621c78892cb239 (patch)
tree3993ad6df93e2236254f345890db05cb5f6c85fb /net/nakenchat
parentd447e7410df5a4b13c46cd544d738cd3338c0ec7 (diff)
downloadports-d8f805495a09d39b0cff38daee621c78892cb239.tar.gz
ports-d8f805495a09d39b0cff38daee621c78892cb239.zip
Notes
Diffstat (limited to 'net/nakenchat')
-rw-r--r--net/nakenchat/Makefile2
-rw-r--r--net/nakenchat/files/patch-Makefile26
-rw-r--r--net/nakenchat/files/patch-configure8
3 files changed, 30 insertions, 6 deletions
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 <bsd.port.options.mk>
-
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