Date: Mon, 1 Sep 2014 18:05:36 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366917 - head/devel/json-glib Message-ID: <201409011805.s81I5aRe070760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 1 18:05:36 2014 New Revision: 366917 URL: http://svnweb.freebsd.org/changeset/ports/366917 QAT: https://qat.redports.org/buildarchive/r366917/ Log: - Convert to USES=libtool and USES=pathfix - Add INSTALL_TARGET=install-strip Obtained from: gnome-dev Modified: head/devel/json-glib/Makefile head/devel/json-glib/pkg-plist Modified: head/devel/json-glib/Makefile ============================================================================== --- head/devel/json-glib/Makefile Mon Sep 1 18:03:31 2014 (r366916) +++ head/devel/json-glib/Makefile Mon Sep 1 18:05:36 2014 (r366917) @@ -4,6 +4,7 @@ PORTNAME= json-glib PORTVERSION= 0.14.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -13,11 +14,12 @@ COMMENT= JSON (RFC 4627) interface for G BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -USES= pkgconfig tar:xz gmake -USE_GNOME= glib20 gnomehack gnomeprefix ltverhack introspection:build -USE_AUTOTOOLS= libtool +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomeprefix introspection:build +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/json-glib/pkg-plist ============================================================================== --- head/devel/json-glib/pkg-plist Mon Sep 1 18:03:31 2014 (r366916) +++ head/devel/json-glib/pkg-plist Mon Sep 1 18:05:36 2014 (r366917) @@ -10,10 +10,9 @@ include/json-glib-1.0/json-glib/json-rea include/json-glib-1.0/json-glib/json-types.h include/json-glib-1.0/json-glib/json-version.h lib/girepository-1.0/Json-1.0.typelib -lib/libjson-glib-1.0.a -lib/libjson-glib-1.0.la lib/libjson-glib-1.0.so lib/libjson-glib-1.0.so.0 +lib/libjson-glib-1.0.so.0.1400.2 libdata/pkgconfig/json-glib-1.0.pc %%DOCSDIR%%/JsonBuilder.html %%DOCSDIR%%/JsonGenerator.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011805.s81I5aRe070760>