Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 1999 23:50:50 +0200 (MET DST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14384: update olirc to 0.0.37
Message-ID:  <199910172150.XAA02956@saturn.kn-bremen.de>

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

>Number:         14384
>Category:       ports
>Synopsis:       update olirc to 0.0.37
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 15:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	3.3-STABLE i386, gettext-0.10.35, glib-1.2.3, gtk-1.2.3

>Description:

	I don't see a list what changed in this version right now
	but at least it still seems to work...

>How-To-Repeat:

	n/a

>Fix:

Changed files:
	Makefile files/md5 pkg/DESCR
New file:
	patches/patch-ab

Index: Makefile
===================================================================
RCS file: /home/cvs/cvs/ports/irc/olirc/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	1999/08/25 06:12:51	1.2
+++ Makefile	1999/10/17 10:35:59
@@ -1,14 +1,14 @@
 # New ports collection makefile for:	olirc
-# Version required:	0.0.35
+# Version required:	0.0.37
 # Date created:		Sat Jul 24 03:04:46 MET DST 1999
 # Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
 #
 # $FreeBSD: ports/irc/olirc/Makefile,v 1.2 1999/08/25 06:12:51 obrien Exp $
 #
 
-DISTNAME=	olirc-0.0.35
+DISTNAME=	olirc-0.0.37
 CATEGORIES=	irc
-MASTER_SITES=	http://altern.org/olirc/sources/
+MASTER_SITES=	http://olirc.hexanet.fr/
 
 MAINTAINER=	nox@jelal.kn-bremen.de
 
Index: files/md5
===================================================================
RCS file: /home/cvs/cvs/ports/irc/olirc/files/md5,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 md5
--- md5	1999/08/02 21:54:31	1.1.1.1
+++ md5	1999/10/17 10:22:47
@@ -1 +1 @@
-MD5 (olirc-0.0.35.tar.bz2) = f1ed60b1a11073481a4dc38d3f4114e0
+MD5 (olirc-0.0.37.tar.bz2) = 47102314969431c88d37bf068fa06434
Index: pkg/DESCR
===================================================================
RCS file: /home/cvs/cvs/ports/irc/olirc/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 DESCR
--- DESCR	1999/08/02 21:54:31	1.1.1.1
+++ DESCR	1999/10/17 10:20:53
@@ -2,4 +2,4 @@
 
 Still work in progress, no (english) docs yet...
 
-WWW: http://altern.org/olirc/
+WWW: http://olirc.hexanet.fr/
--- /dev/null	Sun Oct 17 12:53:25 1999
+++ patches/patch-ab	Sun Oct 17 12:29:49 1999
@@ -0,0 +1,10 @@
+Index: configure
+@@ -1714,7 +1714,7 @@
+     if test "$gtk_config_major_version" = "1" -a "$gtk_config_minor_version" = 0 ; then
+       GTK_OBJS_STATIC="$GTK_PREFIX/lib/libgtk.a $GTK_PREFIX/lib/libgdk.a $GTK_PREFIX/lib/libglib.a"
+     else
+-	   GLIB_PREFIX=`glib-config --prefix 2> /dev/null`
++	   GLIB_PREFIX=`glib12-config --prefix 2> /dev/null`
+       GTK_OBJS_STATIC="$GTK_PREFIX/lib/libgtk.a $GTK_PREFIX/lib/libgdk.a $GLIB_PREFIX/lib/libglib.a $GLIB_PREFIX/lib/libgmodule.a"
+     fi
+ 

>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?199910172150.XAA02956>