From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 26 16:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90EE5854 for ; Sat, 26 Jan 2013 16:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5B887733 for ; Sat, 26 Jan 2013 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0QGe0K8098387 for ; Sat, 26 Jan 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0QGe0Tn098383; Sat, 26 Jan 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 26 Jan 2013 16:40:00 GMT Resent-Message-Id: <201301261640.r0QGe0Tn098383@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, Nicolas Jombart Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D0420845 for ; Sat, 26 Jan 2013 16:38:11 +0000 (UTC) (envelope-from ecu@northern.200ok.org) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mx1.freebsd.org (Postfix) with ESMTP id 399C1729 for ; Sat, 26 Jan 2013 16:38:09 +0000 (UTC) Received: from northern.200ok.org (unknown [IPv6:2a01:e35:2f71:3940:230:1bff:fe41:e6c6]) by smtp1-g21.free.fr (Postfix) with ESMTP id 5528C9401AF; Sat, 26 Jan 2013 17:38:01 +0100 (CET) Received: from northern.200ok.org (localhost [127.0.0.1]) by northern.200ok.org (8.14.5/8.14.5) with ESMTP id r0QGbxQW014907; Sat, 26 Jan 2013 17:37:59 +0100 (CET) (envelope-from ecu@northern.200ok.org) Received: (from ecu@localhost) by northern.200ok.org (8.14.5/8.14.5/Submit) id r0QGbwbu014906; Sat, 26 Jan 2013 17:37:58 +0100 (CET) (envelope-from ecu) Message-Id: <201301261637.r0QGbwbu014906@northern.200ok.org> Date: Sat, 26 Jan 2013 17:37:58 +0100 (CET) From: Nicolas Jombart To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175610: sysutils/sec: fix package build Cc: martin.olsson@sentor.se X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nicolas Jombart List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 16:40:02 -0000 >Number: 175610 >Category: ports >Synopsis: sysutils/sec: fix package build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 26 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD northern.200ok.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Fix package building >How-To-Repeat: portmaster --no-confirm -dg sysutils/sec >Fix: --- sec.diff begins here --- --- Makefile.old 2013-01-06 10:35:45.000000000 +0000 +++ Makefile 2013-01-06 10:36:08.000000000 +0000 @@ -30,7 +30,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/sec.man ${PREFIX}/man/man8/sec.8 -.if empty(PORT_OPTIONS:MDOCS) +.if $(PORT_OPTIONS:MDOCS) ${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} --- sec.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: