| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: ftp/wget/Makefile |
|
CVSWeb
|
Number of commits found: 62 |
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
|
Fri, 6 Jun 2008
|
[ 14:28 edwin ]
1.30 ftp/IglooFTP/Makefile
1.26 ftp/axel/Makefile
1.25 ftp/axyftp/Makefile
1.9 ftp/dmachine/Makefile
1.73 ftp/downloader/Makefile
1.10 ftp/emacs-wget/Makefile
1.16 ftp/filezilla/Makefile
1.26 ftp/ftpcube/Makefile
1.62 ftp/gftp/Makefile
1.4 ftp/gnusget/Makefile
(Only the first 10 of 33 ports in this commit are shown above. )
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)
|
|
Tue, 6 May 2008
|
[ 14:51 vd ]
1.86 ftp/wget/Makefile
1.28 ftp/wget/distinfo
1.2 ftp/wget/files/patch-doc_Makefile.in
Upgrade ftp/wget from 1.11 to 1.11.2.
PR: ports/122482 (based on)
Submitted by: bf <bf2006a@yahoo.com>
|
|
Sat, 2 Feb 2008
|
[ 08:03 vd ]
1.85 ftp/wget/Makefile
1.27 ftp/wget/distinfo
1.18 ftp/wget/pkg-plist
Upgrade ftp/wget from 1.10.2 to 1.11.
PR: ports/120119 (based on)
Submitted by: Oleg Gawriloff <barzog@telecom.by>
|
|
Wed, 11 Apr 2007
|
[ 20:38 vd ]
1.84 ftp/wget/Makefile
1.2 ftp/wget/files/patch-ac
1.1 ftp/wget/files/patch-doc_Makefile.in
1.17 ftp/wget/pkg-plist
* Install wgetrc as etc/wgetrc.sample rather than etc/wgetrc to prevent
users' modifications loss [1].
* Use the situation to rename files/patch-ac to files/patch-doc_Makefile.in
according to /usr/ports/Tools/scripts/splitpatch.pl convention.
Inspired by: ports/110512 [1]
Submitted by: Alexander Logvinov <ports@logvinov.com> [1]
|
|
Wed, 2 Aug 2006
|
[ 20:33 sobomax ]
1.83 ftp/wget/Makefile
Add USE_GMAKE - port's build system doesn't work correctly with bmake, which
results in binary being built during installation phase.
|
|
Sat, 15 Apr 2006
|
[ 10:27 vd ]
1.82 ftp/wget/Makefile
Remove CONFLICTS - no need to conflict with nonexistent port
|
[ 10:18 vd ]
1.81 ftp/wget/Makefile
Adopt
|
|
Fri, 14 Apr 2006
|
[ 21:09 linimon ]
1.49 emulators/xsystem35/Makefile
1.80 ftp/wget/Makefile
1.31 japanese/less/Makefile
1.54 japanese/navi2ch-emacs20/Makefile
1.23 misc/jargon/Makefile
1.3 misc/localedata/Makefile
Reset sf as maintainer due to no response to email messages.
Hat: portmgr
|
|
Sun, 4 Dec 2005
|
[ 23:35 edwin ]
1.49 comms/mgetty+sendfax/Makefile
1.31 databases/gdbm/Makefile
1.8 devel/cedet/Makefile
1.15 devel/cutils/Makefile
1.12 devel/dmalloc/Makefile
1.20 devel/ecb/Makefile
1.11 devel/eieio/Makefile
1.28 devel/gcvs/Makefile
1.11 devel/gperf/Makefile
1.28 devel/m4/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Remove install-info from Makefile, it's automatically done when INFO is defined
|
|
Thu, 20 Oct 2005
|
[ 14:20 mnag ]
1.78 ftp/wget/Makefile
1.25 ftp/wget/distinfo
Update to 1.10.2
PR: 87592
Submitted by: Phil Oleson <oz@nixil.net>
Approved by: sf (maintainer timeout, 2 days approved by so@)
Security: CAN-2005-3185, http://secunia.com/advisories/17192/
|
|
Sun, 28 Aug 2005
|
[ 17:31 sf ]
1.77 ftp/wget/Makefile
1.24 ftp/wget/distinfo
1.2 ftp/wget/files/patch-src_ftp.c
update to 1.10.1.
PR: 85121
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
Tue, 9 Aug 2005
|
[ 06:48 sf ]
1.76 ftp/wget/Makefile
1.1 ftp/wget/files/patch-src_ftp.c
Don't free RESPLINE if ftp_response returns a status other than FTPOK.
This fix has been applied into wget subversion repository.
PR: 84666
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: portmgr (marcus)
|
|
Wed, 22 Jun 2005
|
[ 10:37 sf ]
1.75 ftp/wget/Makefile
fix wgetrc path.
PR: 82473
|
|
Fri, 10 Jun 2005
|
[ 09:14 sf ]
1.74 ftp/wget/Makefile
1.23 ftp/wget/distinfo
1.2 ftp/wget/files/patch-CAN-2004-1487
1.4 ftp/wget/pkg-descr
1.16 ftp/wget/pkg-plist
update to 1.10.
|
|
Wed, 9 Mar 2005
|
[ 06:53 simon ]
1.73 ftp/wget/Makefile
1.1 ftp/wget/files/patch-CAN-2004-1487
Fix directory traversal vulnerability.
Security: CAN-2004-1487
Security:
http://vuxml.FreeBSD.org/06f142ff-4df3-11d9-a9e7-0001020eed82.html
(part of)
Obtained from: SuSE
Approved by: sf (maintainer), erwin (mentor)
|
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ]
1.26 arabic/kde3-i18n/Makefile
1.4 arabic/koffice-i18n/Makefile
1.5 archivers/dpkg/Makefile
1.40 archivers/gtar/Makefile
1.17 archivers/libcomprex/Makefile
1.48 archivers/rpm/Makefile
1.19 astro/fooseti/Makefile
1.17 astro/gpsdrive/Makefile
1.15 astro/spacechart/Makefile
1.41 audio/aumix/Makefile
(Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ]
1.25 arabic/kde3-i18n/Makefile
1.3 arabic/koffice-i18n/Makefile
1.4 archivers/dpkg/Makefile
1.39 archivers/gtar/Makefile
1.16 archivers/libcomprex/Makefile
1.47 archivers/rpm/Makefile
1.18 astro/fooseti/Makefile
1.16 astro/gpsdrive/Makefile
1.14 astro/spacechart/Makefile
1.40 audio/aumix/Makefile
(Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
|
Sat, 17 Jan 2004
|
[ 09:34 edwin ]
1.76 ftp/Makefile
1.70 ftp/wget-devel/Makefile
1.70 ftp/wget/Makefile
1.22 ftp/wget-devel/distinfo
1.4 ftp/wget-devel/pkg-descr
[Approved] new port: ftp/wget-devel
devel/wget starts to lag behind the releases of wget.
At least with a development version we are able to figure
out when it is stable enough to ftp/wget updated.
Add CONFLICTS to ftp/wget/Makefile
PR: ports/61155
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
Sun, 7 Dec 2003
|
[ 04:48 sf ]
1.69 ftp/wget/Makefile
use local backup for disappeared debian patch.
|
|
Sat, 25 Oct 2003
|
[ 01:34 sf ]
1.68 ftp/wget/Makefile
1.21 ftp/wget/distinfo
update debian patch to 12.
|
|
Thu, 16 Oct 2003
|
[ 20:08 sf ]
1.67 ftp/wget/Makefile
1.15 ftp/wget/pkg-plist
add a knob to make locale support optional.
note a (not) update plan.
|
|
Tue, 26 Aug 2003
|
[ 21:25 marcus ]
1.3 archivers/dpkg/Makefile
1.37 archivers/gtar/Makefile
1.11 archivers/libcomprex/Makefile
1.46 archivers/rpm/Makefile
1.16 astro/fooseti/Makefile
1.14 astro/gpsdrive/Makefile
1.12 astro/spacechart/Makefile
1.38 audio/aumix/Makefile
1.15 audio/denemo/Makefile
1.20 audio/lopster/Makefile
(Only the first 10 of 173 ports in this commit are shown above. )
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
|
Mon, 25 Aug 2003
|
[ 06:41 marcus ]
1.2 archivers/dpkg/Makefile
1.36 archivers/gtar/Makefile
1.10 archivers/libcomprex/Makefile
1.45 archivers/rpm/Makefile
1.15 astro/fooseti/Makefile
1.13 astro/gpsdrive/Makefile
1.11 astro/spacechart/Makefile
1.37 audio/aumix/Makefile
1.14 audio/denemo/Makefile
1.19 audio/lopster/Makefile
(Only the first 10 of 175 ports in this commit are shown above. )
Chase the libintl.so shared lib version.
|
|
Sun, 17 Aug 2003
|
[ 19:59 sf ]
1.64 ftp/wget/Makefile
1.14 ftp/wget/pkg-plist
utilize INFO.
|
|
Mon, 4 Aug 2003
|
[ 11:47 kris ]
1.23 editors/beav/Makefile
1.63 ftp/wget/Makefile
1.11 games/an/Makefile
1.11 games/xjump/Makefile
1.10 graphics/panorama/Makefile
1.11 mail/ssmtp/Makefile
1.2 misc/mime-support/Makefile
1.10 multimedia/vcdtools/Makefile
1.23 net/sniffit/Makefile
1.8 x11/gvid/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
Switch to MASTER_SITE_DEBIAN_POOL
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
|
|
Fri, 25 Apr 2003
|
[ 12:11 sf ]
1.62 ftp/wget/Makefile
1.20 ftp/wget/distinfo
Koop Mast <einekoai@chello.nl> reported previous update
earlier than fenner's robot in ports/50565.
|
|
Mon, 7 Apr 2003
|
[ 22:51 sf ]
1.61 ftp/wget/Makefile
1.19 ftp/wget/distinfo
update Debian patch which does not affect FreeBSD.
|
|
Mon, 3 Mar 2003
|
[ 01:08 sf ]
1.36 emulators/xsystem35/Makefile
1.13 ftp/wget+ipv6/Makefile
1.60 ftp/wget/Makefile
1.41 japanese/navi2ch-emacs20/Makefile
1.13 misc/jargon/Makefile
1.2 emulators/xsystem35/pkg-comment
1.2 ftp/wget+ipv6/pkg-comment
1.4 ftp/wget/pkg-comment
1.3 japanese/navi2ch-emacs20/pkg-comment
1.4 misc/jargon/pkg-comment
De-pkg-comment for my ports
|
[ 00:52 sf ]
1.59 ftp/wget/Makefile
1.18 ftp/wget/distinfo
1.2 ftp/wget/files/patch-src_fnmatch_c
1.2 ftp/wget/files/patch-src_ftp_c
o import Debian patches.
- fix .netrc parsing bug
- fix 2GB limitation
- re-add IPv6 capability
- fix SEGV with special url line
check debian/changelog for more detail.
o replace /usr/local with ${PREFIX} in wgetrc and info.
PR: 38824 reported 2GB limitation
Obtained from: Debian GNU/Linux
|
|
Wed, 11 Dec 2002
|
[ 15:58 sf ]
1.58 ftp/wget/Makefile
1.1 ftp/wget/files/patch-src_fnmatch_c
1.1 ftp/wget/files/patch-src_ftp_c
Fix directory traversal bug in FTP.
References:
http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482&w=2
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344
Patches obtained from: Red Hat Linux
Approved by: portmgr(will)
|
|
Thu, 28 Nov 2002
|
[ 18:05 sobomax ]
1.24 comms/conserver/Makefile
1.20 devel/avr-gcc/Makefile
1.57 ftp/wget/Makefile
1.8 net/mopd/Makefile
1.19 net/slirp/Makefile
1.8 security/nss/Makefile
1.16 textproc/urlview/Makefile
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
|
|
Thu, 1 Aug 2002
|
[ 17:22 ade ]
1.30 archivers/gtar/Makefile
1.40 archivers/rpm/Makefile
1.8 astro/fooseti/Makefile
1.15 astro/seti_applet/Makefile
1.7 astro/spacechart/Makefile
1.29 audio/aumix/Makefile
1.7 audio/denemo/Makefile
1.4 audio/koog/Makefile
1.12 audio/lopster/Makefile
1.12 audio/mad/Makefile
(Only the first 10 of 191 ports in this commit are shown above. )
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
|
|
Sun, 28 Jul 2002
|
[ 10:51 sf ]
1.55 ftp/wget/Makefile
cleanup MASTER_SITES.
|
[ 10:45 sf ]
1.54 ftp/wget/Makefile
USE_PERL5 is not correct. needs perl5 only for build.
|
[ 09:24 sf ]
1.53 ftp/wget/Makefile
When I update wget to 1.8.2, I intentionally removed manpage due to
its absence. Further investigation lead me to the answer, it depends
on perl. wget.1 has been built with pod2man which is of course a part
of perl5 port now in -CURRENT.
add USE_PERL5 and resurrect MAN1 for this port.
Thanks to: vanilla
|
|
Mon, 17 Jun 2002
|
[ 15:24 sf ]
1.52 ftp/wget/Makefile
1.17 ftp/wget/distinfo
1.13 ftp/wget/pkg-plist
update to 1.8.2.
workaround build problem on -CURRENT.
|
|
Fri, 12 Apr 2002
|
[ 18:10 ade ]
1.26 archivers/gtar/Makefile
1.39 archivers/rpm/Makefile
1.6 astro/fooseti/Makefile
1.13 astro/seti_applet/Makefile
1.6 astro/spacechart/Makefile
1.28 audio/aumix/Makefile
1.5 audio/denemo/Makefile
1.12 audio/kmikmod/Makefile
1.3 audio/koog/Makefile
1.11 audio/lopster/Makefile
(Only the first 10 of 171 ports in this commit are shown above. )
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
Fri, 15 Mar 2002
|
[ 19:44 ade ]
1.25 archivers/gtar/Makefile
1.38 archivers/rpm/Makefile
1.5 astro/fooseti/Makefile
1.12 astro/seti_applet/Makefile
1.5 astro/spacechart/Makefile
1.27 audio/aumix/Makefile
1.4 audio/denemo/Makefile
1.11 audio/kmikmod/Makefile
1.2 audio/koog/Makefile
1.10 audio/lopster/Makefile
(Only the first 10 of 191 ports in this commit are shown above. )
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
|
Sat, 5 Jan 2002
|
[ 10:41 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/files/patch-configure.in
unknown ftp/wget/files/patch-src_main.c
unknown ftp/wget/files/patch-src_progress.c
unknown ftp/wget/files/patch-src_recur.c
o update to 1.8.1. o autoconf is no longer required. o update ja.po.
|
|
Tue, 18 Dec 2001
|
[ 19:47 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/files/patch-configure.in
unknown ftp/wget/files/patch-src_recur.c
Today's daily wget: o don't detect libmd5 in libwww. o pass Referer header
in recursive retrieval.
|
|
Mon, 17 Dec 2001
|
[ 20:44 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/files/patch-src_main.c
unknown ftp/wget/files/patch-src_progress.c
o fix coredump in rate limitation. o remove stray debugging message.
|
[ 05:17 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/files/patch-host.c
unknown ftp/wget/files/patch-retr.c
unknown ftp/wget/pkg-plist
update to 1.8.
|
|
Wed, 14 Nov 2001
|
[ 11:43 sobomax ]
unknown ftp/wget/Makefile
Revert 1.43 (usage of msgfmt-new instead of perl(1)-based hack), following is
the explanation I've received:
|
|
Fri, 5 Oct 2001
|
[ 10:26 sf ]
unknown ftp/wget/Makefile
avoid running autoconf.
|
|
Tue, 11 Sep 2001
|
[ 15:17 sobomax ]
unknown ftp/wget/Makefile
Use `msgfmt-new' from gettext-devel package instead of an ungly hack.
|
|
Sat, 25 Aug 2001
|
[ 07:44 sf ]
unknown ftp/wget/Makefile
fix zh_TW locale to be readable on FreeBSD.
|
|
Thu, 9 Aug 2001
|
[ 03:35 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/files/patch-host.c
Fix coredump problem. This patch has been submitted by wget developers.
|
|
Tue, 5 Jun 2001
|
[ 16:38 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/pkg-plist
unknown ftp/wget/files/zh_TW.Big5.po
update to 1.7. note: IPv6 support is temporarily disabled until new KAME patch
comes.
|
|
Sat, 26 May 2001
|
[ 00:07 sf ]
unknown ftp/wget/Makefile
to find gettext, LOCALBASE should be passed instead of PREFIX.
|
|
Sun, 20 May 2001
|
[ 16:30 sumikawa ]
unknown ftp/wget/Makefile
Force commiting. The previous commiting also solves the following PR.
|
|
Tue, 8 May 2001
|
[ 21:47 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
update IPv6 patch to 20010508b.
|
|
Sat, 5 May 2001
|
[ 13:09 sobomax ]
unknown ftp/wget/Makefile
Add USE_GMAKE, otherwise the port builds only after make install.
|
|
Thu, 3 May 2001
|
[ 16:47 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
update IPv6 patch to 20010418.
|
|
Fri, 2 Mar 2001
|
[ 21:54 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/files/patch-ai
unknown ftp/wget/files/patch-aj
unknown ftp/wget/files/patch-ak
use IPv6 patch supplied from KAME.
|
|
Sun, 14 Jan 2001
|
[ 21:39 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/pkg-comment
unknown ftp/wget/pkg-descr
unknown ftp/wget/pkg-plist
(null commit) forgot to say, previous commit to add missing catalogues
Submitted by: Peter Pentchev <roam@orbitel.bg>
|
[ 20:51 sf ]
unknown ftp/wget/Makefile
bump PORTREVISION; added new files.
|
[ 20:11 sf ]
unknown ftp/wget/Makefile
unknown ftp/wget/files/patch-ac
unknown ftp/wget/pkg-plist
o info file unified again. o add missing catalogues. o supress installing
zh_TW.BIG5.po. it actually does nothing and seems integrated with wget
distribution. o I'll maintain this port.
|
|
Wed, 10 Jan 2001
|
[ 16:26 obrien ]
unknown ftp/wget/Makefile
unknown ftp/wget/distinfo
unknown ftp/wget/files/patch-ab
unknown ftp/wget/files/patch-ac
unknown ftp/wget/files/patch-ae
unknown ftp/wget/files/patch-af
unknown ftp/wget/files/patch-ag
unknown ftp/wget/files/patch-ah
unknown ftp/wget/files/patch-ftp.c
unknown ftp/wget/files/patch-main.c
Upgrade to version 1.6.
|
|
Tue, 5 Dec 2000
|
[ 19:33 obrien ]
unknown ftp/wget/Makefile
unknown ftp/wget/files/patch-ab
unknown ftp/wget/files/zh_TW.Big5.po
Add Big5 messages. Nothing is done with them at this point as the submitter
didn't supply a diff to the port. But I am committing the po file so that it
dos not get lost.
|
|
Sun, 2 Jul 2000
|
[ 23:29 will ]
unknown ftp/wget/Makefile
unknown ftp/wget/patches/patch-ae
unknown ftp/wget/patches/patch-af
unknown ftp/wget/patches/patch-ag
unknown ftp/wget/patches/patch-ah
unknown ftp/wget/patches/patch-ai
unknown ftp/wget/patches/patch-aj
unknown ftp/wget/patches/patch-ak
Add patches to allow wget to work with INET6.
|
|
Sat, 24 Jun 2000
|
[ 17:33 vanilla ]
unknown ftp/wget/Makefile
unknown ftp/wget/pkg/PLIST
unknown ftp/wget/patches/patch-ac
no-split info file.
|
Number of commits found: 62 |