Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 10:38:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315667 - head/ftp/rexx-curl
Message-ID:  <201304021038.r32AcbJ7052511@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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