Commit graph

18973 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
792237d13e - Update to 0.65
- Sort PLIST

Changes:	http://search.cpan.org/dist/Graphics-Primitive/Changes
2015-01-04 13:01:47 +00:00
Sunpoet Po-Chuan Hsieh
d2a05b1d1c - Update to 0.31
- Add blank line between LICENSE and *_DEPENDS sections
- Sort PLIST

Changes:	http://search.cpan.org/dist/Graphics-Color/Changes
2015-01-04 13:01:36 +00:00
Sunpoet Po-Chuan Hsieh
3b63b48b52 - Update to 2.16
Changes:	http://search.cpan.org/dist/GraphViz/Changes
2015-01-04 13:01:30 +00:00
Sunpoet Po-Chuan Hsieh
23b8006624 - Update to 2.56
- Sort PLIST

Changes:	http://search.cpan.org/dist/GD/ChangeLog
2015-01-04 13:01:23 +00:00
Marcus von Appen
49cb3686eb - Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by:	antoine
With hat:	python
2015-01-04 08:23:23 +00:00
Sunpoet Po-Chuan Hsieh
c0ca2669fc - Update to 2.88
- Sort PLIST

Changes:	http://search.cpan.org/dist/Chart-Clicker/Changes
2015-01-03 17:14:13 +00:00
Sunpoet Po-Chuan Hsieh
f207278997 - Update to 2.4.8
- Add LICENSE
- Sort PLIST
2015-01-03 17:14:06 +00:00
Johan van Selst
7f1b583a31 Update to xpaint 2.9.10.3 2015-01-03 14:51:08 +00:00
Raphael Kubo da Costa
8f80525551 - Add patch to make the port build GCC and CMake 3.1.0.
Tulip overrides CMake's built-in add_library() and add_executable()
  commands, so obviously things would explode at some point.

  This is a band-aid solution to get things working; the right solution
  would be to stop overriding CMake's commands, or even stopping setting
  RPATH on libraries and executables altogether, but that depends on getting
  the Tulip developers involved (I'm still figuring out if they respond to
  pings and patches).

- Use quazip from ports instead of building Tulip's bundled copy. Bundled
  software is evil.

- Clean up CMAKE_ARGS. PYTHON_INCLUDEDIR and LOCALBASE were used years ago
  in patch-CMakeLists.txt, but that has not been the case for several
  releases at least.

- Clean up the port's dependencies:
  * devel/qt4-assistant, devel/qt4-designer have not been required since
    Tulip 3.something.
  * devel/qt4-libqtassistantclient is severely outdated and unsupported,
    thankfully it has not been used since Tulip 3.4.0.
  * devel/libqxt is not needed because Tulip always builds its own bundled
    copy.
  * Add explicit dependency on print/freetype2 since the port links directly
    against it.
  * Stop depending on devel/libexecinfo directly and use USES=execinfo
    instead.
2015-01-03 14:40:40 +00:00
Marcus von Appen
472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
John Marino
3b24a5e1d3 graphics/mandelbulber: #include <cstring> for memcpy and memset 2015-01-03 03:51:13 +00:00
John Marino
400b47840a graphics/apngdis: #include <cstring>
This is fallout from png upgrade.  Modern GCC needs <cstring> for memcpy,
although clang seems to be happy without it.
2015-01-03 02:37:44 +00:00
John Marino
af30c6fc5a graphics/png2ico: #include <cstring>
This is fallout from png upgrade.  Modern GCC needs <cstring> for memset,
although clang seems to be happy without it.
2015-01-03 02:05:41 +00:00
John Marino
942e944991 graphics/libgfx: #include <cstring>
This is fallout from png upgrade.  Modern GCC needs <cstring> for memcpy,
although clang seems to be happy without it.
2015-01-03 01:07:50 +00:00
Danilo Egea Gondolfo
5271b00d7b - Update to 7.42.1 2015-01-02 19:01:29 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Koop Mast
3c576aed66 Fix some rarer build failures, that was hard to reproduce.
Submitted by:	Tobias Berner
2015-01-01 22:13:39 +00:00
Sunpoet Po-Chuan Hsieh
ab2f81b85c - Add LICENSE
- Update *_DEPENDS: version is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2015-01-01 16:26:06 +00:00
Rene Ladan
82e02f8fc1 Remove expired ports:
2014-12-31 graphics/ender: Unused by EFL 1.11
2014-12-31 graphics/enesim: Unused by EFL 1.11
2014-12-31 graphics/etch: Unused by EFL 1.11
2014-12-31 www/egueb: Unused by EFL 1.11
2014-12-31 x11-wm/e17-module-comp-scale: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eektool: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-elfe: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-empris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-engage: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eooorg: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-aspell: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-mpris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-pidgin: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-shotgun: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-wallpaper: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-exebuf: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-execwatch: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-flame: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-iiirk: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-itask: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-mail: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-moon: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-news: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-photo: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-rain: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-screenshot: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-slideshow: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-taskbar: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-uptime: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-weather: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winlist-ng: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winselector: Broken and updates aren't available
2014-12-31 17:21:52 +00:00
Antoine Brodin
73ac3bee69 Bump portrevision for previous change 2014-12-31 16:09:02 +00:00
Koop Mast
a743a6eb57 Add back accidently removed lines in r375852.
Submitted by:	antoine@
2014-12-31 16:06:37 +00:00
Koop Mast
225afdd87d Add a patch to fix the build when the THREADS option is unset.
Submitted by:	many
2014-12-31 14:45:06 +00:00
Antoine Brodin
38e8f93368 Update devel/doxygen to 1.8.9
PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
2014-12-31 06:45:10 +00:00
Koop Mast
ab81d99b31 Update ImageMagick to 6.9.0-2.
Disable SIMD option, the --with-gcc-arch only takes recent cpus into account.
And doesn't propperly check the host cpu for the flags. [1]

PR:		196188 [1]
Submitted by:	mi@ALDAN.algebra.com
2014-12-30 21:48:38 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Mathieu Arnold
ddadbeb984 Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.
Sponsored by:	Absolight
2014-12-29 14:18:23 +00:00
Dirk Meyer
da699000f3 - fix linker problems with smyrna
PR:		195676
PR:		196288
2014-12-28 18:01:43 +00:00
Wen Heping
ee79638eef - Update graphics/libspiro to 0.2.20131203
PR:		196202
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
2014-12-28 14:53:29 +00:00
Sunpoet Po-Chuan Hsieh
fa7cefaabc - Silence maintainer section 2014-12-28 13:14:44 +00:00
Rene Ladan
61be27df72 graphics/libsixel: update to 1.4.3
PR:		196280
Submitted by:	maintainer (sue@iwmt.org)
2014-12-27 15:10:50 +00:00
Dirk Meyer
1a44b719df - add MAKE_JOBS_UNSAFE
PR:		192857
Submitted by:	Matthias Andree

PR:		196032
2014-12-27 09:41:40 +00:00
Antoine Brodin
d5773b7637 Allow building with either giflib 4.2 or 5.0 2014-12-27 08:52:27 +00:00
Antoine Brodin
2fde215147 Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
Antoine Brodin
2f7449d110 Allow building with either giflib 4.2 or 5.0 2014-12-27 00:51:07 +00:00
Antoine Brodin
9afe8bae0c Allow building with either giflib 4.2 or 5.0 2014-12-27 00:49:30 +00:00
Antoine Brodin
bd2b7646e8 Allow building with either giflib 4.2 or 5.0 2014-12-27 00:44:05 +00:00
Rene Ladan
2b2ca44804 graphics/cegui: remove comment about removed games/secretmaryochronicles 2014-12-27 00:29:08 +00:00
Grzegorz Blach
a781a6e13c - Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
2014-12-27 00:09:02 +00:00
Antoine Brodin
3339cb80fc Allow building with either giflib 4.2 or 5.0 2014-12-26 17:59:25 +00:00
Antoine Brodin
01c229df6f Allow building with either giflib 4.2 or 5.0 2014-12-26 17:42:07 +00:00
Antoine Brodin
4132107729 Allow building with either giflib 4.2 or 5.0 2014-12-26 16:58:50 +00:00
Antoine Brodin
a8e0eb9254 Allow building with either giflib 4.2 or 5.0 2014-12-26 16:00:00 +00:00
Baptiste Daroussin
272840e553 Drop maintainership 2014-12-25 21:58:19 +00:00
Antoine Brodin
01930aeb42 Add back some lines that were mistakenly removed during the bump 2014-12-25 21:52:20 +00:00
Baptiste Daroussin
c0989fb54e revert changes not ready to get in 2014-12-25 21:11:00 +00:00
Baptiste Daroussin
15e41c0813 Remove USE_GCC added by mistake 2014-12-25 21:07:40 +00:00
Baptiste Daroussin
9287feae74 Mark as broken after png update 2014-12-25 20:58:25 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
92bf3521ee - Update graphics/png to 1.6.16
- Patch oolite to build with this new version
A portrevision bump will follow soon

Differential Revision:	https://reviews.freebsd.org/D1360
Submitted by:	bapt
Exp-run:	self
2014-12-25 20:52:16 +00:00
Baptiste Daroussin
5829c025b1 Remove imlib1
It has become a patch spaghetti over the time and making it support newer version
of various graphics libraries will be a nightmare

It is time to say good bye to imlib1

With hat:	portmgr
Discussed with:	antoine
Approved by:	kwm
2014-12-25 19:07:25 +00:00