Date: Fri, 15 Nov 2013 09:49:12 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333828 - head/archivers/liborange Message-ID: <201311150949.rAF9nCtS045076@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311150949.rAF9nCtS045076>