svn commit: r381232 - in head/databases/hiredis: . files
Grzegorz Blach
gblach at FreeBSD.org
Fri Mar 13 20:49:11 UTC 2015
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 at 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)
More information about the svn-ports-all
mailing list