From owner-freebsd-ports-bugs@freebsd.org Fri Sep 11 14:41:51 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EDF9A013D5 for ; Fri, 11 Sep 2015 14:41:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51AAD114B for ; Fri, 11 Sep 2015 14:41:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BEfp1v053009 for ; Fri, 11 Sep 2015 14:41:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203025] [PATCH] Unbreak astro/viking Date: Fri, 11 Sep 2015 14:41:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: w.litter@aon.at X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.ispatch Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 14:41:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203025 Walter Schwarzenfeld changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160922|0 |1 is patch| | --- Comment #4 from Walter Schwarzenfeld --- Comment on attachment 160922 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D160922 patch-Makefile_1_6 update >--- Makefile.orig 2015-09-11 08:43:17 UTC >+++ Makefile >@@ -1,9 +1,9 @@ > # Created by: David Le Brun >-# $FreeBSD$ >+# $FreeBSD: head/astro/viking/Makefile 394778 2015-08-19 13:29:59Z mat $ >=20 > PORTNAME=3D viking >-PORTVERSION=3D 1.5.1 >-PORTREVISION=3D 3 >+PORTVERSION=3D 1.6 >+#PORTREVISION=3D 3 > CATEGORIES=3D astro > MASTER_SITES=3D SF/${PORTNAME}/ >=20 >@@ -12,13 +12,13 @@ COMMENT=3D Program to manage GPS data (tra >=20 > LICENSE=3D GPLv2 >=20 >-BROKEN=3D Fails to build >- > BUILD_DEPENDS=3D p5-XML-Parser>=3D0:${PORTSDIR}/textproc/p5-XML-Parser > LIB_DEPENDS=3D 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+=3D -L${LOCALBASE}/lib -pthread > PORTDOCS=3D AUTHORS ChangeLog NEWS README >=20 > OPTIONS_DEFINE=3D DOCS GEOCACHES NLS GEOTAG GPSD >-OPTIONS_DEFAULT=3D GEOTAG GPSD MERKAATOR >+OPTIONS_DEFAULT=3D GEOTAG JOSM >=20 > OPTIONS_MULTI=3D OpenStreetMap-Editor > OPTIONS_MULTI_OpenStreetMap-Editor=3D JOSM MERKAATOR --=20 You are receiving this mail because: You are the assignee for the bug.=