aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.10 beta1.sf2005-05-123-21/+3
|
* Fix broken patch on <501114vs2005-05-121-1/+1
| | | | | PR: ports/80925 Submitted by: Tsurutani Naoki
* - Update to 1.0.4ahze2005-05-1218-36/+36
| | | | | | | This release fixes 3 very critical bugs. [1] Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html
* Upgrade to 0.9.5.vanilla2005-05-1218-70/+224
| | | | | | PR: ports/80923 Submitted by: chinsan <chinsan@mail2000.com.tw> Approved by: maintainer
* Update to version 2.08.demon2005-05-122-4/+4
| | | | | PR: 80921 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Restore a patch to remove -ldl from the NSPR libs. Even though patchmarcus2005-05-124-0/+32
| | | | | | | seemed to think this patch wasn't needed, NSS support will not be enabled without it. Reported by: Matthew Luckie <mjl@luckie.org.nz>
* sdpara is now released under GPLmaho2005-05-121-1/+0
|
* Make fetchable [1] and unbreak.maho2005-05-124-21/+24
| | | | | | update to 1.0.0 and now it is released under GPL Submitted by: kris[1]
* Upgrade to 6.7.3edwin2005-05-122-3/+3
|
* - Fix building on amd64 by adding a post-patch command to remove -Bstaticnovel2005-05-121-6/+5
| | | | | | | - Pet portlint by quoting BROKEN messages PR: 80903 Submitted by: Johan van Selst <johans@stack.nl>
* Add a note about dropping WITH_PPERL support in devel/svk.novel2005-05-121-0/+9
| | | | | PR: 80910 Submitted by: Rong-En Fan (devel/svk maintainer)
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-126-2/+144
| | | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release the next version of 1.5. . Bump PORTREVISION for this fix. Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html Reviewed by: maintainer timeout
* . Fix various problems with time zone handling including:glewis2005-05-122-0/+200
| | | | | | | | . /etc/localtime is a symlink. . /etc/localtime contains a time zone not recognised by the JDK. Submitted by: Kurt Miller <truk@optonline.net> Reviewed by: maintainer timeout
* . Using dladdr(3) to determine the path to the current executable, andglewis2005-05-122-0/+124
| | | | | | | | | | | | | | | | hence the path for the shared libraries doesn't always work on FreeBSD. It definitely fails on FreeBSD 4.11 and FreeBSD 6-CURRENT under the tested environments. In fact, the dladdr(3) man page even warns of these problems. While there is work under way to fix this, it isn't available yet. Given that situation, switch to trying /proc/curproc/file, which is similar to what Linux does, and if that fails, drop back to checking argv[0] and iterating through $PATH as in jdk 1.4. Both these methods work correctly in testing. Reported by: das Reviewed by: maintainer timeout
* - Update to 1.00novel2005-05-124-30/+6
| | | | | | | - Drop WITH_PPERL support PR: 80910 Submitted by: Rong-En Fan (maintainer)
* upgrade to 1.0.3ijliao2005-05-123-29/+10
| | | | | | PR: 80447 Submitted by: me Approved by: maintainer timeout (2 weeks)
* Update to 0.61novel2005-05-122-3/+3
| | | | | PR: 80909 Submitted by: Rong-En Fan (maintainer)
* Connect ffmpeg-devel to build after repo copy from ffmpeglioux2005-05-121-0/+1
| | | | PR: 79511
* Add note on multimedia/ffmpeg-devellioux2005-05-121-0/+13
|
* Add entry forlioux2005-05-121-0/+1
| | | | | | | | | | ffmpeg-devel -> ports/multimedia/ffmpeg-devel after repo copy from ffmpeg -> ports/multimedia/ffmpeg PR: 79511
* o Commit updates after repo copy from multimedia/ffmpeglioux2005-05-1214-372/+475
| | | | | | | | | | | | | | | | | | | | o Update to CVS snapshot 20050511 o Add FreeBSD native byteswap support o Video capture is not working and help is appreciated on this matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes have been borrowed from [2], [3] and [4] o IPV6 support fixed [1] Submitted by: ahze [1], Jacob Meuser <jakemsr@jakemsr.com> [4], Vladimir Kushnir <vkushnir@i.kiev.ua> [4] Reviewed by: ahze, Jacob Meuser <jakemsr@jakemsr.com>, Vladimir Kushnir <vkushnir@i.kiev.ua>, countless others at FreeBSD-multimedia@FreeBSD.org mailing list Obtained from: FFmpeg CVS repo [2], OpenBSD FFmpeg port [3]
* Remove SDPA. now it is relased under GPLmaho2005-05-121-1/+0
|
* Unbreak by updating to 6.2.0maho2005-05-124-26/+25
| | | | | | and now it is relased under GPL Submitted by: kris (broken report)
* - Bump PORTREVISION due to last commit.ahze2005-05-121-0/+1
|
* - Use SCHAR_MAX [1]ahze2005-05-123-3/+10
| | | | | | - Only s/llrintf/rintf/ on 4.x and early 5.x Requested by: gavl author [1]
* - Make FPECTL support optional and turn it off by default becauseperky2005-05-124-4/+40
| | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1]
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-123-0/+72
| | | | | | | | | | | | in or below the current working directory. Fixes a security problem with jar(1). This fix may change to be compatible with whatever fix Sun applies when they release a fixed version of 1.5. . Bump PORTREVISION for this fix. Approved by: maintainer timeout Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
* Update to 1.0.5.marcus2005-05-123-58/+3
|
* Chase the Gaim 1.3.0 update.marcus2005-05-1221-5/+22
|
* * Update to 1.3.0 which fixes security and other bugs. Seemarcus2005-05-1210-60/+46
| | | | | | | | | | http://gaim.sourceforge.net/ChangeLog for the list of all the changes. * Add support for enabling better Chinese (well, CJK in general) support [1] PR: 80801 [1] Submitted by: chinsan <chinsan@mail2000.com.tw> [1] Security: See http://gaim.sourceforge.net/security/index.php for the security issues fixed in this release.
* Document mozilla -- code execution via javascript: IconURL vulnerability.simon2005-05-121-0/+100
|
* Now files are downloaded from the SourceForge FTP servers.thierry2005-05-121-1/+2
| | | | Reported by: Kris via pointyhat
* Correct the location to the power-management.c source file.marcus2005-05-122-4/+4
| | | | Submitted by: sajd on #freebsd-gnome
* Update to 1.6.4.marcus2005-05-122-4/+3
|
* - ${ENV} is a generic shell variable in /bin/sh and in bash,pav2005-05-121-2/+2
| | | | | | | what was intended is ${SETENV} Approved by: maintainer Pointy hat to: sem
* Update to 0.3.7.marcus2005-05-124-8/+6
|
* Update to 2.6.2.marcus2005-05-122-3/+3
|
* Update to 1.0.28jylefort2005-05-122-10/+3
| | | | | PR: ports/80900 Submitted by: maintainer
* Update to 0.8.5krion2005-05-122-3/+3
|
* Update to 1.0.4krion2005-05-122-3/+3
|
* Update to 0.5.16krion2005-05-126-6/+12
|
* * Add a dependency on gnometargetmarcus2005-05-122-6/+14
| | | | | | * Add a dependency on libiconv to fix the gtk12/glib12 build [1] Reported by: pointyhat via kris [1]
* Update to 3.6.philip2005-05-123-10/+13
| | | | Approved by: krion
* Update to 0.99.8.1krion2005-05-126-6/+10
|
* wftk is a fork of the libuta library which is not any longer activly mantained.oliver2005-05-1217-314/+128
| | | | | PR: 80756 Submitted by: me
* Update to version 1.3.24.demon2005-05-122-5/+6
|
* Update to version 0.9.demon2005-05-122-4/+4
|
* Remove extra directories.demon2005-05-121-0/+7
|
* -Update to 0.5.2.mezz2005-05-124-523/+220
| | | | -Use CPIO instead INSTALL_*.
* Upgrade to version R10B-5.olgeni2005-05-128-286/+52
|
* Update to DAT 4489jeh2005-05-122-3/+3
|
* Fix package build (missing !)arved2005-05-121-1/+1
| | | | Reported by: pointyhat
* Fix the packing listjylefort2005-05-111-4/+0
| | | | Reported by: pointyhat
* - version update to 5.0.51vs2005-05-115-35/+38
| | | | | | | | - startup script with rc.subr - new mirrors PR: ports/80402 Submitted by: maintainer
* Don't read ACPI info twice. This can cause battstat to take up more CPUmarcus2005-05-114-224/+214
| | | | | | than it needs to. Submitted by: Ryan Lortie <desrt@desrt.ca>
* - Sweep directories on amd64pav2005-05-111-0/+2
|
* - Update to 1.0.0beta3pav2005-05-117-140/+281
| | | | | PR: ports/80884 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* Update to version 1.4.4.archie2005-05-112-5/+4
|
* - Add IGNORE line indicating that the port builds with Perl 5.6+barner2005-05-111-2/+2
|
* - Update to 5.4.10pav2005-05-114-20/+53
| | | | | | | | | - Add support for LDAP - Handle tcp.smtp configuration file nicely PR: ports/80412 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout (2 weeks)
* - Re-add NO_PACKAGE restriction which was accidentally (?) removed in 1.59pav2005-05-111-2/+2
| | | | Approved by: maintainer
* - Add QMTPC patch, it closes PR ports/54002pav2005-05-112-55/+83
| | | | | | | | | | - Add LOCALTIME patch, that emit dates in local timezone - Add BROKEN message if QMTPC and OUTGOINGIP patches are selected simultaneously - Rename BARRIER vars to a short name - Change DISTDIR to download all qmail related files on qmail subdir PR: ports/80864 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
* - Add qca.1 to LIB_DEPENDSvs2005-05-112-4/+6
| | | | | | | | - Bump PORTREVISION PR: ports/80821 Submitted by: Bengt Ahlgren Approved by: maintainer
* - Unbreak package building: syntax errors and logical mistakes in pkg-installpav2005-05-111-26/+16
| | | | Approved by: maintainer
* Fix missing gtk20 dependency.novel2005-05-111-2/+3
| | | | | PR: 80886 Submitted by: Jean-Baptiste Quenot (maintainer)
* py-rtf -> ports/print/py-rtftg2005-05-111-0/+1
|
* New port py-rtf, a library to create RTF documents using the Python language.tg2005-05-115-0/+64
|
* Update to 2.2.0maho2005-05-1113-297/+98
|
* Upgrade to 0.6.8.tg2005-05-114-5/+33
|
* - Update to 1.127sem2005-05-112-5/+5
| | | | | PR: ports/80881 Submitted by: maintainer
* p5-Catalyst-Plugin-Static --> ports/www/p5-Catalyst-Plugin-Staticlth2005-05-111-0/+1
|
* Add p5-Catalyst-Plugin-Static 0.07, serve static files with Catalyst.lth2005-05-115-0/+46
|
* - Fix Xaw3d issuesem2005-05-111-4/+0
| | | | | | Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Reported by: kris via pointyhat Pointyhat to: me (forgot to commit it just after Vsevolod fix it)
* p5-Catalyst-Plugin-SubRequest --> ports/www/p5-Catalyst-Plugin-SubRequestlth2005-05-111-0/+1
|
* Add p5-Catalyst-Plugin-SubRequest 0.04, make subrequests to actions inlth2005-05-115-0/+46
| | | | | | | Catalyst. PR: ports/80719 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* Long anticipated update to version 1.0-7174, the latest from nVidia.danfe2005-05-114-29/+40
| | | | | | | | | | | | | | | Release Highlights: * Supports FreeBSD 5-STABLE (5.3-RELEASE or later). For FreeBSD 4.x and 5.2.1 users we stick to previous version (6113), since 7174 does not play nicely with legacy FreeBSD releases * Added support for the latest NVIDIA GPUs, including the GeForce 6600 and 6200 with TurboCache(TM) * Added support for the KSE threading libraries Prodded by: many Tested by: several Tested on: FreeBSD 4.11 and 5.3
* Back out the partial update to use TCL 8.4, as it was 1) horribly mistyped on myanholt2005-05-113-4/+7
| | | | | | | part 2) broken on my amd64 once it was typed correctly. Approved by: maintainer Prodded by: krismail (again)
* Update to 0.2.2bland2005-05-112-3/+3
|
* Update to 2.0.12bland2005-05-113-19/+89
|
* pass maintainership to hrsmaho2005-05-111-1/+1
|
* upgrade to 1.6.4ijliao2005-05-116-10/+28
| | | | | | PR: 80873 Submitted by: me Approved by: maintainer
* To make things clear, now patches havemaho2005-05-11108-24/+504
| | | | | | | | o number of IssueTracker o Child work space o Author so that we commit patches to upstream o short description
* upgrade to 1.0ijliao2005-05-115-48/+30
|
* Do the unzipping of some files in the post-extract target instead of ↵max2005-05-111-2/+6
| | | | | | installation time so that USE_ZIP takes care of the dependency to unzip.
* Add JAVA_EXTRACT option that makes sure that java is available atlioux2005-05-111-0/+1
| | | | | | | EXTRACT_DEPENDS. This fixes the post-extract target which requires jar Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.0.5 [1]jylefort2005-05-113-6/+10
| | | | | | | | - Narrow down CONFLICTS - Do not quote the IGNORE message PR: ports/80872 [1] Submitted by: maintainer [1]
* + update port: devel/pear-PHP_Compat to 1.4.0leeym2005-05-113-28/+42
| | | | | | | | + changelog: http://pear.php.net/package/PHP_Compat/download/1.4.0/ + update pkg-descr PR: 80863 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Fix Live365 support.jylefort2005-05-112-1/+248
|
* Fixing problems with the recent security patch: When bison was notgirgen2005-05-1134-81/+246
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* - Remove need for audio/speex-devel, since audio/speex as of version 1.0.5ahze2005-05-114-30/+50
| | | | supports 1.1 (speex-devel) API. speex or speex-devel can be used.
* Update PostgreSQL to latest versions. For details on the fixes,girgen2005-05-118-334/+20
| | | | | | | | | | | | | | | | please see the HISTORY file included in the Release, but a summary consists of: * Change encoding function signature to prevent misuse * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results * Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page's worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure. Security: http://www.postgresql.org/about/news.315
* - Fix a bug in the Python interface for getting the IP addressmarkus2005-05-112-3/+13
| | | | | | - Bump PORTREVISION Reported by: Midian of BSDForen.de
* Update to 0.41.0jylefort2005-05-113-3/+5
| | | | | PR: ports/80865 Submitted by: maintainer
* - Update to 0.0.9ahze2005-05-112-5/+4
|
* stl2pov --> ports/graphics/stl2povjylefort2005-05-111-0/+1
|
* The stl2pov program creates POV-Ray mesh object from the STL files that canjylefort2005-05-114-0/+41
| | | | | | | | | | be exported from most CAD programs. This makes it easy to incorporate CAD models in POV-Ray scenes. WWW: http://www.xs4all.nl/~rsmith/software/ PR: ports/80835 Submitted by: Roland Smith <rsmith@xs4all.nl>
* Fix a bug causing the software to not see interfaces while coming up.jylefort2005-05-112-0/+12
| | | | | PR: ports/80856 Submitted by: Bruce Walker <bmw@borderware.com>
* Maintenance update to 1.2.5: minor bug fixes.naddy2005-05-112-4/+3
|
* Use autoconf259/automake19 instead of the deprecatedjylefort2005-05-112-4/+10
| | | | | | | autoconf213/automake14. PR: ports/80855 Submitted by: maintainer
* Update to 1.9.2jylefort2005-05-113-79/+112
| | | | | PR: ports/80836 Submitted by: maintainer
* - Update to 4.42.1 [1]jylefort2005-05-118-5782/+256
| | | | | | | - Use SUB_FILES=pkg-message PR: ports/80825 [1] Submitted by: maintainer [1]
* - Update to 4.41.3 [1]jylefort2005-05-116-7/+8
| | | | | | | - Use SUB_FILES=pkg-message PR: ports/80823 [1] Submitted by: maintainer [1]
* - Upgrade to 1.83thierry2005-05-112-13/+13
| | | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?group_id=19382&release_id=326187> - Don't use '.if exists' in pre-/post- install.
* Fix INDEX broken.nork2005-05-112-5/+5
| | | | | Pointed out by: krisbot with INDEX build failed Noticed by: ume
* Update to DAT 4488jeh2005-05-112-3/+3
|
* Update the VDA patch to 2.2.3jylefort2005-05-1124-32/+40
| | | | | | PR: ports/80859 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer
* Update to 2.3-20050504jylefort2005-05-112-3/+3
| | | | | PR: ports/80858 Submitted by: maintainer
* - Add MASTER_SITE_LOCAL to MASTER_SITES since a few peopleahze2005-05-102-2/+6
| | | | said the current mirror is very very slow for them.
* ja-prime --> ports/japanese/primenork2005-05-101-0/+1
|
* Add prime 1.0.0.1, PRedictive Input Method Editor(PRIME).nork2005-05-106-0/+143
| | | | | | PR: ports/78281 Submitted by: Gen Otsuji <otsuji@users.sourceforge.jp> Reviewed by: Gen Otsuji <otsuji@users.sourceforge.jp>
* ja-prime-dict --> ports/japanese/prime-dictnork2005-05-101-0/+1
|
* Add prime-dict 1.0.0, a dictionary set for the prime.nork2005-05-105-0/+53
| | | | | | PR: ports/78284 Submitted by: Gen Otsuji <otsuji@users.sourceforge.jp> Reviewed by: Gen Otsuji <otsuji@users.sourceforge.jp>
* ja-prime-el --> ports/japanese/prime-elnork2005-05-101-0/+1
|
* Add prime-el 1.5.1.3, emacs lisp set for the prime.nork2005-05-107-0/+113
| | | | | | PR: ports/78282 Submitted by: Gen Otsuji <otsuji@users.sourceforge.jp> Reviewed by: Gen Otsuji <otsuji@users.sourceforge.jp>
* ja-suikyo --> ports/japanese/suikyonork2005-05-101-0/+1
|
* Add suikyo 2.1.0, romaji-Kana conversion Librarynork2005-05-109-0/+130
| | | | | | | | for the prime. PR: ports/78280 Submitted by: Gen Otsuji <otsuji@users.sourceforge.jp> Reviewed by: Gen Otsuji <otsuji@users.sourceforge.jp>
* ja-mell --> ports/japanese/mellnork2005-05-101-0/+1
|
* Add mell 1.0.0, emacs Lisp for taiyaki-elispnork2005-05-106-0/+68
| | | | | | | | especially for the prime. PR: ports/78279 Submitted by: Gen Otsuji<otsuji@users.sourceforge.jp> Reviewed by: Gen Otsuji<otsuji@users.sourceforge.jp>
* o Updatenork2005-05-1016-19/+23
| | | | | | | | | ports/textproc/scim 1.2.0 --> 1.2.2 ports/textproc/skim 1.2.0 --> 1.2.2 o Chase scim's library bump. PR: ports/80848 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
* Use ume's IPv6 patch.jylefort2005-05-102-5/+6
| | | | Submitted by: ume
* - Transfer all work to MASTER port and make slave ports easiersem2005-05-1027-1514/+577
| | | | | | | | | | | | | | | | | | - Use only one pkg-plist and use PLIST_SUB - Use DOCSDIR intead of DOCDIR - OPTIONS'ify - Remove WITH_PRESERVE_CONFIG_FILES knob and detect automatically when is need to create it. - Add $FreeBSD$ tag to pkg-plist and pkg-install - Fix error on enable-qmail script - Remove MASTER_SITE_QMAIL definition from Makefile since it's defined on bsd.sites.mk - Add a new option to don't create rc.d/qmail.sh - Add rc.d/qmail.sh to pkg-plist when necessary PR: ports/80833 Submitted by: maintainer Thanks to: novel, Joao Ricardo P. Mendes <joao@redepegasus.com.br>
* Update to version 1.27.demon2005-05-102-3/+3
|
* Update to version 0.05.demon2005-05-102-6/+7
|
* ja-jstrings --> ports/japanese/jstringsvs2005-05-101-0/+1
|
* Add jstrings 0.6, japanese enhancement of strings(1) command.vs2005-05-109-0/+261
| | | | | PR: ports/70017 Submitted by: Ryo Okamoto
* - Back to run as root by default and add options to change itsem2005-05-103-15/+26
| | | | - Fix plist when install no tools
* - Update to 2.0.2novel2005-05-106-10/+36
| | | | | | | - Modify uintmax_t to uint64_t PR: 80841 Submitted by: Marcus Grando (maintainer)
* - Back out native bswap commit for FreeBSD 4.x, where it does not compile.pav2005-05-103-3/+3
|
* Update to 2.0.7novel2005-05-103-4/+6
| | | | | | PR: 80585 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Maxim Tuliuk (maintainer)
* - Make bmp- and xmms-scrobbler slave ports to audio/scrobblernovel2005-05-104-52/+10
| | | | - Take maintainership of xmms-scrobbler
* scrobbler --> ports/audio/scrobblernovel2005-05-101-0/+1
|
* Add audio/scrobbler - master port for bmp- and xmms-scrobbler ports.novel2005-05-104-0/+64
|
* Add a symlink to libqwt.so.4arved2005-05-104-0/+6
| | | | | | | Bump PORTREVISION PR: 80846 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* Update to version 2.1.4.demon2005-05-104-5/+19
|
* Update to 1.1.4m54maho2005-05-1014-78/+118
|
* Correct WWW.demon2005-05-104-4/+4
|
* Update to version 1.2.6.demon2005-05-108-12/+12
|
* Update to 2.05, and also, make ja-p5-nkf a slave port of ja-nkf.max2005-05-106-24/+23
|
* - Use OPTIONS:vs2005-05-102-74/+26
| | | | | | | | | | Toggle default audio-support to disabled, mostly to avoid that mutt-print pulls in audio-support via faces which I suspect nobody is using anyway - Drop unused patch - Bump PORTREVISION to make the cluster pick up the changed default set of options/dependencies Requested by: BSD-AC users group
* Fix build with rrdtool 1.2.x.demon2005-05-101-0/+19
|
* Fix build with rrdtool 1.2.x.demon2005-05-102-0/+40
| | | | Spotted by: kris
* Fix building on 4-STABLE.vanilla2005-05-101-1/+2
| | | | | PR: ports/80850 Submitted by: maintainer
* Yikes... purge all references to the long-dead ringwraith.online.bg.roam2005-05-103-6/+6
| | | | | PR: 80213 (rname) Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix build with rrdtool 1.2.perky2005-05-104-0/+36
| | | | Spotted by: kris
* Add MASTER_SITE_LOCAL to MASTER_SITES to fix fetch.novel2005-05-101-1/+3
| | | | Reported by: pointyhat via kris
* Upgrade to 20050510a. This is final release from KAME project.sumikawa2005-05-104-46/+23
| | | | | racoon will be officially developed and supported by ipsec-tools team. See ftp://ftp.kame.net/pub/mail-list/snap-users/9012 in detail.
* - Update to 1.0.2ahze2005-05-102-3/+5
|
* Update to 2005.05.09.nork2005-05-102-3/+3
|
* - Update to 0.10 [1]jylefort2005-05-104-34/+31
| | | | | | - Beautify the Makefile Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> [1]
* o Add FreeBSD native byteswap support using <sys/endian.h>lioux2005-05-104-0/+67
| | | | | | o Bump PORTREVISION Approved by: maintainer
* Only declare the tests and post-install targets if we aren't in a slavemarcus2005-05-101-0/+2
| | | | port. This fixes the py-gamin slave build.
* avenger --> ports/mail/avengerjylefort2005-05-101-0/+1
|
* Mail Avenger is a highly-configurable, MTA-independent SMTP serverjylefort2005-05-107-0/+159
| | | | | | | | | | | | | | | | daemon. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more. WWW: http://www.mailavenger.org/ PR: ports/80800 Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org>
* Update to 1.3.0.1jylefort2005-05-104-10/+10
| | | | | PR: ports/80817 Submitted by: maintainer
* - Update MASTER_SITES, some reason it doesn't work unless a proxy is set.ahze2005-05-102-2/+2
| | | | Reported by: krismail
* Update to latest version.thierry2005-05-108-52/+714
| | | | | | | Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>. PR: ports/80693 Submitted by: maintainer
* Update to 2.3.2.marcus2005-05-102-3/+3
|
* - Update to 4.0.7jylefort2005-05-108-151/+48
| | | | | | | - Use OPTIONS PR: ports/80794 Submitted by: Radim Kolar <hsn@netmag.cz>
* Silence two portlint warnings.gerald2005-05-101-2/+2
|
* Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 programgerald2005-05-1027-243/+270
| | | | | and its man page, address some portlint warnings, and resort pkg-plist. Mark conflicts with lang/gcc33 and lang/gcc40.
* - Update to 0.7.9 [1]jylefort2005-05-104-7/+26
| | | | | | | - Use GCONF_SCHEMAS PR: ports/80781 [1] Submitted by: maintainer [1]
* - Remove reference to old maintainerarved2005-05-104-2/+2
| | | | | | - Force build with -O as Kevin Oberman reported problems with -O2 PR: 80711
* Fix a MD5 mismatch.thierry2005-05-102-2/+3
| | | | | | | Note: this was a silent update, just updating the URL of <http://www.htmldoc.org> in the FAQ. Reported by: Kris via pointyhat
* adplay --> ports/audio/adplayjylefort2005-05-101-0/+1
|
* Adplay is a command line AdLib player using the adplug library. It supportsjylefort2005-05-105-0/+75
| | | | | | | | | many AdLib formats such as HSP and HSC. WWW: http://adplug.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* libadplug --> ports/audio/libadplugjylefort2005-05-101-0/+1
|
* AdPlug is a free, cross-platform, hardware independent AdLib sound playerjylefort2005-05-106-0/+141
| | | | | | | | | | | | | | | | | library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) audio board, directly from its original format on top of an OPL2 emulator or by using the real hardware. No OPL chip is required for playback. AdPlug itself is just the backend to many different audio player frontends, which are also being developed here. There are plugins for popular audio players, like Winamp and XMMS, as well as stand-alone players for many different systems available. WWW: http://adplug.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* libbinio --> ports/devel/libbiniojylefort2005-05-101-0/+1
|
* The binary I/O stream class library presents a platform-independent way tojylefort2005-05-105-0/+57
| | | | | | | | | | | | | | | | access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources. WWW: http://libbinio.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Fix by upgrading to 0.3.thierry2005-05-103-46/+44
| | | | | PR: ports/80743 Submitted by: maintainer
* Immediate notification has problems with fast notifiers (such asjylefort2005-05-102-1/+36
| | | | devel/gamin), disable it.
* - Update to 1.7.2 [1]jylefort2005-05-103-11/+8
| | | | | | | | - Refactor pkg-plist as PLIST_{FILES|DIRS} - Install the example regardless of NOPORTDOCS PR: ports/80772 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
* Update to 1.1.0jylefort2005-05-104-69/+27
| | | | | PR: ports/80771 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Release maintainership due to timejeh2005-05-105-5/+5
|
* - update to 10.26.8dinoex2005-05-102-3/+3
|
* Fix build with xmms support enabled.novel2005-05-101-1/+1
| | | | | PR: 73758 Submitted by: alfred
* - remove graphics/netpbmdinoex2005-05-101-1/+1
| | | | | PR: 80677 Submitted by: KOMATSU Shinichiro
* - remove NO_CDROMdinoex2005-05-101-1/+0
| | | | | PR: 80677 Submitted by: KOMATSU Shinichiro
* - Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort andvanilla2005-05-093-18/+52
| | | | | | | | | | | | | | | | | | | | | | | ClamAVResponse in dspam.conf) - Support "user+detail" inbound emails and "+quarantine" outbound emails (see EnablePlusedDetail and QuarantineMailbox in dspam.conf) - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ for mail/dspam but true here also [3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for mail/dspam but true here also PR: ports/80791 Submitted by: maintainer
* Update to dspam-3.4.6vanilla2005-05-093-15/+45
| | | | | | | | | | | | | | | | | | - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken <arvinn@whitebird.no> for PR: ports/80790 Submitted by: maintainer
* Update to DAT 4487jeh2005-05-092-3/+3
|
* Improve the kqueue backend:jylefort2005-05-093-323/+874
| | | | | | | | | | | - also use kqueue to monitor files within a monitored directory - tremendously improve the scalability of the backend when monitoring very large directories - periodically attempt to switch polled files to kqueue notification - do not perform an extra useless lstat() when a missing file is created - code cleanups Approved by: marcus
* Fix an unresolved symbol when Sub-Menu File->Properties gets called.oliver2005-05-091-1/+6
| | | | bump PORTREVISION
* Update to 1.3.0.1arved2005-05-096-12/+12
| | | | | PR: 80816 Submitted by: Kevin Brunelle <kruptos@mlinux.org>
* Update to 1.0.2arved2005-05-092-4/+4
| | | | | | | changelog: http://pear.php.net/package/File_SMBPasswd/download/1.0.2/ PR: 80819 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Update to 1.1.0arved2005-05-092-3/+3
| | | | | | | (changelog: http://pear.php.net/package/File_Archive/download/1.1.0/) PR: 80818 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* Update to 3.0.0arved2005-05-092-5/+3
| | | | | PR: 80809 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Update to 1.2.6.1arved2005-05-093-3/+5
| | | | | PR: 80813 Submitted by: Christian Laursen <xi@borderworlds.dk>
* End of Holidays.flz2005-05-091-1/+1
|
* - Update to version 2.1markus2005-05-0912-63/+300
| | | | | - Update pkg-descr - Add locale directories to plist
* Update to version 5.0.4.demon2005-05-093-6/+6
| | | | | PR: 74394 Submitted by: Nicholas Kirby <nkirby@dagr.net>
* Update to 5.33 and unIGNORE on 4.xvs2005-05-094-14/+6
| | | | | | PR: ports/80257 Submitted by: Mike Jakubik Approved by: maintainer timeout
* Chase the master site.roam2005-05-092-3/+2
| | | | | PR: 80187 Submitted by: Vasil Dimov <vd@datamax.bg>
* Add MASTER_SITE_LOCAL to MASTER_SITES because berlios seems to go downnovel2005-05-091-1/+3
| | | | | | sometimes. Reported by: pointyhat via kris
* Upgrade to 7.74.max2005-05-097-46/+42
|
* Chase librrd shared library version change after recent upgrade of rrdtool.demon2005-05-093-3/+3
|
* Bump max number of buttons supported by mouse driver to 16 so Logitechlesi2005-05-092-0/+12
| | | | | | | | MediaPlay mouse works. (Xorg Bugzilla #2389) PR: ports/80744 Submitted by: cy
* Update to version 0.36.1.demon2005-05-098-161/+160
|
* Update to version 0.28.2.demon2005-05-094-102/+118
|
* - Fix plist for recent DATFILES changepav2005-05-091-0/+3
| | | | Reported by: krismail
* - Remove empty filesem2005-05-091-0/+0
|
* Security update to ja-groff.okazaki2005-05-096-439/+436
| | | | | | | | | | | - Fix insecure temporary file handling of pic2graph, eqn2graph [1] and groffer [2]. Utilize PORTDOCS. PR: ports/80671 Submitted by: KOMATSU Shinichiro VuXML: 01bb84e2-bd88-11d9-a281-02e018374e71 [1], 169f422f-bd88-11d9-a281-02e018374e71 [2]
* - Fix build with PostgreSQL (utilize USE_PGSQL)sem2005-05-091-2/+1
| | | | | PR: ports/80782 Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
* Document some vulnerabilities in groff.okazaki2005-05-091-0/+55
| | | | | | | | - pic2graph and eqn2graph are vulnerable to symlink attack through temporary files - groffer uses temporary files unsafely PR: ports/80671 Submitted by: KOMATSU Shinichiro
* - Fix plist. Add missed man pages.sem2005-05-092-1/+5
| | | | | | - Bump PORTREVISION. Reported by: kris via pointyhat
* remove x11-toolkits/gevas, it's unmaintain ports, and out of date.erwin2005-05-091-1/+0
| | | | Forgotten by: vanilla
* devel_atlas-devel --> ports/devel/atlas-develerwin2005-05-091-0/+1
|
* On FreeBSD 4.x: rename cxm0 to bktr0 in setchannel.cedwin2005-05-092-4/+16
| | | | On all: rename tuner0 into cxm0/bktr0 in setchannel.c
* Fix pkg-plist.vanilla2005-05-091-0/+2
|
* Update to 4.1jylefort2005-05-092-8/+8
| | | | | | | | | | Updated packages: latin-euro-standards-1.03 -> latin-euro-standards-1.04 latin-unity-1.14 -> latin-unity-1.15 PR: ports/80759 Submitted by: maintainer
* Update to 13.0jylefort2005-05-093-104/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New packages: re-builder-1.02 xetla-1.00 Updated packages: c-support-1.20 -> c-support-1.21 crisp-1.14 -> crisp-1.15 dired-1.16 -> dired-1.17 erc-0.12 -> erc-0.15 ess-1.12 -> ess-1.14 gnats-1.16 -> gnats-1.17 gnus-1.82 -> gnus-1.85 mail-lib-1.71 -> mail-lib-1.73 mh-e-1.28 -> mh-e-1.29 net-utils-1.44 -> net-utils-1.46 pc-1.27 -> pc-1.28 perl-modes-1.07 -> perl-modes-1.08 prog-modes-2.02 -> prog-modes-2.03 psgml-1.43 -> psgml-1.44 riece-1.17 -> riece-1.19 texinfo-1.28 -> texinfo-1.29 text-modes-1.84 -> text-modes-1.87 tm-1.37 -> tm-1.38 tramp-1.22 -> tramp-1.23 vm-7.18 -> vm-7.19 xemacs-base-1.96 -> xemacs-base-1.97 xlib-1.13 -> xlib-1.14 xwem-1.19 -> xwem-1.21 PR: ports/80778 Submitted by: maintainer
* unbreak by upgrading to 2.3ijliao2005-05-092-5/+3
|
* Update to version 1.4.1.obrien2005-05-092-8/+4
|
* Update maintainer.obrien2005-05-091-1/+1
|
* Update to 5.5.2jylefort2005-05-095-30/+55
| | | | | PR: ports/80770 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* remove gevas.vanilla2005-05-091-1/+0
|
* remove x11-toolkits/gevas, it's unmaintain ports, and out of date.vanilla2005-05-094-62/+0
|
* Chase the GiNaC update.jylefort2005-05-092-4/+4
|
* Update to 1.3.1jylefort2005-05-093-4/+4
| | | | | PR: ports/80778 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 1.9m101maho2005-05-0924-60/+60
|
* Activate textproc/scim-input-pad.vanilla2005-05-091-0/+1
|
* Add scim-input-pad 0.1.0, SCIM add-on to input various symbols withvanilla2005-05-097-0/+73
| | | | | | | on-screen pad. PR: ports/80747 Submitted by: chinsan <chinsan@mail2000.com.tw>
* Update to the 20050507 snapshot of GCC 4.0.1. Add the new gjnih40 programgerald2005-05-094-42/+29
| | | | | | and its man page, address some portlint warnings, and resort pkg-plist. The fix to allow sparc64 bootstraps is upstream and the local patch not needed any longer.
* py-xmltv --> ports/textproc/py-xmltvlioux2005-05-091-0/+1
|
* New port python-xmltv version 0.5.21: A Python module that provideslioux2005-05-095-0/+49
| | | | access to XMLTV TV listings
* USE_LIBTOOL implies GNU_CONFIGURE.demon2005-05-094-4/+0
|
* o Install documentation on how to write grabbers unless NOPORTDOCSlioux2005-05-091-0/+7
| | | | o Bump PORTREVISION
* Add python as secondary category: should have been more carefullioux2005-05-092-2/+2
|
* Upgrade to version 1.2.4.demon2005-05-0948-792/+504
|
* Update to 0.8.1jylefort2005-05-093-20/+11
| | | | | PR: ports/80768 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Remove BROKEN status since the port is indeed fetchablelioux2005-05-091-2/+0
|
* Update to 1.5jylefort2005-05-093-13/+26
| | | | | PR: ports/80766 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 2.4.0jylefort2005-05-093-412/+442
| | | | | PR: ports/80763 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.7.1arved2005-05-092-13/+20
| | | | | | | PR: 78436 Submitted by: Phil Oleson <oz@nixil.net> Add dummy do-build target to workaround non-working NO_BUILD
* Update to 0.95.1arved2005-05-092-6/+7
| | | | | PR: 78393 Submitted by: "Rashid N. Achilov" <shelton@sentry.granch.ru>
* Add more MASTER_SITES.demon2005-05-091-1/+2
|
* Fix size mismatch. According to the submitter:thierry2005-05-093-6/+3
| | | | | | | | | | | | | It looks like IBM released an updated version of the NetRexx 2.05 zip file on Jan 14 2005, which includes modifications to the documentation, NetRexx[RC].jar files and the pinger and tablet zip (sample?) files. I could not find a CHANGELOG file nor the mailing list archives that would have provided info into the exact changes made without a version or revision number bump. PR: ports/80716 Submitted by: Linh Pham <question+fbsdports (at) closedsrc.org>
* cgilib --> ports/devel/cgilibdemon2005-05-091-0/+1
|
* New port: cgilib.demon2005-05-097-0/+64
| | | | | | | | This is quite a simple library that provides an easy interface to the common gateway interface, known as CGI. The purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl. It is needed for modern rrdtool.
* - Update to 0.11lth2005-05-093-7/+8
| | | | | | | | - Make portlint happy PR: ports/80758 Submitted by: lth Approved by: maintainer
* Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warningsgerald2005-05-092-15/+15
| | | | as well as the list of FTP sites to check on the way.
* phpsview --> ports/graphics/phpsviewume2005-05-091-0/+1
|
* New port -- Philips USB Cameras Utilities for NetBSD/FreeBSD.ume2005-05-095-0/+109
| | | | | PR: ports/80762 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Require GCC 3.4 or later instead of forcing GCC 3.2 for FreeBSD 4.x togerald2005-05-091-3/+1
| | | | | | avoid extraneous dependencies on the no longer really maintained GCC 3.2. Approved by: chip-set@mail.ru (maintainer)
* - Update to 0.15.10 [1]jylefort2005-05-095-18/+29
| | | | | | | | | - Use SUB_FILES=pkg-message - Make the package installation behave like the port's - Polish the Makefile PR: ports/80783 [1] Submitted by: maintainer [1]
* - Update to 1.8.1jylefort2005-05-094-12/+36
| | | | | | | | - Workaround for a bug in readline - Correction for crossbuilds: MACHINE_ARCH -> ARCH PR: ports/80787 Submitted by: maintainer
* Update to 4.17jylefort2005-05-092-5/+6
| | | | | PR: ports/80706 Submitted by: Radim Kolar <hsn@netmag.cz>
* - Add the MUTT_LITE knob for those who want to build mutt-devel witholiver2005-05-081-0/+11
| | | | | | | minimal effort. PR: ports/80786 Submitted by: maintainer
* - Fix the misc/mime-support dependencyoliver2005-05-082-12/+24
| | | | | | | | - Add the MUTT_LITE knob for those who want to build mutt with minimal effort. PR: ports/80785 Submitted by: maintainer
* - Fix typo: OPENSSL->SSLsem2005-05-081-3/+4
| | | | | | | - Fix OPTIONS message - Add depend on p5-IO-Socket-SSL module Submitted by: Olli Hauer <ohauer@gmx.de> (perl@)