From owner-svn-ports-head@freebsd.org Wed Feb 3 17:03:34 2021 Return-Path: Delivered-To: svn-ports-head@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 6D94A53CF16; Wed, 3 Feb 2021 17:03:34 +0000 (UTC) (envelope-from jhale@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 4DW7LG2kxvz4tVy; Wed, 3 Feb 2021 17:03:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50A3024A22; Wed, 3 Feb 2021 17:03:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 113H3YOW092870; Wed, 3 Feb 2021 17:03:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 113H3Xaf092868; Wed, 3 Feb 2021 17:03:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202102031703.113H3Xaf092868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 3 Feb 2021 17:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563899 - head/audio/gmtp X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/gmtp X-SVN-Commit-Revision: 563899 X-SVN-Commit-Repository: ports 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.34 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: Wed, 03 Feb 2021 17:03:34 -0000 Author: jhale Date: Wed Feb 3 17:03:33 2021 New Revision: 563899 URL: https://svnweb.freebsd.org/changeset/ports/563899 Log: audio/gmtp: Update to 1.3.11 Add temporary workaround to fix linking with Clang >= 11 and GCC >= 10 Install license with the license framework instead of listing in PORTDOCS and convert to UNIX style newline PR: 244712 Submitted by: (maintainer) MFH: 2021Q1 (build fix) Modified: head/audio/gmtp/Makefile head/audio/gmtp/distinfo Modified: head/audio/gmtp/Makefile ============================================================================== --- head/audio/gmtp/Makefile Wed Feb 3 16:59:00 2021 (r563898) +++ head/audio/gmtp/Makefile Wed Feb 3 17:03:33 2021 (r563899) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gmtp -PORTVERSION= 1.3.10 +PORTVERSION= 1.3.11 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/gMTP-${PORTVERSION}/ @@ -9,17 +9,26 @@ MAINTAINER= freebsd-ports-local@be-well.ilk.org COMMENT= Media Transfer Protocol (MTP) GUI client LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmtp.so:multimedia/libmtp \ libid3tag.so:audio/libid3tag \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis -GNU_CONFIGURE= yes -USES= gmake gnome localbase pkgconfig +USES= dos2unix gmake gnome localbase pkgconfig +DOS2UNIX_FILES= COPYING USE_GNOME= cairo gdkpixbuf2 glib20 -PORTDOCS= AUTHORS COPYING ChangeLog README +GNU_CONFIGURE= yes + +# PR: 244712 +# Workaround to fix linking with Clang >= 11 and GCC >= 10 which both set +# -fno-common by default. Upstream seems to have resolved this issue, so this +# line should be removed when updating to the next release. +CFLAGS+= -fcommon + +PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS NLS OPTIONS_RADIO= GTK Modified: head/audio/gmtp/distinfo ============================================================================== --- head/audio/gmtp/distinfo Wed Feb 3 16:59:00 2021 (r563898) +++ head/audio/gmtp/distinfo Wed Feb 3 17:03:33 2021 (r563899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481173948 -SHA256 (gmtp-1.3.10.tar.gz) = b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b -SIZE (gmtp-1.3.10.tar.gz) = 496912 +TIMESTAMP = 1612281783 +SHA256 (gmtp-1.3.11.tar.gz) = 5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613 +SIZE (gmtp-1.3.11.tar.gz) = 498198