| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07: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 14: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) |
04 Oct 2007 00: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 19: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 23: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 10:05:00
0.52.1
|
pav  |
- Update to 0.52.1
PR: ports/86517
Submitted by: Yarema <yds@CoolRat.org> (maintainer) |
16 Jul 2005 23: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 04: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 09: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 03:35:30
0.45.4
|
dannyboy  |
Update to 0.45.4.
PR: 65351
Submitted by: maintainer |
05 Apr 2004 03: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 18: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 21: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 05:03:41
0.42.2  |
dinoex  |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com |
24 Sep 2003 15: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 10: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 02: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 13: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 16:36:02
0.42.2  |
oliver  |
fix pkg-plist
Noted by: bento, Shizuka Kudo <shizukakudo_99@yahoo.com> |
15 Aug 2003 01: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 23: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 05: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 22: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 02:53:45
0.39.3  |
kevlo  |
Update to version 0.39.3
PR: 41832
Submitted by: MAINTAINER |
08 Jul 2002 07:28:17
0.39.1  |
kevlo  |
Update to version 0.39.1
PR: 40319
Submitted by: MAINTAINER |
08 Jun 2002 19: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. |