Commit graph

5609 commits

Author SHA1 Message Date
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Veniamin Gvozdikov
e17dfb0ce4 - Use qt4-linguisttools for localization.
- Add USE_QT4=corelib.
- Add LICENSE_FILE.
- Fix portlint warning (.000000000 +0000 -> UTC)

PR:		ports/202695
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-08-27 19:21:36 +00:00
Raphael Kubo da Costa
6305f7319e Drop USES=iconv.
The port builds just fine without it, and does not use iconv directly.
2015-08-25 15:40:08 +00:00
Hiroki Sato
27470e1676 - Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
2015-08-22 17:48:35 +00:00
John Marino
0a0a381f8a deskutils/ical: Skip faulty configure test (that will always pass anyway)
The configure test for a valid tk version assumes the compiler will
search in /usr/local/include by default.  While this is often true, it
cannot be guaranteed and the test will fail when the compiler doesn't
search there.

The ports framework guarantees the correct version of tk will always be
present, so this modification to the unmaintained port just skips the
tests to allow the configure phase to succeed on the previously mentioned
compilers.
2015-08-22 15:14:02 +00:00
Philip M. Gollucci
391a51bdfc deskutils/parcellite: fix build without NLS
- Remove unneeded copies of extrapatch-configure.ac

PR:                  202537
Submitted by:        s3erios@gmail.com
Approved by:         (shouldve been in previous patch)
2015-08-21 21:06:18 +00:00
Philip M. Gollucci
dd0229f65e deskutils/parcellite: update to 1.1.9
- Update to 1.1.9.
- Remove patch-src__main.c - it's not needed now.
- Add CPPFLAGS/LIBS (unbreak configure).
- Patch Makefiles - add missing libraries to LDADD.
- Add LICENSE_FILE.
- Add all used dependencies (USE_GNOME=glib20 pango, USE_XORG=x11).
- Honor Option NLS

PR:                  201875
Submitted by:        s3erios@gmail.com
Approved by:         maintainer timeout (koalative@gmail.com ; 23 days)
2015-08-19 02:17:46 +00:00
Philip M. Gollucci
42afa5df82 [patch] deskutils/cdcat: qt4-linguist -> qt4-linguisttools
PR:                  202206
Submitted by:        s3erios@gmail.com
2015-08-18 20:02:50 +00:00
Philip M. Gollucci
ae5b97629d deskutils/nemo-extensions: unbreak FreeBSD 9, modernize
- Convert to USES=autoreconf:build.
- Remove unused webkit-gtk3 dependency from configure.ac / Makefile.

PR:                  201777
Submitted by:        s3erios@gmail.com
Approved by:         maintainer timeout (gustau.perez@gmail.com ; 25 days)
2015-08-18 20:00:36 +00:00
Mathieu Arnold
9fad69c78d OSVERSION is always > 900006.
Sponsored by:	Absolight
2015-08-18 10:01:44 +00:00
Dmitry Marakasov
4d3859dcfe - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-17 18:48:40 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Dmitry Marakasov
03d195f6f7 - Mark BROKEN: does not build:
npm ERR! network getaddrinfo EAI_FAIL

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2015-08-17 12:34:43 +00:00
Tijl Coosemans
78175e4025 Bump PORTREVISION for libupower-glib library version bump in r393607. 2015-08-17 08:21:50 +00:00
Jan Beich
4ee7090fe8 deskutils/treesheets: update to 0.0.20150711
- Add PACKAGE_VERSION variable to MAKE_ENV, which defines version of
  package instead of build date

Changes:	69990a2...3a6be83
PR:		202009
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2015-08-16 02:52:04 +00:00
Dmitry Marakasov
bac5cfbeb0 - Add missing file to plist
Approved by:	portmgr blanket
2015-08-14 13:21:50 +00:00
Jason Helfman
737d239089 - update to 1.2.1
From Changelog:

Release 1.2.1 (June 06, 2015)
-----------------------------
- Bugfix release
- Fix connecting to older libvirt versions (Michal Kepie'n)
- Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano)
- Fix addhardware/create wizard errors when a nodedev disappears
- Fix adding a second cdrom via customize dialog

Release 1.2.0 (May 04, 2015)
----------------------------
- OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson)
- Improved support for AArch64 qemu/kvm
- virt-install: Support --disk type=network parameters
- virt-install: Make --disk  just work
- virt-install: Add --disk sgio= option (Giuseppe Scrivano)
- addhardware: default to an existing bus when adding a new disk
  (Giuseppe Scrivano)
- virt-install: Add --input device option
- virt-manager: Unify storagebrowser and storage details functionality
- virt-manager: allow setting a custom connection row name
- virt-install: Support --hostdev scsi passthrough
- virt-install: Fill in a bunch of --graphics spice options
- Disable spice image compression for new local VMs
- virt-manager: big reworking of the migration dialog
2015-08-10 21:10:17 +00:00
Martin Matuska
df6bbc6790 Horde package update:
ftp/horde-gollem 3.0.4 -> 3.0.5
mail/horde-webmail 5.2.9 -> 5.2.10
deskutils/horde-groupware 5.2.9 -> 5.2.10
2015-08-10 04:48:23 +00:00
Koop Mast
652724b9ab * Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
  so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
  any updates anymore. Or are slave ports, so only the master port will
  get checked.
2015-08-08 13:56:32 +00:00
Guido Falsi
5923b05715 Update to 1.8.4 2015-08-07 21:17:38 +00:00
Jason Helfman
db73e12378 - address python issue with Uses shebang
PR:		202106
Reported by:	lantw44@gmail.com
2015-08-07 17:48:20 +00:00
Dmitry Marakasov
c309d0e60c - Properly fix all shebangs
- Add NO_ARCH

Reported by:	kwm
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-06 11:20:04 +00:00
Koop Mast
89e9439dc6 Fix categories....
Submitted by:	freshports sanity daemon
2015-08-05 19:29:19 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

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

PR:		201980
2015-08-05 19:13:24 +00:00
Dmitry Marakasov
37d91e04f9 - Strip binary 2015-08-03 19:25:34 +00:00
Martin Matuska
a69ba14652 Horde package update:
comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6
devel/pear-Horde_Alarm 2.2.4 -> 2.2.5
security/pear-Horde_Auth 2.1.8 -> 2.1.10
www/pear-Horde_Browser 2.0.9 -> 2.0.10
archivers/pear-Horde_Compress 2.1.2 -> 2.1.3
devel/pear-Horde_Core 2.20.5 -> 2.20.8
security/pear-Horde_Crypt 2.5.3 -> 2.6.0
www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7
devel/pear-Horde_Data 2.1.2 -> 2.1.3
devel/pear-Horde_Date 2.1.0 -> 2.1.1
devel/pear-Horde_Exception 2.0.5 -> 2.0.6
www/pear-Horde_Form 2.0.9 -> 2.0.11
devel/pear-Horde_History 2.3.4 -> 2.3.5
devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1
graphics/pear-Horde_Image 2.3.1 -> 2.3.2
mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1
devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5
mail/pear-Horde_Mail 2.6.0 -> 2.6.2
mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.4 -> 2.1.5
devel/pear-Horde_Prefs 2.7.3 -> 2.7.4
net/pear-Horde_Rpc 2.1.4 -> 2.1.5
devel/pear-Horde_Serialize 2.0.3 -> 2.0.4
devel/pear-Horde_Support 2.1.3 -> 2.1.4
textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2
devel/pear-Horde_Util 2.5.5 -> 2.5.6
sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0
www/horde-ansel 3.0.2 -> 3.0.3
ftp/horde-gollem 3.0.3 -> 3.0.4
www/horde-base 5.2.6 -> 5.2.7
mail/horde-imp 6.2.9 -> 6.2.10
mail/horde-ingo 3.2.5 -> 3.2.6
deskutils/horde-kronolith 4.2.8 -> 4.2.9
deskutils/horde-mnemo 4.2.6 -> 4.2.7
www/horde-passwd 5.0.2 -> 5.0.3
www/horde-trean 1.1.1 -> 1.1.2
mail/horde-turba 4.2.7 -> 4.2.8
mail/horde-webmail 5.2.7 -> 5.2.9
deskutils/horde-groupware 5.2.7 -> 5.2.9
www/horde-wicked 2.0.3 -> 2.0.4
2015-08-03 07:06:14 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Koop Mast
11bc22f452 Update zeitgeist to 0.9.14 [1]
This version of zeitgeist now bundles libzeitgeist in the port. The
new libzeitgeist was bumped to libzeitgeist-1.0.so -> libzeitgeist-2.0.so.

* deskutils/cairo-dock-plugins: supports both zeitgeist versions.
* net-im/folks: Only supports the new 2.0 libzeitgeist library version. And
  this went unnoticed, woops.
* sysutils/libzeitgeist: Remove since it is now bundled in zeitgeist.
* sysutils/qzeitgeist: Update the port for the new zeitgeist API.
* www/midori: Mark the zeitgeist option (non-default) broken until midori
  can be updated to a version that supports the new libzeitgeist 2.0

PR:		190729 [1]
Submitted by:	olivierd@ [1]
2015-08-02 15:37:19 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Kurt Jaeger
29826ed8e1 New port: deskutils/ladon
Process many files in parallel. It is meant for people comfortable
with using a terminal but strives to be as easy to use as humanly
possible.

Ladon is named after the multiheaded serpent dragon from Greek mythology,
slain by Heracles and thrust into the sky as the constellation Draco. His
many heads allow you to efficiently work on many files at once.

WWW: https://github.com/danielgtaylor/ladon

PR:		201906
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
2015-08-02 08:45:55 +00:00
Dmitry Marakasov
331d9c0061 - Fix build on 10.x+
Approved by:	portmgr blanket
2015-07-31 19:40:21 +00:00
Dmitry Marakasov
1bd2006163 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-31 14:43:55 +00:00
Dmitry Marakasov
54630986fa - Add LICENSE_FILE
- Switch to USES=libarchive
2015-07-31 12:54:33 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Koop Mast
2c91a681a9 Update mozo to 1.10.1. 2015-07-29 11:13:43 +00:00
Dmitry Marakasov
dcf7d570aa - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 21:31:22 +00:00
Koop Mast
b18513c396 Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
2015-07-27 20:19:33 +00:00
Jason Helfman
e4dd417a53 - update to 0.99.8 2015-07-27 15:35:05 +00:00
Antoine Brodin
71cead9c46 Fix packaging after sphinx update
Reported by:	pkg-fallout
2015-07-24 23:41:15 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Tilman Keskinoz
409dd2f906 Update to 1.21.0
Drop Maintainership.
2015-07-16 20:10:25 +00:00
Bartek Rutkowski
3288b15a26 deskutils/fet: update 5.27.3 -> 5.27.5
PR:		201600
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-07-16 11:26:07 +00:00
Guido Falsi
081733b1e2 Fix build when NLS is disabled.
PR:		199469
Submitted by:	tobias.kortkamp at gmail.com
Approved by:	Maintainer timeout
2015-07-14 22:33:49 +00:00
Dmitry Marakasov
6dea7b0592 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-13 20:50:55 +00:00
Dmitry Marakasov
3f891c15de - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-07 18:06:57 +00:00
Dmitry Marakasov
3077fbfdf8 - Pass maintainership to sergey.v.brunov@gmail.com
PR:		201094
2015-07-01 16:17:29 +00:00
David Chisnall
b6546ca2ca Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
2015-07-01 13:50:28 +00:00
Dmitry Marakasov
900ea14841 - Update to 1.0.1
- Reset MAINTAINER per maintainer's request

PR:		201094
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	wen@FreeBSD.org (maintainer)
2015-06-30 16:31:48 +00:00
Alberto Villa
9865c6a0a6 deskutils/semantik: update to 0.9.4 2015-06-29 09:20:18 +00:00