From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 15:04:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF22EC82; Mon, 24 Nov 2014 15:04:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8205FA8; Mon, 24 Nov 2014 15:04:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOF4ZSF096013; Mon, 24 Nov 2014 15:04:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOF4ZwE096012; Mon, 24 Nov 2014 15:04:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201411241504.sAOF4ZwE096012@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 24 Nov 2014 15:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373218 - head/security/zebedee/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 15:04:35 -0000 Author: mat Date: Mon Nov 24 15:04:34 2014 New Revision: 373218 URL: https://svnweb.freebsd.org/changeset/ports/373218 QAT: https://qat.redports.org/buildarchive/r373218/ Log: Fix build with Perl 5.18+ by not trying to build the japanese manpages that we don't use anyway. Sponsored by: Absolight Modified: head/security/zebedee/files/patch-Makefile Modified: head/security/zebedee/files/patch-Makefile ============================================================================== --- head/security/zebedee/files/patch-Makefile Mon Nov 24 15:03:00 2014 (r373217) +++ head/security/zebedee/files/patch-Makefile Mon Nov 24 15:04:34 2014 (r373218) @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Sep 6 07:59:53 2005 -+++ Makefile Thu Sep 15 07:34:55 2005 +--- Makefile.orig 2005-09-06 05:59:53 UTC ++++ Makefile @@ -5,7 +5,7 @@ ZBD_VERSION = 2.5.3 @@ -9,7 +9,7 @@ ### ### Locations of tools, libraries and installation directories. -@@ -14,13 +14,11 @@ +@@ -14,13 +14,11 @@ OS = # Choose your C compiler @@ -24,7 +24,7 @@ CC_tru64 = cc CC_irix = cc -n32 -woff 1110 CC_hpux = cc -Ae +DAportable -@@ -31,7 +29,7 @@ +@@ -31,7 +29,7 @@ CC = $(CC_$(OS)) # Optimise/debug compilation #OPTIM = -Wall -g @@ -33,7 +33,7 @@ # Location of gmp include and library # -@@ -46,25 +44,26 @@ +@@ -46,25 +44,26 @@ OPTIM = -Wall -O3 # BFINC = /usr/include/openssl # BFLIB = -lcrypto @@ -66,7 +66,7 @@ PERL = $(PERL_$(OS)) BAT_win32 = .bat -@@ -186,7 +185,8 @@ +@@ -186,7 +185,8 @@ SERVICEOBJ = $(SERVICEOBJ_$(OS)) #### You REALLY shouldn't have to modify anything beyond here ... #### @@ -76,7 +76,19 @@ LIBS = $(GMPLIB) $(BFLIB) $(ZLIB) $(BZLIB) $(OSLIBS) -@@ -206,7 +206,7 @@ +@@ -196,17 +196,17 @@ ZBDFILES = server.zbd vncviewer.zbd vncs + client1.key client2.key clients.id + + TXTFILES = README.txt LICENCE.txt GPL2.txt CHANGES.txt NOTICE.txt \ +- zebedee.html ftpgw.tcl.html zebedee.ja_JP.html zebedee.iss ++ zebedee.html ftpgw.tcl.html zebedee.iss + + EXTRAFILES = $(ZBDFILES) $(TXTFILES) + +-all : precheck zebedee$(EXE) zebedee.1 zebedee.html ftpgw.tcl.1 ftpgw.tcl.html zebedee.ja_JP.html ++all : precheck zebedee$(EXE) zebedee.1 zebedee.html ftpgw.tcl.1 ftpgw.tcl.html + + precheck : @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, linux64, solaris, freebsd, tru64, irix, hpux, macosx or bsdi"; exit 1; fi zebedee$(EXE) : $(OBJS)