Commit graph

21384 commits

Author SHA1 Message Date
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Matthias Andree
11d2e9541a Update to upstream release 2.2.1.
ChangeLogs since previous 2.0.7:
https://www.darktable.org/2016/12/darktable-2-2-0-released/
https://www.darktable.org/2017/01/darktable-2-2-1-released/

- Permit build on ARM64 (previously: AMD64 only)
- Squish is no longer a build requisite, but po4a is for localized
  documentation.
- USE_GEO -> USE_MAP in the cmake context
- SLIDESHOW and GNOMEKEYRING options are gone upstream
- Move to OpenJPEG 2.1 (used to use 1.5), needs a patch to the
  CMakeLists.txt to resolve include path shadows if both releases are
  installed.
- Remove support for FreeBSD 9.3.

Post-review-change: Take BUILD_DEPENDS on textproc/po4a and extend
pkg-plist by several translated manual pages.

PR:		215687 (related) [1]
Submitted by:	Greg V [1], mandree@ (most)
Reviewed by:	Roman Lebedev, dumbbell@
Approved by:	dumbbell@
Differential Revision:	https://reviews.freebsd.org/D8994
2017-01-06 00:31:26 +00:00
Jan Beich
7277ec6a16 Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
2017-01-05 22:58:02 +00:00
Matthias Andree
f05fa615e5 Code generation improvements.
On i386, use SSE2 instead of only SSE [1] when compiler optimizations
are requested (RT code uses mostly SSE2 for SIMD).
Add a patch to re-enable nested OpenMP constructs with clang [1].
Use devel/openmp for libomp.
Use clang 3.9 to compile (not 3.7).

Reported by:	Ingo Weyrich [1]
2017-01-05 04:23:04 +00:00
Matthias Andree
0031e8b65f Upgrade CPU flags to use SSE2 by default on i386.
Reported by:	Ingo Weyrich
2017-01-05 01:45:39 +00:00
Dirk Meyer
e1183199fb - update to 2.40.1
- add LICENSE
2017-01-04 22:08:55 +00:00
Sunpoet Po-Chuan Hsieh
9a7e16cb59 Update to 1.0.1
- Add LICENSE_FILE

Changes:	https://github.com/jstewart/ezprint/commits/master
2017-01-04 15:02:58 +00:00
Sunpoet Po-Chuan Hsieh
9b2df88642 Add LICENSE_FILE 2017-01-04 15:02:53 +00:00
Ashish SHUKLA
c05da8252f Frogr is a small application for the GNOME desktop that allows users
to manage their accounts in the Flickr image hosting website. It
supports all the basic Flickr features, including uploading pictures,
adding descriptions, setting tags and managing sets and groups pools.

WWW: https://wiki.gnome.org/Apps/Frogr
2017-01-04 07:56:41 +00:00
Jan Beich
28e7e01df0 Assume "pkg-config zlib" works after 9.x reached EOL 2017-01-03 19:58:37 +00:00
Jan Beich
417eff8ffb Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported.
2017-01-03 18:43:18 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Matthias Andree
010fb57510 Fix typos in material copied from darktable. 2017-01-03 14:16:07 +00:00
Matthias Andree
4126604f4f Really enable OpenMP. Bump PORTREVISION. 2017-01-03 13:50:15 +00:00
Matthias Andree
7c36ce0da0 Fix compilation on FreeBSD 11+. 2017-01-03 13:49:51 +00:00
Matthias Andree
1e65fd386d Update with make makepatch. 2017-01-03 13:20:10 +00:00
Jan Beich
9e58624042 Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
2017-01-03 12:49:39 +00:00
Dmitry Marakasov
ee1b52e2fe - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2017-01-03 09:01:05 +00:00
Olivier Duchateau
33cc45155a Update to 0.11.2 2017-01-03 08:21:13 +00:00
Guido Falsi
06fc0912e4 Modify amide port to use ffmpeg 3.x
Actual patch is a mix of work from subitter and my modifications
based on debian patch from [1]

While here, fix the DCMTK option.

PR:		215240
Submitted by:	jbeich
Obtained From:	https://anonscm.debian.org/viewvc/debian-med/trunk/packages/amide/trunk/debian/patches/libav10.patch?view=markup&pathrev=16327 [1]
2017-01-02 22:41:15 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Vanilla I. Shu
85fd80fbc2 Update to 4.0.2. 2017-01-02 04:20:29 +00:00
Sunpoet Po-Chuan Hsieh
f87d215de2 Remove FreeBSD 9 support 2017-01-01 21:40:05 +00:00
Sunpoet Po-Chuan Hsieh
802bc7c933 Remove FreeBSD 9 support 2017-01-01 19:39:16 +00:00
Steve Wills
d278c5733f x11/rubygem-gnome2: update to 3.1.0
Update x11/rubygem-gnome2 and friends to 3.1.0
2017-01-01 18:57:52 +00:00
Tobias C. Berner
44c9982b4d Update graphics/prison to 1.1.1 and take maintainership
* prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...).
* take maintainership for kde@.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9017
2017-01-01 16:30:44 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Hiroki Sato
411a42077f - Add LICENSE.
- Take maintainership.
2017-01-01 03:41:53 +00:00
TAKATSU Tomonari
b75b0d4d66 - Update to 2.2.1 2017-01-01 02:14:44 +00:00
Danilo Egea Gondolfo
d0c6709e9c - Update to 2.91 2017-01-01 00:08:52 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Antoine Brodin
a04e2b21c7 - Unbreak INDEX with fmake
- Fix PKGBASE collision with graphics/rawtherapee
2016-12-30 19:40:30 +00:00
Matthias Andree
decd3e16c9 Add a developer snapshot of the RawTherapee software. 2016-12-30 19:02:35 +00:00
Matthias Andree
b44b552c8b Clean up, minor options fixes and shuffling.
- drop -ffast-math from the compiler flags [1]
- drop libc++ hacks for FreeBSD 9.x/10.1 and use the new gcc-c++11-lib [2]
- be sure to optimize for packaging when PACKAGE_BUILDING [3]
- simplify CMake OPTION_OMP passing [2]
- bump PORTREVISION

Reported by:	Ingo Weyrich [1], jbeich@ [2], DrSlony
2016-12-30 17:01:49 +00:00
Hiroki Sato
b51152c47a - Add LICENSE.
- Fix missing dependency.
- Strip installed binaries.
- Update WWW: in pkg-descr.
2016-12-30 11:25:09 +00:00
Danilo Egea Gondolfo
3ab787e68e - Update to 1.5.11 2016-12-30 00:38:21 +00:00
Antoine Brodin
8a92fca8ad Update to 1.6.27
PR:		215657
2016-12-29 22:27:43 +00:00
Dmitry Marakasov
eaa4b8b032 - Switch to USES=localbase
- Properly optionize NLS
2016-12-29 14:08:02 +00:00
Dmitry Marakasov
ae8c2f0880 - Add LICENSE
- Switch to USES=localbase
- Remove unneeded glut dependency
- Add missing libX11 dependency
- Support tests properly
- Switch to options helpers
2016-12-29 10:38:18 +00:00
Dmitry Marakasov
dd33abfe38 - Add LICENSE_FILE
- Simplify building
- Switch to options helpers
2016-12-29 09:39:48 +00:00
Dmitry Marakasov
2bd23c6be4 - Update to 1.5.4
PR:		213938
Reported by:	yuri@rawbw.com
2016-12-28 19:09:06 +00:00
Steve Wills
e8ea7fe81c graphics/rubygem-rmagick: update to 2.16.0 2016-12-28 18:04:17 +00:00
Steve Wills
4cda5a2992 graphics/rubygem-image_science: update to 1.3.0 2016-12-28 17:53:45 +00:00
Steve Wills
050172b672 graphics/rubygem-gruff: update to 0.7.0 2016-12-28 17:18:17 +00:00
Steve Wills
8af887c3be graphics/rubygem-fastimage: update to 2.0.1 2016-12-28 16:55:07 +00:00
Steve Wills
3b6805e5e0 graphics/rubygem-exifr: update to 1.2.5 2016-12-28 16:51:04 +00:00
Steve Wills
5eca3e7c00 graphics/rubygem-emoji: update to 1.0.7 2016-12-28 16:49:00 +00:00
Steve Wills
22096ae717 graphics/rubygem-chunky_png: update to 1.3.8 2016-12-28 16:47:48 +00:00
Ben Woods
5d3cfa20f1 graphics/py-gphoto2: Update to 1.5.1
Changes this release:
  https://github.com/jim-easterbrook/python-gphoto2/releases/tag/v1.5.1
2016-12-28 04:21:15 +00:00
Steve Wills
4fd8c3788c graphics/ruby-svg: deprecate 2016-12-28 02:43:55 +00:00
Steve Wills
cbf63a6571 graphics/ruby-imlib2: deprecate 2016-12-28 02:37:43 +00:00
Steve Wills
b2e2de02e3 graphics/ruby-image_size: deprecate 2016-12-28 01:31:11 +00:00
Sunpoet Po-Chuan Hsieh
4966235132 - Update to 2.24
Changes:	http://search.cpan.org/dist/GraphViz/Changes
2016-12-27 18:16:09 +00:00
Dmitry Marakasov
2c02e4c742 - Update to 3.5.1
- Fix build with recent ffmpeg
- Reduce diff with graphics/osg

PR:		209057
Submitted by:	woodsb02@gmail.com
2016-12-27 14:49:10 +00:00
Rene Ladan
db1d02a86e Set expiration date of ports depending on graphics/urt to 2017-04-01 2016-12-27 14:14:30 +00:00
Dmitry Marakasov
0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00
Thomas Zander
ca35a36d0b Update to upstream version 1.3.3, set NO_ARCH 2016-12-27 08:25:17 +00:00
Wen Heping
c138c4efdd - Pass maintainership to submitter
PR:		215525
Submitted by:	mbaxter@uw.edu
2016-12-27 03:17:38 +00:00
Sunpoet Po-Chuan Hsieh
0451532599 - Update to 1.0.0
Changes:	https://git.osgeo.org/gogs/geos/php-geos/commits/master
2016-12-26 16:43:36 +00:00
Sunpoet Po-Chuan Hsieh
0e3e345f26 - Update to 3.6.1
Changes:	https://trac.osgeo.org/geos/browser/tags/3.6.1/NEWS
2016-12-26 16:43:32 +00:00
Rene Ladan
535b2cd3cf Reset ports per maintainer request.
PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
2016-12-26 11:59:12 +00:00
Wen Heping
24f198d557 - Update to 3.300
Changes: http://search.cpan.org/src/RJRAY/Image-Size-3.300/ChangeLog
- Add NO_ARCH

PR:		214329
Submitted by:	citrin+pr@citrin.ru
Approved by:	maintainer
2016-12-26 08:41:15 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Sunpoet Po-Chuan Hsieh
847fc694b7 - Update to 2.23
Changes:	http://search.cpan.org/dist/GraphViz/Changes
2016-12-24 13:03:12 +00:00
TAKATSU Tomonari
9ec65f6f2e - Update to 1.0.3 2016-12-24 06:27:58 +00:00
Olivier Duchateau
9c92b2246f Unbreak fetch
Reported by:	antoine@
2016-12-23 16:34:52 +00:00
Torsten Zuehlsdorff
72c647aeb5 graphics/rubygem-rmagick: Bump PORTREVISION
After an update of graphics/ImageMagick this port need a bump of PORTREVISION

PR:          211849
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: mentors (implicit)
2016-12-23 14:36:20 +00:00
Thomas Zander
fad92b334d Chase libdc1394 update. Bump PORTREVISION of dependent ports 2016-12-23 14:24:08 +00:00
Wen Heping
24a3988dac - Fix pkg-plist for CUSTOMWIDGETS OPTION
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>(maintainer, via email)
2016-12-23 12:03:14 +00:00
Dmitry Marakasov
3f74e525c4 - Update to 0.18.0 2016-12-23 09:59:23 +00:00
Marcus von Appen
7449924757 - Revert the switch from DOCS to DOXYGEN.
This restores the DOCS behaviour for building and installing additional
documentation along with the port itself, if requested by the user as
documented.
2016-12-23 08:03:24 +00:00
Marcus von Appen
0739620782 - Revert the switch from DOCS to DOXYGEN.
This restores the DOCS behaviour for building and installing additional
documentation along with the port itself, if requested by the user as
documented.
2016-12-23 07:58:35 +00:00
Wen Heping
90ff83398e - Update to 2.18.2(based on)
- New dependency devel/qjson
- New makefile target 'check', which runs the test suite
- Use of external python functionality, if possible (via CMAKE_ARGS) [2]
- Switch from PostGIS 2.1 to 2.2

PR:		214238
Submitted by:	rhurlin@gwdg.de(maintainer)
2016-12-23 03:15:52 +00:00
Alberto Villa
cd6aad30b4 Movit is the Modern Video Toolkit, notwithstanding that anything
that's called "modern" usually isn't, and it's really not a toolkit.

Movit aims to be a _high-quality_, _high-performance_, _open-source_
library for video filters.

WWW: https://movit.sesse.net
2016-12-23 02:35:32 +00:00
Baptiste Daroussin
f6d288e1c4 Use PKGBASE rather than PORTDIRNAME 2016-12-22 21:45:07 +00:00
Olivier Duchateau
a63007beb9 - Update to 0.11.1
- Add x11/lxqt-l10n (meta port for the LXQt ports), it avoids duplicate files
and reduces gap between your testing repo and these official ports.

Submitted by:	Jesper Schmitz Mouridsen (private email)
2016-12-22 20:52:04 +00:00
Olivier Duchateau
23e67a472d Update to 0.5.1 2016-12-22 20:17:13 +00:00
Sunpoet Po-Chuan Hsieh
8e412a39c9 - Update to 0.5.2
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
MFH:		2016Q4
2016-12-22 18:47:11 +00:00
Mathieu Arnold
dafac42f63 Fix packaging.
Reported by:	antoine
Pointy hat:	mat (for changing things after testing)
Sponsored by:	Absolight
2016-12-22 08:18:50 +00:00
Sunpoet Po-Chuan Hsieh
847ded5230 - Update for enabled GNM support in gdal
- Bump PORTREVISION for package change
2016-12-21 20:46:11 +00:00
Sunpoet Po-Chuan Hsieh
a9dec75f22 - Remove GNM option and enable it unconditionally
- Bump PORTREVISION for package change
2016-12-21 20:46:06 +00:00
Mathieu Arnold
3755b309bb Rename DOCS to DOXYGEN.
Sponsored by:	Absolight
2016-12-21 14:56:33 +00:00
Mathieu Arnold
20ccd6f5ab Make doxygen optional.
Sponsored by:	Absolight
2016-12-21 14:56:30 +00:00
Mathieu Arnold
64238b89c7 Rename DOCS in DOXYGEN.
Sponsored by:	Absolight
2016-12-21 14:56:26 +00:00
Mathieu Arnold
9a27e16b99 Make the doxygen docs an option.
Sponsored by:	Absolight
2016-12-21 14:56:23 +00:00
Mathieu Arnold
00019cc04f Rename DOCS to DOXYGEN.
Sponsored by:	Absolight
2016-12-21 14:56:20 +00:00
Christoph Moench-Tegeder
e28074d5bf update: shotwell 0.24.3
Changes: https://download.gnome.org/sources/shotwell/0.24/shotwell-0.24.3.changes

Approved by:	rene (mentor)
2016-12-21 12:40:41 +00:00
Dmitry Marakasov
de597cb481 - Mark BROKEN on FreeBSD 9
Approved by:	portmgr blanket
2016-12-21 11:20:44 +00:00
Dmitry Marakasov
98093ef337 - Mark BROKEN on FreeBSD 9.x i386
- ONLY_FOR_ARCHS_REASON does not require quotes

Approved by:	portmgr blanket
2016-12-20 17:59:12 +00:00
Mikhail Pchelin
74e884852d - update from 2.17.1 to 2.18
Approved by:	zeising (maintainer), jpaetzel (mentor)
2016-12-19 19:42:18 +00:00
Tobias C. Berner
1afa5c8a42 Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php

New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)

Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3

Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.

PR:     214528
Reviewed by:    rakuco, mat
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8776
2016-12-19 15:56:24 +00:00
Sunpoet Po-Chuan Hsieh
2aeec3a360 - Cleanup Makefile 2016-12-19 15:54:24 +00:00
Ben Woods
d496702dab graphics/tulip: Update to 4.10.0
Changes this release:
  http://tulip.labri.fr/TulipDrupal/?q=node/2143

Approved by:	adamw (mentor, implicit)
2016-12-19 14:57:53 +00:00
Ben Woods
830b2372b2 graphics/gphoto2 and graphics/libgphoto2: Update to 2.5.11
Changes this release:
  http://www.gphoto.org/news/

Approved by:	adamw (mentor, implicit)
2016-12-19 13:21:29 +00:00
Jan Beich
b5db7a1571 graphics/colmap: update to real 2.1 tag
Changes:	https://github.com/colmap/colmap/compare/55fbe10...2.1
2016-12-19 12:48:19 +00:00
Dmitry Marakasov
227d95a682 - Add LICENSE_FILE
- Fix build on 9.x by specifying proper c++ standard requirement and adding missing include

Approved by:	portmgr blanket
2016-12-19 11:19:55 +00:00
Jan Beich
53196f4c02 graphics/colmap: always build SIMD support 2016-12-19 06:37:20 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Sunpoet Po-Chuan Hsieh
2eb30dc50f - Build C++ sources with GCC when OPENMP is enabled
- Bump PORTREVISION for package change

PR:		215355
Submitted by:	jbeich
2016-12-18 15:21:53 +00:00