These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.
Also reset maintainership of etherape - maintainer gone for more than
one yet now.
Approved by: portmgr (bdrewery)
This is so that 'make' followed by 'make deinstall install' will, by default,
have a much shorter period of files missing on the system as it is without
staging.
Discussed with: bapt
With hat: portmgr
control over the pidfile! Now we no longer scrape the config file to guess
its name, which was based on both the hostname of the server and the port.
Previously, if you changed the hostname of your server you could no longer
signal the running sabnzbd process through the rc framework...
- Fix build on 10+, bmake does not support -E option
- Convert to USES=tar:bzip2
- Remove Author tag from pkg-descr, info available on homepage
MFH: 2014Q2
This fixes a broken fetch with the previous version. The patch was
checked with poudriere locally.
PR: ports/188217
submitted by: marino
PR: ports/188686
submitted by: Jin-Sin Lin (maintainer)
- jail2iso: imgsize arg renamed to freesize
- jcreate: jailskeldir path configure via jail.conf
- cbsdsh: build-in function for is_number
- Support for allow.kmem, which is allows to run Xorg server in the jail
- Initial support for bhyve
PR: ports/188661
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
- Update distinfo: the distfile was rerolled without any change
of the content [1]
old distfile: http://goo.gl/OJa0Io
new distfile: http://goo.gl/uGU5sg
Noted by: marino [1]
While here switch to USES=tar:bzip2
Remove waf from SHEBANG_FILES. it contains binary so running sed on it
not guaranteed to work as intended. [2]
Prefix waf commands with PYTHON_CMD so it run with the correct python version.
Use the waf --destdir command for destdir
Remove configure_ENV because they are already set.
Use post-patch to dynamicly fix the python version in test/examples_test.py
instead of a patch.
Reported by: swills@ [1], mva [2]
Do not create JFIF header (APP0 block) by default.
This saves 18 bytes per image.
- Add jpeg and libjpeg-turbo to CONFLICTS_INSTALL
- Add USE_LDCONFIG=${PREFIX}/include ${PREFIX}/lib
- Change CONFIGURE_ARGS, change USE_LDCONFIG,
remove PORTNAME from PLIST_SUB, change STRIP_CMD,
change pkg-plist
- Add autoheader and libtoolize to USE_AUTOTOOLS,
remove run-autotools, add AUTOMAKE_ARGS
- Remove LIBTOOL_ARGS and LDFLAGS
- Remove SIMD from default Options
- Use GCC=yes instead of GCC=any
- Change BUILD_DEPENDS from nasm to yasm, moved to SIMD
- Change SOMAJORVERSION to VER
- Reordering Options
- Break lines around 80 characters
- Change REINPLACE, cosmetical changes
- Patch for warning: always_inline function might not be inlinable
http://sourceforge.net/p/libjpeg-turbo/patches/56/
- Use .if for DOCS due to large number of files installed
PR: ports/188540
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)