summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hack around a bug that would almost certainly result in a crash forJoe Marcus Clarke2006-10-304-2/+114
| | | | | | | | | | | | | any users trying to download or play Podcasts in Rhythmbox. This is a bandaid until the locking code is rewritten upstream. Tested by: ahze flz Reported by: many Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175558
* Make SpiderMonkey build with thread-support regardless of whether or notMikhail Teterin2006-10-301-7/+6
| | | | | | | | | | | | | | the post-build self-testing is enabled. The self-test was on by default until March, which hid the problem... Take pointy-hat. Noticed by: Anish Mistry Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175557
* - Fix building.Alejandro Pulver2006-10-303-10/+12
| | | | | | | | | | | | - Remove BROKEN, DEPRECATED and EXPIRATION_DATE. - Fix packaging list. - Remove pre-everything comment. Approved by: portmgr (erwin) Obtained from: http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036386.html Notes: svn path=/head/; revision=175556
* - Add a copy of spamcontrol patch on MASTER_SITE_LOCAL and make it fetchableRenato Botelho2006-10-301-1/+3
| | | | | | | | | | | again PR: ports/104796 Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175555
* Update to 20061029 to fix vulnerabilityRenato Botelho2006-10-302-6/+4
| | | | | | | | Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/8012a79d-5d21-11db-bb8d-00123ffe8333.html Notes: svn path=/head/; revision=175554
* Add a <modified> tag with the current date to reflect my previous change.Vasil Dimov2006-10-301-0/+1
| | | | | | | | | | I knew I should ask someone before committing, however trivial was the change. Spotted by: remko Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175553
* Fix typo: "Dmitri Lenev reports reports a privilege ..."Vasil Dimov2006-10-301-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175552
* - Update to 5.0.27. Fix ABI incompatibility.Marcus Alves Grando2006-10-292-4/+4
| | | | | | | Approved by: portmgr (erwin), maintainer (ale) Notes: svn path=/head/; revision=175551
* Document screen -- combined UTF-8 characters vulnerability.Simon L. B. Nielsen2006-10-291-0/+29
| | | | | | | Approved by: portmgr (secteam blanket) Notes: svn path=/head/; revision=175550
* Document two MySQL privilege escalations.Simon L. B. Nielsen2006-10-291-0/+60
| | | | | | | | | PR: ports/104890 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Approved by: portmgr (secteam blanket) Notes: svn path=/head/; revision=175549
* Allow usbd to start first (if enabled) so that hald does not stealJoe Marcus Clarke2006-10-292-2/+2
| | | | | | | | | /dev/usb. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175548
* Teach vte to use FreeBSD's login/logout/logwtmp functions to handleJoe Marcus Clarke2006-10-292-1/+41
| | | | | | | | | | utmp and wtmp manipulation. This fixes a bug where gnome-pty-helper would not relinquish ttys after a user logged out of GNOME. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175547
* Make port fetchable and use USE_LDCONFIG.Jimmy Olgeni2006-10-281-2/+3
| | | | | | | | | PR: ports/104766 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> Approved by: portmgr Notes: svn path=/head/; revision=175546
* - Move messages to pre-build stage. If we reach post-build, then weRong-En Fan2006-10-282-2/+4
| | | | | | | | | | already build it successfully. Noticed by: delphij Approved by: portmgr (erwni), Yuan Jue (maintainer) Notes: svn path=/head/; revision=175545
* Grrrr. This tcllib-dependant port slipped through due to my localMikhail Teterin2006-10-283-3/+6
| | | | | | | | | | modifications. Mad as a (pointy)hatter... Notified by: kris Approved by: portmgr (earlier) Notes: svn path=/head/; revision=175544
* remove BROKEN.Vanilla I. Shu2006-10-281-2/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=175543
* Update MASTER_SITES and make it fetchable againEmanuel Haupt2006-10-271-16/+2
| | | | | | | Approved by: portmgr (erwin), maintainer timeout Notes: svn path=/head/; revision=175542
* Update suhosin patch to 0.9.6 release.Alex Dupre2006-10-274-10/+10
| | | | | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175541
* Band-aid a weird segfault upon track deletion reported by several users.Alexey Dokuchaev2006-10-271-0/+3
| | | | | | | | | Proper fix is being worked on. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175540
* - Fix pkg-plistRong-En Fan2006-10-274-10/+34
| | | | | | | | | | | | - pet portlint(1) - Add messages for users who can not build this port PR: ports/104674 Submitted by: Yuan Jue <yuanjue at yuanjue.net> (maintainer) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175539
* Add a missing #include to correct a problem where dbus would refuse toJoe Marcus Clarke2006-10-272-4/+12
| | | | | | | | | | | launch if /usr/local or /usr/X11R6 were NFS mounts. The error seen would be: Failed to start message bus: Can't calculate buffer size when reading directory Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175538
* Chase the tcllib version.Mikhail Teterin2006-10-273-3/+3
| | | | | | | | Approved by: portmgr (erwin) Approved by: maintainers Notes: svn path=/head/; revision=175537
* Unbreak by making fetchable againMarkus Brueffer2006-10-271-3/+1
| | | | | | | | | PR: ports/104162 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: portmgr (erwin), maintainer timeout (2 weeks) Notes: svn path=/head/; revision=175536
* Don't override CONFIGURE_ARGS when KQUEUE is on.Florent Thoumie2006-10-261-2/+2
| | | | | | | | Reported by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175535
* Update to 2.0.4.1 version of ooo-build.Maho Nakata2006-10-263-24/+17
| | | | | | | Approved by: portmgr(erwin) Notes: svn path=/head/; revision=175534
* Set "-source 1.4" to make it build with JDK-1.5, hence make itThierry Thomas2006-10-264-12/+22
| | | | | | | | | packageable. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175533
* - Update to rtorrent 0.6.3.Florent Thoumie2006-10-262-7/+7
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175532
* - Update libtorrent to 0.10.3.Florent Thoumie2006-10-266-22/+43
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175531
* Add two more run-time dependencies to ensure, the installed realplayMikhail Teterin2006-10-261-1/+3
| | | | | | | | | works "out of the box". Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175530
* Fix the build on sparc64 by using a correct sed regular expression forJoe Marcus Clarke2006-10-261-0/+4
| | | | | | | | | | matching spaces. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175529
* Fix the obnoxious tab-related resize bugs.Jean-Yves Lefort2006-10-264-3/+347
| | | | | | | | | PR: ports/104662 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175528
* Fix a regression which causes a connection drop to stay undetected.Jean-Yves Lefort2006-10-262-1/+16
| | | | | | | | Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=365206 Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175527
* Update 4.0.2 --> 4.0.3 to fix two security bugs in the utf8 combiningCy Schubert2006-10-262-5/+4
| | | | | | | | | | | characters handling. http://lists.gnu.org/archive/html/screen-users/2006-10/msg00028.html documents this bugfix. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175526
* - Fix plist on !i386 !amd64Michael Johnson2006-10-252-5/+6
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175525
* Fix gtkprint with users that have cups-base installed, but who areJoe Marcus Clarke2006-10-252-2/+6
| | | | | | | | | | | using lpr instead of CUPS for printing. With this fix, CUPS users should be able to print to file, CUPS printers, and BSD lpr printers. Non-CUPS users should be able to print to file and BSD lpr printers. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175524
* Correct a calculation that can result in a divide-by-zero SIGFPE whenJoe Marcus Clarke2006-10-242-5/+8
| | | | | | | | | | the cpu time is calculated. Reported by: mezz Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175523
* Update the MASTER_SITE to fix fetching.Joe Marcus Clarke2006-10-241-1/+1
| | | | | | | | Submitted by: Volker <volker@vwsoft.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175522
* - Fix pkg-plist and unbreakMarkus Brueffer2006-10-246-6/+74
| | | | | | | | | | | | - Fix Flickr export plugin [1] - Bump PORTREVISION PR: ports/103355 [1] Submitted by: Artem Naluzhny <tut@nhamon.com.ua> [1] Approved by: portmgr (marcus), maintainer Notes: svn path=/head/; revision=175521
* - Make fetchableStanislav Sedov2006-10-241-1/+1
| | | | | | | | Reported by: Glenn Trewitt <glenn@trewitt.org> (maintainer) Approved by: portmgr (erwin), Glenn Trewitt <glenn@trewitt.org> (maintainer) Notes: svn path=/head/; revision=175520
* - Real fix build now - pass library path to ant.Sergey Matveychuk2006-10-241-1/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175519
* - Fix dependenciesPav Lucistnik2006-10-241-2/+3
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175518
* - Fix pkg-plist and some issue, bump versionChin-San Huang2006-10-244-2/+10
| | | | | | | | | | | PR: ports/104724 Submitted by: chinsan Noticed by: kris Approved by: portmgr (erwin) delphij (mentor) Notes: svn path=/head/; revision=175517
* - Fix pkg-plistMarkus Brueffer2006-10-242-1/+1
| | | | | | | | | | | - Bump PORTREVISION Noticed by: kris Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175516
* Let slaveports override PORTREVISIONMarkus Brueffer2006-10-242-2/+2
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175515
* - Fix display of RAW imagesMarkus Brueffer2006-10-234-6/+24
| | | | | | | | | | | - Bump PORTREVISION PR: ports/104479 Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175514
* - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR.Alejandro Pulver2006-10-231-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175513
* Correct PLIST_SUB when Evolution support is enabled.Joe Marcus Clarke2006-10-231-3/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175512
* Finish chasing the Evolution 2.8 update.Joe Marcus Clarke2006-10-232-7/+8
| | | | | | | | Reported by: Pascal G. Hofstee <caelian@gmail.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175511
* Update to 2.16.1 to fix several of crash bugs.Jeremy Messenger2006-10-232-5/+4
| | | | | | | | | | | | | | | | | | | | | Changes: Select text when in 'don't delete mode' bug #360356, bug #353081, Crash when launching nonexistent program bug #353691, disable high-CPU handlers for the default settings bug #354953, crash when parsing a non-standard accelerator string bug #355573, crash on self.ui when gconf has a weird value in it bug #355947, crash on parsing malformed mozilla bookamrks bug #356893, crash when a pixmap is None instead of an actual image bug #358298, markup in url cause web_address to crash bug #359522, crash when gconf isn't used for browser detection code bug #359568, crash when dealing with gnomevfs drives==none bug #355687, crashing on buggy middle clicks bug #353081, crash in Deskbar: Enabling beagle live plugin Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175510
* Correct the PORTREVISION= -> PORTREVISION?= for the slave ports.Jeremy Messenger2006-10-231-1/+1
| | | | | | | | Pointyhat: mezz Approved by: portmgr (implicit, marcus) Notes: svn path=/head/; revision=175509