aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcron/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/mcron: Add licenseFernando Apesteguía2021-08-081-0/+4
| | | | port is GPL'ed.
* sysutils/mcron: update to 1.2.1Fernando Apesteguía2021-08-081-1/+1
| | | | Reported by: portscout
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to version 1.2.0Alexey Dokuchaev2020-08-141-7/+5
| | | | | | | | | - Hook the tests to our framework Found out via: www.opennet.ru Notes: svn path=/head/; revision=544883
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Update Guile to version 2.2.5, modern stable version, and fix dependentAlexey Dokuchaev2019-06-271-3/+6
| | | | | | | | | | | | | | | | | | | | ports to build against it. Most changes are rather minor and mechanical except for the devel/gdb (obtained via their bugtracker [1], courtesy of Doug Evans). One port (science/meep) I had to mark BROKEN after fixing it proved to be very tedious and actually unreliable. It is very old, there are newer versions available so it should be fixed by updating. One port (devel/libruin) had revealed a bug in the new Guile code (an auxiliary script, really) that had to be worked-round; reference to the problematic upstream commit is provided in the patch. PR: 229613 Exp-run by: antoine [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 Notes: svn path=/head/; revision=505200
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Upgrade to 0.9.4. bump PORTREVISION due shared library incr.Vanilla I. Shu2014-09-031-0/+1
| | | | | | | | PR: ports/193266 Submitted by: maintainer Notes: svn path=/head/; revision=367172
* UnbreakAntoine Brodin2014-05-291-0/+1
| | | | Notes: svn path=/head/; revision=355756
* - Update mcron to 1.0.8Johan van Selst2014-05-271-9/+6
| | | | | | | | - Stagify - Adopt port Notes: svn path=/head/; revision=355565
* Reset MAINTAINER.Mathieu Arnold2014-04-051-1/+1
| | | | | | | | | | | | | | | <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable address: host 143.93.114.70[143.93.114.70] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) Approved by: portmgr (implicit) Obtained from: pkg-fallout Sponsored by: Absolight Notes: svn path=/head/; revision=350278
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-1/+1
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=278635
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.0.4Philippe Audeoud2008-03-071-6/+2
| | | | | | | | | PR: ports/121323 Submitted by: Stefan Pauly <stefan@fh-mainz.de> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=208571
* - Update to 1.0.2Marcus Alves Grando2006-06-111-6/+12
| | | | | | | | | | | | - Update WWW - Take maintainership - portlint(1) PR: 97560 Submitted by: Stefan Pauly <stefan___fh-mainz.de> Notes: svn path=/head/; revision=165145
* Fix installation by avoiding GNU install longopts.Kris Kennaway2004-03-171-7/+1
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=104333
* BROKEN on 5.x: Does not install following ache's getopt changesKris Kennaway2004-03-171-1/+7
| | | | Notes: svn path=/head/; revision=104282
* add mcron 1.0.0Ying-Chieh Liao2003-12-171-0/+25
A 100% compatible replacement for Vixie cron Notes: svn path=/head/; revision=96000