summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-10Add new port devel/tass64John Marino
PR: 192155 Submitted by: uffe 6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler Open source, mostly portable C with minimal dependencies Familiar syntax to Omicron TASS and TASM. Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02 Arbitrary-precision integers and bitstrings, double precision floating point nos Character and byte strings, array arithmetic Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, unicode strings Supports Unicode identifiers with case folding and compatibility normalization Built-in "linker" with section support CPU or flat address space for creating huge binaries (e.g. cartridges) Conditional compilation, macros, struct/union structures, scopes.
2014-08-10Fix pkg-plist after r364561Tijl Coosemans
Reported by: antoine
2014-08-10Update to 2.3Carlo Strub
PR: 192105 Submitted by: leres@ee.lbl.gov (maintainer)
2014-08-10Replace homegrown glue by @fontsdir.Joerg Wunsch
2014-08-10databases/pgbouncer: Unconditionally install man pagesJohn Marino
This port had a couple of issues besided installing man pages as a function of the DOCS option selection. It also was using <pre> and <post> inclusions with <options>, _DEPENDS were in multiple places. I regrouped the *_DEPENDS, I moved the options to just above the make targets (their conventional location) and I utilized <option>_*_DEPENDS as well after fixing the man pages. PR: 192507 Reported by: dmitry2004 (yandex.ru) Approved by: Just Fix It (maintainer in copy)
2014-08-10Fix typo in pkg-descr.Jimmy Olgeni
2014-08-10Update to the 20140806 snapshot of GCC 4.9.2.Gerald Pfeifer
2014-08-10Remove duplicate things from plistsAntoine Brodin
Reported by: pkg developer mode
2014-08-10Update to 2014.1.899321Carlo Strub
PR: 192358 Submitted by: gordon@ (maintainer)
2014-08-10Remove duplicate line from plistAntoine Brodin
Reported by: pkg developer mode
2014-08-10Update to the 20140807 snapshot of GCC 4.8.4.Gerald Pfeifer
2014-08-10Update to version 4.6.3Pawel Pekala
2014-08-10Workaround NO_WRKSUBDIR + ${COPYTREE} . side effectsAntoine Brodin
2014-08-10Update relayd to 2014-08-10Martin Matuska
2014-08-10Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans
(a* to d* categories) PR: 192062
2014-08-10Remove things no longer necessary now it is fixedAntoine Brodin
2014-08-10UnbreakAntoine Brodin
2014-08-10Replace some dependencies on libtool with USES=libtool:build or aTijl Coosemans
dependency on libtoolize
2014-08-10Finish stage conversionAntoine Brodin
2014-08-10Fix a stage violationAntoine Brodin
2014-08-10net-mgmt/nfdump: Upgrade version to 1.6.9 => 1.6.12 and stageJohn Marino
Also assign maintainership to submitter PR: 192554 Submitted by: Carlos JPM
2014-08-10- Add USE_OPENSSL, since all lang/python ports build the _ssl module, whichMarcus von Appen
requires a working OpenSSL implementation Phabric: D569 Reviewed by: wg@ With hat: python@
2014-08-10Fix plistAntoine Brodin
2014-08-10net/wackford-squeers: Update version 1.17 => 1.19 and stageJohn Marino
PR: 192531 Submitted by: James Bailie
2014-08-10- Update to 9.20140809Sunpoet Po-Chuan Hsieh
- Add LICENSE Changes: http://source.joeyh.branchable.com/?p=source.git
2014-08-10- Update to 0.10Sunpoet Po-Chuan Hsieh
Changes: http://search.cpan.org/dist/Archive-Any-Lite/Changes
2014-08-10- Update to 0.4.1Sunpoet Po-Chuan Hsieh
- Update pkg-descr - Update WWW Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-08-10Update third-party modsecurity module from 2.7.5 to latest version 2.8.0.Sergey A. Osokin
2014-08-10- StagifyThomas Zander
- Add LICENSE - Makefile cleanup - Move pkg-plist into Makefile PLIST var - Add pkg-message.in regarding startup script - Pet portlint PR: 191839 Submitted by: freebsd@jonathanprice.org Approved by: mentors (implicit)
2014-08-10Update from 4.0.45 to 4.0.48:Sergey A. Osokin
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Add CPE information. <ChangeLog> Release 4.0.48 -------------- * Fixed a race condition while determining what user an application should be executed as. This bug could lead to applications being run as the wrong user. Closes GH-1241. * [Standalone] Improved autodetection of Rails asset pipeline files. This prevents Standalone from incorrectly setting caching headers on non-asset pipeline files. Closes GH-1225. * Fixed compilation problems on CentOS 5. Thanks to J. Smith. Closes GH-1247. * Fixed compilation problems on OpenBSD. * Fixed compatibility with Ruby 1.8.5. Release 4.0.47 -------------- * [Enterprise] Fixed a bug in Flying Passenger's `--max-preloader-idle-time` option. Release 4.0.46 -------------- * Further improved Node.js and Socket.io compatibility. * Sticky session cookies have been made more reliable. * Fixed WebSocket upgrade issues on Firefox. Closes GH-1232. * The Python application loader now inserts the application root into `sys.path`. The fact that this was not done previously caused a lot of confusion amongst Python users, who wondered why their `passenger_wsgi.py` could not import any modules from the same directory. * Fixed a compatibility problem with Django, which could cause Django apps to freeze indefinitely. Closes GH-1215. * Logging of application spawning errors has been much improved. Full details about the error, such as environment variables, are saved to a private log file. In the past, these details were only viewable in the browser. This change also fixes a bug on Phusion Passenger Enterprise, where enabling Deployment Error Resistance causes error messages to get lost. Closes GH-1021 and GH-1175. * Fixed a regression in Node.js support. When a Node.js app is deployed on a HTTPS host, the `X-Forwarded-Proto` header wasn't set in 4.0.45. Closes GH-1231. * Passenger Standalone no longer, by default, loads shell startup files before loading the application. This is because Passenger Standalone is often invoked from the shell anyway. Indeed, loading shell startup files again can interfere with any environment variables already set in the invoking shell. You can still tell Passenger Standalone to load shell startup files by passing `--load-shell-envvars`. Passenger for Apache and Passenger for Nginx still load shell startup files by default. * Passenger Standalone now works properly when the HOME environment variable isn't set. Closes GH-713. * Passenger Standalone's `package-runtime` command has been removed. It has been broken for a while and has nowadays been obsolete by our automatic [binary generation system](https://github.com/phusion/passenger_autobuilder). Closes GH-1133. * The `passenger_startup_file` option now also works on Python apps. Closes GH-1233. * If you are a [Union Station](https://www.unionstationapp.com) customer, then Phusion Passenger will now also log application spawning errors to Union Station. This data isn't shown in the Union Station interface yet, but it will be implemented in the future. * Fixed compilation problems on OmniOS and OpenIndiana. Closes GH-1212. * Fixed compilation problems when Nginx is configured with OpenResty. Thanks to Yichun Zhang. Closes GH-1226. * Fixed Nginx HTTP POST failures on ARM platforms. Thanks to nocelic for the fix. Closes GH-1151. * Documentation contributions by Tim Bishop and Tugdual de Kerviler. * Minor Nginx bug fix by Feng Gu. Closes GH-1235. </ChangeLog>
2014-08-10- Update to 1.002Wen Heping
- Stage support - Fix build with clang PR: 192546 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
2014-08-10Add CPE data to my ports.Adam Weinberger
2014-08-10archivers/pbzip2: Upgrade version 1.1.6 => 1.1.8John Marino
PR: 191851 Submitted by: Daniel Austin Approved by: maintainer timeout (miwi, 3 weeks)
2014-08-10graphics/qgis: Upgrade version 2.2.0 => 2.4.0John Marino
PR: 191837 Submitted by: maintainer (Rainer Hurling)
2014-08-10astro/xearth: add myself to freebsd.committers.markersWilliam Grzybowski
2014-08-10Reset maintainership on www/dwooJohn Marino
This port was not staged, but it was spared a reset because somebody (not the maintainer) submitted a PR to stage it. Unfortunately the PR has numerous problems which have not been addressed in the last couple of weeks. Reset the maintainer now, and let the port be pruned at the end of the month if no one steps up to save it. PR: 190041 Submitted by: Joe (thralling.com) Approved by: maintainer (Joe Horn) Rejected by: marino (technical reasons) Approved by: portmgr (implicit, NOT_STAGED)
2014-08-10net-im/chattahoochie: update to 1.9William Grzybowski
PR: 192407 Submitted by: maintainer
2014-08-10math/dynare: update to 4.4.3William Grzybowski
PR: 192407 Submitted by: maintainer
2014-08-10Fixup distfile fetch broken by previous commit.Alexander Nedotsukov
2014-08-10Switch to USES=libtool:build. Also add a run dependency on libtool becauseTijl Coosemans
the compiler can use libtool internally. Reported by: antoine
2014-08-10Add support for USES=libtool:build. It adds a build dependency onTijl Coosemans
devel/libtool and can be used when a port does not generate its own libtool script but relies on the system to provide one. Approved by: portmgr (antoine)
2014-08-10www/ephemera: Upgrade version 2.9 => 4.0John Marino
Also fix incorrect use of @sample keyword PR: 192532 Submitted by: maintainer (James Bailie)
2014-08-10Update to 340.24Alexander Nedotsukov
PR: 192543
2014-08-10- Reset maintainer to ports@Wen Heping
Submitted by: chifeng@gmail.com(previous maintainer, via email)
2014-08-10- Update to 1.3.7Wen Heping
- Reset maintainer to ports@
2014-08-10mail/roundcube-thunderbird_labels: Upgrade version 0.8.1 => 1.0.0 and stageJohn Marino
Also assign maintainership to submitter who was former maintainer. The MASTER_SITES has moved to Google Drive. PR: 192508 Submitted by: Alexander Moisseev
2014-08-10Allow building on old freebsdAntoine Brodin
2014-08-10net/x2goclient: Upgrade version 4.0.2.0 => 4.0.2.1John Marino
PR: 192211 Submitted by: Ports Fury
2014-08-10Allow building on freebsd 8 and 9Antoine Brodin
2014-08-10net/x2goclient-cli: Fix perl shebang on main executable, pet portlintJohn Marino
This port failed to build under poudriere bulk -t: Just Fix It