View | Details | Raw Unified | Return to bug 203025 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 1-9 Link Here
1
# Created by: David Le Brun <david@trucs.org>
1
# Created by: David Le Brun <david@trucs.org>
2
# $FreeBSD$
2
# $FreeBSD: head/astro/viking/Makefile 394778 2015-08-19 13:29:59Z mat $
3
3
4
PORTNAME=	viking
4
PORTNAME=	viking
5
PORTVERSION=	1.5.1
5
PORTVERSION=	1.6
6
PORTREVISION=	3
6
#PORTREVISION=	3
7
CATEGORIES=	astro
7
CATEGORIES=	astro
8
MASTER_SITES=	SF/${PORTNAME}/
8
MASTER_SITES=	SF/${PORTNAME}/
9
9
Lines 12-24 COMMENT= Program to manage GPS data (tra Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
BROKEN=		Fails to build
16
17
BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
15
BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
18
LIB_DEPENDS=	libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
16
LIB_DEPENDS=	libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
19
		libpcre.so:${PORTSDIR}/devel/pcre \
17
		libpcre.so:${PORTSDIR}/devel/pcre \
20
		libcurl.so:${PORTSDIR}/ftp/curl \
18
		libcurl.so:${PORTSDIR}/ftp/curl \
21
		libpng.so:${PORTSDIR}/graphics/png \
19
		libpng.so:${PORTSDIR}/graphics/png \
20
		libmapnik.so:${PORTSDIR}/graphics/mapnik \
21
		libgexiv2.so:${PORTSDIR}/graphics/gexiv2 \
22
		libfreetype.so:${PORTSDIR}/print/freetype2 \
22
		libfreetype.so:${PORTSDIR}/print/freetype2 \
23
		libexpat.so:${PORTSDIR}/textproc/expat2 \
23
		libexpat.so:${PORTSDIR}/textproc/expat2 \
24
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
24
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
Lines 39-45 LDFLAGS+= -L${LOCALBASE}/lib -pthread Link Here
39
PORTDOCS=	AUTHORS ChangeLog NEWS README
39
PORTDOCS=	AUTHORS ChangeLog NEWS README
40
40
41
OPTIONS_DEFINE=		DOCS GEOCACHES NLS GEOTAG GPSD
41
OPTIONS_DEFINE=		DOCS GEOCACHES NLS GEOTAG GPSD
42
OPTIONS_DEFAULT=	GEOTAG GPSD MERKAATOR
42
OPTIONS_DEFAULT=	GEOTAG JOSM
43
43
44
OPTIONS_MULTI=		OpenStreetMap-Editor
44
OPTIONS_MULTI=		OpenStreetMap-Editor
45
OPTIONS_MULTI_OpenStreetMap-Editor=	JOSM MERKAATOR
45
OPTIONS_MULTI_OpenStreetMap-Editor=	JOSM MERKAATOR

Return to bug 203025