aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkBaptiste Daroussin2012-06-1254-619/+613
| | | | Notes: svn path=/head/; revision=299119
* - Fix C++ code to allow build with modern compilers (clang/gcc46+)Dima Panov2012-06-122-2/+13
| | | | | | | - Chase libpng15 update Notes: svn path=/head/; revision=299118
* Partly revert the previous mkspec changes by using the upstream fix instead.Raphael Kubo da Costa2012-06-122-27/+23
| | | | | | | | | | | | | | | | | Talking to fluffy@ on IRC, I found out the hard way that my commit 0ba35fd5a81df57fb0f943c3dddd35d43ebc3383 has not been included in Qt 4.8.2, so things were pretty much borked when one tried to use non-base gcc. Instead of changing the behavior of g++-base.conf and setting QMAKE_{CC,CXX} in "leaf" mkspecs, my upstream commit simply sets these values after including g++-base.conf where needed (ie. in the freebsd-g++46 mkspec, where we use gcc46 and g++46). Bump PORTREVISION once again, sorry for the hassle. Notes: svn path=/head/; revision=299117
* Document mantis vulnerabilities. The information is a bit light on detailsWesley Shields2012-06-121-0/+26
| | | | | | | | | | but I'm unable to track down better. PR: ports/168984 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=299116
* - Incorporated upstream patch to fix failing test after PNG 1.5.10 updateGreg Larkin2012-06-122-1/+41
| | | | | | | | | - Bumped PORTREVISION Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=299115
* - Convert to new options frameworkTAKATSU Tomonari2012-06-127-78/+77
| | | | Notes: svn path=/head/; revision=299114
* - Update to 1.1.6TAKATSU Tomonari2012-06-122-7/+10
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=299113
* Update to version 2.9.4Pawel Pekala2012-06-123-5/+9
| | | | Notes: svn path=/head/; revision=299112
* - Add a new port: www/rubygem-cookiejarTAKATSU Tomonari2012-06-124-0/+32
| | | | | | | | | | | | | | | The Ruby CookieJar is a library to help manage client-side cookies in pure Ruby. It enables parsing and setting of cookie headers, alternating between multiple 'jars' of cookies at one time (such as having a set of cookies for each browser or thread), and supports persistence of the cookies in a JSON string. Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported. WWW: https://github.com/dwaite/cookiejar Notes: svn path=/head/; revision=299111
* Update to 2.1.9 release.Alex Dupre2012-06-124-49/+3
| | | | Notes: svn path=/head/; revision=299110
* - Unbreak by fixing location of fontdirMichael Scheidell2012-06-121-6/+1
| | | | | | | | | | | | - Remove EXPIRATION/DEPRECATED/BROKEN - No PORTREVISION bump PR: ports/168410 Submitted by: larry bradford <la_bradford@cox.net> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=299109
* - Fix installation problems by changing how pid is checkedMichael Scheidell2012-06-124-52/+92
| | | | | | | | | | | - Add note to pkg-message about postgresql server PR: ports/166534 Submitted by: Laurent Berthelet <laurent@ospowa.com> (maintainer) Reported by: Franck PORCHER <franck.porcher@gmail.com> Notes: svn path=/head/; revision=299108
* - Add LICENSE.Hiroki Sato2012-06-125-391/+953
| | | | | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.3 had some inconsistent default values. Notes: svn path=/head/; revision=299107
* - Import my upstream patches:Alberto Villa2012-06-125-2/+126
| | | | | | | | | | | | | | | | | | | * fix wrong traffic report; * fix link state awareness; * fix wrong encryption state with MIXED privacy WEP connections; * fix default gateway detection. - Update COMMENT. - Bump PORTREVISION. https://bugs.kde.org/show_bug.cgi?id=301546 https://bugs.kde.org/show_bug.cgi?id=301577 https://bugs.kde.org/show_bug.cgi?id=301697 https://bugs.kde.org/show_bug.cgi?id=301699 Approved by: makc (maintainer) via email Notes: svn path=/head/; revision=299106
* - Use another way to avoid hardcoded QMAKE_CC/QMAKE_CXXDima Panov2012-06-122-8/+13
| | | | | | | | previous patch's logic allows to use any ports compile, but fails with base gcc when configuration script uses ${CC}="" by default Notes: svn path=/head/; revision=299105
* - Update to 0.0.4.2Frederic Culot2012-06-122-5/+4
| | | | | | | | | PR: ports/168405 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout (>14 days) Notes: svn path=/head/; revision=299104
* Convert to new options frameworkBaptiste Daroussin2012-06-1221-153/+157
| | | | Notes: svn path=/head/; revision=299103
* Don't override QMAKESPEC, bsd.qt.mk knows it better.Max Brazhnikov2012-06-121-6/+0
| | | | | | | Reported by: avg Notes: svn path=/head/; revision=299102
* Convert to new options frameworkBaptiste Daroussin2012-06-1216-91/+100
| | | | Notes: svn path=/head/; revision=299101
* - Fix loop in a way that likely terminates before the array overflows [1]Dima Panov2012-06-122-1/+15
| | | | | | | | | | - Allow to be built with clang Obtained from: pkgsrc [1] Approved by: maintainer (implicit) Notes: svn path=/head/; revision=299100
* - Remove SITE_PERL from *_DEPENDSPhilippe Audeoud2012-06-1213-22/+22
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=299099
* - Ouch. Fix mistype, sorry :(Dima Panov2012-06-121-1/+1
| | | | Notes: svn path=/head/; revision=299098
* - Allow to pass QMAKESPEC to make [1]Dima Panov2012-06-123-0/+69
| | | | | | | | | | - Backport patch from upstream to fix c++ code, it fixes build with clang/gcc46+ Submitted by: avg (via kde-freebsd ml) [1] Notes: svn path=/head/; revision=299097
* Mark BROKEN on 10.x: unsupportedErwin Lansing2012-06-121-1/+7
| | | | | | | | | | | | KeyError: 'freebsd10': File "/work/a/ports/graphics/yafray/work/yafray/SConstruct", line 20: fichero = ficheros[sys.platform] *** [do-build] Error code 2 Submitted by: pointyhat Notes: svn path=/head/; revision=299096
* - Allow QMAKE_CC and QMAKE_CXX to be selected by corresponded mkspec.Dima Panov2012-06-122-0/+22
| | | | | | | | It will allow to use any supported C compiler from ports instead fallback to hardcoded gcc/g++ by default. Notes: svn path=/head/; revision=299095
* Convert to new options frameworkBaptiste Daroussin2012-06-125-84/+62
| | | | Notes: svn path=/head/; revision=299094
* Convert to new option frameworkBaptiste Daroussin2012-06-125-37/+40
| | | | Notes: svn path=/head/; revision=299093
* Update to 1.18.4Ganael LAPLANCHE2012-06-122-3/+3
| | | | Notes: svn path=/head/; revision=299092
* Update to 4.3.7Ganael LAPLANCHE2012-06-122-4/+3
| | | | Notes: svn path=/head/; revision=299091
* Remove games/flightgear-atlas, unmaintained upstreamGanael LAPLANCHE2012-06-127-101/+1
| | | | Notes: svn path=/head/; revision=299090
* Add shared description for TCLBaptiste Daroussin2012-06-121-0/+1
| | | | Notes: svn path=/head/; revision=299089
* Update to 9.1.0.8Herve Quiroz2012-06-122-6/+7
| | | | | | | | PR: 168650 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=299088
* Update to 0.9.3.1869.Jeremy Messenger2012-06-126-63/+287
| | | | Notes: svn path=/head/; revision=299087
* - Try to fix plist with Ruby 1.9Steve Wills2012-06-122-18/+10
| | | | Notes: svn path=/head/; revision=299086
* - Fix build so that it doesn't fetch during buildSteve Wills2012-06-121-1/+1
| | | | Notes: svn path=/head/; revision=299085
* - Mark broken with ruby 1.9Steve Wills2012-06-121-1/+5
| | | | Notes: svn path=/head/; revision=299084
* - Switch to rubygem-racc which works with ruby 1.9Steve Wills2012-06-121-2/+2
| | | | Notes: svn path=/head/; revision=299083
* Apply r1.18 to mail/p5-FuzzyOcr's Makefile:Raphael Kubo da Costa2012-06-111-1/+1
| | | | | | | | | | - switch from gif2ps to gifasm In graphics/giflib 4.2 gif2ps was removed. According to FuzzyOcr.pm - gif2ps not using, and all other dependence exists. Notes: svn path=/head/; revision=299081
* - Disable backtrace from libexecinfo which causes chrome to crash when compiledRene Ladan2012-06-112-0/+15
| | | | | | | | | | with release CFLAGS under i386. - Bump PORTREVISION Submitted by: George Liaskos Notes: svn path=/head/; revision=299080
* Update to 6.7.7-7Martin Matuska2012-06-112-3/+3
| | | | Notes: svn path=/head/; revision=299079
* Fix inverted PORT_OPTIONS:MDOCS logic, regression from optionsNG migration.Matthias Andree2012-06-111-1/+2
| | | | | | | | Reported by: Spil Oss Reported by: pointyhat (by way of pav@) Notes: svn path=/head/; revision=299078
* New port: security/razorback-officeCat:Ryan Steinmetz2012-06-115-0/+82
| | | | | | | | | | | | | | | | | | Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. The OfficeCat nugget provides the ability to examine Microsoft Office documents to determine the presence of potential exploit conditions in the file. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167749 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=299077
* - Mark BROKEN when GTK2 option is enabled, because glav binary is not builtPav Lucistnik2012-06-111-1/+3
| | | | | | | | | - Flip GTK2 option to default:off to enable package build with default options Reported by: pointyhat Notes: svn path=/head/; revision=299076
* - Mark BROKEN: does not compilePav Lucistnik2012-06-111-7/+3
| | | | | | | | | | | | ../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_image_create' ../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_cio_close' ../../bin/libgdcmMSFF.so.2.2.0: undefined reference to `opj_setup_encoder' [..] Reported by: pointyhat Notes: svn path=/head/; revision=299075
* - Update to version 2.73Marcus von Appen2012-06-112-8/+6
| | | | | | | - respect NO_INSTALL_MANPAGES Notes: svn path=/head/; revision=299074
* - Merge into x11/trayerGuido Falsi2012-06-115-58/+1
| | | | | | | Approved by: crees, tabthorpe (mentors) Notes: svn path=/head/; revision=299073
* - Merge with x11/trayer-srgGuido Falsi2012-06-113-19/+14
| | | | | | | | | | | | - Update to 1.1.5 - Also install man page - Convert NOPORTDOCS check to new options framework - Update homepage and master site Approved by: crees, tabthorpe (mentors) Notes: svn path=/head/; revision=299072
* - Update to 0.5.5Beech Rintoul2012-06-112-3/+3
| | | | | | | | PR: ports/168890 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=299071
* - Update to 0.098Jase Thew2012-06-113-8/+16
| | | | | | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/Reflex/CHANGES Approved by: culot (mentor) Notes: svn path=/head/; revision=299070
* - mark BROKEN on FreeBSD 7Dirk Meyer2012-06-112-7/+15
| | | | Notes: svn path=/head/; revision=299069