| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
2.5.5_3
|
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. |
24 Oct 2011 04:17:38
2.5.5_3
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
20 Mar 2011 12:54:45
2.5.5_3
|
miwi  |
- Get Rid MD5 support |
20 Jan 2011 13:27:22
2.5.5_3
|
arved  |
Unbreak on amd64
Feature safe: yes |
27 Mar 2010 00:15:24
2.5.5_3
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
2.5.5_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
2.5.5_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 ) |
06 Jun 2008 13:51:54
2.5.5_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
25 Oct 2007 00:46:00
2.5.5_2
|
linimon  |
Mark as broken on amd64-7 and sparc64-7. |
23 Sep 2007 01:10:04
2.5.5_2
|
edwin  |
Upgrade port: net-im/iserverd - distname fix, other fix
Upgrade port: net-im/iserverd - distname fix, options bugfix in
Makefile, change homedir to /nonexistent for user iserv
PR: ports/116410
Submitted by: "Denis Rahmangulov" <danfocus@gmail.com> |
09 Sep 2007 00:55:48
2.5.5_1
|
edwin  |
Remove -m from "pw useradd" command to prevent creation of /usr/home
Noticed by: YAPHR |
07 Sep 2007 03:13:10
2.5.5
|
edwin  |
New port: net-im/iserverd - Groupware ICQ server clone
Groupware ICQ server clone.
WWW: http://iserverd.khstu.ru/
- Alexander V. Shutko
PR: ports/114017
Submitted by: "Denis Rahmangulov" <danfocus@gmail.com> |