svn commit: r563899 - head/audio/gmtp
Jason E. Hale
jhale at FreeBSD.org
Wed Feb 3 17:03:34 UTC 2021
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: <lgfbsd at be-well.ilk.org> (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 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: 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
More information about the svn-ports-head
mailing list