| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Mar 2013 11:32:12
1.4.42_3  |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
09 Oct 2012 22:12:14
1.4.42_3  |
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
05 Aug 2012 23:19:40
1.4.42_3  |
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 |
19 Jul 2012 20:15:39
1.4.42_3  |
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
01 Jun 2012 05:26:28
1.4.42_2  |
dinoex  |
- update png to 1.5.10 |
06 Feb 2012 12:25:50
1.4.42_1  |
miwi  |
- Chase unixODBC shlib bump |
14 Jan 2012 08:57:23
1.4.42  |
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. |
09 Nov 2011 01:38:22
1.4.42  |
sobomax  |
Assign maintainership to bamby@sippysoft.com, who does all technical work
on this port anyway and has more time to deal with any issues reported
(e.g. vulnerabilities, build failures etc). |
07 Nov 2011 23:38:49
1.4.42  |
sobomax  |
Ressurect asterisk14 and upgrade to the latest 1.4.42, which should be
free of any known vulnerabilities. |
14 Oct 2011 22:30:49
1.4.37_2  |
dougb  |
As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:
archivers/pecl-phar Vulnerable since 2011-01-13
comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server Vulnerable since 2006-10-29
databases/mysql323-client Vulnerable since 2006-10-29
databases/mysql323-scripts Vulnerable since 2006-10-29
databases/mysql40-server Vulnerable since 2006-10-29
databases/mysql40-client Vulnerable since 2006-10-29
databases/mysql40-scripts Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml(Only the first 15 lines of the commit message are shown above ) |
26 Sep 2011 09:24:20
1.4.37_2  |
dougb  |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports. |
23 Sep 2011 22:26:39
1.4.37_2  |
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 |
28 Jul 2011 12:43:22
1.4.37_2  |
sylvio  |
- Chase net-snmp shlib version bump. |
20 Apr 2011 11:54:33
1.4.37_1  |
fjoe  |
Remove RUN_DEPENDS on dahdi.ko now that dahdi.ko is not provided by dahdi port. |
25 Feb 2011 01:32:18
1.4.37_1  |
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
08 Dec 2010 19:58:49
1.4.37  |
ade  |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates. |
30 Nov 2010 16:33:03
1.4.37  |
fjoe  |
Fix installation into /var. |
30 Nov 2010 03:43:38
1.4.37  |
fjoe  |
- Update to 1.4.37
- Switch from Zaptel to DAHDI
Approved by: MAINTAINER |
22 Nov 2010 14:28:20
1.4.29_4  |
fjoe  |
Rename asterisk 1.4 ports after repocopy. |