svn commit: r518112 - head/net/bsdec2-image-upload/files

Brooks Davis brooks at FreeBSD.org
Thu Nov 21 20:52:30 UTC 2019


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


More information about the svn-ports-head mailing list