| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
0.65.3_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
09 Oct 2012 22:12:14
0.65.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
0.65.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 |
05 Aug 2012 21:10:34
0.65.3
|
dougb  |
Remove a comment that is spurious now that local rc.d files are included
in the base rcorder |
30 Jun 2012 13:10:10
0.65.3
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
14 Jan 2012 08:57:23
0.65.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. |
23 Sep 2011 22:26:39
0.65.3
|
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 |
20 Jul 2011 11:10:12
0.65.3
|
jlaffaye  |
Update to 0.65.3
PR: ports/158669
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) |
03 Jul 2011 13:53:52
0.63.0_1
|
ohauer  |
- remove MD5 |
04 Dec 2010 07:34:27
0.63.0_1
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
0.63.0_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Mar 2010 00:15:24
0.63.0
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
13 Mar 2010 01:06:29
0.63.0
|
wxs  |
- Remove file that was not deleted in previous commit.
PR: ports/143974
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) |
13 Mar 2010 00:51:31
0.63.0
|
wxs  |
- Update to 0.63.0
PR: ports/143974
Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) |
22 Aug 2009 00:28:34
0.62.0  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
09 Aug 2009 04:15:27
0.62.0
|
rafan  |
- Add missing optional patches
PR: ports/137582
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) |
08 Aug 2009 11:18:45
0.62.0
|
rafan  |
- Update to 0.62
PR: ports/137112
Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) |
02 Aug 2009 19:36:34
0.61.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
0.61.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. |
07 Mar 2009 16:08:32
0.61.1
|
amdmi3  |
- Update to 0.61.1
PR: 132228
Submitted by: Milan Obuch <bsd at dino dot sk> (maintainer) |
05 Jan 2009 21:05:49
0.60.0
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
30 Dec 2008 14:34:55
0.60.0
|
amdmi3  |
- Remove obsolete patches
PR: 130035
Submitted by: Milan Obuch <bsd at dino dot sk> |
19 Dec 2008 12:42:03
0.60.0
|
stefan  |
- Update to 0.60.0.
- Add RUN_DEPENDS on security/ca_root_nss.
- Remove scripts/c_rehash.
- Sort CONFLICTS alphabetically and add couriermlm-0.*.
PR: 126228
Submitted by: Yarema <yds@CoolRat.org>
Approved by: maintainer timeout (2 months) |
21 Aug 2008 06:18:49
0.54.0_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 ) |
06 Jun 2008 13:43:09
0.54.0_1
|
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) |
03 Oct 2007 23:34:16
0.54.0
|
edwin  |
Remove support for OSVERSION < 5 |
01 Jan 2007 00:00:22
0.54.0
|
miwi  |
- Update to 0.54.0
PR: 107375
Submitted by: Milan Obuch<bsd@dino.sk> (maintainer) |
12 Dec 2006 20:32:45
0.53.3
|
gabor  |
- Update to 0.53.3
- Patch for function name collision (fam support)
- Remove deprecated USE_RCORDER
- Pass maintainership to submitter
- portlint(1)
PR: ports/105573
Submitted by: Milan Obuch<bsd@dino.sk>
Approved by: erwin (mentor), maintainer timeout |
29 Jun 2006 18:47:31
0.53.2
|
garga  |
- Update to 0.53.2 and fix vulnerability -- CVE-2006-2659
PR: ports/98878
Submitted by: Milan Obuch <bsd@dino.sk>
Approved by: maintainer timeout (17 days)
Security: CVE-2006-2659 |
10 May 2006 22:37:39
0.52.2_1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
20 Feb 2006 20:47:50
0.52.2_1
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
14 Feb 2006 12:00:05
0.52.2_1
|
lawrance  |
Add plist entries to create empty directories.
Add 'sharedindexupdate' srcipt.
Use 'exec' in shell scripts.
PR: ports/93269
Submitted by: Yarema <yds@CoolRat.org> (maintainer) |
11 Feb 2006 14:42:54
0.52.2
|
lawrance  |
Update to 0.52.2.
PR: ports/91741
Submitted by: Milan Obuch <bsd@dino.sk>
Reviewed by: Ed Culp <eculp@encontacto.net>
Approved by: yds@CoolRat.org (maintainer, timeout 4 weeks) |
11 Feb 2006 02:37:36
0.52.1
|
kris  |
Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).
PR: ports/92583
Submitted by: marcus |
26 Jan 2006 04:15:27
0.52.1
|
kris  |
Add missing USE_GETTEXT |
22 Jan 2006 12:50:54
0.52.1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:20:05
0.52.1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 06:52:12
0.52.1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
11 Oct 2005 09:05:00
0.52.1
|
pav  |
- Update to 0.52.1
PR: ports/86517
Submitted by: Yarema <yds@CoolRat.org> (maintainer) |
16 Jul 2005 22:52:35
0.50.1
|
pav  |
- Update to 0.50.1 and unbreak
PR: ports/83548
Submitted by: Yarema <yds@CoolRat.org> (maintainer) |
12 Apr 2005 03:26:57
0.45.4
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.45.4
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
28 Feb 2005 00:20:35
0.45.4
|
kris  |
BROKEN: Changes permissions on previously-installed files |
31 Jan 2005 00:35:56
0.45.4
|
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) |
11 Apr 2004 02:35:30
0.45.4
|
dannyboy  |
Update to 0.45.4.
PR: 65351
Submitted by: maintainer |
05 Apr 2004 02:48:01
0.45.3
|
nork  |
o Fix recursive definition of PKGNAMESUFFIX.
o Add missing tailing \.
This is 'Fix build error'. So I don't bump PORTREVISION.
Approved by: Yarema <yds@CoolRat.org> (maintainer) |
03 Apr 2004 17:32:07
0.45.3
|
pav  |
- Update to 0.45.3
- Remove FORBIDDEN
- Convert to OPTIONS
- Hand maintainership to submitter
PR: ports/65093
Submitted by: Yarema <yds@CoolRat.org> |
31 Mar 2004 20:33:46
0.44.2_1  |
nectar  |
Mark FORBIDDEN due to remotely exploitable vulnerabilities.
http://vuxml.freebsd.org/98bd69c3-834b-11d8-a41f-0020ed76ef5a.html |
17 Mar 2004 18:29:46
0.44.2_1  |
trevor  |
SIZEify. |
23 Feb 2004 04:42:13
0.44.2_1  |
wollman  |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |
04 Feb 2004 05:21:48
0.44.2_1  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
15 Jan 2004 15:12:32
0.44.2  |
sergei  |
- Update to 0.44.2
- Fix LDAP support build problems
- CONFLICTS has been expanded
- WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT
- WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system
and NOUUCP is no longer a /etc/make.conf tunable for buildworld
- WITH_EXPECT not being set now adds --disable-changepass which causes the suid
authdaemon.passwd to not be installed.
- devel/fam dependency is now non-optional since the port will use the library
if it finds it regardless of one's intention to use it or not. For instance
if libfam is installed and one doe not want it used by courier but chosses
the WITH_LDAP support than libfam will get sucked in as well. Then the user
deletes fam and courier breaks because the user had no idea courier depended
on it. So until courier gets a configure --without-fam tunable this should
be a mandatory dependency.
- and last but not least etc/rc.d/courier.sh startup script has been rewritten
to work with rc.subr which allows one to move it to /etc/rc.d/courier and
have it just work. :)
PR: 61112
Submitted by: Yarema <yds@CoolRat.org> |
11 Dec 2003 14:01:59
0.44.0  |
sergei  |
- Unbreak: switch from courier:courier (UID/GID 62, conflicts with pf)
to mailnull:mailnull (UID/GID 26)
Still looking for a better solution
- Update to 0.44.0
PR: 59367
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> |
16 Nov 2003 01:13:21
0.42.2  |
kris  |
BROKEN: This port uses uid/gid 62, which is registered in the master list
in the porter's handbook as being owned by pf.
PR: ports/58115
Submitted by: Dennis Berger <db@nipsi.de> |
13 Oct 2003 04:03:41
0.42.2  |
dinoex  |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com |
24 Sep 2003 14:17:44
0.42.2  |
oliver  |
s/ECHO/ECHO_MSG/g, merge the pre-fetch target into the pre-everything target
use SITE_PERL instead of the whole path (in DEPENDS)
PR: ports/56814
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
24 Sep 2003 09:37:11
0.42.2  |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
31 Aug 2003 01:30:02
0.42.2  |
edwin  |
[PATCH] mail/courier: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54957
Submitted by: Jens Rehsack <rehsack@liwing.de> |
28 Aug 2003 12:57:52
0.42.2  |
edwin  |
[orphaned ports]: use USE_MYSQL for various orphaned ports.
Make these ports use USE_MYSQL:
* databases/dbconnect
* net/netsaint
* www/mod_mp3
* www/mod_mylo
* www/phpnuke
* www/postnuke
* www/udmsearch
* mail/courier
PR: ports/56029
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
19 Aug 2003 15:36:02
0.42.2  |
oliver  |
fix pkg-plist
Noted by: bento, Shizuka Kudo <shizukakudo_99@yahoo.com> |
15 Aug 2003 00:49:31
0.42.2  |
kuriyama  |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
09 Aug 2003 22:40:32
0.42.2  |
oliver  |
- update courier to 0.42.2
- fix BROKEN
- reset MAINTAINER to ports. Original maintainer doesn't respond to mails
over a long time period
PR: ports/55427
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> |
08 Aug 2003 04:40:47
0.39.3  |
kris  |
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr. |
05 Apr 2003 21:16:46
0.39.3  |
kris  |
BROKEN: Changes ownership/permission of manpages, broken pkg-plist |
24 Feb 2003 02:56:37
0.39.3  |
edwin  |
Point dependencies on net/openldap2 to net/openldap20 |
24 Feb 2003 02:26:55
0.39.3  |
edwin  |
Point dependencies on net/openldap to net/openldap12 |
21 Feb 2003 12:42:26
0.39.3  |
knu  |
De-pkg-comment. |
19 Jan 2003 00:00:37
0.39.3  |
arved  |
Add ${SCRIPTDIR} to PATH
PR: 47041
Submitted by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> |
04 Jan 2003 16:17:27
0.39.3  |
seanc  |
Missed configure scripts in libpq version bump: chase lib version. |
21 Aug 2002 01:53:45
0.39.3  |
kevlo  |
Update to version 0.39.3
PR: 41832
Submitted by: MAINTAINER |
08 Jul 2002 06:28:17
0.39.1  |
kevlo  |
Update to version 0.39.1
PR: 40319
Submitted by: MAINTAINER |
08 Jun 2002 18:54:01
0.38.2  |
ijliao  |
upgrade to 0.38.2
fix deinstall problem
PR: 39003
Submitted by: maintainer |
25 Mar 2002 09:19:21
0.37.3  |
sobomax  |
Add USE_SUBMAKE, where it might be necessary. |
06 Mar 2002 22:09:01 
|
kris  |
Do not try and create a package for this port: it is broken and goes into an
infinite loop displaying this: |
26 Feb 2002 22:40:11 
|
pat  |
Update to 0.37.3 |
03 Feb 2002 01:00:08 
|
pat  |
Update to 0.37.2.20020131 |
30 Jan 2002 20:21:31 
|
dwcjr  |
Fix problem patli caused in last commit from maintainer |
30 Jan 2002 03:56:09 
|
pat  |
Update to 0.37.2.20020125 |
24 Jan 2002 05:53:57 
|
pat  |
Use pre-everything:: |
22 Jan 2002 04:44:18 
|
dwhite  |
Update courier to 0.37.2; fix security bugs, update MIME handling, add knob
for NOUUCP. |
15 Jan 2002 06:17:28 
|
dwhite  |
Add courier 0.37.0, courier SMTP IMAP POP3 HTTP mail server suite. |