Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 15:25:46 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444373 - head/textproc/miller/files
Message-ID:  <201706261525.v5QFPk2J068408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon Jun 26 15:25:46 2017
New Revision: 444373
URL: https://svnweb.freebsd.org/changeset/ports/444373

Log:
  Disable build of mlrp and mlrg, which are not installed by the port.
  
  mlrp does not build on 10.x.

Added:
  head/textproc/miller/files/
  head/textproc/miller/files/patch-c_Makefile.am   (contents, props changed)

Added: head/textproc/miller/files/patch-c_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/miller/files/patch-c_Makefile.am	Mon Jun 26 15:25:46 2017	(r444373)
@@ -0,0 +1,11 @@
+--- c/Makefile.am.orig	2017-06-26 15:16:11 UTC
++++ c/Makefile.am
+@@ -3,8 +3,6 @@ SUBDIRS=		lib cli stream input dsl mappi
+ AM_CPPFLAGS=		-I${srcdir}
+ AM_CFLAGS=		-Wall -std=gnu99
+ bin_PROGRAMS=		mlr
+-noinst_PROGRAMS=	mlrg \
+-			mlrp
+ 
+ mlr_SOURCES=		mlrmain.c
+ 



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