1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- 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
This commit is contained in:
Alexey Dokuchaev 2016-09-18 01:33:40 +00:00
parent 418608ad46
commit 4a6ac9a9ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422350

View File

@ -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/libnotify \
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