| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Apr 2013 20:01:07
  |
bapt  |
Convert left sysutils ports to new options framework |
05 Aug 2012 23:19:40
1.08g_2
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
18 Mar 2012 05:04:36
1.08g_2
|
miwi  |
- Set Portscout flags
- Pass maintainership to submitter
PR: 166196 165943 165915
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes |
14 Jan 2012 08:57:23
1.08g_2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
15 May 2011 02:49:17
1.08g_2
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
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 |
19 Mar 2011 12:38:54
1.08g_2
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.08g_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
12 Feb 2010 17:21:40
1.08g_2
|
miwi  |
- Fix build on HEAD
PR: 143239
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
21 Dec 2009 02:19:12
1.08g_2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
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. |
22 Aug 2009 02:23:49
1.08g_2
|
amdmi3  |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
22 Aug 2009 00:35:32
1.08g_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
15 Jul 2009 16:56:10
1.08g_2
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
21 Aug 2008 06:18:49
1.08g_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
24 Jun 2008 07:11:00
1.08g_2
|
az  |
- Drop maintainership |
22 Apr 2007 09:22:13
1.08g_2
|
az  |
- Fix typo in rc script
Submitted by: Matthieu Michaud <matthieu(at)epita.info> via e-mail |
16 Sep 2006 19:39:45
1.08g_2
|
az  |
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- 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. |
12 Jun 2006 15:35:22
1.08g_1
|
az  |
- Fix spelling in Makefile
PR: ports/98393
Submitted by: Richard Tector <richard@tector.org.uk> |
22 Feb 2006 08:35:50
1.08g_1
|
az  |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P |
24 Jan 2006 01:06:45
1.08g_1
|
edwin  |
SHA256ify
Approved by: krion@ |
05 Oct 2005 08:36:08
1.08g_1
|
az  |
- Fix SYMBOL_PREFIX, it's must be null.
Noticed by: Guido <guido_ro@yahoo.it> (via email)
Approved by: sem (mentor) |
03 Oct 2005 12:55:25
1.08g
|
az  |
- Change my e-mail
Approved by: sem (mentor) |
15 Sep 2005 12:01:48
1.08g
|
sem  |
- Update to 1.08g
- Simplify Makefile
- Add OPTIONS support
- Pass maintainership to submitter
PR: ports/86151
Submitted by: Andrej Zverev <az@inec.ru> |
14 Sep 2005 08:37:58
1.08f_3
|
linimon  |
Chase mastersite change. Note: a newer version (1.08g) seems to be
available. |
31 Jan 2005 00:35:56
1.08f_3
|
girgen  |
Split the postgresql ports into a server and a client part.
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) |
30 Jun 2004 12:19:18
1.08f_3
|
vs  |
Log to /var/run/log instead of /dev/log.
(bump PORTREVISION)
PR: ports/55237
Submitted by: Janos Mohacsi |
28 May 2004 11:53:48
1.08f_2
|
anders  |
Add WITH_DAEMON_NAME knob for setting --with-daemon-name option for
configure script.
PR: 62738
Submitted by: Bill Melvin <Bill.Melvin@esc.edu> |
28 May 2004 11:24:16
1.08f_2
|
anders  |
Give up maintaining msyslog. |
31 Mar 2004 03:12:58
1.08f_2
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
1.08f_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
19 Apr 2003 23:21:54
1.08f_1
|
kris  |
Create directories mode 755, not 775 |
07 Mar 2003 06:11:20
1.08f_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
04 Jan 2003 19:34:05
1.08f_1
|
anders  |
Update to 1.08f final.
Chase WWW URL.
Remove autoconf dependency.
Bump PORTREVISION. |
04 Jan 2003 15:53:39
1.08f
|
seanc  |
Chase libpq version bump. |
19 Nov 2002 07:59:14
1.08f
|
edwin  |
On request of DougB@, change of USE_PERL5 to USE_PERL5_RUN.
I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN
when USE_AUTOCONF is selected) |
16 Nov 2002 01:36:40
1.08f
|
edwin  |
sysutils/msyslog needs perl to configure, -> USE_PERL5=yes
Noticed on: bento |
08 Nov 2002 23:03:48
1.08f
|
edwin  |
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD
Noticed on: bento |
24 Mar 2002 17:56:20
1.08f
|
anders  |
Move libs to alat dir like msyslog/audit defaults to.
Fix MANDIR, add two lost manpages.
Port is prefix-clean. |
23 Mar 2002 18:28:13
1.08f
|
anders  |
Update to version 1.08f.
Reclaim maintainership. |
07 Oct 2001 03:03:45 
|
petef  |
Set maintainer to ports@FreeBSD.org |
29 Aug 2001 07:37:43 
|
petef  |
- update to version 1.07 - 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 |
08 Jul 2001 15:35:03 
|
markp  |
Update changed WWW |
01 Jul 2001 16:36:45 
|
kevlo  |
Update to version 1.05 |
07 Jun 2001 12:12:52 
|
jeh  |
Updates the msyslog port to the latest version: 1.04d |
20 May 2001 03:54:50 
|
will  |
Add msyslog 1.04b, a flexible and easy to integrate syslog daemon. |