Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 12:43:19 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nbm@FreeBSD.org
Subject:   ports/36333: Update port deskutils/ithought to a5
Message-ID:  <20020326114319.8B01D5A545@nemesis.informatik.unibw-muenchen.de>

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

>Number:         36333
>Category:       ports
>Synopsis:       Update port deskutils/ithought to a5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 26 03:50:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

* update deskutils/ithought from a4 to a5
* added files/patch-src::Makefile.in, since ithought binary does not
  respect datadir otherwise.

The user database file has changed from ithought_database to
ithought_db.xml. Unfortunatly, mv ithought_database ithought_db.xml does
not work (at least on my machine). Furthermore action_modules and
action_scripts have changed to module_actions and script_actions.
So it might be a good idea to add a pkg_message for upgraders.

Regards,
         Olli

>How-To-Repeat:
>Fix:


diff -ruN ithought.bak/Makefile ithought/Makefile
--- ithought.bak/Makefile	Tue Feb 20 15:46:25 2001
+++ ithought/Makefile	Tue Mar 26 12:37:11 2002
@@ -6,19 +6,17 @@
 #
 
 PORTNAME=	ithought
-PORTVERSION=	a4
+PORTVERSION=	a5
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ithought
 
 MAINTAINER=	nbm@FreeBSD.org
 
-LIB_DEPENDS=    xml.5:${PORTSDIR}/textproc/libxml
+LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec
-
-ALL_TARGET=	ithought
 
 USE_GTK=	yes
 
diff -ruN ithought.bak/distinfo ithought/distinfo
--- ithought.bak/distinfo	Tue Feb 20 15:46:26 2001
+++ ithought/distinfo	Tue Mar 26 11:16:16 2002
@@ -1 +1 @@
-MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241
+MD5 (ithought-a5.tar.gz) = 63ab574d2b7327e9a5aed266cbeb4080
diff -ruN ithought.bak/files/patch-src::Makefile.in ithought/files/patch-src::Makefile.in
--- ithought.bak/files/patch-src::Makefile.in	Thu Jan  1 01:00:00 1970
+++ ithought/files/patch-src::Makefile.in	Tue Mar 26 12:28:32 2002
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Tue Mar 26 12:27:14 2002
++++ src/Makefile.in	Tue Mar 26 12:28:03 2002
+@@ -87,7 +87,7 @@
+ 
+ ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS)
+ 
+-INCLUDES =  $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\"
++INCLUDES =  $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\"
+ 
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_CLEAN_FILES = 
diff -ruN ithought.bak/pkg-plist ithought/pkg-plist
--- ithought.bak/pkg-plist	Tue Feb 20 15:46:27 2001
+++ ithought/pkg-plist	Tue Mar 26 11:21:50 2002
@@ -1,10 +1,15 @@
 bin/ithought
-libexec/ithought/action_modules/advogato.so
-libexec/ithought/action_modules/itep.so
-libexec/ithought/action_modules/kuro5hin.so
-libexec/ithought/action_modules/livejournal.so
-libexec/ithought/action_modules/stdout.so
-libexec/ithought/action_scripts/stdout_script
-@dirrm libexec/ithought/action_scripts
-@dirrm libexec/ithought/action_modules
+libexec/ithought/module_actions/libadvogato.la
+libexec/ithought/module_actions/libadvogato.so
+libexec/ithought/module_actions/libitep.la
+libexec/ithought/module_actions/libitep.so
+libexec/ithought/module_actions/libkuro5hin.la
+libexec/ithought/module_actions/libkuro5hin.so
+libexec/ithought/module_actions/liblivejournal.la
+libexec/ithought/module_actions/liblivejournal.so
+libexec/ithought/module_actions/libstdout.la
+libexec/ithought/module_actions/libstdout.so
+libexec/ithought/script_actions/stdout
+@dirrm libexec/ithought/module_actions
+@dirrm libexec/ithought/script_actions
 @dirrm libexec/ithought
>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?20020326114319.8B01D5A545>