svn commit: r386917 - in head/astro/gpsd: . files

Gleb Smirnoff glebius at FreeBSD.org
Thu May 21 07:49:07 UTC 2015


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


More information about the svn-ports-all mailing list