From owner-svn-ports-head@freebsd.org Sun Sep 18 01:33:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80346BDD0E2; Sun, 18 Sep 2016 01:33:41 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 5261BE8F; Sun, 18 Sep 2016 01:33:41 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8I1XevO060332; Sun, 18 Sep 2016 01:33:40 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8I1XeDL060331; Sun, 18 Sep 2016 01:33:40 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201609180133.u8I1XeDL060331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 18 Sep 2016 01:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422350 - head/audio/osd-lyrics X-SVN-Group: ports-head 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.23 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: Sun, 18 Sep 2016 01:33:41 -0000 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@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