svn commit: r337490 - branches/2014Q1/sysutils/hdup/files

Mathieu Arnold mat at FreeBSD.org
Thu Dec 26 13:05:03 UTC 2013


Author: mat
Date: Thu Dec 26 13:05:03 2013
New Revision: 337490
URL: http://svnweb.freebsd.org/changeset/ports/337490

Log:
  MFH: r337389
  
  sysutils/hdup: Unbreak on FreeBSD 10+
  
  The breakage was caused by processing makefiles with bmake instead of the
  specified gmake.
  
  PR:		ports/184617
  Approved by:	maintainer timeout
  Approved by:	portmgr (implicit)

Added:
  branches/2014Q1/sysutils/hdup/files/patch-Makefile.in
     - copied unchanged from r337389, head/sysutils/hdup/files/patch-Makefile.in
Modified:
Directory Properties:
  branches/2014Q1/   (props changed)

Copied: branches/2014Q1/sysutils/hdup/files/patch-Makefile.in (from r337389, head/sysutils/hdup/files/patch-Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/sysutils/hdup/files/patch-Makefile.in	Thu Dec 26 13:05:03 2013	(r337490, copy of r337389, head/sysutils/hdup/files/patch-Makefile.in)
@@ -0,0 +1,12 @@
+--- Makefile.in.orig	2005-12-09 19:19:50.000000000 +0000
++++ Makefile.in
+@@ -32,7 +32,7 @@ docclean:
+ 	@echo "done"
+ 
+ uninstall:
+-	@(cd src ; make uninstall )
++	@(cd src ; $(MAKE) uninstall )
+ 
+ install: 
+-	@(cd src ; make install )
++	@(cd src ; $(MAKE) install )


More information about the svn-ports-all mailing list