Update to 3.14.2 Add missing build depend on devel/makedepend Utilize ETCDIR for Makefile and pkg-plist Move pkg-message to FILESDIR No need to use USE_GETTEXT=yes, because port doesn't install any mo files and --enable-nls option doesn't help. With --with-included-gettext apcupsd doesn't build. How-To-Repeat: # cd /usr/ports/sysutils/apcupsd # make ... Doing make of dependencies Nothing to do for depend. gmake[1]: Entering directory `/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1/src' makedepend: not found gmake[1]: *** [real-depend] Error 127 gmake[1]: Leaving directory `/usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1/src' gmake: *** [depend] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/apcupsd/work/apcupsd-3.14.1. (cd examples; /usr/local/bin/gmake clean)
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer
itetcu 2007-10-21 10:39:39 UTC FreeBSD ports repository Modified files: sysutils/apcupsd Makefile distinfo pkg-plist sysutils/apcupsd/files apcupsd.in Added files: sysutils/apcupsd/files pkg-message.in Removed files: sysutils/apcupsd pkg-message Log: - Update to 3.14.2 - Now the port build depends on devel/makedepend - Utilize ETCDIR for Makefile and pkg-plist - Move pkg-message to FILESDIR - No need to use USE_GETTEXT=yes, because port doesn't install any mo files and --enable-nls option doesn't help. With --with-included-gettext apcupsd doesn't build. PR: ports/116774 Submitted by: Alexander Logvinov Revision Changes Path 1.53 +15 -12 ports/sysutils/apcupsd/Makefile 1.21 +3 -3 ports/sysutils/apcupsd/distinfo 1.3 +2 -2 ports/sysutils/apcupsd/files/apcupsd.in 1.1 +28 -0 ports/sysutils/apcupsd/files/pkg-message.in (new) 1.8 +0 -28 ports/sysutils/apcupsd/pkg-message (dead) 1.21 +20 -20 ports/sysutils/apcupsd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!