svn commit: r346393 - in head/net/nakenchat: . files

Antoine Brodin antoine at FreeBSD.org
Thu Feb 27 22:17:50 UTC 2014


Author: antoine
Date: Thu Feb 27 22:17:49 2014
New Revision: 346393
URL: http://svnweb.freebsd.org/changeset/ports/346393
QAT: https://qat.redports.org/buildarchive/r346393/

Log:
  Unbreak really, this was not mono-job safe
  
  Reported by:	pointyhat

Added:
  head/net/nakenchat/files/patch-Makefile   (contents, props changed)
Modified:
  head/net/nakenchat/Makefile
  head/net/nakenchat/files/patch-configure

Modified: head/net/nakenchat/Makefile
==============================================================================
--- head/net/nakenchat/Makefile	Thu Feb 27 22:16:32 2014	(r346392)
+++ head/net/nakenchat/Makefile	Thu Feb 27 22:17:49 2014	(r346393)
@@ -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/

Added: head/net/nakenchat/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/nakenchat/files/patch-Makefile	Thu Feb 27 22:17:49 2014	(r346393)
@@ -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;

Modified: head/net/nakenchat/files/patch-configure
==============================================================================
--- head/net/nakenchat/files/patch-configure	Thu Feb 27 22:16:32 2014	(r346392)
+++ head/net/nakenchat/files/patch-configure	Thu Feb 27 22:17:49 2014	(r346393)
@@ -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
  


More information about the svn-ports-all mailing list