On 5/24/12, Cy Schubert <c...@freebsd.org> 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. b.
xpdf.diff
Description: Binary data
_______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"