| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Jul 2012 15:57:56
3.1.3_1
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
14 Jan 2012 08:57:23
3.1.3_1
|
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. |
08 Jun 2011 17:08:47
3.1.3_1
|
bapt  |
- switch to USERS/GROUPS macro
- bump portrevision |
19 Mar 2011 12:38:54
3.1.3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.1.3
|
ade  |
Sync to new bsd.autotools.mk |
27 Mar 2010 00:15:24
3.1.3
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Aug 2009 19:36:34
3.1.3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
15 Jul 2009 16:56:10
3.1.3
|
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
3.1.3
|
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 ) |
30 Jan 2008 20:45:43
3.1.3
|
beech  |
- Update to 3.1.3
- Fixes gcc-4.2 build errors
PR: ports/120145
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
24 Jan 2008 08:29:49
3.1.2_1
|
linimon  |
Reset maintainer: aquatique-ports@rambler.ru bounces. |
25 May 2007 23:03:54
3.1.2_1
|
kris  |
BROKEN with gcc 4.2 |
27 Mar 2007 11:54:06
3.1.2_1
|
pav  |
- Fix after objformat removal
Reported by: pointyhat |
31 Oct 2006 12:00:37
3.1.2_1
|
pav  |
- Update to rc_subr startup script
- Clean up REINPLACE_CMD usage
- Use SUB_FILES
- Deal with bopm.conf properly
- Now uses /var/log/bopm for pid and logs, and more
PR: ports/103555
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by: maintainer timeout (1 month) |
15 Aug 2006 00:29:13
3.1.2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
08 May 2006 10:32:04
3.1.2
|
edwin  |
remove USE_REINPLACE for all categories starting with I |
22 Jan 2006 12:38:15
3.1.2
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:15:53
3.1.2
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
12 Apr 2005 03:26:57
3.1.2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
3.1.2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
06 Aug 2004 07:46:51
3.1.2
|
krion  |
Add bopm 3.1.2,
bopm is an open-source open proxy monitor, designed for use
with hybrid-based ircds, although it can be used with slight
modification on any server which has +c to show connects to
opers and that supports KLINEs in order to K-LINE incoming
connects from open proxies.
PR: ports/70065
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> |