Commit graph

19676 commits

Author SHA1 Message Date
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
Olivier Duchateau
2251e3a997 Update to 0.4.1
Changelog: http://docs.wand-py.org/en/0.4.1/changes.html
2015-08-02 18:31:15 +00:00
Koop Mast
df3e062a9d Add some more X11 / NOX11 checks around USES=ghostscript usage.
While here apply the same checks to IM7.

PR:		201993
Submitted by:	daniel@blodan.se
2015-08-02 18:13:16 +00:00
Danilo Egea Gondolfo
fcac383bab - Update to 1.3.3 2015-08-02 17:59:47 +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
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
Vanilla I. Shu
900cda080e Upgrade to 9.99.
PR:		201988
Submitted by:	maintainer
2015-08-02 04:06:59 +00:00
Koop Mast
05a3aded4e Drop :keepla from libtool USES. 2015-08-01 19:48:58 +00:00
Sunpoet Po-Chuan Hsieh
2143e85dfd - Fix ECW option
PR:		201736
Submitted by:	glebius
2015-07-31 17:17:14 +00:00
Dmitry Marakasov
52b0617902 - Don't try to install empty directory 2015-07-31 14:54:09 +00:00
Dmitry Marakasov
8537c8a73a - Fix build on 10.x+
Approved by:	portmgr blanket
2015-07-31 14:53:25 +00:00
Max Brazhnikov
38b15deea4 graphics/jogamp-jogl:
- Update to 2.2.4
- Add backup MASTER_SITES
- Regenerate patches
2015-07-31 10:29:18 +00:00
Koop Mast
e6ab85a923 Update gegl3 to 0.3.0.
* First stable release.
* Remove documentation code since it horribly borken.
2015-07-30 09:15:46 +00:00
Wen Heping
24a08209f3 - Mark DEPRECATED because gdal-grass had been included now in graphics/gdal 2.0.0.
Submitted by:	rhurlin@gwdg.de(via email)
2015-07-29 23:54:47 +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
c0b7a3fc42 Add patch from upstream that makes mate-desktop support optional. And
disable this for atril-lite.

PR:		201967
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2015-07-29 16:11:35 +00:00
Koop Mast
05353af622 Disable introspection, it doesn't build with the current
gobject-introspection tools in ports.

PR:		201970
Submitted by:	amdmi3@
2015-07-29 15:42:13 +00:00
Dirk Meyer
9de6081fd0 - import security fix from git
Security: format string vulnerability
2015-07-29 13:01:15 +00:00
Wen Heping
8445b71d14 - Bump PORTREVISION to chase the update of grass 2015-07-29 12:17:21 +00:00
Guido Falsi
150711ecfa - Remove uneeded comment
- Revert gratutious post-install change

Reported by:	danfe
2015-07-29 07:58:02 +00:00
Antoine Brodin
b4d96c1275 Switch build system from cmake to GNU configure
There are 2 benefits:
- Reduced number of build dependencies (0 now)
- This fixes build on arm64,  as configure/Makefile are more updated than
  CMakeLists.txt (CMakeLists.txt doesn't know about the arm/arm_init.c
  and arm/filter_neon_intrinsics.c files)

PR:		201425
Tested by:	Andrew Turner (on arm64)
2015-07-29 06:07:57 +00:00
Koop Mast
a44c8cd3e9 Update ImageMagick to 6.9.1-10. 2015-07-28 21:45:40 +00:00
Guido Falsi
30120a8d58 Update to 2.5.8
PR:		201845
Submitted by:	tkato432@yahoo.com
2015-07-28 20:12:45 +00:00
Koop Mast
16982c91fb Bump portrevision of atril-lite for plist fixes.
Submitted by:	antoine@
2015-07-28 13:07:32 +00:00
Koop Mast
0af731e3c1 * Unbreak the configure on 9.x. There is no zlib.pc file in base.
* Atril-lite needs mate-desktop
* Keyring support switch in configure was changed to
  --with-keyring instead of --enable-keyring.
* Update atril-lite plist

Submitted by:	pkg-fallout
2015-07-28 12:57:07 +00:00
Dmitry Marakasov
8906828f60 - Fix build with GPS option enabled by depending on correct version of libchamplain
PR:		201691
2015-07-28 02:41:32 +00:00
Dmitry Marakasov
9a5fb8d0ae - Bring back libchamplain 0.8 (gtk2-related)
This is needed as an optional dependency for graphics/geeqie

- Take maintainership as suggested by kwm
- Resolve conflicts with graphics/libchamplain
- Make documentation optional

PR:		201691
2015-07-28 02:40:16 +00:00
Dmitry Marakasov
5853b98c0c - Fix build
Approved by:	portmgr blanket
2015-07-28 00:51:56 +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
Dmitry Marakasov
d6c984cb28 - Fix build by specifying correct path to license file
PR:		201896
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-07-27 20:16:31 +00:00
Veniamin Gvozdikov
25068cafe3 - Add LICENSE_FILE.
- Use qt4-linguisttools instead of qt4-linguist for lrelease-qt4 (build
stage only).
- Remove qt4-xml and qt4-dbus from dependencies (unused); add qt4-corelib.
- Add USES=desktop-file-utils (for qiviewer.desktop)
- Mute post-configure target.
- Bump PORTREVISION (dependency list was changed).

PR:		ports/201869
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-07-27 19:01:06 +00:00
Koop Mast
4c391218db Update gtk-update-icon-cache and gtk20 to 2.24.28.
Obtained from:	gnome devel repo
2015-07-27 18:39:32 +00:00
Dmitry Marakasov
912df2a702 - Fix library installation 2015-07-26 20:03:34 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Thomas Zander
a85acdea72 Update to upstream version 2.10.1
PR:		201814
Submitted by:	rhurlin@gwdg.de (maintainer)
2015-07-25 20:21:24 +00:00
Alexey Dokuchaev
856105bda2 - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
2015-07-25 15:06:48 +00:00
Koop Mast
f84b0c1cc7 Catch up with ghostscript changes. 2015-07-25 09:40:34 +00:00
Sunpoet Po-Chuan Hsieh
174e4c9eb9 - Update to 2.15.3
- Update WWW

Changes:	https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md
2015-07-24 09:00:01 +00:00
Sunpoet Po-Chuan Hsieh
20733086ad - Update to 0.50
- Add LICENSE
- Add BUILD_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Geo-EOP/ChangeLog
2015-07-24 08:59:39 +00:00
Mathieu Arnold
1260f4d987 [00:01:47] ====>> Warning: (graphics/ImageMagick7): make: "/poudriere/ports/head/graphics/ImageMagick7/Makefile" line 387: Malformed conditional (${USER} == kwm)
Sponsored by:	Absolight
2015-07-22 21:54:18 +00:00
Danilo Egea Gondolfo
d2fe6eaeed - Update to 1.3.2
- Use tar:xz

PR:		201775
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2015-07-22 21:10:49 +00:00
Koop Mast
58d7a21386 Fix heap overflow vulnability.
Be more careful about integer overflow.

While here: fix possible divide-by-zero.

Notified by:	feld@
MFH:		2015Q3
2015-07-22 12:03:22 +00:00
Rene Ladan
92d38c8eb0 Remove expired ports:
2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months
2015-07-21 graphics/sng: Broken for more than 6 months
2015-07-21 japanese/netype: Broken for more than 6 months
2015-07-21 20:20:41 +00:00
TAKATSU Tomonari
7e0d6ef9bc - Update to 1.4.5 2015-07-21 12:41:22 +00:00
Baptiste Daroussin
cd6ed67653 Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
2015-07-19 22:04:44 +00:00
Hiroki Sato
90410e570d Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr.
  Note that currently tlmgr(1) does not work because of
  lack of TLPDB.  This will be fixed.

- Lua libraries used in LuaTeX are separated into
  devel/tex-libtexlua and devel/texlibtexluajit.
  USE_TEX supports them via keywords "texlua" and "texluajit".

- libsynctex is currently installed by devel/tex-web2c.
  This will be separated into a single port.

- Add graphics/libpotrace and use installed libpotrace
  and libharfbuzz.
2015-07-19 20:33:34 +00:00
Koop Mast
23dd5c1ece Update ImageMagick to 6.9.1-9. 2015-07-18 20:30:49 +00:00
Dmitry Sivachenko
c424557b8c Convert to USES=metaport.
PR:		201634
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-07-17 11:05:40 +00:00