svn commit: r315667 - head/ftp/rexx-curl

Martin Wilke miwi at FreeBSD.org
Tue Apr 2 10:38:37 UTC 2013


Author: miwi
Date: Tue Apr  2 10:38:36 2013
New Revision: 315667
URL: http://svnweb.freebsd.org/changeset/ports/315667

Log:
  - Mark BROKEN fails to build
  
  rpath=/usr/lib:/usr/local/lib -lssl -lcrypto -lz
  ld: unrecognized option '-Wl,-rpath=/usr/lib:/usr/local/lib'
  ld: use the --help option for usage information
  gmake: *** [librexxcurl.so] Error 1
  *** Error code 1
  
  Approved by:	portmgr

Modified:
  head/ftp/rexx-curl/Makefile   (contents, props changed)

Modified: head/ftp/rexx-curl/Makefile
==============================================================================
--- head/ftp/rexx-curl/Makefile	Tue Apr  2 10:22:08 2013	(r315666)
+++ head/ftp/rexx-curl/Makefile	Tue Apr  2 10:38:36 2013	(r315667)
@@ -21,6 +21,7 @@ BUILD_DEPENDS=	rexx:${PORTSDIR}/lang/rex
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	rexx:${PORTSDIR}/lang/rexx-regina
 
+BROKEN=		fails to build
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${PTHREAD_CFLAGS}


More information about the svn-ports-all mailing list