summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* devel/rubygem-little_plugger: remove unneeded rspec dependencySteve Wills2014-08-221-2/+1
| | | | | PR: 192512 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* Fix build. Hopefully it doesn't break the app.Adam Weinberger2014-08-221-0/+11
|
* ports-mgmt/bpm: Fix stagingRene Ladan2014-08-225-0/+93
|
* The MDOCS check was backwards, which broke packaging. The whole check wasAdam Weinberger2014-08-221-7/+0
| | | | unnecessary, so I've just ripped it out entirely.
* - Stage support.Stephen Montgomery-Smith2014-08-214-17/+32
|
* databases/postgis21: Restore build of non-default raster optionJohn Marino2014-08-213-0/+24
| | | | | | | | | Upstream made a change to support Debian's kFreeBSD and broke FreeBSD in the process. PR: 192840 patch by: Robert Kruus staging: marino
* ports-mgmt/bpm: Stagify.Rene Ladan2014-08-211-2/+1
|
* Stage chinese/fcitx-sunpinyinJohn Marino2014-08-211-5/+1
| | | | | PR: 192894 Submitted by: Henry Hu
* Mark BROKEN.Adam Weinberger2014-08-211-0/+2
| | | | | | | | | | | | | | creating libAiksaurusGTK.la (cd .libs && rm -f libAiksaurusGTK.la && ln -s ../libAiksaurusGTK.la libAiksaurusGTK.la) if c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../base -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -O2 -pipe -fno-strict-aliasing -MT gtkAiksaur.t.o -MD -MP -MF ".deps/gtkAiksaur.t.Tpo" -c -o gtkAiksaur.t.o gtkAiksaur.t.cpp; \ then mv -f ".deps/gtkAiksaur.t.Tpo" ".deps/gtkAiksaur.t.Po"; else rm -f ".deps/gtkAiksaur.t.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link c++ -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -O2 -pipe -fno-strict-aliasing -o gaiksaurus gtkAiksaur.t.o libAiksaurusGTK.la c++ -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -O2 -pipe -fno-strict-aliasing -o .libs/gaiksaurus gtkAiksaur.t.o -pthread ./.libs/libAiksaurusGTK.so -L/usr/local/lib -lz -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: .: invalid DSO for symbol `gtk_init' definition /usr/local/lib/libgtk-x11-2.0.so.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[4]: *** [gaiksaurus] Error 1 gmake[4]: Leaving directory `/wrkdirs/usr/ports/textproc/aiksaurus-gtk/work/aiksaurus-1.2.1/gtk/src'
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-21162-2077/+403
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Mark BROKEN on FreeBSD 10 and above.Adam Weinberger2014-08-211-1/+7
| | | | | | | | | | | | ./Platoon.h:4:10: fatal error: 'list.h' file not found #include <list.h> ^ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/benchmarks/dkftpbench/work/dkftpbench-0.45 *** Error code 1
* textproc/rubygem-redcarpet: update to 3.1.2Steve Wills2014-08-212-3/+3
| | | | | PR: 190651 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* Test fix for math/gringo.Matthias Andree2014-08-211-0/+12
|
* science/ruby-dcl: fixed broken; use gccSteve Wills2014-08-211-3/+8
| | | | | PR: 190688 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
* devel/rubygem-pry: update to 0.10.0Steve Wills2014-08-212-5/+5
| | | | | PR: 190857 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* - Document buffer overrun in sysutils/fileRyan Steinmetz2014-08-211-0/+25
|
* math/rubygem-narray: update to 0.6.0.9Steve Wills2014-08-212-3/+3
| | | | | PR: 190473 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
* - Cleanup ${FILESDIR}/Makefile.Hiroki Sato2014-08-212-27/+31
| | | | - Remove MAKE_JOBS_UNSAFE.
* Allow staging as a regular userAntoine Brodin2014-08-211-0/+2
|
* - take over maintainership;Mikolaj Golub2014-08-214-73/+109
| | | | | - update to 2.0.0; - add @exec/@unexec for copying sample files to configuration.
* Allow staging as a regular userAntoine Brodin2014-08-211-0/+2
|
* Allow staging as a regular userAntoine Brodin2014-08-211-0/+2
|
* Allow staging as a regular userAntoine Brodin2014-08-211-4/+4
|
* Add textproc/pugixml.Adam Weinberger2014-08-214-0/+31
| | | | | | | | | | | | | | | | pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions WWW: http://pugixml.com/ PR: 192634 Submitted by: ybungalobill@gmail.com
* - Allow staging as a regular userAntoine Brodin2014-08-212-7/+11
| | | | - Shebangfix
* Allow staging as a regular userAntoine Brodin2014-08-211-1/+1
|
* Add sysutils/rcadm.Adam Weinberger2014-08-214-0/+36
| | | | | | | | | | | | | | Utility to administer the rc.conf system configuration file. rcadm features: * listing current settings * enabling/disabling services * setting and getting arbitrary variables WWW: https://github.com/skoef/rcadm PR: 179017 Submitted by: Reinier@flash.skoef.net
* - Eat excess newline at the end of the commit log.Bryan Drewery2014-08-211-1/+2
|
* Allow staging as a regular user and simplify a bitAntoine Brodin2014-08-212-7/+3
|
* On FreeBSD 9.x i386 systems, debugging applications with threads causes aTijl Coosemans2014-08-212-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | crash of gdb. When the libthr is loaded by gdb, the thread support want to add FreeBSD specific information to the current thread. Doing this, it cleans the thread list and re-add the current thread with the updated information (actually, the LWP id). This operation call a free of the struct thread_info (clean/init the thread list) and a malloc of the same struct (add the current thread). The problem is that a pointer to the struct thread_info is stored in another struct (about the execution context) and it's not updatable. On FreeBSD 9.x i386 systems, the malloc return a new pointer; then the execution context contains a broken pointer. On all other platform, the malloc return the same pointer and the execution context stays coherent. This patch avoids to clean the thread list and to re-add the thread; it just update thread information of the current thread. PR: 192890 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
* - Make 'clean-restricted' tell that it is deleting the package.Bryan Drewery2014-08-212-3/+4
| | | | | | | Don't show this verbose output when calling delete-package on failures from do-package though. With hat: portmgr
* - Fix cups-filter failing on a number of printer classes that use poppler'sKris Moore2014-08-212-0/+13
| | | | | | | "pdftops" - Bump PORTREV Approved by: Maintainer
* - Add a comment to clean-restricted. This code has confused me every timeBryan Drewery2014-08-211-0/+2
| | | | | | I've looked. With hat: portmgr
* Add an option helper for PLIST_SUBAntoine Brodin2014-08-213-9/+9
| | | | | | | | | Rename a few variables to avoid confusion with this new helper Requested by: koobs Reviewed by: mat With hat: portmgr Differential revision: https://reviews.freebsd.org/D665
* Update all Django ports to new security releasesKubilay Kocak2014-08-218-40/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On August 20, the Django team issued new security releases addressing multiple vulnerabilities [1]. Update all of our Django ports accordingly: - www/py-django: Update to 1.6.6 - www/py-django14: Update to 1.4.14 - www/py-django15: Update to 1.5.9 - www/py-django-devel: Update to 1.7 release candidate 3 While I'm here: - Switch to USES=python and USE_PYTHON=<features> - Deprecate OPTIONSFILE - Add CPE information - Add LICENSE_FILE - Tweak HTMLDOCS option description And for www/py-django-devel: - Switch to GITHUB for distribution files [1] https://www.djangoproject.com/weblog/2014/aug/20/security/ Approved by: lwhsu (maintainer) MFH: 2014Q3 Security: 3c5579f7-294a-11e4-99f6-00e0814cab4e
* Add missing <package> tagLi-Wen Hsu2014-08-211-0/+1
|
* Reset maintainer print/ansiprint per his requestJohn Marino2014-08-211-11/+11
| | | | | | | | Thanks for looking after this port, Stephen. While here, I'll make some cosmetic realignments and convert EXTRACT_SUFX to USES. PR: 192891 Submitted by: maintainer (Stephen Fisher)
* Document Django 2014-08-20 vulnerabiltyLi-Wen Hsu2014-08-211-0/+80
| | | | Reviewed by: koobs
* Add multimedia/plexhometheater, the frontend to the powerfulAdam Weinberger2014-08-2137-0/+2338
| | | | | | | Plex media system. PR: 191413 Submitted by: woodsb02@gmail.com
* * Stage bacula-docs and upgrade to 7.0.3 (latest version)Dan Langille2014-08-212-9/+12
| | | | | | * use my @FreeBSD.org address for MAINTAINER Approved by: wg (mentor)
* Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal.Matthias Andree2014-08-211-0/+77
|
* - Update to version 1.45 beta1Alexey Dokuchaev2014-08-214-143/+47
| | | | | | - Transfer maintainership to games@ I've managed to push some of the patches upstream, but not all.
* net/syncthing: update to 0.9.5Steve Wills2014-08-212-4/+3
| | | | | PR: 192868 Submitted by: Kyle J. Farmer <bannereddivpool@gmail.com>
* Add sysutils/bhyve-rc: FreeBSD RC script to start bhyve guests in tmux.Adam Weinberger2014-08-215-0/+232
| | | | | PR: 183604 Submitted by: Michael Gmelin
* security/libprelude: Take MAINTAINER'ship, STAGE & ModernizeKubilay Kocak2014-08-2110-59/+50
| | | | | | | | | | | | | | | | | | | | | - Take Maintainership - Enable STAGE support - Tweak MASTER_SITES https -> http (portlint) - Add LICENSE and LICENSE_FILE - Deprecate USE_AUTOTOOLS for libtool (-> USES) - Sort USES and OPTIONS - Use OPTIONS helpers as much as possible for now [1] - Add --enable-static to CONFIGURE_ARGS to retain the static lib - Assign and Use ETCDIR rather than hardcoding - Use the install-strip install target - Update pkg-plist, use @sample and other goodies While I'm here, bump dependent ports since our SHLIB major version has changed [1] https://reviews.freebsd.org/D665 Approved by: portmgr (implicit, bump unstaged port)
* - Update asterisk to 1.8.30.0Guido Falsi2014-08-214-8/+6
| | | | - Update asterisk11 to 11.12.0
* security/tinyca: Reset maintainerJohn Marino2014-08-211-1/+1
| | | | | Multiple PRs on this PR have timed out, and the maintainer has a current history of timing out on all his ports. Reset this one too.
* Security/denyhosts: Limit to python 2.x and reset maintainerJohn Marino2014-08-211-3/+2
| | | | | | | | | | The maintainer has not been responsive and multiple PRs have timed out. Convert USE_PYTHON=yes to USES=python:2 as this application will not run on Python 3.x PR: 187408 Submitted by: corsmith (gmail) Approved by: maintainer timeout
* Horde package update:Martin Matuska2014-08-216-9/+9
| | | | | | comms/pear-Horde_ActiveSync 2.16.11 -> 2.17.0 mail/pear-Horde_Imap_Client 2.24.0 -> 2.24.2 devel/pear-Horde_Util 2.4.0 -> 2.5.1
* - Add missing -lcrypto (fixup for r364712)Tijl Coosemans2014-08-211-3/+4
| | | | - Use MAKE_CMD