Date: Sat, 6 Sep 2014 16:59:03 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367455 - head/deskutils/gnotime Message-ID: <201409061659.s86Gx3PD001469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Sep 6 16:59:03 2014 New Revision: 367455 URL: http://svnweb.freebsd.org/changeset/ports/367455 QAT: https://qat.redports.org/buildarchive/r367455/ Log: The qof section of this port really needs to be broken out into its own separate port. It requires aclocal and libtoolize, but the gnotime section doesn't, and this is remarkably difficult to accomplish with USE_AUTOTOOLS. For now, fix packaging by just removing from the plist the fully-versioned .so files that are not getting generated. Modified: head/deskutils/gnotime/Makefile head/deskutils/gnotime/pkg-plist Modified: head/deskutils/gnotime/Makefile ============================================================================== --- head/deskutils/gnotime/Makefile Sat Sep 6 16:50:57 2014 (r367454) +++ head/deskutils/gnotime/Makefile Sat Sep 6 16:59:03 2014 (r367455) @@ -3,7 +3,7 @@ PORTNAME= gnotime PORTVERSION= 2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ SF/qof/qof/${QOF_VERSION}:qof Modified: head/deskutils/gnotime/pkg-plist ============================================================================== --- head/deskutils/gnotime/pkg-plist Sat Sep 6 16:50:57 2014 (r367454) +++ head/deskutils/gnotime/pkg-plist Sat Sep 6 16:59:03 2014 (r367455) @@ -39,15 +39,12 @@ include/qof/sql_parser.h lib/libqof-backend-qsf.a lib/libqof-backend-qsf.so lib/libqof-backend-qsf.so.0 -lib/libqof-backend-qsf.so.0.0.7 lib/libqof.a lib/libqof.so lib/libqof.so.1 -lib/libqof.so.1.0.10 lib/libqofsql.a lib/libqofsql.so lib/libqofsql.so.1 -lib/libqofsql.so.1.0.1 libdata/pkgconfig/qof-1.pc libdata/pkgconfig/qof.pc man/man1/gnotime-remote.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061659.s86Gx3PD001469>