From owner-svn-ports-all@FreeBSD.ORG Tue Apr 2 10:38:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 404BB395; Tue, 2 Apr 2013 10:38:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3328B8B5; Tue, 2 Apr 2013 10:38:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r32AcbKg052513; Tue, 2 Apr 2013 10:38:37 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r32AcbJ7052511; Tue, 2 Apr 2013 10:38:37 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201304021038.r32AcbJ7052511@svn.freebsd.org> From: Martin Wilke Date: Tue, 2 Apr 2013 10:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315667 - head/ftp/rexx-curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 10:38:37 -0000 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}