aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /astro/astrometry
parent24315159daa0089f08acea4ba1b130fb6721ad5c (diff)
Notes
Diffstat (limited to 'astro/astrometry')
-rw-r--r--astro/astrometry/Makefile4
-rw-r--r--astro/astrometry/files/patch-cairoutils.c10
2 files changed, 12 insertions, 2 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 4700cdd7e152..1c4e5efdba57 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -7,7 +7,7 @@
PORTNAME= astrometry
PORTVERSION= 0.34
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= http://www.astrometry.net/downloads/
DISTNAME= astrometry.net-${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= Describes an astronomical image
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
jpeg.11:${PORTSDIR}/graphics/jpeg \
- png.6:${PORTSDIR}/graphics/png \
+ png15:${PORTSDIR}/graphics/png \
netpbm.1:${PORTSDIR}/graphics/netpbm
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
diff --git a/astro/astrometry/files/patch-cairoutils.c b/astro/astrometry/files/patch-cairoutils.c
new file mode 100644
index 000000000000..65255ecab452
--- /dev/null
+++ b/astro/astrometry/files/patch-cairoutils.c
@@ -0,0 +1,10 @@
+--- util/cairoutils.c.orig 2012-04-25 05:33:34.000000000 +0200
++++ util/cairoutils.c 2012-04-25 05:35:29.000000000 +0200
+@@ -25,6 +25,7 @@
+
+ #include <cairo.h>
+ #include <png.h>
++#include <zlib.h>
+ #include <jpeglib.h>
+
+ #include "an-bool.h"