From owner-svn-ports-head@FreeBSD.ORG Wed Apr 30 16:55:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83776D3C; Wed, 30 Apr 2014 16:55:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 709C718BE; Wed, 30 Apr 2014 16:55:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UGtNVH034539; Wed, 30 Apr 2014 16:55:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3UGtNq6034538; Wed, 30 Apr 2014 16:55:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404301655.s3UGtNq6034538@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 30 Apr 2014 16:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352689 - head/lang/onyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 16:55:23 -0000 Author: bapt Date: Wed Apr 30 16:55:22 2014 New Revision: 352689 URL: http://svnweb.freebsd.org/changeset/ports/352689 QAT: https://qat.redports.org/buildarchive/r352689/ Log: Partially revert r352688 to actually do what was stated in the commit log With hat: portmgr Pointyhat to: bapt Modified: head/lang/onyx/Makefile Modified: head/lang/onyx/Makefile ============================================================================== --- head/lang/onyx/Makefile Wed Apr 30 16:52:58 2014 (r352688) +++ head/lang/onyx/Makefile Wed Apr 30 16:55:22 2014 (r352689) @@ -14,7 +14,7 @@ BUILD_DEPENDS= cook:${PORTSDIR}/devel/co LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit \ libpcre.so:${PORTSDIR}/devel/pcre -USES= desthack tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ --with-pcre-prefix=${LOCALBASE} @@ -22,6 +22,10 @@ USE_LDCONFIG= yes PLIST_SUB= ONYX_VERSION=${PORTVERSION} +MAN1= onyx.1 onyx_config.1 + +NO_STAGE= yes + BROKEN_ia64= Coredump during build on ia64 post-patch: @@ -31,7 +35,10 @@ do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) do-install: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} cook install) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install) + +post-install: @${STRIP_CMD} ${PREFIX}/bin/onyx + @${CAT} ${PKGMESSAGE} .include