by setting up MAKE_ENV instead of passing STAGEDIR through PREFIX
- Respect CC, CFLAGS, LDFLAGS, and MAKE_JOBS
- Strip binaries
- Convert USE_BZIP2 to USES
- Use options helpers (this also fixes a problem where LIB_DEPENDS was
being over-ridden in the PDF option, effectively cancelling out the
LIB_DEPENDS for the PS option)
Note: Did not use <OPT>_CONFIGURE_ENABLE because the configure script
only understands --disable-<feature>
- Bump PORTREVISION
PR: 194317
Approved by: olivierd (maintainer)
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
- Fix Python version
- Remove indefinite article in COMMENT entry
- Use new LIB_DEPENDS syntax
- Replace USE_GNOME= desktopfileutils to USES= desktop-file-utils
- Replace tab by space in WWW entry (pkg-descr)
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.