svn commit: r563902 - branches/2021Q1/audio/gmtp
Jason E. Hale
jhale at FreeBSD.org
Wed Feb 3 17:14:17 UTC 2021
Author: jhale
Date: Wed Feb 3 17:14:16 2021
New Revision: 563902
URL: https://svnweb.freebsd.org/changeset/ports/563902
Log:
MFH: r563899
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: <lgfbsd at be-well.ilk.org> (maintainer)
Modified:
branches/2021Q1/audio/gmtp/Makefile
branches/2021Q1/audio/gmtp/distinfo
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/audio/gmtp/Makefile
==============================================================================
--- branches/2021Q1/audio/gmtp/Makefile Wed Feb 3 17:05:54 2021 (r563901)
+++ branches/2021Q1/audio/gmtp/Makefile Wed Feb 3 17:14:16 2021 (r563902)
@@ -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 at 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: branches/2021Q1/audio/gmtp/distinfo
==============================================================================
--- branches/2021Q1/audio/gmtp/distinfo Wed Feb 3 17:05:54 2021 (r563901)
+++ branches/2021Q1/audio/gmtp/distinfo Wed Feb 3 17:14:16 2021 (r563902)
@@ -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
More information about the svn-ports-branches
mailing list