Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 02:46:03 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/184891: audio/gtkguitune: Fix build on -current
Message-ID:  <20131217024603.4645667983e92b0f6a1a58d4@yahoo.com>
Resent-Message-ID: <201312161810.rBGIAQsM016564@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184891
>Category:       ports
>Synopsis:       audio/gtkguitune: Fix build on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 18:10:25 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix build on -current
- Add LICENSE
- Add DESKTOP_ENTRIES

New file:
files/patch-lcdview.cc

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/gtkguitune/Makefile audio/gtkguitune/Makefile
--- /usr/ports/audio/gtkguitune/Makefile	2013-12-12 02:41:48.000000000 +0900
+++ audio/gtkguitune/Makefile	2013-12-17 00:00:00.000000000 +0900
@@ -3,32 +3,35 @@
 
 PORTNAME=	gtkguitune
 PORTVERSION=	0.8
-PORTREVISION=	3
+DISTVERSIONPREFIX=	gtk2-
+PORTREVISION=	4
 CATEGORIES=	audio
-MASTER_SITES=	http://www.oocities.org/harpin_floh/mysoft/
-DISTNAME=	${PORTNAME}-gtk2-${PORTVERSION}
+MASTER_SITES=	GENTOO/distfiles \
+		http://www.oocities.org/harpin_floh/mysoft/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Guitar (and other instruments) tuner for GTK+2
 
-LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
+LICENSE=	GPLv2 # (or later)
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		pkgconfig
-NO_STAGE=	yes
+USE_GNOME=	gtkmm24
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \
 		share/icons/hicolor/scalable/apps/guitune_logo.svg
 
+DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" ""
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure
-.for file in guitune.cc main.cc
+.for i in guitune.cc main.cc
 	@${REINPLACE_CMD} -e \
-		's|<linux/soundcard.h>|<sys/soundcard.h>|' ${WRKSRC}/${file}
+		's|<linux/soundcard.h>|<sys/soundcard.h>|' ${WRKSRC}/${i}
 .endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/gtkguitune/files/patch-lcdview.cc audio/gtkguitune/files/patch-lcdview.cc
--- /usr/ports/audio/gtkguitune/files/patch-lcdview.cc	1970-01-01 09:00:00.000000000 +0900
+++ audio/gtkguitune/files/patch-lcdview.cc	2013-12-17 00:00:00.000000000 +0900
@@ -0,0 +1,16 @@
+--- lcdview.cc.orig
++++ lcdview.cc
+@@ -23,11 +23,12 @@
+ 
+ #include "lcdview.h"
+ 
+-LCDView::LCDView(const char * str = 0)
++LCDView::LCDView(const char * str)
+ {
+     i_LCD_num = 11;
+     i_string_maxlen = 1000;
+     i_string = new char [i_string_maxlen];
++    str = 0;
+     set( str );
+         
+     i_col_bg. set( "black" );      get_colormap()->alloc_color( i_col_bg  );
diff -urN /usr/ports/audio/gtkguitune/pkg-descr audio/gtkguitune/pkg-descr
--- /usr/ports/audio/gtkguitune/pkg-descr	2013-11-06 21:52:27.000000000 +0900
+++ audio/gtkguitune/pkg-descr	2013-12-17 00:00:00.000000000 +0900
@@ -1,6 +1,7 @@
-gtkguitune is a program for tuning guitars and other instruments.  Rather than
-using FFT like many programs, it counts the number of triggerings between two
-trigger levels in a certain amount of time, which tends to be more accurate for
-instrument tuning while requiring less processing than FFT.
+gtkguitune is a program for tuning guitars and other instruments.
+Rather than using FFT like many programs, it counts the number of
+triggerings between two trigger levels in a certain amount of time,
+which tends to be more accurate for instrument tuning while requiring
+less processing than FFT.
 
 WWW: http://www.oocities.com/harpin_floh/kguitune_page.html
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131217024603.4645667983e92b0f6a1a58d4>