summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-1817-8/+355
| | | | | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117
* www/py-clientform: convert to USES=pythonRuslan Makhmatkhanov2014-10-181-5/+2
| | | | | | | | | | | | | | | | | | - convert to USES=python - limit to python2: """ Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 13 False, True = 0, 1 ^ SyntaxError: can't assign to keyword """ Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371116
* www/py-cherrypy-old: convert to USES=pythonRuslan Makhmatkhanov2014-10-181-3/+2
| | | | | | | | | | | | | | | | | | - convert to USES=python - limit to python2 only: """ Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 65 print s % (name, version, required_python_version) ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371115
* www/py-bottle: convert to USES=pythonRuslan Makhmatkhanov2014-10-182-6/+4
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371114
* www/py-blogofile: convert to USES=pythonRuslan Makhmatkhanov2014-10-181-5/+3
| | | | | | | | | | | | - convert to USES=python - limit python version to 2.x: depends on beautifulsoup32 that doesn't work with python3 + useing constructions, not compatible with 3.x Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371113
* www-beautitifulsoup: convert to USES=pythonRuslan Makhmatkhanov2014-10-183-12/+4
| | | | | | | | | | | | | | | | | | - convert to USES=python - remove pkg-plist and limit py-beautifulsoup32 to python2: """ Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371112
* Unbreak seamonkey-i18nAntoine Brodin2014-10-181-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=371110
* www/py-apachelog: convert to USES=pythonRuslan Makhmatkhanov2014-10-182-4/+3
| | | | | | | | | | | | | | | | - convert to USES=python - limit to python2: """ File "/usr/local/lib/python3.4/site-packages/apachelog.py", line 170 except Exception, e: ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371109
* UnbreakAntoine Brodin2014-10-182-2/+4
| | | | Notes: svn path=/head/; revision=371108
* databases/cego: 2.20.14 -> 2.20.15Kurt Jaeger2014-10-182-4/+3
| | | | | | | | | | | | | | | | | | | | - Added restricted access for JDBC information requests The jdbc role now is required to perform any JDBC information requests. - A problem occured with inner and outer joins if the same table occurs two times or more in the query For the CegoAttrComp class, the tablealias name is stored now to evaluate if the compare is appropriate for the corresponding table - Small optimization in CegoDisManager::updateLocalDataTable Instead of requesting a new lock for the commitment phase, the lock we already have is also used for the commit in case of forecedTransactions ( update case ). - This ensures, that the forced transaction can be done without risking to not obtain the lock for the corresponding table again. Submitted by: Björn Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=371107
* - Update to 1.8.1 [1]Antoine Brodin2014-10-185-243/+210
| | | | | | | | | | | | - Reset Maintainer [2] - Fix build with new mesa PR: ports/185001 [1] Submitted by: Hardy Schumacher [1] Approved by: maintainer timeout (10 months) [2] Notes: svn path=/head/; revision=371106
* - Reformat pkg-descrSunpoet Po-Chuan Hsieh2014-10-183-10/+9
| | | | | | | | - Cleanup PLIST - Take maintainership Notes: svn path=/head/; revision=371105
* www/py-amf: convert to USES=pythonRuslan Makhmatkhanov2014-10-181-3/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=371104
* - Sort SUBDIRsSunpoet Po-Chuan Hsieh2014-10-181-1/+1
| | | | Notes: svn path=/head/; revision=371103
* Enable the new Mesa if the DragonFly version is new enough.Koop Mast2014-10-181-0/+4
| | | | | | | Submitted by: Francois Tigeot Notes: svn path=/head/; revision=371102
* devel/librevisa-vxi: NEW PORTBartek Rutkowski2014-10-185-0/+50
| | | | | | | | | | | | | | VISA is a multivendor standard for interfacing test and measurement equipment. LibreVISA aims to be a compliant implementation of the VISA standard in a free software library. Currently support for targets connected via USB, exposing the USBTMC interface, and VXI-11 devices. PR: 193199 Submitted by: Uffe Jakobsen <uffe@uffe.org> Approved by: mentors (implicit) Notes: svn path=/head/; revision=371101
* - Update to upstream version 20140826Thomas Zander2014-10-183-9/+9
| | | | | | | | | PR: 193020 Submitted by: rsimmons0@gmail.com Approved by: maintainer timeout Notes: svn path=/head/; revision=371100
* - Fix install in case share/apache dir is not created prior to installtionThomas Zander2014-10-182-23/+13
| | | | | | | | | PR: 192943 Submitted by: turutani@scphys.kyoto-u.ac.jp Approved by: maintainer timeout Notes: svn path=/head/; revision=371099
* audio/exaile: update to 3.4.0.2Ruslan Makhmatkhanov2014-10-183-216/+148
| | | | | | | | | | | | | | | | | | | - update to 3.4.0.2 - switch to github - add LICENSE_FILE - modernize port - stop building and installing an manpage, because of: 1. It can't be built on package cluster, because exaile refuses to start under root user. 2. It needs pygtk2 and friends on build phase just to create the manpage! I'd rethink the process, or at least included the prebuilt version of manpage to the source tarball. PR: 194144 Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=371098
* - Convert to USES=pythonMarcus von Appen2014-10-181-2/+1
| | | | | | | | Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371097
* - Convert ports from accessibility/, archivers/ and astro/ to newMarcus von Appen2014-10-1811-28/+16
| | | | | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371096
* Update to 2.3.1.Mikolaj Golub2014-10-182-4/+5
| | | | Notes: svn path=/head/; revision=371095
* japanese/ebnetd: Remove @dirrm, use @sample, use @dir()John Marino2014-10-182-4/+7
| | | | | | | | | | | | | The stage-qa checks said 5 files needed perl shebang fixed, but USE=shebangfix won't fix it. The value of PERL was defined for the configure target to fix it. However, a run depends on perl was not added as the affected files are probably optional scripts. PR: 194367 Submitted by: maintainer (Yasuhiro KIMURA) Notes: svn path=/head/; revision=371094
* mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CPJohn Marino2014-10-182-13/+3
| | | | | | | | PR: 194370 submitted by: maintainer (Yasuhiro KIMURA) Notes: svn path=/head/; revision=371093
* Improve the status command of the rc script:Alexander Leidinger2014-10-182-2/+3
| | | | | | | | | | | - return error code if not running [1] - narrow down which java process to accept as "running" PR: 193728 [1] Noticed by: jason.unovitch@gmail.com [1] Notes: svn path=/head/; revision=371092
* net-p2p/dogecoin: update to 1.8.0Steve Wills2014-10-188-83/+78
| | | | Notes: svn path=/head/; revision=371091
* Bump version, I fix building erro on prev commit.Vanilla I. Shu2014-10-181-1/+1
| | | | Notes: svn path=/head/; revision=371090
* net/syncthing: update to 0.10.1Steve Wills2014-10-183-5/+5
| | | | Notes: svn path=/head/; revision=371089
* Fix harderBaptiste Daroussin2014-10-171-1/+1
| | | | | | | PR: 194205 Notes: svn path=/head/; revision=371087
* Fix plistBaptiste Daroussin2014-10-172-2/+6
| | | | | | | | PR: 148051 Pointyhat to: bapt Notes: svn path=/head/; revision=371085
* - Update to 1.3.17Stephen Hurd2014-10-172-5/+4
| | | | | | | | | | | - Set Maintainer to hamradio@ From ChangeLog: FT450D Notch, IC-9100 update, Power meter remote, Smeter remote, touch panel, xml-fix, FT450D, Freq Control, IC 7410 Notes: svn path=/head/; revision=371084
* And remember to bump versions here too.Mathieu Arnold2014-10-171-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=371083
* - Fix build on head [1]Antoine Brodin2014-10-172-26/+322
| | | | | | | | | | | - Fix displaying of MAC address [2] PR: ports/194187 Submitted by: glebius [1], self [2] Tested with: gnome-nettool Notes: svn path=/head/; revision=371082
* Update to 2.2.0.Mikolaj Golub2014-10-172-4/+4
| | | | Notes: svn path=/head/; revision=371081
* Update to 5.6.2 release.Alex Dupre2014-10-172-3/+3
| | | | Notes: svn path=/head/; revision=371080
* Update to 5.5.18 release.Alex Dupre2014-10-173-26/+4
| | | | Notes: svn path=/head/; revision=371079
* Update to 5.4.34 release.Alex Dupre2014-10-173-26/+4
| | | | Notes: svn path=/head/; revision=371078
* Update to 1.1.5.Mikolaj Golub2014-10-173-334/+331
| | | | Notes: svn path=/head/; revision=371077
* dns/powerdns: 3.3.1 -> 3.4.0Kurt Jaeger2014-10-177-230/+1566
| | | | | | | | | | | | | | | | | | | | | Changelog http://doc.powerdns.com/html/changelog.html#changelog-auth-3.4.0 - Moved remote backend to regular (was experimental) - Added the GeoIP, LMDB (both experimental) and Bind backend - Removed Crypto++ support (as suggested by the author) - Fixed the Luabackend on i386 - Added note to pkg-message about mandatory schema changes for gmysql, gpgsql and gsqlite3 backends - Changed the example pdns.conf to include all possible configuration options when all backends are enabled PR: 194057 Submitted by: me@nileshgr.com, updated by tremere@cainites.net Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=371076
* - Pet portlintKris Moore2014-10-173-181/+181
| | | | Notes: svn path=/head/; revision=371075
* Add dependency option, defaulting to security/krb5.Cy Schubert2014-10-171-2/+19
| | | | Notes: svn path=/head/; revision=371074
* Update to 1.4-2Steven Kreuzer2014-10-172-4/+3
| | | | Notes: svn path=/head/; revision=371073
* - General cleanup of portKris Moore2014-10-173-66/+66
| | | | | | | Submitted by: Max Brazhnikov <makc@freebsd.org> Notes: svn path=/head/; revision=371072
* Python Client built against the Wolfram|Alpha v2.0 APISteven Kreuzer2014-10-174-0/+26
| | | | | | | WWW: https://bitbucket.org/jaraco/wolframalpha Notes: svn path=/head/; revision=371071
* - Update to version 5.23.3Pawel Pekala2014-10-173-6/+5
| | | | | | | | | | - Remove @dirrm's from pkg-plist PR: 194193 Submitted by: maintainer Notes: svn path=/head/; revision=371070
* Fix harderAntoine Brodin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371069
* Fix a MOVED entryAntoine Brodin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371068
* Fix build on freebsd 8Antoine Brodin2014-10-171-8/+2
| | | | Notes: svn path=/head/; revision=371067
* - Follow upstream name changeAntoine Brodin2014-10-177-19/+14
| | | | | | | - Update to 0.40 Notes: svn path=/head/; revision=371066
* - Fix ${arch}_BROKEN statements to correct BROKEN_${arch}Dmitry Marakasov2014-10-1710-23/+8
| | | | | | | | - Drop @dirrm* from plists - Other minor fixes Notes: svn path=/head/; revision=371065