aboutsummaryrefslogtreecommitdiff
path: root/sysutils/msyslog/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* - Fix typos in pkg-plistJason E. Hale2014-06-221-3/+2
| | | | | | | | | | | | | - Make EXAMPLES optional - Remove useless MANCOMPRESSED - Bump PORTREVISION PR: 190937 Submitted by: Bill <willambender934@yahoo.com> Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=358793
* Stagify.Vanilla I. Shu2014-06-041-21/+17
| | | | | | | | PR: ports/190563 Submitted by: maintainer Notes: svn path=/head/; revision=356428
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355686
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Convert left sysutils ports to new options frameworkBaptiste Daroussin2013-04-281-11/+6
| | | | Notes: svn path=/head/; revision=316744
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Set Portscout flagsMartin Wilke2012-03-181-1/+3
| | | | | | | | | | | - Pass maintainership to submitter PR: 166196 165943 165915 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293502
* - Fix build on HEADMartin Wilke2010-02-121-0/+4
| | | | | | | | PR: 143239 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249708
* - Fix broken makefiles introduced with translation to new SF File Release SystemDmitry Marakasov2009-08-221-1/+0
| | | | | | | | Reported by: dan Pointyhat to: myself Notes: svn path=/head/; revision=240084
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* 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
* - Drop maintainershipAndrej Zverev2008-06-241-1/+1
| | | | Notes: svn path=/head/; revision=215667
* - s/INSTALLS_SHLIB/USE_LDCONFIG/Andrej Zverev2006-09-161-2/+2
| | | | | | | | | | | | - Write notes about msyslogd_flags in pkg-message - Add msyslogd_flags into rcng file [1] - bump portversion [1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys. no you names,emails here. Notes: svn path=/head/; revision=173147
* - Fix spelling in MakefileAndrej Zverev2006-06-121-2/+2
| | | | | | | | PR: ports/98393 Submitted by: Richard Tector <richard@tector.org.uk> Notes: svn path=/head/; revision=165231
* - Remove deprecated USE_REINPLACEAndrej Zverev2006-02-221-1/+0
| | | | | | | - Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P Notes: svn path=/head/; revision=156650
* - Fix SYMBOL_PREFIX, it's must be null.Andrej Zverev2005-10-051-0/+1
| | | | | | | | Noticed by: Guido <guido_ro@yahoo.it> (via email) Approved by: sem (mentor) Notes: svn path=/head/; revision=144275
* - Change my e-mailAndrej Zverev2005-10-031-1/+1
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=144051
* - Update to 1.08gSergey Matveychuk2005-09-151-62/+40
| | | | | | | | | | | | - Simplify Makefile - Add OPTIONS support - Pass maintainership to submitter PR: ports/86151 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=142810
* Chase mastersite change. Note: a newer version (1.08g) seems to beMark Linimon2005-09-141-1/+1
| | | | | | | available. Notes: svn path=/head/; revision=142688
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Log to /var/run/log instead of /dev/log.Volker Stolz2004-06-301-1/+7
| | | | | | | | | | (bump PORTREVISION) PR: ports/55237 Submitted by: Janos Mohacsi Notes: svn path=/head/; revision=112615
* Add WITH_DAEMON_NAME knob for setting --with-daemon-name option forAnders Nordby2004-05-281-0/+3
| | | | | | | | | | configure script. PR: 62738 Submitted by: Bill Melvin <Bill.Melvin@esc.edu> Notes: svn path=/head/; revision=110181
* Give up maintaining msyslog.Anders Nordby2004-05-281-1/+1
| | | | Notes: svn path=/head/; revision=110177
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Create directories mode 755, not 775Kris Kennaway2003-04-191-2/+2
| | | | Notes: svn path=/head/; revision=79322
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.08f final.Anders Nordby2003-01-041-8/+3
| | | | | | | | | Chase WWW URL. Remove autoconf dependency. Bump PORTREVISION. Notes: svn path=/head/; revision=72525
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* On request of DougB@, change of USE_PERL5 to USE_PERL5_RUN.Edwin Groothuis2002-11-191-1/+1
| | | | | | | | I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN when USE_AUTOCONF is selected) Notes: svn path=/head/; revision=70463
* sysutils/msyslog needs perl to configure, -> USE_PERL5=yesEdwin Groothuis2002-11-161-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70219
* lang/fpc needed perl to complete its install, the others are renamingEdwin Groothuis2002-11-081-2/+3
| | | | | | | | | of PERL to REINPLACE_CMD Noticed on: bento Notes: svn path=/head/; revision=69762
* Move libs to alat dir like msyslog/audit defaults to.Anders Nordby2002-03-241-2/+3
| | | | | | | | Fix MANDIR, add two lost manpages. Port is prefix-clean. Notes: svn path=/head/; revision=56547
* Update to version 1.08f.Anders Nordby2002-03-231-5/+10
| | | | | | | Reclaim maintainership. Notes: svn path=/head/; revision=56493
* Set maintainer to ports@FreeBSD.orgPete Fritchman2001-10-071-1/+1
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> (previous maintainer) Notes: svn path=/head/; revision=48508
* - update to version 1.07Pete Fritchman2001-08-291-30/+14
| | | | | | | | | | | | | | - add a backup MASTER_SITE - sort MAN8 - handle doc install better, use DOCSDIR - move message from Makefile post-install target to pkg-message - sort pkg-plist PR: 30109 Submitted by: maintainer Notes: svn path=/head/; revision=47064
* Update to version 1.05Kevin Lo2001-07-011-2/+2
| | | | | | | | PR: 28559 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44604
* Updates the msyslog port to the latest version: 1.04dJames E. Housley2001-06-071-2/+4
| | | | | | | | PR: 27856 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=43591
* Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.Will Andrews2001-05-201-0/+89
PR: 27308 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=42776