aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on FreeBSD 7 and later.fjoe2007-11-142-4/+12
| | | | Approved by: portmgr (pav)
* Fix gcc 4.2 build.fjoe2007-11-1413-4/+282
| | | | Approved by: portmgr (pav)
* Change location of pid file from /var/run to /var/run/dcc becausetmclaugh2007-11-142-2/+3
| | | | | | | | application changes ownership of the rundir to the user it is running as. PR: 110943 Approved by: portmgr (linimon), maintainer timeout
* Fix build with gcc 4.2.fjoe2007-11-142-5/+12
| | | | Approved by: portmgr (pav)
* Update to 0.2.0. This fixes unresolved symbols in libclntsh.a on FreeBSD 7 ↵fjoe2007-11-142-7/+11
| | | | | | and later. Approved by: portmgr (pav)
* - Marked broken (doesn't work in jails)miwi2007-11-141-0/+2
| | | | | Submitted by: pointyhat via linimon Approved by: portmgr (linimon)
* - Unbreak build on 5.x.[1]jkim2007-11-134-9/+30
| | | | | | | | | - Remove userdefs if it is unchanged or empty. PR: ports/117826 Reported by: pointyhat Submitted by: Yen-Ming Lee (leeym at leeym dot com)[1] Approved by: portmgr (linimon)
* - Update to 2.2.18 (make it fetchable again)miwi2007-11-132-5/+4
| | | | | Submitted by: pointyhat via pav Approved by: portmgr (pav)
* - Document flac -- media file processing integer overflow vulnerabilitiesmiwi2007-11-131-0/+35
| | | | | | Reviewed by: simon Approved by: portsmgr (ports-security blanket) Thanks to: naddy
* Mark as broken: fails to fetch.linimon2007-11-131-0/+2
| | | | Approved by: portmgr (self)
* - Mark BROKEN: does not compile with gcc 4.2pav2007-11-131-0/+4
| | | | | | Reported by: pointyhat Ok'ed by: maintainer Approved by: portmgr (hat)
* Fix integer overflows (CVE-2007-4619) by backporting correspondingnaddy2007-11-1333-6/+1358
| | | | | | | | fixes from FLAC 1.2.1. Reviewed by: miwi Approved by: portmgr (linimon) Security: ff65eecb-91e4-11dc-bd6c-0016179b2dd5
* Mark broken: unfetchable and FreeBSD distfile has wrong size.linimon2007-11-131-0/+2
| | | | | | | | The next version of the port introduces a new dependency, so the fix will have to wait for after the current freeze. Submitted by: maintainer Approved by: portmgr (self)
* - Make it fetchable again.jmelo2007-11-131-1/+1
| | | | Approved by: portmgr (linimon)
* Add an official fix for the chroot mode resolving bug.roam2007-11-133-0/+105
| | | | Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-133-7/+72
| | | | | Submitted by: Pietro Cerutti (via im) Approved by: portmgr (pav)
* - Install files that should present.sem2007-11-133-1/+30
| | | | | | PR: ports/117238 Submitted by: liguoqiang <unixcc_at_126.com> Approved by: portmgr (pav)
* Update from 0.5.32 to latest bugfix release 0.5.33.osa2007-11-132-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new MAIL_* knobs. Approved by: portmgr (erwin) <CommitLog> *) Change: now by default the "echo" SSI command uses entity encoding. *) Feature: the "encoding" parameter in the "echo" SSI command. *) Change: mail proxy was split on three modules: pop3, imap and smtp. *) Feature: the --without-mail_pop3_module, --without-mail_imap_module, and --without-mail_smtp_module configuration parameters. *) Feature: the "smtp_greeting_delay" and "smtp_client_buffer" directives of the ngx_mail_smtp_module. *) Feature: the "server_name" and "valid_referers" directives support regular expressions. *) Feature: the "server_name", "map", and "valid_referers" directives support the "www.example.*" wildcards. *) Bugfix: sub_filter did not work with empty substitution. *) Bugfix: in sub_filter parsing. *) Bugfix: a worker process may got caught in an endless loop, if the memcached was used. *) Bugfix: nginx supported low case only "close" and "keep-alive" values in the "Connection" request header line; bug appeared in 0.5.32. *) Bugfix: nginx could not start on Solaris if the shared PCRE library located in non-standard place was used. </CommitLog>
* - Update to 1.1.8sat2007-11-132-4/+4
| | | | Approved by: portmgr (linimon)
* Unbreak file by closing </li> tag.simon2007-11-131-1/+1
| | | | Approved by: portmgr (secteam blanket)
* Update to 0.8.8:tmclaugh2007-11-135-30/+23
| | | | | | | | | | | - Tiny interface changes, e.g. scrollbar and mousewheel - Support for MM keys - Updated translations PR: 117905, 117936 Submitted by: Phillip Neumann, Robert Noland Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Approved by: portmgr (pav)
* Update to 0.14.0.1tmclaugh2007-11-134-34/+9
| | | | | | | PR: 117924 Submitted by: Phillip Neumann Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Approved by: portmgr (pav)
* - Update to 2.4.7 (which compiles on 7.0)pav2007-11-138-94/+33
| | | | | | PR: ports/117143 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: portmgr (self), maintainer timeout (1 month)
* - Unbreak after objformat removal on 7.x and aboverafan2007-11-133-8/+43
| | | | | | | | - Fix some compiler warnings but they are not fatal to gcc 4.x PR: ports/118004 (based on) Submitted by: Pietro Cerutti <gahr at gahr.ch> Approved by: portmgr (pav)
* Document xpdf arbitrary code execution vulnerability, as documented indelphij2007-11-131-0/+64
| | | | | | CVE-2007-4352, CVE-2007-5392, CVE-2007-5393. Approved by: portmgr (ports-security blanket)
* Apply xpdf 3.02pl2 patch for CVE-2007-4352, CVE-2007-5392, CVE-2007-5393;delphij2007-11-133-35/+8
| | | | | | | | while I am there, rework on the way of applying xpdf 3.02pl1 patch to ease future upgrade. Approved by: portmgr (linimon) Security: 2747fc39-915b-11dc-9239-001c2514716c
* - Add alternative download locationpav2007-11-131-1/+2
| | | | Approved by: portmgr (hat)
* - Fix build: needs intltoolpav2007-11-132-2/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix plist for egg-infopav2007-11-131-0/+1
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Attempt to fix plist on 7.0pav2007-11-131-0/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Update to 0.2.8 (fixes some serious bugs).delphij2007-11-134-10/+14
| | | | | PR: ports/118013 Approved by: portmgr (linimon)
* - Mark BROKEN: does not compile with GCC 4.2pav2007-11-131-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix plistpav2007-11-132-0/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix build: extconf now inserts -L'.' into Makefile for some reason; bandaidpav2007-11-131-0/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Mark BROKEN: does not compile with gcc 4.2pav2007-11-131-0/+4
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Does not compile with GCC 4.2 on amd64pav2007-11-131-0/+6
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Augment previous fixpav2007-11-131-1/+1
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Re-mark BROKEN; accidentally removed by GNOME 2.20 importpav2007-11-131-1/+9
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Attempt to fix plist on 7.0pav2007-11-131-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Mark BROKEN on 7.0: does not compile with GCC 4.2pav2007-11-131-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix egg-info file location in plistpav2007-11-132-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Mark BROKEN with GCC 4.2pav2007-11-131-0/+4
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - hcrypto library is only installed on FreeBSD < 7.0pav2007-11-132-23/+29
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix build on amd64pav2007-11-131-2/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Mark BROKEN: conflicting dependencies on emacs21 vs emacs22pav2007-11-131-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Change libcompizconfig dependency to LIB_DEPENDS. Fixes plist problempav2007-11-131-4/+3
| | | | | Suggested by: maintainer Approved by: portmgr (hat)
* - Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision)pav2007-11-131-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix plistpav2007-11-132-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - A vendor patch. It fixes a bug#418 - changing address on an existingsem2007-11-132-1/+176
| | | | | | interface doesn't cause static routes to be revalidated. Approved by: portmgr (erwin), maintainer
* dinoex@ has choosen to apply a vendor patch that has resolved CVE-2007-4351delphij2007-11-131-1/+2
| | | | | | instead of upgrading to 1.3.4. Mark this updated version as not vulnerable. Approved by: portmgr (ports-security blanket)
* - Turn the self-tests off for now. Possible fix for failing test is inpav2007-11-131-1/+1
| | | | | | | ports/117986 Reported by: pointyhat Approved by: portmgr (hat)
* - Fix build on 7.X and abovepav2007-11-131-0/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Correct the BROKEN line; the commit to if_wavelan_ieee.h of 20070711linimon2007-11-131-6/+2
| | | | | | | | | by thompsa removed some ioctls that this port depended on. Therefore, IGNORE is more appropriate. PR: ports/117890 Submitted by: Denis Barov <dindin at dindin dot ru> Approved by: portmgr (self)
* . update port to 20071025 snapshot;bsam2007-11-132-5/+5
| | | | | | | | | | . fix the bugs from ports/117015 (OK feedback received by email). PR: 117015 [1], 117690 [2] Submitted by: Javier Martin Rueda <jmrueda at diatel.upm.es> [1] Mark Foster <mark at foster.cc> (maintainer) [2] Feedback by: Javier Martin Rueda <jmrueda at diatel.upm.es> Approved by: portmgr (linimon)
* - Patch Perl module to install Git.3 in usual directory; fixes packagingpav2007-11-131-1/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Security patch to solve remote code executiondinoex2007-11-122-1/+154
| | | | | | | Security: http://secunia.com/advisories/27233/ Security: CVE-2007-4351 Approved by: portmgr (linimon) Obtained from: http://www.cups.org/strfiles/2561/str2561-cups13v2.patch
* Work around the bug introduced in a previous version of pyrex, to fixlinimon2007-11-121-1/+1
| | | | | | build on the cluster. Approved by: portmgr (self)
* Update to fix with latest pyrex.linimon2007-11-121-1/+1
| | | | | | PR: ports/117619 Submitted by: Carl Johan Gustavsson <cjg at bsdmail dot org> Approved by: portmgr (self)
* Require latest version of pyrex to fix build on the cluster.linimon2007-11-121-1/+1
| | | | | | PR: ports/117568 Submitted by: maintainer Approved by: portmgr (self)
* - Make fetchable again. Add my MASTER_SITE_LOCAL to the mix and replacetmclaugh2007-11-121-9/+7
| | | | | | | a number of outdated sites. Notified by: Ferenc Gartner Approved by: portmgr (linimon, erwin)
* Fix build on 7.0, and now correctly choose -pthreadmaho2007-11-121-105/+89
| | | | | | instead of -lpthread. Approved by: portmgr (linimon)
* Document plone arbitrary code execution vulnerability.delphij2007-11-121-0/+30
| | | | Approved by: portmgr (ports-security blanket)
* Fix coredump with irc/irssi.vanilla2007-11-121-0/+1
| | | | | | PR: ports/117871 Submitted by: Wesley Shields <wxs.at.atarininja.org> Approved by: portmgr@ (linimon@)
* Fix coredump with silc-irssi-plugin.vanilla2007-11-122-0/+12
| | | | | | PR: ports/117871 Submitted by: Wesley Shields <wxs.at.atarininja.org> Approved by: portmgr@ (linimon)
* - Update to S5R3 4.18pav2007-11-122-6/+6
| | | | | Approved by: portmgr (the previous version was unable to get any work assigned by server for quite some time now)
* - Fix depend on linux-xorg-libsbeech2007-11-121-2/+2
| | | | | | | | | - Bump portrevision PR: ports/117989 Submitted by: Boris Samorodov <bsam@FreeBSD.org> Approved by: portmgr (linimon, mentor), David Yeske <dyeske@gmail.com> (maintainer, implicit)
* - Update to 1.397lme2007-11-122-6/+5
| | | | | | | | | | | | The update is needed to connect to the hattrick.org servers. From WWW: "In short, we patched HO to work with the latest HT changes. Be aware that some modules may not work as expected. We were not able fix all issues, perhaps they are related due to errors of HT servers. We will keep an eye on these errors and create more patches if needed." Approved by: portmgr (erwin), miwi (mentor)
* - Updated the last gftp entry (we have 2.0.18_6 in the portstree not 2.10.18_6)miwi2007-11-121-1/+2
| | | | | Submitted by: Fabian Keil (via private mail) Approved by: portmgr (ports-security blanket)
* - Don't patch shebang line to avoid the build dependency on ruby18 port.stas2007-11-121-2/+1
| | | | | | | | | | After unfreeze I'll change the shebang line patching code to use sed instead of ruby. For now this solution will work since these files already contains correct paths to ruby anyway. PR: ports/112496 Submitted by: Victor Snezhko<snezhko@indorsoft.ru> Approved by: portmgr (linimon)
* - Update to 2.11.2.1miwi2007-11-124-8/+8
| | | | | | | PR: 117974 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/2d2dcbb4-906c-11dc-a951-0016179b2dd5.html
* Fix build.linimon2007-11-112-4/+46
| | | | | | Submitted by: Samy Al Bahra <sbahra at kerneled dot org>, marius Approved by: portmgr (self) Tested on: pointyhat
* Fix build; also add -fPIC for amd64.linimon2007-11-113-3/+4
| | | | | | Submitted by: maintainer Approved by: portmgr (self) Tested on: pointyhat
* - Document phpmyadmin -- cross-site scripting vulnerabilitymiwi2007-11-111-0/+30
| | | | | Reviewed by: simon Approved by: portmgr (ports-security blanket)
* - Fix build with gcc 4.2miwi2007-11-112-7/+11
| | | | | | PR: 117917 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (erwin)
* - Fix build with gcc 4.2miwi2007-11-112-9/+13
| | | | | | | | - Use SF macro PR: 117865 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (erwin)
* Update to 0.9.12.1 (Fixes build)obraun2007-11-113-4/+6
| | | | Approved by: portsmgr (linimon)
* - Fix pkg-plist.nobutaka2007-11-116-0/+78
| | | | | | | | | | - Fix build error on 7-stable and 8-current. [1] - Fix build error on amd64. [2] PR: ports/117325 [1], ports/117677 [2] Submitted by: Takuya Harada <tharada@e-mail.jp> [1], Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [2] Approved by: portmgr (pav)
* - Disable use of automake if found, this breaks the build.db2007-11-111-0/+1
| | | | Approved by: portmgr (linimon)
* Fix the build of slave port, `games/qwdtools'.danfe2007-11-111-1/+3
| | | | Approved by: portmgr (linimon)
* - Add USE_DOS2UNIXacm2007-11-114-10/+51
| | | | | | | - Fix build with GCC4.x - Clean up patch files Approved by: portmgr (pav)
* Make fetchable.lofi2007-11-111-1/+1
| | | | Approved by: portmgr (mcl, implicit)
* Fix the build with GNOME 2.20.marcus2007-11-101-0/+13
| | | | Approved by: portmgr (implicit)
* Mark this as ignore if PACKAGE_BUILDING is set, at least for the moment.linimon2007-11-101-0/+4
| | | | | | | On the build cluster it shows up as depending on both python 2.4 and 2.5. Discussed with: maintainer Approved by: portmgr (self)
* - Fix install of invalid pam file.beech2007-11-102-12/+11
| | | | | | | PR: ports/117941 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: portmgr (linimon, mentor), Thomas Vogt <thomas@bsdunix.ch> (maintainer)
* Document gallery2 multiple vulnerabilities.delphij2007-11-101-0/+35
| | | | Approved by: portmgr (ports-security blanket)
* Use full path to find, sed and sort, to avoid surprises when other versionsdes2007-11-092-3/+3
| | | | | | | are present (e.g. when building openwrt) Requested by: luigi@ Approved by: portmgr (pav@)
* Update to 0.9.6.flz2007-11-092-5/+4
| | | | | | PR: ports/117854 Submitted by: cokane Approved by: portmgr (erwin)
* - Update to 2.2.1chinsan2007-11-093-15/+4
| | | | | | | | - Unbreak on 7.X PR: ports/117857 Submitted by: chinsan Approved by: portmgr (linimon)
* - Document tikiwiki -- multiple vulnerabilitiesmiwi2007-11-091-0/+50
| | | | | Reviewed by: simon Approved by: portmgr (ports-security blanket)
* Mark as broken: fails to compile.linimon2007-11-092-0/+4
| | | | Approved by: portmgr (self)
* - Update to 0.2.0beech2007-11-092-14/+12
| | | | | | | | - Fixes bug adding or removing users PR: ports/117652 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer) Approved by: portmgr linimon (mentor)
* Fix packaging by not creating an empty directory and removing a temporary file.vs2007-11-091-0/+4
| | | | Approved by: portmgr (linimon)
* Fix packaging blunder: install supporting file where it belongsvs2007-11-091-2/+5
| | | | Approved by: portmgr (linimon)
* Document cups-base remote buffer overflow vulnerability.delphij2007-11-091-0/+33
| | | | Approved by: portmgr (ports-security blanket)
* Attempt to re-enable build on the cluster by removing the line thatlinimon2007-11-091-5/+0
| | | | | | | | | | | | | | | | | makes the port automatically contact the default keyserver: GPG extracts the tarball regardless, so getting that key on their keyring and seeing the "good signature from ..." message should only happen for users with automatic key retrieval enabled. Everyone else should see: gpg: Signature made Wed Jun 20 14:41:55 2007 EDT using DSA key ID 59A53CC1 gpg: Can't check signature: No public key and hopefully not get too worried. Submitted by: maintainer (email) Approved by: portmgr (self)
* Attempt to fix this port, which seems to break every time ImageMagick ismi2007-11-099-326/+158
| | | | | | | | | | | | | | | | updated by switching it to use GraphicsMagick instead. This removes the need for "private" headers and promises a less eventful future. Don't install mimetype-descriptions, which conflict with those installed by kdelibs and otherwise improve plist. Build in parallel using our own make (no evident need for gmake). The port may be retired soon, as no new development happened on it since early 2005. Approved by: portmgr (linimon)
* - Fix flow-capture on amd64stas2007-11-093-3/+36
| | | | | | | | - Bump portrevision. PR: ports/116677 Submitted by: Michael W Lucas <mwlucas@blackhelicopters.org> Approved by: portmgr (erwin)
* Fix the build with new gtk20, and remove BROKEN, DEPRECATED andmezz2007-11-091-4/+2
| | | | | | | | EXPIRATION_DATE. This is untest, so if the build still breaks in the different place then we always can put BROKEN back in. Reported by: pointyhat Approved by: portmgr (pav)
* Reactivate motoyukis commit bit.erwin2007-11-091-0/+1
| | | | | Submitted by: motoyuki Approved by: portmgr
* Fix distfile location for outdated koffice-l10ns.lofi2007-11-0930-30/+30
| | | | Approved by: portmgr (mcl, pav)
* Fix wild pointer free(). Similar fix exists in mainstream CVS tree.fjoe2007-11-092-0/+12
| | | | Approved by: portmgr (pav)
* Unbreak gcc 4.2 build.fjoe2007-11-093-4/+22
| | | | Approved by: portmgr
* - mark FORBIDDEN due remote execution of arbitrary codedinoex2007-11-091-0/+1
| | | | Approved by: portmgr (erwin)
* - fix plistdinoex2007-11-092-0/+2
| | | | Approved by: portmgr (erwin)
* - Mark forbidden - affected by multiple vulnerabilitiessat2007-11-093-0/+4
| | | | | | | - The update will have to wait until we import linux-cairo after the freeze Approved by: portmgr (pav, linimon)
* Forced commit to note the previous commits' were in response to thelofi2007-11-090-0/+0
| | | | | | | advisories published as: Security: CVE-2007-4352/5392/5493 Approved by: portmgr
* Fix multiple vulnerabilities from imported xpdf code in KOffice andlofi2007-11-0910-5/+3298
| | | | | | kdegraphics Approved by: portmgr (mcl)
* - Unbreak gcc42tabthorpe2007-11-094-12/+53
| | | | | | | | | - Update MASTER_SITES with SF macro - Bump PORTREVISION PR: ports/117925 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: portmgr (erwin)
* Update to the 20071105 snapshot of GCC 4.1.3. This fixes two codegengerald2007-11-082-16/+16
| | | | | | | | issues, improves some docus, and most importantly fixes the build on 8-CURRENT. PR: 117662 Approved by: portmgr (linimon)
* - Fix pkg-plist.araujo2007-11-082-1/+2
| | | | | Reported by: pointyhat (pav) Approved by: portmgr (linimon), stas (mentor, implicit)
* Attempt to fix dependencies for build cluster.linimon2007-11-086-8/+6
| | | | | Submitted by: maintainer Approved by: portmgr (self)
* fix plistijliao2007-11-082-2/+5
| | | | | Reviewed by: maintainer Approved by: portmgr (linimon)
* Mark as ignore with PACKAGE_BUILDING; it tries to contact a gpg keyserver,linimon2007-11-081-0/+4
| | | | | | | which doesn't work on the cluster. Hat: portmgr Approved by: portmgr (self)
* This is now failing to build everywhere on the cluster.linimon2007-11-081-7/+3
| | | | Approved by: portmgr (self)
* Fix build on cluster by adding a libtool dependency. This is a hack tolinimon2007-11-081-0/+1
| | | | | | | work around the fact that this port reaches over into devel/boehm-gc to do part of its build. This isn't the Right Thing. Approved by: portmgr (self)
* - Add some missing dependencies, possibly it fixes some build problemsacm2007-11-086-7/+15
| | | | Approved by: portmgr (pav)
* Fix do-fetch target.thierry2007-11-081-1/+3
| | | | | Reported by: pointyhat via pav Approved by: portmgr (pav)
* Mark as broken: fails to compile.linimon2007-11-081-0/+2
| | | | Approved by: portmgr (self)
* - Update to ccscrpt3 (1.1.6)acm2007-11-084-39/+37
| | | | | | | - Remove BROKEN with GCC 4.x - Bump PORTEPOCH Approved by: portmgr (linimon)
* - Make fetchablebeech2007-11-082-28/+29
| | | | | | | | | - Makefile cleanup - Pass maintainership to: Philip M. Gollucci <pgollucci@p6m7g8.com> PR: ports/117875 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Approved by: portmgr linimon (mentor)
* Make perl entry to cover perl-threaded as well.delphij2007-11-081-1/+6
| | | | | Reported by: Andy Greenwood <greenwood.andy gmail com> Approved by: portmgr (ports-security blanket)
* Unbreak the port for gcc-4.2 [1]bsam2007-11-087-4/+203
| | | | | | | | | | | FYI: differences with the original patch from the PR: . use post-patch stage (instead of post-configure stage) to conditionally apply the needed patches; . gcc patch is splitted into per-file-patches. PR: ports/117279 [1] Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko at verizon.net> [1] Approved by: portmgr (erwin)
* Fix the plist.mezz2007-11-081-1/+0
| | | | | Reported by: pointyhat Approved by: portmgr (marcus)
* Update to 1.1.9.01 bugfix release and make it fetchable again.ale2007-11-082-4/+4
| | | | Approved by: portmgr (pav)
* - Fix pkg-plistmiwi2007-11-082-9/+8
| | | | | Submitted by: pointyhat via linimon Approved by: portmgr (linimon)
* - Add XPI_NUM to make fetchablesat2007-11-0812-0/+12
| | | | | | | | | - Provide new mirrors where needed Approved by: portmgr (pav), chinsan (maintainer), Lapo Luchini <lapo@lapo.it> (maintainer, implicit), Simon Olofsson <simon@olofsson.de> (maintainer, implicit), Steven Kreuzer <skreuzer@f2o.org> (maintainer, implicit)
* - Fix problem with new version of pyrex. It is not necessary as a dependency.acm2007-11-082-7/+26
| | | | | | | - Remove BROKEN state - Bump PORTREVISION Approved by: portmgr
* . Chase the eclipse-emf upgrade.glewis2007-11-075-5/+5
| | | | Approved by: portmgr (linimon)
* - Fix pkg-listmiwi2007-11-072-0/+8
| | | | | Submitted by: pointyhat via pav Approved by: portmgr (pav)
* Fix brokeness where <malloc.h> was included even though <stdlib.h>joerg2007-11-072-0/+17
| | | | | | is already there. Approved by: portmgr (erwin)
* Fix broken package list.joerg2007-11-072-1/+18
| | | | Approved by: portmgr (erwin)
* - Don't remove mtree installed directoriespav2007-11-071-1/+0
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Update to 1.1.6sat2007-11-072-4/+4
| | | | Approved by: portmgr (erwin)
* - Mark as BROKEN on 8.Xtabthorpe2007-11-071-1/+1
| | | | Approved by: portmgr (linimon)
* - After last update, sshit keeps exiting with signal 15 due to wrongrafan2007-11-072-5/+62
| | | | | | | | | | | | | hostname regexp. Fix the regexp for hostname matching. - While fixing that, fix IPv6 regexp, too. - Reduce syslog level from ERROR to INFO for most informational messages. These changes are submitted to author for inclusion in next version. - Grab maintainership as current maintainer does not use it anymore. - Bump PORTREVISION. Approved by: portmgr (linimon), maintainer via irc
* Mark as broken: fails to install on the cluster.linimon2007-11-071-0/+4
| | | | Approved by: portmgr (self)
* Mark as broken with gcc4.2.linimon2007-11-071-1/+5
| | | | | Hat: portmgr Approved by: portmgr (self)
* Update from 6.3.5-10 to 6.3.6-9. Some of our patches were acceptedmi2007-11-076-81/+25
| | | | | | | | | | | upstream. The tests should work with and without X11. Enable FPX by default. Resolve all related PRs. Approved by: portmgr (linimon) PR: 67815 PR: 117635 PR: 116874 PR: 114387
* - This port seems to need yasm on amd64 and nasm on i386pav2007-11-071-3/+9
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix fetch, update WWWpav2007-11-072-5/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Attempt to fix the build by adding missing dependencypav2007-11-071-0/+1
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix build by adding required Xorg component, now that USE_XORG handlepav2007-11-071-0/+1
| | | | | | | conditional values Reported by: pointyhat Approved by: portmgr (hat)
* - Broken on all platformspav2007-11-071-7/+3
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Fix build with gcc 4.2miwi2007-11-074-15/+60
| | | | Approved by: portmgr (pav)
* - Document perl -- regular expressions unicode data buffer overflowmiwi2007-11-071-0/+29
| | | | | Reviewed by: simon/tobez Approved by: portmgr (blanket) (ports-security blanket)
* Fix a possible buffer overflow with ASCII regexes that really aretobez2007-11-0710-0/+480
| | | | | | | Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus)
* - irssi-devel should be using @dirrmtry in a few cases. this ismiwi2007-11-071-6/+6
| | | | | | | | | | because if you try to deinstall these ports while net/silc-irssi-plugin or irssi-plugins is installed they will not be able to remove those directories. PR: 117868 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: portmgr (pav)
* update to 1.1.6ahze2007-11-074-8/+8
| | | | Approved by: portmgr (marcus)
* Document pcre arbitrary code execution vulnerability.delphij2007-11-071-0/+37
| | | | Approved by: portmgr (ports-security blanket)
* - My previous commit added a SDL OPTION knob, so need we a portbumpmiwi2007-11-071-1/+1
| | | | | Request by: roam@ Approved by: portmgr (erwin)
* Fix build with gcc 4.2fjoe2007-11-072-7/+12
| | | | Approved by: portmgr (pav), MAINTAINER
* - Update to 2.2.1.trasz2007-11-062-4/+4
| | | | Approved by: portmgr
* - Brandelf Linuxbeech2007-11-061-1/+4
| | | | | | | PR: ports/117850 Submitted by: Boris Samorodov <bsam@FreeBSD.org> Approved by: portmgr (marcus), linimon (mentor), David Yeske <dyeske@gmail.com> (maintainer)
* - Security update to 1.17.1beech2007-11-0610-92/+76
| | | | | | | PR: ports/117796 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) Approved by: portmgr (pav), linimon (mentor) Security: http://www.sec-consult.com/300.html
* - perdition entry - correct rangebeech2007-11-061-1/+1
| | | | Approved by: portmgr (pav) linimon (mentor)
* - Fix build with gcc 4.2miwi2007-11-0611-19/+713
| | | | | | PR: 117319 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-064-19/+23
| | | | | | | | PR: 117320 117322 Submitted by: Pietro Cerutti <gahr@gahr.ch> James E. Flemer <jflemer@alum.rpi.edu> (maintainer) Approved by: portmgr (pav)
* - Update to 7.10.4miwi2007-11-063-62/+25
| | | | | | | | - Fix build after tcl/tk update PR: 117462 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Approved by: portmgr (pav)
* - Add entry for mail/perditionbeech2007-11-061-0/+31
| | | | | PR: ports/117796 Approved by: portmgr (pav), linimon (mentor)
* - unbreak building at 7.x [1]bsam2007-11-063-30/+23
| | | | | | | | | | | | - patch putenv(3) assumption in GNAT [1] - use the latest snapshot of GCC 4.3 [1] - add master site (CENKES) [1] - bump PORTREVISION - remove files/patch-gengtype-yacc.y PR: 117522 [1] Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer) Approved by: portmgr (pav)
* Re-enable building with gcc4.2. Apparently patches were committedlinimon2007-11-061-6/+0
| | | | | | | | | | after the last amd64-7 build. I'm doing this one myself because I was the one that marked it broken. PR: ports/117843 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3 dot ru> Approved by: portmgr (self)
* - unbreak building at 7.x-i386;bsam2007-11-062-25/+24
| | | | | | | | | | - patch putenv(3) assumption in GNAT; - use GCC 4.2.2 release; - bump PORTVERSION. PR: 117466 Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer) Approved by: portmgr (pav)
* Depend on devel/pyrex 0.9.6.2 to fix build problem on the cluster.linimon2007-11-061-1/+1
| | | | | | PR: ports/117617 Submitted by: Carl Johan Gustavsson <cjg at bsdmail dot org> Approved by: portmgr (self)
* - Update to 2.0.0.9ahze2007-11-066-12/+12
| | | | Approved by: portsmgr (marcus)
* Update to 0.92 to fix serious data corruption bugs and small memory leaks.mezz2007-11-066-692/+686
| | | | Approved by: portmgr (marcus)
* - Kalle Olavi Niemitalo discovered two boundary errors in fsplib codemiwi2007-11-063-1/+72
| | | | | | | | | | included in gFTP when processing overly long directory or file names. - Bump PORTREVISION Reviewed by: simon Approved by: portmgr (erwin) Obtained from: gentoo cvs Security: http://www.vuxml.org/freebsd/f8b0f83c-8bb3-11dc-bffa-0016179b2dd5.html
* - gftp -- multiple vulnerabilitiesmiwi2007-11-061-0/+33
| | | | | Reviewed by: simom Approved by: portmgr (blanket) (ports-security blanket)
* - Fix build with gcc42tabthorpe2007-11-062-2/+21
| | | | | | | | - Use SF macro while I am here PR: ports/117723 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: portmgr (marcus), maintainer timeout
* Remove lang/gcc40 which only has three dependencies left in the treegerald2007-11-061-2/+1
| | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav)
* Set STRIP to an empty string instead of "''" so install as called bylofi2007-11-062-2/+2
| | | | | | INSTALL_PROGRAM will not fail. Approved by: portmgr (Pav)
* - Mark as BROKEN on Freebsd 8.X and AMD64tabthorpe2007-11-061-1/+7
| | | | | Reviewed by: miwi@ Approved by: portmgr (pav)
* - Fix python byte-compiling error preventing make packagemiwi2007-11-051-0/+20
| | | | | | | PR: 117650 Submitted by: pointyhat Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* Update x11-wm/ccsm to 0.6.0, this should have been committed along withflz2007-11-053-19/+23
| | | | | | | x11-wm/compiz update. Submitted by: maintainer Approved by: portmgr (pav, erwin)
* - Update to 2.3.1 (fix cross-site scripting)miwi2007-11-054-9/+9
| | | | | | | PR: 117673 Submitted by: tdb@ Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/a467d0f9-8875-11dc-b3ba-0016179b2dd5.html
* - Fix a crash if dirproxy recieves an ACTION command without a parameter.miwi2007-11-052-2/+12
| | | | | | | - Bump PORTREVISION Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
* - Update dirproxy -- remote denial of servicemiwi2007-11-051-1/+6
| | | | | | | | * Add net/dirproxy with the same affect * Update net/dirproxy-devel as safe Reviewed by: simon Approved by: portmgr (blanket) (ports-security blanket)
* - Fix refreshing weather datamiwi2007-11-052-1/+70
| | | | | | | PR: 117741 Submitted by: Iulian Margarintescu <eti@erata.net> Approved by: portmgr (pav) Obtained from: OpenBSD ports
* - Fix build with gcc 4.2miwi2007-11-052-8/+18
| | | | | | | | - Pass maintainership to submitter PR: 117731 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-052-7/+12
| | | | | | PR: 117732 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: portmgr (pav), maintainer
* - Unbreakmiwi2007-11-052-2/+2
| | | | | | | | - Fix pkg-plist PR: 117735 Submitted by: leeym Approved by: portmgr (pav)
* - Update to 0.4.0.2miwi2007-11-053-42/+9
| | | | | | | | - Fix build with gcc 4.2/AMD64 PR: 117697 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-057-11/+147
| | | | | | PR: 117801 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-052-9/+42
| | | | | | PR: 117770 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-052-7/+11
| | | | | | PR: 117749 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Update to 6.0.6miwi2007-11-052-4/+4
| | | | | | | | - Make fetchable PR: 117483 Submitted by: miwi Approved by: portmgr (pav)
* - Unbreakmiwi2007-11-057-4/+175
| | | | | | | | - Fix build with gcc 4.2 PR: 117765 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Unbreak build is fine. (tested on i386/amd64)miwi2007-11-051-7/+1
| | | | | | PR: 117800 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-052-9/+12
| | | | | | | | - Use SF macro PR: 117760 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-11-0512-16/+221
| | | | | | PR: 117789 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* - Unbreakmiwi2007-11-058-6/+122
| | | | | | | | - Fix build with gcc 4.2 PR: 117776 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
* Fix an off-by-one error that triggered a segfault for first-time users.marcus2007-11-052-3/+12
| | | | | | PR: 117791 Submitted by: "Robert C. Noland III" <rnoland@2hip.net> Approved by: portmgr (implicit)
* Update the address of the L root server as per ICANN's announcement atroam2007-11-052-4/+5
| | | | | | | http://blog.icann.org/?p=227 Bump PORTREVISION. Approved by: portmgr (linimon)
* - Fix a crash if dirproxy recieves an ACTION command without a parameter.miwi2007-11-052-0/+12
| | | | | | | | - Bump PORTREVISION Reviewed by: simon Approved by: portmgr (erwin) Security: http://vuxml.FreeBSD.org/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
* Forced commit to note previous commit (Fix build with GCC 4.2) wasnox2007-11-040-0/+0
| | | | | | | | maintainer timeout PR: ports/117576 Submitted by: nox Approved by: portmgr (linimon), maintainer timeout
* Add support for 7-exp and 8 brancheskris2007-11-042-3/+3
| | | | Approved by: portmgr (self)
* Correctly report active builds when ZFS is in usekris2007-11-041-1/+1
| | | | Approved by: portmgr (self)
* * Add support for 7-exp and 8 brancheskris2007-11-041-3/+8
| | | | | | * XORG_UPGRADE and USA_RESIDENT are no longer required Approved by: portmgr (self)
* - dirproxy -- remote denial of servicemiwi2007-11-041-0/+30
| | | | | Reviewed by: remko Approved by: portmgr (blanket) (ports-security blanket)
* Remove lang/gcc40 which only has three dependencies left in the treegerald2007-11-0411-163/+4
| | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav)
* - Update to 2.0.0.9sat2007-11-0412-669/+669
| | | | Approved by: portmgr (pav)
* Forced commit to note that linimon is taking over as the primarysat2007-11-040-0/+0
| | | | | | | mentor for beech. Mark is 9 time zones closer to Beech than I am and will hopefully be more responsive. Approved by: portmgr (pav)
* - Mark as unbroken on 7.X.araujo2007-11-042-15/+72
| | | | | | PR: ports/117631 Submitted by: Philip M. Golluci <pgollucci@p6m7g8.com> Approved by: portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit)
* - Mark as unbroken on 7.X.araujo2007-11-041-7/+1
| | | | Approved by: portmgr (pav), stas (mentor, implicit)
* Disable the parallelization during build. Although neither myself normi2007-11-033-3/+3
| | | | | | | | the software authors can reproduce the problem, one user of FreeBSD-7.x has reported an issue, which can only be explained by a build-time race. Reported by: Per olof Ljungmark Approved by: portmgr (mlinimon)
* Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 whichgerald2007-11-031-1/+2
| | | | | | | | | already conflict with this port. On the way, adjust the IGNORE statement to comply with our standards. PR: 117430 (partly) Approved by: portmgr (erwin)
* Fix the plist when I added bogo-junk plugin support in my previous committed,mezz2007-11-032-1/+5
| | | | | | | | bump the PORTREVISION. Reported by: pointyhat Pointyhat to: mezz (for not to recheck on plist) Approved by: portmgr (marcus)
* The top-level build directory should also be in the include path.mi2007-11-031-1/+1
| | | | | Approved by: portmgr (linimon) PR: ports/117774
* Fix build with GCC 4.2nox2007-11-032-21/+23
| | | | | | PR: ports/117576 Submitted by: nox Approved by: portmgr (linimon, pav)
* Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up toomezz2007-11-034-100/+2
| | | | | | | | | | long and consume 100% CPU. If anyone want to revisit with improvement on this patch, I personal think it should be take up to upstream first before we can re-add it. Bump the PORTREVISION. PR: ports/117556 Submitted by: Stephen Hurd <shurd@sasktel.net> Approved by: portmgr (marcus)
* - Mark unbroken.araujo2007-11-033-14/+24
| | | | | | | | | - Fix build on non-i386. - Fix build with gcc-4.2. PR: ports/117054 Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer) Approved by: portmgr (erwin), itetcu (mentor, implicit)
* Update from 1.1.7 to 1.1.10. FPX-support is now in (and no longer anmi2007-11-0218-156/+168
| | | | | | | | | OPTION). Add support for running bundled self-tests after building. Do not run the self-tests by default, in order to be able to secure portmgr's approval, but advise the user to do so before installing. The self-tests will be turned on, when port-freeze is over. Approved by: portmgr (pav)
* Add a mega-patch, which makes the library usable. It barely worked onmi2007-11-024-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | even i386 before, and does not anymore, as its numerous original bugs were exposed by the evolving compiler. It never worked on a 64-bit platform, as the original authors assumed sizeof(long) to be 4. With this patch it compiles cleanly (WARNS=3) on both i386 and amd64 and should have no problems on other 64-bit systems. A corrupt input-file may still result in a crash, but, at least, it works correctly with correct input files. Tested on camera-generated originals kindly provided by the originator of the PR below. Bump PORTREVISION. Approved by: portmgr (pav, after some deliberations) Portmgr advised against bumping the SHLIB_MAJOR. They did not /insist/ so I chose to bump it -- the old version is too broken to have been usable to anybody for years, and the dependant ports (such as Graphics and ImageMagicks) need an easy way to insist on the new version (via LIB_DEPENDS). Was required to fix: 67815
* Catch up with master 1.589:linimon2007-11-021-4/+4
| | | | Approved by: portmgr (self)
* -Update to 0.5.6.2 to fix missing hicolor icons and shutdown bug.mezz2007-11-026-12/+44
| | | | | | -Fix the plist.[1] Approved by: portmgr (erwin)
* - Unbreak: you can't have SIZE keyword when using multiple checksums for thepav2007-11-021-2/+0
| | | | | | | | same filename Reported by: pointyhat Lack of testing:mi Approved by: portmgr (hat)
* Change Java dependency to the lowest non-deprecated version.brueffer2007-11-021-1/+1
| | | | | Reviewed by: ade Approved by: portmgr (marcus)
* - Fix discovery date on my previous commitmiwi2007-11-011-1/+1
| | | | Approved by: portmgr (ports-security blanket)
* - Update to 1.4.0.118 (oss)beech2007-11-018-51/+68
| | | | Approved by: portmgr (linimon, kris), sat (mentor)
* - document wordpress -- cross-site scriptingmiwi2007-11-011-0/+36
| | | | | Reviewed by: simon Approved by: portmgr (ports-security blanket)
* - Revert to 1.2.0.18beech2007-11-019-180/+183
| | | | Approved by: portmgr (linimon, kris), sat (mentor)
* skype-devel --> ports/net/skype-develbeech2007-11-011-0/+1
|
* - Drag from atticbeech2007-11-019-0/+177
| | | | Approved by: portmgr (linimon, kris), sat (mentor)
* Unbreak by updating to 0.4.3.2vs2007-11-013-30/+52
| | | | Approved by: portmgr (erwin)
* Unbreak by updating to 0.15.0vs2007-11-014-65/+22
| | | | Approved by: portmgr (erwin)
* Update to PostgreSQL 8.3 beta2.girgen2007-11-0125-70/+450
| | | | | | | | http://www.postgresql.org/developer/beta This is beta quality, don't use in production. Approved by: portmgr (erwin)
* Update to 2.4.6.delphij2007-11-013-7/+6
| | | | | | | | | | | | This is the first production release of the OpenLDAP 2.4 series, and it fixes several security issues, as mentioned in vuln.xml item db449245-870d-11dc-a3ec-001921ab2fa4. Note that this is generally a no-op for most users because this version is not (yet) set as default OpenLDAP implementation. Security: db449245-870d-11dc-a3ec-001921ab2fa4 Approved by: portmgr (linimon)
* Attempt to unbreak this on the cluster. While here, portlint.linimon2007-11-011-2/+2
| | | | | Hat: portmgr Approved by: portmgr (self)
* Fix the USE_BISON setting. This was missed in the bison2 upgrade.linimon2007-11-013-3/+3
| | | | | Hat: portmgr Approved by: portmgr (self)
* Extend coverage to OpenLDAP 2.4.x series which is affected accordingdelphij2007-11-011-0/+2
| | | | | | to CVS history. Approved by: portmgr (ports-security blanket)
* Add a note about how to remedy rather common problem when upgradingdanfe2007-11-011-0/+22
| | | | | | x11/nvidia-driver port. Approved by: portmgr (marcus)
* Please welcome Henrik Brix Andersen (brix@) to the ranks of the portserwin2007-11-011-0/+1
| | | | | | | committers. He made the classic mistake of sending too many useful patches and is now receiving his punishment. I will be his mentor. Approved by: portmgr
* Document openldap multiple vulnerabilities.delphij2007-11-011-0/+29
| | | | Approved by: portmgr (ports-security blanket)
* Bump modified date for entry updated in last commit.simon2007-11-011-1/+1
| | | | Approved by: portmgr (secteam blanket)
* Update vuxml to reflect that mod_jk and mod_jk-ap2 havegirgen2007-11-011-1/+4
| | | | | | different portepochs. Approved by: portmgr (pav)
* Backout PORTREVISION decrement.lofi2007-10-311-1/+1
| | | | | Noticed by: markus Approved by: portmgr (erwin, pav)
* - Fix build with gcc 4.2miwi2007-10-313-7/+20
| | | | | | PR: 117699 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: portmgr (pav)
* - Unbreakmiwi2007-10-312-11/+14
| | | | | | | | | | - Fix build with gcc 4.2 - Pass maintainership to submitter - Use SF macro PR: 117702 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: portmgr (pav)
* - Fix libtool TAG problems with gcc 4.2miwi2007-10-313-1/+43
| | | | | | PR: 117700 Submitted by: pietro cerutti <gahr@gahr.ch> Approved by: portmgr (pav), maintainer
* - Fix build with gcc 4.2miwi2007-10-312-7/+64
| | | | | | PR: 117705 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: portmgr (pav)
* - Update mozilla -- code execution via Quicktime media-link filesmiwi2007-10-311-1/+2
| | | | | | | PR: 117704 Submitted by: John Hein <jhein@timing.com> Reviewed by: simon Approved by: portmgr (blanket) secteam (blanket via simon)
* Update for version 1.25dougb2007-10-311-1/+1
| | | | Approved by: portmgr (marcus)
* Small bug fixesdougb2007-10-311-3/+6
| | | | | | | | | | | | | | =============== 1. In delete_all_distfiles(), $distdir already contains a trailing slash 2. Only print the "no new versions" message for -L, not -l Big bug fix =========== 1. cd back to the port directory before trying to run 'make install' pointy_hat_supply++ Approved by: portmgr (marcus)
* Fix PKGORIGIN by backing out part of the previous commit. The firsterwin2007-10-311-1/+1
| | | | | | category in CATEGORIES should always be physical category. Approved by: portmgr (self)
* gnutls-devel is now older than gnutls, so in order not to update or delete itnovel2007-10-311-0/+2
| | | | | | during the freeze, mark it IGNORE. Approved by: portmgr (linimon)
* Chase opencdk shared lib version change.novel2007-10-311-2/+3
| | | | Approved by: portmgr (pav) (as a part of security/opencdk commit)
* Update to 0.6.0 - the versioin compatible with the current versionnovel2007-10-314-17/+19
| | | | | | | of gnutls in ports. Therefore, it fixes the problem described in ports/117671. Approved by: portmgr (pav)
* Fix the crash with GTK+ 2.12.x, depend on what theme user is using. Bump themezz2007-10-316-0/+42
| | | | | | | | | PORTREVISION. Reported by: several in freebsd-gnome@ Tested by: kan Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=389801 Approved by: portmgr (marcus)
* - Fix build/install when WRKDIRPREFIX is setrafan2007-10-311-3/+3
| | | | | | PR: ports/117643 Reported by: Stefan Sperling <stsp at stsp.name> (for devel/ncurses) Approved by: portmgr (marcus)
* - Add patch to fix broken preexisting file check, which can result in filesmarkus2007-10-314-0/+70
| | | | | | | | | | being deleted when the user deselects them and they already exist (KDE BUG 150563). - Bump PORTREVISION PR: ports/117654 Submitted by: Shane Bell <decept0@gmail.com> Approved by: portmgr (erwin)
* - Fix build with gcc 4.2miwi2007-10-312-7/+26
| | | | | | PR: 117691 Submitted by: Pietro Cerutti (gahr@gahr.ch) Approved by: portmgr (erwin)