Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 02:50:22 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/184219: biology/lamarc: Fix build on -current
Message-ID:  <20131125025022.6a128224d86dab239fcc836c@yahoo.com>
Resent-Message-ID: <201311241810.rAOIA0YH046691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <ctime>
+ #include <string>
+ #include "constants.h"
+ #include "local_build.h"
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131125025022.6a128224d86dab239fcc836c>