[Bug 203025] [PATCH] Unbreak astro/viking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 11 14:41:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203025

Walter Schwarzenfeld <w.litter at aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #160922|0                           |1
           is patch|                            |

--- Comment #4 from Walter Schwarzenfeld <w.litter at aon.at> ---
Comment on attachment 160922
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160922
patch-Makefile_1_6 update

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list