From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:00 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 E557C397 for ; Sun, 24 Nov 2013 18:10:00 +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 B08762CC5 for ; Sun, 24 Nov 2013 18:10:00 +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 rAOIA0fL046702 for ; Sun, 24 Nov 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA0YH046691; Sun, 24 Nov 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:00 GMT Resent-Message-Id: <201311241810.rAOIA0YH046691@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9570349 for ; Sun, 24 Nov 2013 18:05:54 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 98CD82CA9 for ; Sun, 24 Nov 2013 18:05:54 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id DB9001880017 for ; Mon, 25 Nov 2013 03:00:21 +0900 (JST) Message-Id: <20131125025022.6a128224d86dab239fcc836c@yahoo.com> Date: Mon, 25 Nov 2013 02:50:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184219: biology/lamarc: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:01 -0000 >Number: 184219 >Category: ports >Synopsis: biology/lamarc: Fix build on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-src__control__defaults.h >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/lamarc/Makefile biology/lamarc/Makefile --- /usr/ports/biology/lamarc/Makefile 2013-11-06 22:05:44.000000000 +0900 +++ biology/lamarc/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -32,10 +32,6 @@ CONFIGURE_ARGS+= --disable-converter .endif -.if empty(PORT_OPTIONS:MDOCS) -INSTALL_TARGET= install-exec-am -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in diff -urN /usr/ports/biology/lamarc/files/patch-src__control__defaults.h biology/lamarc/files/patch-src__control__defaults.h --- /usr/ports/biology/lamarc/files/patch-src__control__defaults.h 1970-01-01 09:00:00.000000000 +0900 +++ biology/lamarc/files/patch-src__control__defaults.h 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/control/defaults.h.orig ++++ src/control/defaults.h +@@ -3,6 +3,7 @@ + #ifndef DEFAULTS_H + #define DEFAULTS_H + ++#include + #include + #include "constants.h" + #include "local_build.h" >Release-Note: >Audit-Trail: >Unformatted: