Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 20:52:30 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518112 - head/net/bsdec2-image-upload/files
Message-ID:  <201911212052.xALKqUot090211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Nov 21 20:52:29 2019
New Revision: 518112
URL: https://svnweb.freebsd.org/changeset/ports/518112

Log:
  Fix build on HEAD.
  
  Makefiles that use the FreeBSD make infrastructure should be seeing
  MAN= rather than defining NO_MAN since 2014.

Added:
  head/net/bsdec2-image-upload/files/
  head/net/bsdec2-image-upload/files/patch-Makefile   (contents, props changed)

Added: head/net/bsdec2-image-upload/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bsdec2-image-upload/files/patch-Makefile	Thu Nov 21 20:52:29 2019	(r518112)
@@ -0,0 +1,10 @@
+--- Makefile.orig
++++ Makefile
+@@ -1,6 +1,6 @@
+ PROG=	bsdec2-image-upload
+ SRCS=	main.c
+-NO_MAN	?=	yes
++MAN	=
+ WARNS	?=	3
+ BINDIR	?=	/usr/local/bin
+ LDADD	+=	-lcrypto -lssl



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