Date: Sun, 15 Mar 2015 11:46:31 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Grzegorz Blach <gblach@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r381232 - in head/databases/hiredis: . files Message-ID: <5504D667.1070107@FreeBSD.org> In-Reply-To: <201503132049.t2DKnBV8098900@svn.freebsd.org> References: <201503132049.t2DKnBV8098900@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14/03/2015 7:49 AM, Grzegorz Blach wrote: > 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) > Sent upstream?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5504D667.1070107>