ports/184219: biology/lamarc: Fix build on -current

KATO Tsuguru tkato432 at yahoo.com
Sun Nov 24 18:10:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list