From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 14 19:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3091B3F9 for ; Thu, 14 Nov 2013 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 143222789 for ; Thu, 14 Nov 2013 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEJU0Pd005937 for ; Thu, 14 Nov 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAEJU0B1005936; Thu, 14 Nov 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 14 Nov 2013 19:30:00 GMT Resent-Message-Id: <201311141930.rAEJU0B1005936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA78EFA; Thu, 14 Nov 2013 19:24:33 +0000 (UTC) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE262726; Thu, 14 Nov 2013 19:24:33 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vh2Wi-000ELp-SL; Thu, 14 Nov 2013 20:24:28 +0100 Message-Id: Date: Thu, 14 Nov 2013 20:24:28 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/183968: [patch update] security/revealrk: fix build, staging support Cc: wg@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 19:30:01 -0000 >Number: 183968 >Category: ports >Synopsis: [patch update] security/revealrk: fix build, staging support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 19:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-BETA3 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: fix build, staging support >How-To-Repeat: - >Fix: diff -r -u -N security/revealrk/Makefile /usr/home/pi/myp/security/revealrk/Makefile --- security/revealrk/Makefile 2013-10-01 21:10:06.000000000 +0200 +++ /usr/home/pi/myp/security/revealrk/Makefile 2013-11-14 20:22:26.000000000 +0100 @@ -11,18 +11,16 @@ LICENSE= GPLv3 -PLIST_FILES= bin/revealrk -MAN1= revealrk.1 +PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz MANCOMPRESSED= yes NO_MANCOMPRESS= yes USE_SCONS= yes .if !empty(PREFIX) -SCONS_ARGS= --prefix=${PREFIX} +SCONS_ARGS= --prefix=${STAGEDIR}${PREFIX} .else -SCONS_ARGS= --prefix=${LOCALBASE} +SCONS_ARGS= --prefix=${STAGEDIR}${LOCALBASE} .endif -NO_STAGE= yes .include diff -r -u -N security/revealrk/files/patch-SConstruct /usr/home/pi/myp/security/revealrk/files/patch-SConstruct --- security/revealrk/files/patch-SConstruct 2013-10-01 21:10:05.000000000 +0200 +++ /usr/home/pi/myp/security/revealrk/files/patch-SConstruct 2013-11-14 20:18:59.000000000 +0100 @@ -1,5 +1,5 @@ ---- SConstruct.orig 2013-01-04 23:07:07.000000000 +0100 -+++ SConstruct 2013-01-04 23:08:37.000000000 +0100 +--- SConstruct.orig 2013-01-03 09:06:35.000000000 +0100 ++++ SConstruct 2013-11-14 20:18:29.000000000 +0100 @@ -13,7 +13,7 @@ pkg_files = prog_files + Split('revealrk.1 SConstruct changelog license.txt README INSTALL cron.example Makefile config.h') @@ -9,6 +9,15 @@ clean_all = not GetOption('clean_all') is None static = not GetOption('static') is None build_tgz = not GetOption('tgz') is None +@@ -97,7 +97,7 @@ + + ########## Environment ########## + +-env = Environment(CC = 'gcc', CCFLAGS = '-std=c99 -Wall -pedantic') ++env = Environment(CC = 'clang', CCFLAGS = '-std=c99 -Wall -pedantic') + if not env.GetOption('clean'): + if not verbose: + env['CCCOMSTR'] = 'Compiling $TARGET' @@ -147,8 +147,8 @@ conf.env.Append(LINKFLAGS = ' -static') env = conf.Finish() >Release-Note: >Audit-Trail: >Unformatted: