From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 18:25:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03EE566580B; Tue, 6 Jul 2021 18:25:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK9vs6lyrz4cfY; Tue, 6 Jul 2021 18:25:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C569B1E3D4; Tue, 6 Jul 2021 18:25:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166IPDWT093034; Tue, 6 Jul 2021 18:25:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166IPDQb093033; Tue, 6 Jul 2021 18:25:13 GMT (envelope-from git) Date: Tue, 6 Jul 2021 18:25:13 GMT Message-Id: <202107061825.166IPDQb093033@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 62ff121df2a7 - main - devel/libublio: remove *_p.a profiling library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62ff121df2a70f25fd1ef444ba50219585f25bd8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 18:25:14 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=62ff121df2a70f25fd1ef444ba50219585f25bd8 commit 62ff121df2a70f25fd1ef444ba50219585f25bd8 Author: Matthias Andree AuthorDate: 2021-07-06 18:21:29 +0000 Commit: Matthias Andree CommitDate: 2021-07-06 18:24:28 +0000 devel/libublio: remove *_p.a profiling library Since a port cannot reliably and easily infer the profiling configuration from src.conf (the ports framework defeats reading it, and historically the port had its troubles with that), remove the profiled libublio_p.a altogether. Bumps PORTREVISION due to pkg-plist change on most practical systems. Reported by: emaste@ PR: 256873 --- devel/libublio/Makefile | 18 +----------------- devel/libublio/files/Makefile | 2 ++ devel/libublio/pkg-plist | 1 - 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile index cc6bd12269d6..fc6314cd5ded 100644 --- a/devel/libublio/Makefile +++ b/devel/libublio/Makefile @@ -2,7 +2,7 @@ PORTNAME= libublio PORTVERSION= 20070103 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= LOCAL/mandree @@ -13,17 +13,8 @@ LICENSE= BSD2CLAUSE USE_LDCONFIG= yes -.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) || "${MK_PROFILE}" == "no" -PLIST_SUB+= PROFLIB="@comment " -.else -PLIST_SUB+= PROFLIB="" -.endif - USES= uidfix -SRCCONF= /dev/null -MAKE_ENV+= SRCCONF=${SRCCONF} - SUB_FILES= libublio.pc SUB_LIST= PREFIX=${PREFIX} PORTVERSION=${PORTVERSION} @@ -32,13 +23,6 @@ OPTIONS_DEFINE= DOCS post-extract: @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} -# this pre-install is only for debugging pointyhat failures -pre-install: - @${ECHO_CMD} "===> Environment:" - @${SETENV} | ${SORT} -f - @${ECHO_CMD} "===> Makefiles used:" - @${ECHO_CMD} ${.MAKEFILE_LIST} - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/devel/libublio/files/Makefile b/devel/libublio/files/Makefile index 51ba01b41f4d..b6409ba96834 100644 --- a/devel/libublio/files/Makefile +++ b/devel/libublio/files/Makefile @@ -11,4 +11,6 @@ LIB= ublio SHLIB_MAJOR= 1 LIBDIR= ${PREFIX}/lib +MK_PROFILE= no + .include diff --git a/devel/libublio/pkg-plist b/devel/libublio/pkg-plist index 39bc6dfe803a..f46d1cdf01a2 100644 --- a/devel/libublio/pkg-plist +++ b/devel/libublio/pkg-plist @@ -1,6 +1,5 @@ include/ublio.h lib/libublio.a -%%PROFLIB%%lib/libublio_p.a lib/libublio.so lib/libublio.so.1 libdata/pkgconfig/libublio.pc