svn commit: r422350 - head/audio/osd-lyrics

Alexey Dokuchaev danfe at FreeBSD.org
Sun Sep 18 01:33:41 UTC 2016


Author: danfe
Date: Sun Sep 18 01:33:40 2016
New Revision: 422350
URL: https://svnweb.freebsd.org/changeset/ports/422350

Log:
  - Unbreak fetching by pointing to archived distfile in Google Cloud Storage
    despite that their repository has been moved to GitHub: new distfile lacks
    pre-generated autotools-related bits and does not bootstrap correctly, and
    I'm not in the mood to fight with autotools right now
  - Remove no longer accurate explanation of why we cannot enable -Werror yet:
    while this particular problem with Clang is no longer an issue, there are
    still lots of compiler warnings left

Modified:
  head/audio/osd-lyrics/Makefile

Modified: head/audio/osd-lyrics/Makefile
==============================================================================
--- head/audio/osd-lyrics/Makefile	Sun Sep 18 01:31:20 2016	(r422349)
+++ head/audio/osd-lyrics/Makefile	Sun Sep 18 01:33:40 2016	(r422350)
@@ -5,16 +5,13 @@ PORTNAME=	osdlyrics
 PORTVERSION=	0.4.3
 PORTREVISION=	4
 CATEGORIES=	audio deskutils
-MASTER_SITES=	GOOGLE_CODE
-PROJECTHOST=	osd-lyrics
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osd-lyrics/
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	On-screen lyrics display program for various media players
 
 LICENSE=	GPLv3
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libcurl.so:ftp/curl
@@ -22,9 +19,6 @@ LIB_DEPENDS=	libnotify.so:devel/libnotif
 USES=		desktop-file-utils gettext gmake iconv localbase pkgconfig sqlite
 USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
-# Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))',
-# see this bug for details: http://llvm.org/bugs/show_bug.cgi?id=3814
-#CONFIGURE_ARGS=	--with-werror
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README


More information about the svn-ports-all mailing list