Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 12:52:57 +0100
From:      Maxime Henrion <mux@qualys.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25698: [PATCH] Update lopster port to 0.9.8
Message-ID:  <20010311125256.A688@nebula.cybercable.fr>

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

>Number:         25698
>Category:       ports
>Synopsis:       [PATCH] Update lopster port to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 04:00:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Maxime Henrion
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:

System: FreeBSD nebula.cybercable.fr 4.3-BETA FreeBSD 4.3-BETA #6: Wed Mar 7 00:36:44 CET 2001 root@nebula.cybercable.fr:/usr/src/sys/compile/NEBULA i386

>Description:

This patch updates the lopster port to the latest version, 0.9.8.

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/lopster/Makefile ./Makefile
--- /usr/ports/audio/lopster/Makefile	Sun Feb 18 12:37:59 2001
+++ ./Makefile	Sun Mar 11 12:36:21 2001
@@ -6,9 +6,8 @@
 #
 
 PORTNAME=	lopster
-PORTVERSION=	0.9.7.2
+PORTVERSION=	0.9.8
 CATEGORIES=	audio
-DISTNAME=	${PORTNAME}-${PORTVERSION}
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
@@ -18,10 +17,5 @@
 USE_GMAKE=	yes
 USE_GTK=	yes
 USE_X_PREFIX=	yes
-
-post-extract:
-.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
-	${TOUCH} ${WRKSRC}/${i}
-.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/lopster/distinfo ./distinfo
--- /usr/ports/audio/lopster/distinfo	Sun Feb 18 12:37:59 2001
+++ ./distinfo	Sun Mar 11 12:05:57 2001
@@ -1 +1 @@
-MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e
+MD5 (lopster-0.9.8.tar.gz) = 6369e4dfcb78fc07ac1fce99a3fb0e01
diff -urN /usr/ports/audio/lopster/files/patch-browse.c ./files/patch-browse.c
--- /usr/ports/audio/lopster/files/patch-browse.c	Thu Jan  1 01:00:00 1970
+++ ./files/patch-browse.c	Sun Mar 11 12:20:12 2001
@@ -0,0 +1,9 @@
+--- src/browse.c.orig	Sun Mar 11 12:18:21 2001
++++ src/browse.c	Sun Mar 11 12:18:35 2001
+@@ -1,5 +1,5 @@
+-#include <sys/socket.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
+ #include <stdio.h>
+ #include <strings.h>
+ #include <string.h>
diff -urN /usr/ports/audio/lopster/files/patch-handler.c ./files/patch-handler.c
--- /usr/ports/audio/lopster/files/patch-handler.c	Thu Jan  1 01:00:00 1970
+++ ./files/patch-handler.c	Sun Mar 11 12:20:21 2001
@@ -0,0 +1,7 @@
+--- src/handler.c.orig	Sun Mar 11 12:18:28 2001
++++ src/handler.c	Sun Mar 11 12:18:49 2001
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <stdlib.h>
diff -urN /usr/ports/audio/lopster/lopster.diff ./lopster.diff
--- /usr/ports/audio/lopster/lopster.diff	Thu Jan  1 01:00:00 1970
+++ ./lopster.diff	Sun Mar 11 12:37:25 2001
@@ -0,0 +1,55 @@
+diff -urN /usr/ports/audio/lopster/Makefile ./Makefile
+--- /usr/ports/audio/lopster/Makefile	Sun Feb 18 12:37:59 2001
++++ ./Makefile	Sun Mar 11 12:36:21 2001
+@@ -6,9 +6,8 @@
+ #
+ 
+ PORTNAME=	lopster
+-PORTVERSION=	0.9.7.2
++PORTVERSION=	0.9.8
+ CATEGORIES=	audio
+-DISTNAME=	${PORTNAME}-${PORTVERSION}
+ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+ MASTER_SITE_SUBDIR=	${PORTNAME}
+ 
+@@ -18,10 +17,5 @@
+ USE_GMAKE=	yes
+ USE_GTK=	yes
+ USE_X_PREFIX=	yes
+-
+-post-extract:
+-.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in
+-	${TOUCH} ${WRKSRC}/${i}
+-.endfor
+ 
+ .include <bsd.port.mk>
+diff -urN /usr/ports/audio/lopster/distinfo ./distinfo
+--- /usr/ports/audio/lopster/distinfo	Sun Feb 18 12:37:59 2001
++++ ./distinfo	Sun Mar 11 12:05:57 2001
+@@ -1 +1 @@
+-MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e
++MD5 (lopster-0.9.8.tar.gz) = 6369e4dfcb78fc07ac1fce99a3fb0e01
+diff -urN /usr/ports/audio/lopster/files/patch-browse.c ./files/patch-browse.c
+--- /usr/ports/audio/lopster/files/patch-browse.c	Thu Jan  1 01:00:00 1970
++++ ./files/patch-browse.c	Sun Mar 11 12:20:12 2001
+@@ -0,0 +1,9 @@
++--- src/browse.c.orig	Sun Mar 11 12:18:21 2001
+++++ src/browse.c	Sun Mar 11 12:18:35 2001
++@@ -1,5 +1,5 @@
++-#include <sys/socket.h>
++ #include <sys/types.h>
+++#include <sys/socket.h>
++ #include <stdio.h>
++ #include <strings.h>
++ #include <string.h>
+diff -urN /usr/ports/audio/lopster/files/patch-handler.c ./files/patch-handler.c
+--- /usr/ports/audio/lopster/files/patch-handler.c	Thu Jan  1 01:00:00 1970
++++ ./files/patch-handler.c	Sun Mar 11 12:20:21 2001
+@@ -0,0 +1,7 @@
++--- src/handler.c.orig	Sun Mar 11 12:18:28 2001
+++++ src/handler.c	Sun Mar 11 12:18:49 2001
++@@ -1,3 +1,4 @@
+++#include <sys/types.h>
++ #include <sys/socket.h>
++ #include <netinet/in.h>
++ #include <stdlib.h>
diff -urN /usr/ports/audio/lopster/pkg-plist ./pkg-plist
--- /usr/ports/audio/lopster/pkg-plist	Thu Oct 19 09:01:32 2000
+++ ./pkg-plist	Sun Mar 11 12:34:24 2001
@@ -14,9 +14,11 @@
 share/lopster/pixmaps/friend.xpm
 share/lopster/pixmaps/home16b.xpm
 share/lopster/pixmaps/ignore.xpm
+share/lopster/pixmaps/info.xpm
 share/lopster/pixmaps/kfind.xpm
 share/lopster/pixmaps/logo.jpg
 share/lopster/pixmaps/logo.xpm
+share/lopster/pixmaps/logo1.xpm
 share/lopster/pixmaps/mail16b.xpm
 share/lopster/pixmaps/mini-folder.xpm
 share/lopster/pixmaps/notes16.xpm
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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