From owner-svn-ports-all@FreeBSD.ORG Fri Nov 15 09:49:12 2013 Return-Path: Delivered-To: svn-ports-all@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 7E39DD14; Fri, 15 Nov 2013 09:49:12 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E3E12C02; Fri, 15 Nov 2013 09:49:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAF9nC2Y045078; Fri, 15 Nov 2013 09:49:12 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAF9nCtS045076; Fri, 15 Nov 2013 09:49:12 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201311150949.rAF9nCtS045076@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 15 Nov 2013 09:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333828 - head/archivers/liborange 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.16 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: Fri, 15 Nov 2013 09:49:12 -0000 Author: ehaupt Date: Fri Nov 15 09:49:11 2013 New Revision: 333828 URL: http://svnweb.freebsd.org/changeset/ports/333828 Log: Support staging. Modified: head/archivers/liborange/Makefile head/archivers/liborange/pkg-plist Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Fri Nov 15 09:49:08 2013 (r333827) +++ head/archivers/liborange/Makefile Fri Nov 15 09:49:11 2013 (r333828) @@ -21,8 +21,6 @@ INNO_DESC= Build with expermential Inno VISE_DESC= Build with expermential VISE support MSI_DESC= Build with expermential MSI support - -NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= iconv pathfix pkgconfig @@ -30,15 +28,13 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -MAN1= orange.1 - .include .if ${PORT_OPTIONS:MLIBSYNCE} CONFIGURE_ARGS+= --without-libsynce REQUIRES+= libsynce .else -LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce +LIB_DEPENDS+= synce:${PORTSDIR}/palm/synce-libsynce CONFIGURE_ARGS+= --with-libsynce .endif Modified: head/archivers/liborange/pkg-plist ============================================================================== --- head/archivers/liborange/pkg-plist Fri Nov 15 09:49:08 2013 (r333827) +++ head/archivers/liborange/pkg-plist Fri Nov 15 09:49:11 2013 (r333828) @@ -6,3 +6,4 @@ lib/liborange.la lib/liborange.so lib/liborange.so.0 libdata/pkgconfig/liborange.pc +man/man1/orange.1.gz