From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 15:04:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 291D5BDE; Sat, 16 Aug 2014 15:04:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC8F25C7; Sat, 16 Aug 2014 15:04:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7GF4jai089805; Sat, 16 Aug 2014 15:04:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7GF4jiJ089803; Sat, 16 Aug 2014 15:04:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408161504.s7GF4jiJ089803@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 16 Aug 2014 15:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365087 - in head/misc/ossp-uuid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 15:04:46 -0000 Author: tijl Date: Sat Aug 16 15:04:45 2014 New Revision: 365087 URL: http://svnweb.freebsd.org/changeset/ports/365087 QAT: https://qat.redports.org/buildarchive/r365087/ Log: - USES=libtool pathfix - Use MAKE_CMD Deleted: head/misc/ossp-uuid/files/patch-Makefile.in Modified: head/misc/ossp-uuid/Makefile head/misc/ossp-uuid/pkg-plist Modified: head/misc/ossp-uuid/Makefile ============================================================================== --- head/misc/ossp-uuid/Makefile Sat Aug 16 15:01:59 2014 (r365086) +++ head/misc/ossp-uuid/Makefile Sat Aug 16 15:04:45 2014 (r365087) @@ -3,7 +3,7 @@ PORTNAME= uuid PORTVERSION= 1.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -13,8 +13,9 @@ MAINTAINER= vd@FreeBSD.org COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers GNU_CONFIGURE= yes +USES= libtool pathfix USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \ +CONFIGURE_ARGS= --with-cxx \ --includedir=${PREFIX}/include/ossp .if defined(SLAVEPORT) && ${SLAVEPORT}=="perl" @@ -23,15 +24,10 @@ PKGNAMEPREFIX= p5-OSSP- CONFLICTS= e2fsprogs-libuuid-[0-9]* .endif -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -DPIC -.endif - regression-test: test test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ + ${MAKEFILE} ${MAKE_ARGS} check) -.include +.include Modified: head/misc/ossp-uuid/pkg-plist ============================================================================== --- head/misc/ossp-uuid/pkg-plist Sat Aug 16 15:01:59 2014 (r365086) +++ head/misc/ossp-uuid/pkg-plist Sat Aug 16 15:04:45 2014 (r365087) @@ -3,8 +3,13 @@ bin/uuid-config include/ossp/uuid.h include/ossp/uuid++.hh lib/libuuid.a +lib/libuuid.so +lib/libuuid.so.16 +lib/libuuid.so.16.0.22 lib/libuuid++.a -lib/libuuid++.la +lib/libuuid++.so +lib/libuuid++.so.16 +lib/libuuid++.so.16.0.22 libdata/pkgconfig/uuid.pc man/man1/uuid-config.1.gz man/man1/uuid.1.gz