Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 03:15:43 -0300 (ART)
From:      Juan Salaverria <rael@vectorstar.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62564: [maintainer update] irc/lostirc
Message-ID:  <200402090615.i196Fh01025810@arokh.trantor.org>
Resent-Message-ID: <200402090620.i196KEWg047354@freefall.freebsd.org>

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

>Number:         62564
>Category:       ports
>Synopsis:       [maintainer update] irc/lostirc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 22:20:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Juan Salaverria <rael@vectorstar.net>
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arokh.trantor.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: 
Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386

	
>Description:
	Update to 0.3.2
	
>How-To-Repeat:
	
>Fix:

diff -ruN lostirc.ori/Makefile lostirc/Makefile
--- lostirc.ori/Makefile	Thu Feb  5 10:37:55 2004
+++ lostirc/Makefile	Sat Feb  7 19:21:11 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	lostirc
-PORTVERSION=	0.2.7
-PORTREVISION=	2
+PORTVERSION=	0.3.2
 CATEGORIES=	irc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://demian.dyndns.org/src/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	rael@vectorstar.net
@@ -38,8 +38,8 @@
 	${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
 
 pre-install:
-	${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/intl/Makefile
-	${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/po/Makefile
+	${REINPLACE_CMD} -E 's|mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)|mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) "${ECHO} $(MKINSTALLDIRS)" ;; *) "${ECHO} $(top_builddir)/$(MKINSTALLDIRS)" ;; esac`|g' ${WRKSRC}/intl/Makefile
+	${REINPLACE_CMD} -E 's|mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)|mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) "${ECHO} $(MKINSTALLDIRS)" ;; *) "${ECHO} $(top_builddir)/$(MKINSTALLDIRS)" ;; esac`|g' ${WRKSRC}/po/Makefile
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -ruN lostirc.ori/distinfo lostirc/distinfo
--- lostirc.ori/distinfo	Tue Jul  8 03:22:10 2003
+++ lostirc/distinfo	Sat Feb  7 16:42:53 2004
@@ -1 +1,2 @@
-MD5 (lostirc-0.2.7.tar.gz) = 0b6f09dcbcb06076bdc6b17e39456c5c
+MD5 (lostirc-0.3.2.tar.gz) = 551f5c344b14b1fdd8f9f54792a69afc
+SIZE (lostirc-0.3.2.tar.gz) = 557774
diff -ruN lostirc.ori/files/patch-src::gtkmm::Prefs.cpp lostirc/files/patch-src::gtkmm::Prefs.cpp
--- lostirc.ori/files/patch-src::gtkmm::Prefs.cpp	Wed Dec 31 21:00:00 1969
+++ lostirc/files/patch-src::gtkmm::Prefs.cpp	Sat Feb  7 18:22:56 2004
@@ -0,0 +1,11 @@
+--- src/gtkmm/Prefs.cpp.ori	Sat Feb  7 17:42:11 2004
++++ src/gtkmm/Prefs.cpp	Sat Feb  7 17:42:45 2004
+@@ -127,7 +127,7 @@
+     row++;
+ 
+     // Buffer size for text
+-    bufferspin.set_value(double(App->options.buffer_size()));
++    bufferspin.set_value(double(*App->options.buffer_size()));
+     Gtk::Label *plabel4 = manage(new Gtk::Label(_("Maximium number of lines to cache:"), Gtk::ALIGN_LEFT));
+     _prefs_table.attach(*plabel4, 0, 1, row, row + 1);
+     _prefs_table.attach(bufferspin, 1, 2, row, row + 1);
diff -ruN lostirc.ori/files/patch-src::libirc::DCC.cpp lostirc/files/patch-src::libirc::DCC.cpp
--- lostirc.ori/files/patch-src::libirc::DCC.cpp	Wed Dec 31 21:00:00 1969
+++ lostirc/files/patch-src::libirc::DCC.cpp	Sat Feb  7 18:22:00 2004
@@ -0,0 +1,17 @@
+--- src/libirc/DCC.cpp.ori	Sat Feb  7 17:25:51 2004
++++ src/libirc/DCC.cpp	Sat Feb  7 17:27:32 2004
+@@ -16,12 +16,13 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+  */
+ 
++#include <sys/types.h>
++
+ #ifndef WIN32
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #else
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #define stat _stat
+ #endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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