Alter this port in preparation for a new port, sysutils/bacula-bat No need to upgrade bacula-server unless you really want to. Fix: NOTES to committer: The new slave port, to be submitted in another PR, will use the WITH_BAT variable. bacula-server now refers to WITH_BAT to avoid setting various variables which are not used by the slave port. The new slave port does not need the pre-install and post-install so it defines empty sections. The master port checks for these via structures like this: .if !target(post-install) Two files are being renamed, perhaps a repo copy is called for? The files (new => old) are: bacula-server/pkg-deinstall => bacula-server/pkg-deinstall.server bacula-server/pkg-install => bacula-server/pkg-install.server Three new patch files have been added so the proper qmake is picked up: bacula-server/files/patch-autoconf-configure.in bacula-server/files/patch-configure bacula-server/files/patch-src-qt-console-build-depkgs-qt-console
edwin 2007-09-24 03:05:51 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile pkg-deinstall pkg-install Added files: sysutils/bacula-server pkg-deinstall.server pkg-install.server sysutils/bacula-server/files patch-autoconf-configure.in patch-configure patch-src-qt-console-build-depkgs-qt-console Log: [MAINTAINER-UPDATE] sysutils/bacula-server - prepare master port for sysutils/bacula-bat Alter this port in preparation for a new port, sysutils/bacula-bat No need to upgrade bacula-server unless you really want to. PR: ports/116449 Submitted by: Dan Langille <dan@langille.org> Revision Changes Path 1.95 +21 -1 ports/sysutils/bacula-server/Makefile 1.1 +11 -0 ports/sysutils/bacula-server/files/patch-autoconf-configure.in (new) 1.9 +11 -0 ports/sysutils/bacula-server/files/patch-configure (new) 1.1 +11 -0 ports/sysutils/bacula-server/files/patch-src-qt-console-build-depkgs-qt-console (new) 1.3 +0 -32 ports/sysutils/bacula-server/pkg-deinstall 1.1 +32 -0 ports/sysutils/bacula-server/pkg-deinstall.server (new) 1.4 +0 -62 ports/sysutils/bacula-server/pkg-install 1.1 +62 -0 ports/sysutils/bacula-server/pkg-install.server (new) _______________________________________________ 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!