Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2015 20:49:11 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381232 - in head/databases/hiredis: . files
Message-ID:  <201503132049.t2DKnBV8098900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Fri Mar 13 20:49:10 2015
New Revision: 381232
URL: https://svnweb.freebsd.org/changeset/ports/381232
QAT: https://qat.redports.org/buildarchive/r381232/

Log:
  Fix pkgconf file
  
  PR:		198513
  Obtained from:	github.com/redis/hiredis

Added:
  head/databases/hiredis/files/
  head/databases/hiredis/files/patch-Makefile   (contents, props changed)
Modified:
  head/databases/hiredis/Makefile

Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile	Fri Mar 13 20:47:40 2015	(r381231)
+++ head/databases/hiredis/Makefile	Fri Mar 13 20:49:10 2015	(r381232)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hiredis
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	gblach@FreeBSD.org

Added: head/databases/hiredis/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/hiredis/files/patch-Makefile	Fri Mar 13 20:49:10 2015	(r381232)
@@ -0,0 +1,13 @@
+--- Makefile.orig
++++ Makefile
+@@ -157,8 +157,8 @@ $(PKGCONFNAME): hiredis.h
+ 	@echo Name: hiredis >> $@
+ 	@echo Description: Minimalistic C client library for Redis. >> $@
+ 	@echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@
+-	@echo Libs: -L$${libdir} -lhiredis >> $@
+-	@echo Cflags: -I$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
++	@echo Libs: -L\$${libdir} -lhiredis >> $@
++	@echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
+ 
+ install: $(DYLIBNAME) $(STLIBNAME)
+ 	mkdir -p $(INSTALL_INCLUDE_PATH) $(INSTALL_LIBRARY_PATH)



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