| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
060708_2,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. |
23 Sep 2011 22:26:39
060708_2,1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
060708_2,1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
060708_2,1
|
ade  |
Sync to new bsd.autotools.mk |
08 Jun 2010 19:52:58
060708_2,1
|
makc  |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks) |
06 Apr 2010 12:01:57
060708_2,1
|
garga  |
Chase clamav's lib bump |
27 Mar 2010 00:15:24
060708_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:38:34
060708_1,1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
02 Aug 2009 19:36:34
060708_1,1
|
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
060708_1,1
|
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. |
27 Mar 2009 15:40:09
060708_1,1
|
garga  |
- Fix clamav dependency
- bump PORTREVISION
Pointyhat to: garga |
27 Mar 2009 11:53:07
060708,1
|
garga  |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API |
26 Mar 2009 13:59:35
060708,1
|
pav  |
- Update to 060708
PR: ports/130633
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
Approved by: Tofig Suleymanov <tofig@freebsd.az> (maintainer) |
14 Feb 2009 13:28:57
030606_5,1
|
stas  |
- Fix build.
- Pass maintainership to submitter.
Submitted by: Tofig Suleymanov <tofig@freebsd.az>
Approved by: portmgr (linimon) |
19 Dec 2008 22:00:33
030606_5,1
|
pav  |
- Set for expiration in one month: has been broken for more than 6 months |
15 Sep 2008 19:56:38
030606_5,1
|
garga  |
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav) |
21 Aug 2008 06:18:49
030606_5,1
|
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 ) |
19 Apr 2008 17:56:05
030606_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
16 Apr 2008 16:10:19
030606_5,1
|
garga  |
- Chase clamav library to version 4
- Bump PORTREVISION
Following ports are marked as BROKEN since they don't build with new clamav
0.93:
www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam
This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities. |
19 Dec 2007 23:08:38
030606_4,1
|
garga  |
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337 |
13 Mar 2007 20:11:19
030606_3,1
|
garga  |
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer |
03 Aug 2006 10:11:32
030606_2,1
|
rafan  |
- Fixed serious bug in utf8 web pages recognition causing c-icap to enters an
endless loop
- Fixed typo in pkg-install
- Added to Makefile LOG_DIR, RUN_DIR and TMP_DIR variables
PR: ports/101296
Submitted by: Elisey Savateev <b3k at mail.ru> (maintainer) |
15 Jun 2006 11:18:56
030606_1,1
|
sem  |
- Update to 030606rc1
Contains fixes for a bug which causes segmentation fault
to the c-icap server
PR: ports/98903
Submitted by: maintainer |
11 Jun 2006 08:33:03
030606,1
|
pav  |
- Update to 030606
PR: ports/98797
Submitted by: Elisey O. Savateev <b3k@mail.ru> (maintainer) |
30 Mar 2006 16:11:04
220505_1
|
sem  |
- Fix bugs in pkg-install and bug in pkg-plist [1]
- Add one more MASTER_SITE
PR: ports/95061
Submitted by: maintainer
Pointy hat to: sem (me) [1] |
27 Mar 2006 06:40:18
220505
|
sem  |
c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol such as the Shweby or Squid proxy server.
c-icap allows the addition of modules, which can extend its functionality and
services. For instance, such modules can be loggers, authenticators and
authentication methods or access controlers.
WWW: http://www.chtsanti.net/c-icap
PR: ports/92760
Submitted by: Elisey O. Savateev <b3k@mail.ru> |