aboutsummaryrefslogtreecommitdiff
path: root/sysutils/msyslog
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix build on HEADMartin Wilke2010-02-122-0/+74
| | | | | | | | PR: 143239 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249708
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - 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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* 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
* - Fix typo in rc scriptAndrej Zverev2007-04-221-1/+1
| | | | | | | Submitted by: Matthieu Michaud <matthieu(at)epita.info> via e-mail Notes: svn path=/head/; revision=190624
* - s/INSTALLS_SHLIB/USE_LDCONFIG/Andrej Zverev2006-09-163-4/+12
| | | | | | | | | | | | - 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
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Fix SYMBOL_PREFIX, it's must be null.Andrej Zverev2005-10-052-1/+2
| | | | | | | | 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-1518-365/+156
| | | | | | | | | | | | - 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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-072-1/+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-047-63/+217
| | | | | | | | | 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-244-30/+29
| | | | | | | | Fix MANDIR, add two lost manpages. Port is prefix-clean. Notes: svn path=/head/; revision=56547
* Update to version 1.08f.Anders Nordby2002-03-234-33/+40
| | | | | | | 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-294-44/+43
| | | | | | | | | | | | | | - 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 changed WWWMark Pulford2001-07-081-1/+1
| | | | | | | | PR: 28814 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=44918
* Update to version 1.05Kevin Lo2001-07-013-9/+17
| | | | | | | | PR: 28559 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44604
* Updates the msyslog port to the latest version: 1.04dJames E. Housley2001-06-073-7/+10
| | | | | | | | 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-2015-0/+280
PR: 27308 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=42776