svn commit: r350800 - head/devel/tcl-trf

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 10 12:06:34 UTC 2014


Author: bdrewery
Date: Thu Apr 10 12:06:33 2014
New Revision: 350800
URL: http://svnweb.freebsd.org/changeset/ports/350800
QAT: https://qat.redports.org/buildarchive/r350800/

Log:
  - Still broken as it depends on MD2 and md2.h still.
  
  ./generic/md2.c:31:10: fatal error: 'md2.h' file not found
  
  With hat:	portmgr

Modified:
  head/devel/tcl-trf/Makefile

Modified: head/devel/tcl-trf/Makefile
==============================================================================
--- head/devel/tcl-trf/Makefile	Thu Apr 10 11:51:14 2014	(r350799)
+++ head/devel/tcl-trf/Makefile	Thu Apr 10 12:06:33 2014	(r350800)
@@ -38,6 +38,7 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 post-patch:
 .if defined(TRF_USE_MD) || ${OSREL} > 10
+BROKEN=	Does not build, requires ancient MD2
 	#
 	# Using FreeBSD's own -lmd instead of OpenSSL's -lcrypto
 	#


More information about the svn-ports-head mailing list