Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 07:49:06 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386917 - in head/astro/gpsd: . files
Message-ID:  <201505210749.t4L7n6B4026905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius (src committer)
Date: Thu May 21 07:49:05 2015
New Revision: 386917
URL: https://svnweb.freebsd.org/changeset/ports/386917

Log:
  Fix paths in pkgconf installed files.
  
  Submitted by:	Craig Whipp <crwhipp gmail.com>

Added:
  head/astro/gpsd/files/patch-libgps.pc.in   (contents, props changed)
  head/astro/gpsd/files/patch-libgpsd.pc.in   (contents, props changed)
Modified:
  head/astro/gpsd/Makefile

Modified: head/astro/gpsd/Makefile
==============================================================================
--- head/astro/gpsd/Makefile	Thu May 21 07:48:57 2015	(r386916)
+++ head/astro/gpsd/Makefile	Thu May 21 07:49:05 2015	(r386917)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gpsd
 PORTVERSION=	3.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro geography
 MASTER_SITES=	SAVANNAH
 

Added: head/astro/gpsd/files/patch-libgps.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/gpsd/files/patch-libgps.pc.in	Thu May 21 07:49:05 2015	(r386917)
@@ -0,0 +1,10 @@
+--- libgps.pc.in.orig	2015-01-25 12:09:01.000000000 +0000
++++ libgps.pc.in	2015-05-21 02:11:05.192169497 +0000
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=@libdir@
++libdir=${prefix}/@libdir@
+ includedir=${prefix}/include
+ 
+ Name: GPSD

Added: head/astro/gpsd/files/patch-libgpsd.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/gpsd/files/patch-libgpsd.pc.in	Thu May 21 07:49:05 2015	(r386917)
@@ -0,0 +1,10 @@
+--- libgpsd.pc.in.orig	2015-01-23 18:48:09.000000000 +0000
++++ libgpsd.pc.in	2015-05-21 02:11:05.192169497 +0000
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=${exec_prefix}@libdir@
++libdir=${prefix}/@libdir@
+ includedir=${prefix}/include
+ 
+ Name: libgpsd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505210749.t4L7n6B4026905>