1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
Commit Graph

346247 Commits

Author SHA1 Message Date
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Hiroki Sato
95f76981d8 Remove print/tex-omegaware-old. This is no longer maintained and
there is no application which requires it.
2014-08-22 07:19:37 +00:00
Matthias Andree
f8f8110e2a Catch and report substitution failure on lines such as PORTREVISION=${SOME_VAR}. 2014-08-22 07:13:51 +00:00
Matthias Andree
1bf8aa3914 Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
2014-08-22 06:56:48 +00:00
Matthias Andree
7e057c8605 Remove orphaned directories; remove gslin's blanket approval from db48. 2014-08-22 06:29:53 +00:00
Hiroki Sato
ad2594965d - Add BSIM3v3 support. This is disabled by default because its license is
not compatible with SPICE3f5.
- Remove bsd.prog.mk dependency.
- Put variables in ${FILESDIR}/FreeBSD* configuration file into
  ${FILES}/Makefile.
- Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}.
- Remove unnecessary changes in patch-conf_defaults.
2014-08-22 05:05:02 +00:00
Steve Wills
b51e9d00d6 devel/rubygem-little_plugger: remove unneeded rspec dependency
PR:		192512
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-08-22 01:34:53 +00:00
Adam Weinberger
f42216be44 Fix build. Hopefully it doesn't break the app. 2014-08-22 00:33:16 +00:00
Rene Ladan
ca0726c02e ports-mgmt/bpm: Fix staging 2014-08-22 00:30:08 +00:00
Adam Weinberger
bbf593aecb The MDOCS check was backwards, which broke packaging. The whole check was
unnecessary, so I've just ripped it out entirely.
2014-08-22 00:16:56 +00:00
Stephen Montgomery-Smith
c39dace61f - Stage support. 2014-08-21 23:38:59 +00:00
John Marino
7ae0d382b2 databases/postgis21: Restore build of non-default raster option
Upstream made a change to support Debian's kFreeBSD and broke FreeBSD
in the process.

PR:		192840
patch by:	Robert Kruus
staging: 	marino
2014-08-21 23:37:08 +00:00
Rene Ladan
07e9ff6653 ports-mgmt/bpm: Stagify. 2014-08-21 23:25:41 +00:00
John Marino
fce4d1978a Stage chinese/fcitx-sunpinyin
PR:		192894
Submitted by:	Henry Hu
2014-08-21 23:07:32 +00:00
Adam Weinberger
d2df789228 Mark BROKEN.
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'
2014-08-21 23:05:13 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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)
2014-08-21 22:50:29 +00:00
Adam Weinberger
6724089b21 Mark BROKEN on FreeBSD 10 and above.
./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
2014-08-21 22:40:35 +00:00
Steve Wills
2260c7cc09 textproc/rubygem-redcarpet: update to 3.1.2
PR:		190651
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-08-21 22:38:07 +00:00
Matthias Andree
bb72b41b59 Test fix for math/gringo. 2014-08-21 20:40:52 +00:00
Steve Wills
0de72b17a7 science/ruby-dcl: fixed broken; use gcc
PR:		190688
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2014-08-21 20:29:20 +00:00
Steve Wills
bd234770cb devel/rubygem-pry: update to 0.10.0
PR:		190857
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-08-21 20:00:11 +00:00
Ryan Steinmetz
b91a107bb8 - Document buffer overrun in sysutils/file 2014-08-21 19:46:21 +00:00
Steve Wills
567e80f29a math/rubygem-narray: update to 0.6.0.9
PR:		190473
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-08-21 19:41:32 +00:00
Hiroki Sato
605c6c3a90 - Cleanup ${FILESDIR}/Makefile.
- Remove MAKE_JOBS_UNSAFE.
2014-08-21 19:41:06 +00:00
Antoine Brodin
393a13c995 Allow staging as a regular user 2014-08-21 19:36:06 +00:00
Mikolaj Golub
3a940f306c - take over maintainership;
- update to 2.0.0;
- add @exec/@unexec for copying sample files to configuration.
2014-08-21 19:35:52 +00:00
Antoine Brodin
f6724a6aae Allow staging as a regular user 2014-08-21 19:28:40 +00:00
Antoine Brodin
cbdf93aa1b Allow staging as a regular user 2014-08-21 19:18:24 +00:00
Antoine Brodin
431d61fde7 Allow staging as a regular user 2014-08-21 19:15:49 +00:00
Adam Weinberger
701fd571f9 Add textproc/pugixml.
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
2014-08-21 19:07:48 +00:00
Antoine Brodin
988b15524a - Allow staging as a regular user
- Shebangfix
2014-08-21 19:04:32 +00:00
Antoine Brodin
9083803efa Allow staging as a regular user 2014-08-21 18:51:57 +00:00
Adam Weinberger
ca3afb71b0 Add sysutils/rcadm.
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
2014-08-21 18:51:34 +00:00
Bryan Drewery
5d24089a65 - Eat excess newline at the end of the commit log. 2014-08-21 18:47:33 +00:00
Antoine Brodin
f90eb2e614 Allow staging as a regular user and simplify a bit 2014-08-21 18:41:16 +00:00
Tijl Coosemans
78bf230c2c On FreeBSD 9.x i386 systems, debugging applications with threads causes a
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)
2014-08-21 18:35:52 +00:00
Bryan Drewery
da8eb17b2b - Make 'clean-restricted' tell that it is deleting the package.
Don't show this verbose output when calling delete-package on
  failures from do-package though.

With hat:	portmgr
2014-08-21 18:30:36 +00:00
Kris Moore
07434cc6dc - Fix cups-filter failing on a number of printer classes that use poppler's
"pdftops"
- Bump PORTREV

Approved by: Maintainer
2014-08-21 18:22:17 +00:00
Bryan Drewery
4fdfafda5b - Add a comment to clean-restricted. This code has confused me every time
I've looked.

With hat:	portmgr
2014-08-21 18:08:00 +00:00
Antoine Brodin
b154a5521f Add an option helper for PLIST_SUB
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
2014-08-21 18:06:58 +00:00
Kubilay Kocak
b79b3f1ca2 Update all Django ports to new security releases
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
2014-08-21 17:24:39 +00:00
Li-Wen Hsu
61faa6c3bc Add missing <package> tag 2014-08-21 17:13:16 +00:00
John Marino
448ac92a2a Reset maintainer print/ansiprint per his request
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)
2014-08-21 17:12:31 +00:00
Li-Wen Hsu
b4c5d1d593 Document Django 2014-08-20 vulnerabilty
Reviewed by:	koobs
2014-08-21 17:09:58 +00:00
Adam Weinberger
ebbe9bf3b2 Add multimedia/plexhometheater, the frontend to the powerful
Plex media system.

PR:		191413
Submitted by:	woodsb02@gmail.com
2014-08-21 16:55:55 +00:00
Dan Langille
8f044ce939 * Stage bacula-docs and upgrade to 7.0.3 (latest version)
* use my @FreeBSD.org address for MAINTAINER

Approved by:	    wg (mentor)
2014-08-21 16:08:30 +00:00
Matthias Andree
b58318d59c Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal. 2014-08-21 15:56:14 +00:00
Alexey Dokuchaev
206ee0dc38 - Update to version 1.45 beta1
- Transfer maintainership to games@

I've managed to push some of the patches upstream, but not all.
2014-08-21 15:54:30 +00:00
Steve Wills
cc84806846 net/syncthing: update to 0.9.5
PR:		192868
Submitted by:	Kyle J. Farmer <bannereddivpool@gmail.com>
2014-08-21 15:14:18 +00:00
Adam Weinberger
0142c01e97 Add sysutils/bhyve-rc: FreeBSD RC script to start bhyve guests in tmux.
PR:		183604
Submitted by:	Michael Gmelin
2014-08-21 15:06:15 +00:00