ports/67475: [PATCH] audio/gtick: update to 0.3.1

michael johnson ahze at ahze.net
Wed Jun 2 02:50:25 UTC 2004


>Number:         67475
>Category:       ports
>Synopsis:       [PATCH] audio/gtick: update to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 01 19:50:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- Update to 0.3.1

Port maintainer (liamfoy at sepulcrum.org) is cc'd.

>How-To-Repeat:
>Fix:

--- gtick-0.3.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/gtick/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	5 Apr 2004 03:30:47 -0000	1.2
+++ Makefile	2 Jun 2004 02:45:36 -0000
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	gtick
-PORTVERSION=	0.2.14
-PORTREVISION=	1
+PORTVERSION=	0.3.1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.antcom.de/gtick/download/
 
 MAINTAINER=	liamfoy at sepulcrum.org
 COMMENT=	A metronome application
 
+LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
+
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GETOPT_LONG=yes
 USE_GNOME=	gtk20
+USE_ICONV=	yes
 USE_REINPLACE=	yes
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
@@ -27,5 +29,6 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' ${WRKSRC}/src/dsp.c
+	@${REINPLACE_CMD} -e 's|-O3||' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/gtick/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:06:05 -0000	1.2
+++ distinfo	2 Jun 2004 00:03:37 -0000
@@ -1,2 +1,2 @@
-MD5 (gtick-0.2.14.tar.bz2) = 0cb2495b33e1da0c653510d9bcd59470
-SIZE (gtick-0.2.14.tar.bz2) = 322198
+MD5 (gtick-0.3.1.tar.bz2) = f5424f6dd3d7fd0fafb911cbdb909ce1
+SIZE (gtick-0.3.1.tar.bz2) = 323700
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/gtick/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	11 Feb 2004 23:13:55 -0000	1.1
+++ pkg-plist	2 Jun 2004 02:33:39 -0000
@@ -1,4 +1,5 @@
 bin/gtick
+share/locale/eu/LC_MESSAGES/gtick.mo
 share/locale/de/LC_MESSAGES/gtick.mo
 share/locale/af/LC_MESSAGES/gtick.mo
 share/locale/en at boldquot/LC_MESSAGES/gtick.mo
--- gtick-0.3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list