Commit graph

7809 commits

Author SHA1 Message Date
Guido Falsi
72594d6241 Add patch to disable optimizations on a keyboard input function
when using the clang compiler. This allows removing the requirement
on gcc.

Patch based on suggestion from Ivan <bsd@abinet.ru>.

Bug has been reported upstream.

PR:		213595
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
MFH:		2016Q4
2016-10-21 09:11:51 +00:00
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Guido Falsi
e32ddc047b - Add GCC option, turned on by default, to force compilation using
GCC, this fixes a problem in zathura which shows up only when girara
  is compiled wth clang [1]
- Make the port use gnu99 C standard to allow it to compile with
  the default gcc 4.8
- Remove USES=compiler since it's not needed anymore
- Small cosmetic change to the REINPLACE_CMD lines
- While here, make the build verbose

PR:		213595
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
MFH:		2016Q4
2016-10-19 21:58:12 +00:00
John Marino
33551e6e99 x11-toolkits/qtermwidget: Adjust CFLAGS to support DragonFly
The HAVE_UTEMPTER flag is FreeBSD-specific and breaks the build on
DragonFly, so make it conditional based on OPSYS.

Approved by:	DF blanket
2016-10-19 16:17:40 +00:00
Tijl Coosemans
1675ff649c Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
  32-bit compat libraries on amd64.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D7886
2016-10-19 14:50:26 +00:00
Tijl Coosemans
442ccd47a6 Fix configure with CUPS 2.2.x.
Reported by:	antoine
2016-10-17 19:45:28 +00:00
Dmitry Marakasov
bc3e2df364 - Fix LICENSE
- Switch to USES=waf, simplifying the port
2016-10-14 14:40:29 +00:00
Mathieu Arnold
99d972bc2b Fix build.
Reported by:	pkg-fallout
Sponsored by:	Absolight
2016-10-12 10:18:42 +00:00
Adam Weinberger
4edc6169a4 Update to 1.49.
Changes: https://metacpan.org/changes/distribution/Prima
2016-10-11 14:15:37 +00:00
Jan Beich
ba3ffd9b12 graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
2016-10-03 17:47:08 +00:00
Antoine Brodin
d6f9c75b9a Deprecate ports broken for more than 6 months 2016-10-01 10:55:40 +00:00
Grzegorz Blach
e889bcf2e7 - Update devel/efl to 1.18.1
- Update devel/py-efl to 1.18.0
- Update multimedia/rage to 0.2.1
- Update x11-wm/enligtenment to 0.21.2
- Bump PORTREVISION in graphics/edje_viewer
- Bump PORTREVISION in x11/terminology
- Merge graphics/evas_generic_loaders* into devel/efl
- Merge multimedia/emotion_generic_players-vlc into devel/efl
- Merge x11-toolkits/elementary into devel/efl
2016-09-27 13:43:25 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Mathieu Arnold
0705345af1 Fix runtime.
Sponsored by:	Absolight
2016-09-23 11:41:48 +00:00
Ruslan Makhmatkhanov
1266ecc365 x11-toolkits/py-wxPython30: install header files
These headers are required to build some ports.

PR:		211310
Reported by:	yuan.mei@gmail.com
With hat:       python
2016-09-23 09:01:30 +00:00
Antoine Brodin
a20459354f Fix PKGNAME
Reported by:	 pkg-fallout
2016-09-22 05:56:07 +00:00
Dmitry Marakasov
45fabfe589 - Update to 0.17
- Pass maintainership to submitter
- Add LICENSE
- Add NO_ARCH

PR:		212409
Submitted by:	fax@nohik.ee
Approved by:	mwm@mired.org (maintainer)
2016-09-21 15:00:35 +00:00
John Marino
d13e969300 graphics/squish: new fedora MASTER_SITES to unbreak 2016-09-20 17:33:52 +00:00
Raphael Kubo da Costa
3346021972 Update the Qt5 ports to 5.6.1.
This took longer than expected, but there are quite a few changes to the
existing ports and a few new ones.

General upstream changes:
- Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is
  being used. According to the discussion here:
  https://codereview.qt-project.org/#/c/154800/
  The Qt project is not opposed to LibreSSL, but does not want to mix
  support for it into the OpenSSL backend code, especially as they move
  towards supporting OpenSSL 1.1.
  People interested in LibreSSL support are welcome to submit a separate
  backend upstream, but are expected to maintain it. We (kde@) are not
  opposed to carrying some patches authored by others in the future, as long
  as they are not huge and destabilizing.
- When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by
  default (this is an upstream change). You can add "CONFIG -= c++11" to
  your .pro. Qt 5.7 will require C++11.
- www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped
  separately as a community release tarball. kde@ does not have an ETA for a
  qt5-webengine port, as it requires a huge effort (and number of patches)
  similar to maintaining www/chromium itself.
- x11-toolkits/qt5-declarative has been deprecated upstream. The last
  release is 5.5.1.

Relevant changes:
- devel/qmake5: The freebsd-clang mkspec has become the default mkspec on
  FreeBSD, replacing the outdated freebsd-g++ one that was moved to
  unsupported/ (it still works though).
- devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are
  still in qtbase. The data files are now in the qt5-qdoc-data port.
- misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with
  mkspecs. Instead of running the `configure' script, which requires a
  compiler and adjustments to the mkspecs files and also ends up building a
  new qmake binary, we now leverage USES=qmake to generate all the Makefiles
  from the top-level qt.pro. Getting this to work requires some tricks,
  though, and qt.conf.in has a longer explanation of what's being done.
  Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes.

New ports:
- comms/qt5-serialbus
- devel/qt5-qdoc-data
- x11-toolkits/qt5-quickcontrols2

Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden
(nolden@kde.org) for the huge amount of work they put into this
patch. Loise in particular also sent quite a few changes upstream that were
essential for this update to work.

PR:		211916
2016-09-17 09:46:54 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Rene Ladan
f2b540f009 Remove expired ports:
2016-08-23 www/mediawiki124: EOL upstream
2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8
2016-08-24 www/moodle28: EOL upstream
2016-08-31 devel/php5-msgpack: This is an older version of the software, please use devel/pecl-msgpack.
2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead
2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear
2016-09-13 18:23:44 +00:00
Dmitry Marakasov
48cab344c4 - Fix build on 11.x+ 2016-09-11 18:10:56 +00:00
Dmitry Marakasov
18aba7c0f5 - Update to 3.6.7 (changes: http://www.scintilla.org/ScintillaHistory.html)
- Silence mkdir
- Add "-soname" linker option to create SONAME for scintilla libraries (fixes stage-qa)

PR:		212404
Submitted by:	lightside@gmx.com
Approved by:	cyberbotx@cyberbotx.com (maintainer)
2016-09-07 16:38:51 +00:00
Tijl Coosemans
aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00
Tijl Coosemans
724e374022 Use infrastructure to depend on Linux libGLU.
PR:		209163
Submitted by:	marc.priggemeyer@gmail.com
2016-09-06 13:42:20 +00:00
Olivier Duchateau
548adee57e Chase update of Poppler after revision r421386 2016-09-05 20:02:03 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Olivier Duchateau
0371615c83 QTermWidget is an opensource project originally based on KDE4 Konsole
application. The main goal of this project is to provide unicode-enabled,
embeddable Qt widget for using as a built-in console (or terminal emulation
widget).

WWW: https://github.com/lxde/qtermwidget

PR:		210387
Submitted by:	Jason Bacon
2016-08-23 15:11:50 +00:00
Pawel Pekala
8e8cac1d34 Update to version 1.8.4
PR:		211859
Submitted by:	Jochen Neumeister
2016-08-16 21:43:12 +00:00
Romain Tartière
3567abbe24 Update to 4.2. 2016-08-08 18:01:27 +00:00
Olivier Duchateau
63040fe131 Update to 0.4.0.1 2016-08-08 17:17:25 +00:00
Tijl Coosemans
d112673b72 Add standard immodules and generate immodules.cache on package installation. 2016-08-04 20:23:23 +00:00
Tijl Coosemans
5b544dc8bc - Move some dependencies from linux-c6-gtk2 to linux-c6-gdk-pixbuf2.
- Remove pixman distfiles from linux-c6-gtk2.  Nothing there needs it.
2016-08-04 17:44:14 +00:00
Tijl Coosemans
bf4a311fca - Depend on libthai.
- Generate pango.modules on installation.
2016-08-02 12:28:02 +00:00
Pietro Cerutti
1d16e8be14 x11-toolkits/tk86: fix PLIST for non-default options
Reported by:	pi
2016-08-02 07:13:44 +00:00
Tijl Coosemans
054c98c6f5 Revert premature changes that snuck into r419437. 2016-08-01 13:53:36 +00:00
Tijl Coosemans
21653fcc78 Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports.  LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable.  This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
2016-08-01 13:07:14 +00:00
Pietro Cerutti
c5ce51480a x11-toolkits/tk86: update to 8.6.6, regenerate patches with make makepatch
Announcement: https://sourceforge.net/p/tcl/mailman/message/35246302/
2016-07-28 12:08:57 +00:00
Jan Beich
9057d20bd5 Apply r402343 to other gnome@ ports restoring r297047 behavior
- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced

PR:		166279
Approved by:	portmgr blanket
MFH:		2016Q3
2016-07-25 21:46:22 +00:00
Antoine Brodin
0a9a495040 Fix build on FreeBSD 12
Reported by:	pkg-fallout
2016-07-23 10:09:15 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Guido Falsi
178b2506b4 - Update to 3.6.6
- Add missing dependencies for editors/scite

PR:		210940
Submitted by:	lightside at gmx.com
Approved by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
2016-07-11 08:58:51 +00:00
Cy Schubert
00bb105178 Correct the graphics/png dependency. 2016-07-09 04:58:19 +00:00
Raphael Kubo da Costa
f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00
Torsten Zuehlsdorff
8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00
Mathieu Arnold
a2b5a323c3 Update to 1.47.
Sponsored by:	Absolight
2016-06-21 15:10:06 +00:00
Tijl Coosemans
e079e58681 Update Linux ports to Centos 6.8.
PR:		210373
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D6891
2016-06-20 17:13:26 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Baptiste Daroussin
ecba37e1cc Remove gtk-sharp10 it is not depended on anymore and superceeded by other libs 2016-06-19 23:00:37 +00:00
Baptiste Daroussin
6e020e4776 Nuke useless @exec and @dir
Approved by:	kwm
2016-06-18 15:40:56 +00:00
Olivier Duchateau
09013611f1 Update to 0.4 2016-06-13 18:54:28 +00:00
John Marino
2cbfa97806 devel/gps: Upgrade to 2016 release (plus 2 dependencies)
x11-toolkits/gtkada3: Upgrade version 3.8.3.2 => 3.14.2
devel/gnatcoll:       Upgrade version    2015 => 2016
devel/gps:            Upgrade version 6.1.1.0 => 2016

This upgrade appears to work flawlessly on DragonFly, but
on FreeBSD the PR list below regarding navigation to code
error is unfortunately still valid.

PR:	202317
2016-06-11 18:41:54 +00:00
Cy Schubert
4533759263 Update 2.3.5 --> 2.3.6 2016-06-11 05:33:36 +00:00
John Marino
612b236c0f devel/gprbuild: Upgrade version 20150506 => 20160609
GPRBuild build is now hosted on github, so we can move away from the
yearly releases and update more frequently.  Unfortunately the docs
makefile is currently broken so docs are disabled currently.  When
they come back, only txt and html docs will be supported.

This new version detected a missing reference in the template-parser
port so that port has been fixed and the downstream ports bumped
accordingly.

It also discovered an interface specification issue in a designer
example of qtada.  I spent a few minutes trying to fix/workaround it,
but ultimately marked it broken.  I will also deprecate the port because
it no development has occurred since the port was created, and it's not
even based on a real release.  We'll see if anybody cares (3 month
deprecation).
2016-06-09 22:20:34 +00:00
Rene Ladan
29479b830e x11/toolkits/py-kivy: replace dependency graphics/py-imaging by
graphics/py-pillow, the former has been expired.

PR:		209736
Submitted by:	myself
Approved by:	maintainer (dbn)
2016-05-28 20:06:46 +00:00
Kurt Jaeger
84f075fa5b x11-toolkits/qt5-widgets: remove stray newline
PR:		209326
2016-05-28 17:27:21 +00:00
Kurt Jaeger
21b03cd4ee x11-toolkits/qt5-gui: platform and themes updates
PR:		209326
Submitted by:	rakuco, T.C.Berner <tcberner@gmail.com>, Ralf Nolden <nolden@kde.org
2016-05-28 17:24:18 +00:00
Kurt Jaeger
942ca95103 devel/py-qt4-core cleanups in py-qt4-*
- Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint.

PR:		209283
Submitted by:	groot@kde.org (kde), rakuco
2016-05-28 12:32:21 +00:00
Mathieu Arnold
decf876ef5 Fix building with Perl 5.25.
Unescaped left brace in regex is illegal in regex.

Sponsored by:	Absolight
2016-05-27 09:04:20 +00:00
Kurt Jaeger
900062f127 Many KDE i10n ports: Patch updates CURDIR
This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.

PR:		209303
Submitted by:	Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde)
2016-05-26 03:38:38 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Kurt Jaeger
34666b3174 x11-toolkits/qt5-widgets: fix scaling / cropping for full-screen applications
- tcberner:
  Fix the fullscreen behaviour of VLC when using the Qt5 frontend.

PR:		208185
Submitted by:	nolden@kde.org (kde)
2016-05-24 11:14:01 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Dimitry Andric
433a48154f During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30
gives errors with libc++ 3.8.0:

./src/stc/scintilla/src/Editor.cxx:5844:6: error: call to 'abs' is ambiguous
        if (abs(pt1.x - pt2.x) > 3)
            ^~~

This is because pt1.x and pt2.x are float values, but <cmath> is not
included, and abs() for float values comes from that header.  Fix it by
including <cmath>.

Approved by:	portmaster@bsdforge.com (maintainer)
Approved by:	vlad-fbsd@acheronmedia.com (maintainer)
PR:		209694
MFH:		2016Q2
2016-05-23 16:25:21 +00:00
Baptiste Daroussin
a8b9343b65 Fix pango install deinstall script that are no longer needed since 1.38 2016-05-23 09:24:10 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Guido Falsi
187c4902d8 Update scite and scintilla to 3.6.5.
PR:		209489
Submitted by:	me
Approved by:    Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
2016-05-14 08:54:49 +00:00
Pawel Pekala
e6d67e0c3c Update to version 2.2.13
Changelog:
Use glib's unix fd implementation for io_watch where glib >= 2.36
is installed, unless otherwise chosen during configuration
(acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
io_watch.cpp).

Update documentation (callback.h, extension.h, future.h).
2016-05-11 14:53:19 +00:00
Kurt Jaeger
96fdc0d606 graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI naming
- upgrade fixes the use of the port
- py-opengl -> py-PyOpenGL
- py-opengl-accelerate -> py-PyOpenGL-accelerate

PR:		205472
Submitted by:	matthew@reztek.cz
Reviewed by:	koobs
2016-05-09 19:26:26 +00:00
John Marino
d0c4d21a83 Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
2016-04-30 06:44:27 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Sunpoet Po-Chuan Hsieh
087298888d - Remove outdated PERL_LEVEL check 2016-04-23 06:49:05 +00:00
Sunpoet Po-Chuan Hsieh
6921d4210c - Add LICENSE_FILE 2016-04-23 06:48:29 +00:00
Sunpoet Po-Chuan Hsieh
d992b33472 - Add LICENSE_FILE 2016-04-23 06:48:24 +00:00
Pietro Cerutti
9f24ad4546 Convert more ports to USES=(tcl|tk):tea 2016-04-21 16:48:50 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Guido Falsi
807bdf0f5f Update to 0.2.6 2016-04-19 21:53:18 +00:00
Kurt Jaeger
8029fa7f84 New port: x11-toolkits/p5-Gtk3
Perl bindings to the 3.x series of the gtk+ toolkit. This module
allows you to write graphical user interfaces in a Perlish and
object-oriented way, freeing you from the casting and memory
management in C, yet remaining very close in spirit to original
API. Find out more about gtk+ at http://www.gtk.org.

The gtk+ reference manual is also a handy companion when writing
Gtk3 programs in Perl: http://developer.gnome.org/gtk3/stable/. The
Perl bindings follow the C API very closely, and the C reference
documentation should be considered the canonical source.

WWW: https://metacpan.org/pod/Gtk3

PR:		208372
Submitted by:	hiroto.kagotani@gmail.com
2016-04-18 01:12:27 +00:00
Jan Beich
88360e4c12 Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
2016-04-13 10:36:15 +00:00
Steve Wills
a5aebf960e CentOS ports: for c6_64, install 32bit libraries alongside
PR:		206943
Submitted by:	xmj
2016-04-13 01:49:24 +00:00
Sunpoet Po-Chuan Hsieh
83b234e465 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:38 +00:00
Sunpoet Po-Chuan Hsieh
0222294b97 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:34 +00:00
Sunpoet Po-Chuan Hsieh
5d06a39ca1 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:25 +00:00
Sunpoet Po-Chuan Hsieh
9962e871d7 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:20 +00:00
Sunpoet Po-Chuan Hsieh
e098fe4f25 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:28:10 +00:00
Sunpoet Po-Chuan Hsieh
c0ca55daac - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:27:57 +00:00
Sunpoet Po-Chuan Hsieh
69a194575e - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:27:52 +00:00
Sunpoet Po-Chuan Hsieh
0e13c7c66a - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:27:43 +00:00
Sunpoet Po-Chuan Hsieh
ed743a3703 - Update to 3.0.8
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2016-04-11 17:27:20 +00:00
Steve Wills
0f62f9816b x11-toolkits/p5-Pango: update to 1.227 2016-04-10 11:58:49 +00:00
Steve Wills
aa4bec9a3a x11-toolkits/p5-Gtk2: update to 1.2498 2016-04-09 20:58:12 +00:00
Pietro Cerutti
d2f975bd2c x11-toolkits/bwidget: update to 1.9.10 2016-04-08 11:22:31 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Sunpoet Po-Chuan Hsieh
1fc33e5d96 - Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2016-04-01 11:17:54 +00:00
Cy Schubert
0c5ef2dcab Correct MASTER_SITE URL. 2016-03-29 06:17:14 +00:00
Cy Schubert
f42e890516 Welcome the new x11-tookits/Xmt port.
Xmt is a Motif Tools library, introduced in the book Motif Tools
(ISBN 1-56592-044-9). The Xmt Motif Tools library provides developers
of user interfaces tools that make Motif easier to use.  Xmt consists
of the core library of additional widgets, utility programs, docs,
tutorials, and example code.

WWW: http://motiftools.sourceforge.net/
2016-03-28 06:10:10 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Wen Heping
c9c4f8d988 - Update to 3.6.4
PR:		208300
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer
2016-03-27 05:02:51 +00:00
Mathieu Arnold
5d8d550994 Update to 1.6.51.
PR:		208215
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-23 14:06:37 +00:00
Adam Weinberger
876cdcc92d Update to 1.46. Prima can now leverage pkg-config, so switch to
that rather than using CONFIGURE_ARGS.

Changes: https://metacpan.org/changes/distribution/Prima
2016-03-20 23:45:57 +00:00
Cy Schubert
0420ee8e2c Update 2.3.4 --> 2.3.5.
Take maintainership of this port.

PR:		2208077
Submitted by:	cy
Approved by:	Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>)
2016-03-17 19:42:19 +00:00
Dmitry Marakasov
87b159135d - Add LICENSE_FILE
- Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)

Approved by:	portmgr blanket
2016-03-15 16:06:36 +00:00
Tijl Coosemans
59272d1017 Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-11 11:53:42 +00:00
Raphael Kubo da Costa
87c262ff1c x11-toolkits/attica: Change the location where we install its headers.
In preparation for the upcoming KDE Frameworks 5 and Plasma 5 ports, install
attica's headers into include/attica/attica instead of include/attica.

Users of attica reference the headers in the code with
    #include <attica/foo.h>
which means the compiler is passed -I${LOCALBASE}/include for the headers to
be found.

The KDE Frameworks 5 version of attica installs the headers into
include/KF5/attica, so depending on the other of the arguments the compiler
can end up being passed
    -I${LOCALBASE}/include -I${LOCALBASE}/include/KF5
leading to the wrong attica headers being used instead.

By changing the header location, we make sure one passes
-I${LOCALBASE}/include/attica to use the attica 0.4.2 headers.

The original idea and code came from Tobias Berner <tcberner@gmail.com>,
with further improvements from myself.

While here, add some comments explaining why some sed calls are made in the
post-patch target.

Last but not least, audio/tomahawk had to be patched for the attica headers
to be properly found now that they are no longer in ${LOCALBASE}/include.
The patch itself contains a larger explanation of what had to be done. All
other ports depending on x11-toolkits/attica work fine without any changes.

Submitted by:	Tobias Berner <tcberner@gmail.com> (original version)
2016-03-09 15:14:35 +00:00
Raphael Kubo da Costa
ecf1495a3e Switch to an out-of-source CMake build.
There should be no changes to the produced package.
2016-03-09 11:40:08 +00:00
Mathieu Arnold
e3dbe53155 Update to 1.1.10.
PR:		204201
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 15:55:19 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Koop Mast
9a8d4554b9 Update vte3 to 0.42.4. 2016-03-04 12:32:54 +00:00
Koop Mast
01fe08ae11 Update gtk30 to 3.18.8. 2016-03-04 12:32:14 +00:00
Koop Mast
5a8d993c23 Add GStreamer1 gstsink plugin. 2016-03-03 21:31:40 +00:00
Pietro Cerutti
f596fb9673 x11-toolkits/tk86: switch to OPTIONS helpers 2016-03-01 10:37:34 +00:00
Pietro Cerutti
7c16b5c099 lang/tcl86, x11-toolkits/tk86: update to 8.6.5
Announcement: http://code.activestate.com/lists/tcl-core/15514
2016-03-01 09:31:43 +00:00
David Naylor
8c6747dbc9 x11-toolkits/py-kivy: update to 1.9.1
Changes:
 - Add dependency for multi-touch support
 - Explicitly set USE_* MAKE_ENV variables
 - Remove unneeded shebang fixes
 - Add SDL2 to image group for options
 - Remove PDF option (does not build)
 - Use option helps
 - Remove upstreamed patches
 - Use explicit pkg-plist
2016-02-24 20:31:32 +00:00
Pietro Cerutti
1b82ba9e72 lang/tcl85, x11-toolkits/tk85: update to 8.5.19
Announcement: http://code.activestate.com/lists/tcl-core/15413/
2016-02-16 09:06:55 +00:00
Dmitry Marakasov
385716ff90 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
2016-02-14 22:31:38 +00:00
Dmitry Marakasov
3c2f0def7d - Add LICENSE
- Switch to options helpers
- Simplify installation
- Switch to pkg-plist
2016-02-14 21:50:13 +00:00
Dmitry Marakasov
f074a5cf3a - Switch to USES=localbase
- Switch to options helpers
2016-02-14 21:47:00 +00:00
Dmitry Marakasov
d39e21d97b - Switch to options helpers 2016-02-14 21:45:25 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
Dmitry Marakasov
b78527376a - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-14 18:42:41 +00:00
Jean-Sébastien Pédron
981315bd9d x11-toolkits/osm-gps-map: New port for a Gtk+ map widget
Reviewed by:	kwm
Approved by:	kwm
Differential Revision:	https://reviews.freebsd.org/D4246
2016-02-13 14:31:04 +00:00
Dmitry Marakasov
97d4dfd318 - Switch to options helpers 2016-02-10 16:55:15 +00:00
Dmitry Marakasov
f91cfc17b6 - Add LICENSE
- Switch to options helpers
2016-02-10 16:55:05 +00:00
Dmitry Marakasov
216e2f8801 - Switch to options helpers 2016-02-10 16:54:47 +00:00
Dmitry Marakasov
4ccff2b248 - Mark MAKE_JOBS_UNSAFE, fails sporadically with parallel build:
chmod: libpTk.a: No such file or directory

or

ERROR: Cannot copy 'version.h' to '../blib/arch/Tk/pTk/version.h': Permission denied

Approved by:	portmgr blanket
2016-02-09 01:56:43 +00:00
Koop Mast
037f81756f Turn gnome-pty-helper into a stand-alone port. Copy parts of the vte3
Makefile and the patches from the current vte3 port.

The next update of the vte3 port to 0.42.x doesn't bundle this code anymore.

Obtained from:	gnome devel repo
2016-02-08 10:38:53 +00:00
Olivier Duchateau
de5abede4e Update to 3.6.3
PR:		206751
Submitted by:	Naram Qashat (maintainer)
2016-02-07 07:14:35 +00:00
Ruslan Makhmatkhanov
41e8d75c00 Remove Python 3.2 related slave ports to unbreak INDEX
With hat:   python
2016-02-02 20:48:06 +00:00
Steve Wills
8d77480356 Remove source and intermediate build output from intalled rubygem- ports
PR:		192949
2016-02-02 01:21:21 +00:00
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
Alexey Dokuchaev
6a76440716 - Fix a typo made in r356451 as part of conversion to option helpers:
GSTREAMER_ENABLE -> GSTREAMER_CONFIGURE_ENABLE
- Remove --with-libmspack from initial CONFIGURE_ARGS since it has its
  own option and controlled via MSPACK_CONFIGURE_WITH knob
- Enable building of wxStackWalker class for getting backtraces, some
  software requires it
2016-01-27 14:38:12 +00:00
Raphael Kubo da Costa
07e731d880 Remove CONFLICTS with older qt5-designer versions.
It is causing portmaster to fail with an error like this:
  ===>>> x11-toolkits/qt5-uiplugin seems to depend on devel/qt5-designer
         which looks like a dependency loop

which is not really what's happening here; the error comes from the fact that
qt5-designer 5.4.1 is being upgraded to 5.5.1, qt5-uiplugin is added as a
dependency that must be built first, but then it's marked as CONFLICTing with
the installed qt5-designer version.

Since qt5-designer < 5.5.0 does not actually install any of the uiplugin files
(since it was not an independent module before), we can just remove the
CONFLICTS line.

Thanks to Walter Schwarzenfeld (w.schwarzenfeld@aon.at) for the report.

PR:		206435
2016-01-25 11:28:37 +00:00
Raphael Kubo da Costa
4c67812e01 Update Qt5 to 5.5.1.
This is the latest stable release at time of writing.

Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5

As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work
on these ports in kde@'s experimental area51 repository. He's the one who
started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden
(nolden@kde.org) has contributed the initial version of most of our new Qt5
ports.

Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805
with his own patch for the 5.5.1 update. Some of his changes there prompted
additional fixes and changes present in the final patch generated from our
experimental repository.

New ports:
- comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location,
  graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d,
  x11-toolkits/qt5-uiplugin.

General changes in all Qt5 ports:
- All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking,
  which is a problem with qmake-based because the libraries passed to the
  linker come from the modules .pri files and many are not necessary.
- With this change, several ports had their USE_QT5 lines adjusted to
  explicitly include some libraries that were pulled in implicitly, and to
  exclude libraries no longer required with -Wl,--as-needed.

Changes in specific ports:
- devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5
  ports by default. It makes the Makefile much simpler, and those options
  were already on by default.
- devel/qt5-core: The clang+base libstdc++ workaround has been expanded and
  more C++11 features have been disabled when that combination is used by a
  port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled
  features have explanations for why they were disabled in the patched
  header itself.
- devel/qt5-designer: uiplugins has been split out following a similar
  change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having
  to depend on the big qt5-designer port.
- multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of
  0.10.
- net/qt5-network: The port now depends on libproxy for proxy settings.
  Using libproxy allows proxy settings to be read from different sources,
  and also allows .pac files to work with Qt.
- www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10.

PR:		205805
PR:		206435
2016-01-24 18:10:14 +00:00
Koop Mast
cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00
Vanilla I. Shu
2373ec188b Upgrade to 0.13.
Approved by:	maintainer via twitter.
2016-01-21 06:07:09 +00:00
Vanilla I. Shu
411e70ef9c Upgrade to 0.5.
Approved by:	maintainer via twitter.
2016-01-21 06:03:14 +00:00
Kurt Jaeger
ced18a6942 x11-toolkits/p5-Wx: 0.99.27 -> 0.99.28
- also fix build error on 9.x

PR:		200309
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2016-01-18 06:41:29 +00:00
Sunpoet Po-Chuan Hsieh
a2e372e6a4 - Add rubygem-vte3 3.0.7
Ruby/VTE is a Ruby binding of VTE.

WWW: http://ruby-gnome2.sourceforge.jp/
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:47 +00:00
Sunpoet Po-Chuan Hsieh
7b3e3ff945 - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:42 +00:00
Sunpoet Po-Chuan Hsieh
0db106140a - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:37 +00:00
Sunpoet Po-Chuan Hsieh
25279ddee2 - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:33 +00:00
Sunpoet Po-Chuan Hsieh
6aa0900c32 - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:15 +00:00
Sunpoet Po-Chuan Hsieh
41f3ddad4b - Update to 3.0.7
- Fix LICENSE
- Add NO_ARCH
- Use USE_GNOME=gtksourceview3

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:10 +00:00
Sunpoet Po-Chuan Hsieh
7fa6a425ca - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:25:58 +00:00
Sunpoet Po-Chuan Hsieh
b30e6fc28f - Update to 3.0.7
- Fix LICENSE

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:25:54 +00:00