Commit Graph

4071 Commits

Author SHA1 Message Date
jasper
7e4ff1d276 sync patch with what has been committed upstrea now; no pkg change. 2012-10-05 16:44:27 +00:00
giovanni
311076bbe8 Update to 2.8.2
Update and sort WANTLIB (from Brad)
ok ajacoutot@
2012-10-02 13:10:44 +00:00
dcoppa
cab20960c2 Bugfix update to feh-2.6.3 2012-10-02 12:59:10 +00:00
jasper
0e0d47d8ef sync 2012-09-30 08:56:58 +00:00
jasper
590da05c2d remove mx, it's unused and hardly developed anymore
as discussed with aja@
2012-09-30 08:56:51 +00:00
ajacoutot
c17ee4bcc5 Update to simple-scan-3.6.0. 2012-09-30 07:19:18 +00:00
ajacoutot
388c0f6585 @comment -> post-install rm 2012-09-29 13:14:04 +00:00
ajacoutot
ef8fd0638d @comment the proper file. 2012-09-29 13:04:29 +00:00
jasper
aff459bc81 - update to evince-3.6.0 2012-09-28 11:44:52 +00:00
ajacoutot
bec3c09e0e Update to colord-gtk-0.1.23. 2012-09-28 08:17:44 +00:00
jasper
e83a3dcc58 hobbits take maintainership 2012-09-27 13:00:39 +00:00
jasper
5628c81517 add git commit blurb 2012-09-27 12:07:00 +00:00
jasper
bda014b884 - update to clutter-gst-1.9.92 2012-09-27 11:49:04 +00:00
jasper
3978229876 - update to clutter-gtk-1.3.2 2012-09-27 11:48:44 +00:00
jasper
283a6691c8 - update to clutter-1.12.0
* includes a fix for the dreaded threading issues
2012-09-27 11:48:23 +00:00
jasper
d27021ffe5 - update to cogl-1.12.0 2012-09-27 11:47:34 +00:00
jasper
bde70897fe bump MAJOR to 1.12 2012-09-27 11:47:13 +00:00
ajacoutot
813e81fae1 Update to colord-0.1.23. 2012-09-27 06:55:04 +00:00
brad
2d97f3865e - Mark SHARED_ONLY as Gimp uses plugins and merge PFRAG.shared into the PLIST
- Sync WANTLIB
- Remove use of CONFIGURE_SHARED since this is SHARED_ONLY anyway
- Remove unnecessary patching for the autoconf script and pkg-config files

From giovanni@

- Enable the PostScript plugin
- Update distinfo

ok giovanni@
2012-09-27 00:17:51 +00:00
landry
387d95e266 Mark as BROKEN-sparc64 because of horrible casts.
(CUdeviceptr)((uchar*)mem.device_pointer + offset)
-> error: cast from 'ccl::uchar*' to 'CUdeviceptr' loses precision
tried whacking it with some obvious hacks but failed.
2012-09-26 16:26:01 +00:00
sthen
a26a1170e9 add DPB_PROPERTIES=Parallel for some things high in the dependency tree
which benefit from it.
2012-09-26 15:04:09 +00:00
brad
e4e676be98 autogen.sh -> ./autogen.sh to fix the build when . is not in the PATH.
From RD Thrush <rd at thrush dot com>
ok sthen@
2012-09-25 23:50:13 +00:00
brad
d5259e6b72 Update to lcms2 2.4.
ok sthen@
2012-09-25 22:52:16 +00:00
kili
421c7c8791 SECURITY for CVE-2012-4405, from Redhat.
Note that our ghostscript port isn't affected by this bug (because
it doesn't build/use libicc).

ok jasper@
2012-09-25 19:51:31 +00:00
jasper
0187f458ba - add missing build depends for autofuck
spotted by nigel@, thanks
2012-09-25 14:45:31 +00:00
jasper
20d7d41dbf replace GL data types with equivalent glib types, from upstream git
unbreaks mx with an upcoming clutter update.
2012-09-24 20:57:51 +00:00
jasper
827ad1c605 - update to mx-1.4.7 (git tag) 2012-09-24 20:53:48 +00:00
jasper
8194f2d3fd - update to shotwell-0.13.0 2012-09-24 20:32:49 +00:00
naddy
be5efd77b8 Update to 4.0.3.
* A number of security issues have been resolved, including CVE-2012-3401.
* Accessor functions for TIFF field information have been added to
  support functionality which was available in libtiff 3.9.X.

ok jasper@
2012-09-24 19:51:03 +00:00
jasper
57ab3b90d5 remove explict CONFIGURE_ENV, it's been taken care of by gnome.port.mk
for a while now.
2012-09-24 19:22:27 +00:00
jasper
7418c38f91 missed in previous 2012-09-23 17:30:16 +00:00
jasper
1bd058af89 - update to 0.13.1 2012-09-23 17:29:47 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
jasper
4504690ef5 unbreak on big endian arches 2012-09-23 13:25:25 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
f690ada8a6 register libmng as a dependency instead of picking it up when it just
happens to be around

spotted by nigel@
2012-09-20 14:04:17 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
dcoppa
7cc9b10711 Update to feh-2.6.1 2012-09-18 12:51:17 +00:00
ajacoutot
301ec95ef7 Bugfix update to gdk-pixbuf-2.26.4. 2012-09-18 06:40:24 +00:00
ajacoutot
1228b38492 zinx does not depend on qt4, only zint-gui does. 2012-09-18 06:26:17 +00:00
jasper
9daa86fc47 security fix for
CVE-2012-3535 openjpeg: heap-based buffer overflow when decoding jpeg2000 file

ok sthen@ (MAINTAINER)
2012-09-17 12:31:35 +00:00
naddy
aa87e4b971 fix build after network header cleanup 2012-09-16 13:17:42 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00
sthen
4ebf9d76e0 missing dep on coreutils for nl, and patch away a bash requirement.
build problem pointed out & fixes suggested by nigel@.
2012-09-15 08:37:41 +00:00
jasper
9d779e9ff7 - update to 2.53 2012-09-15 07:08:16 +00:00
sthen
8b1b277a92 missing wantlib and add a comment about lensfun so nobody mistakenly
removes it in a wantlib sync.
2012-09-14 09:56:17 +00:00
sthen
a667ddea35 update to darktable 1.0.5 2012-09-14 09:50:18 +00:00
sthen
57df99ac79 Add a WANTLIB on lensfun, so the LIB_DEPENDS=graphics/lensfun is actually used.
Problem reported by halex.
2012-09-14 07:36:07 +00:00