In message <[email protected] om> , "b. f." writes: > --f46d044286dcaef06c04c0e02d0a > Content-Type: text/plain; charset=ISO-8859-1 > > On 5/24/12, Cy Schubert <[email protected]> wrote: > > cy 2012-05-25 03:24:19 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/xpdf Makefile pkg-plist > > Log: > > Move binaries to $LOCALBASE/libexec. > > > > Suggested by: eadler > > Approved by: araujo (maintainer) > > > > Revision Changes Path > > 1.103 +3 -2 ports/graphics/xpdf/Makefile > > 1.15 +8 -8 ports/graphics/xpdf/pkg-plist > > > > This isn't quite right. We test for dependencies in LOCALBASE, but we > always install into PREFIX. The two are not necessarily the same -- > although we still haven't made it possible to use different values of > PREFIX and LOCALBASE routinely for a large number of ports, users > perform some port installations and tests with different values, so > the distinction needs to be maintained. The assumption is also built > into existing tools, like "port test" from ports-mgmt/porttools. > > Also, it isn't necessary to add print/freetype2 to BUILD_DEPENDS, if > it is in LIB_DEPENDS; and the pkg-plist needs to be changed to @dirrm > libexec/xpdf rather than lib/xpdf.
Thanks. Fixed. -- Cheers, Cy Schubert <[email protected]> FreeBSD UNIX: <[email protected]> Web: http://www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
