Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 07:42:15 GMT
From:      Valery Komarov <komarov@valerka.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185839: [MAINTAINER UPDATE] devel/thrift-cpp fix
Message-ID:  <201401170742.s0H7gFqm021706@oldred.freebsd.org>
Resent-Message-ID: <201401170750.s0H7o0Kg093777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185839
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] devel/thrift-cpp fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 07:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Valery Komarov
>Release:        FreeBSD 10.0-ALPHA2
>Organization:
>Environment:
>Description:
Fixing build
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/devel/thrift-cpp/Makefile thrift-cpp/Makefile
--- /usr/ports/devel/thrift-cpp/Makefile	2013-11-15 21:21:53.000000000 +0400
+++ thrift-cpp/Makefile	2014-01-17 15:38:24.000000000 +0400
@@ -65,6 +65,12 @@
 post-patch:
 	@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am
 
+do-build:
+	cd ${BUILDIR} && ${GMAKE}
+
+do-install:
+	cd ${BUILDIR} && ${GMAKE} install
+
 post-install:
 	@${LN} -sf ${PREFIX}/lib/libthrift-${PORTVERSION}.so ${PREFIX}/lib/libthrift.so.0
 	@${LN} -sf ${PREFIX}/lib/libthriftnb-${PORTVERSION}.so ${PREFIX}/lib/libthriftnb.so.0


>Release-Note:
>Audit-Trail:
>Unformatted:



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