svn commit: r366349 - head/archivers/rpm4

William Grzybowski wg at freebsd.org
Thu Aug 28 12:31:52 UTC 2014


On Thu, Aug 28, 2014 at 9:28 AM, Tijl Coosemans <tijl at freebsd.org> wrote:
> On Thu, 28 Aug 2014 14:22:14 +0400 Dmitry Marakasov <amdmi3 at amdmi3.ru> wrote:
>> * Tijl Coosemans (tijl at FreeBSD.org) wrote:
>>
>> > > Author: amdmi3
>> > > Date: Wed Aug 27 20:42:15 2014
>> > > New Revision: 366349
>> > > URL: http://svnweb.freebsd.org/changeset/ports/366349
>> > > QAT: https://qat.redports.org/buildarchive/r366349/
>> > >
>> > > Log:
>> > >   - Fix build by providing LIBS
>> > >   - Fix plist
>> > >
>> > >   Approved by:    portmgr blanket
>> > >
>> > > Modified:
>> > >   head/archivers/rpm4/Makefile
>> > >   head/archivers/rpm4/pkg-plist
>> > >
>> > > Modified: head/archivers/rpm4/pkg-plist
>> > > ==============================================================================
>> > > --- head/archivers/rpm4/pkg-plist Wed Aug 27 20:25:51 2014        (r366348)
>> > > +++ head/archivers/rpm4/pkg-plist Wed Aug 27 20:42:15 2014        (r366349)
>> > > @@ -300,3 +300,5 @@ libdata/pkgconfig/rpm.pc
>> > >  %%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
>> > >  %%NLS%%@dirrmtry share/locale/te
>> > >  %%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/rpm
>> > > +%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%
>> > > +%%PYTHON%%@dirrm %%PYTHON_LIBDIR%%
>> >
>> > Aren't these two directories already handled by the python ports?
>>
>> Poudriere complains on them.
>
> Does it test with a non-default prefix maybe?  Because these directories
> really are in lang/python27/pkg-plist.  It would at least have to be
> dirrmtry here, because other ports install files in those directories.
>
>

lang/python27/pkg-plist:@dirrm lib/python2.7/site-packages is the same
as @dirrm %%PYTHON_SITELIBDIR%%

so as the LIBDIR.

-- 
William Grzybowski / wg
FreeBSD Ports Committer


More information about the svn-ports-all mailing list