Date: Tue, 3 Aug 2004 16:25:38 -0600 From: "Jie Gao" <gaoj@cpsc.ucalgary.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69966: [maintainer-update] textproc/skim -- update to 0.9.4 Message-ID: <200408032225.i73MPmpi015366@imgw1.cpsc.ucalgary.ca> Resent-Message-ID: <200408032230.i73MUPkL039915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69966 >Category: ports >Synopsis: [maintainer-update] textproc/skim -- update to 0.9.4 >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: Tue Aug 03 22:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jie Gao >Release: FreeBSD 5.2-delphij-20040801 i386 >Organization: >Environment: System: FreeBSD aibsd-current.cpsc.ucalgary.ca 5.2-delphij-20040801 FreeBSD 5.2-delphij-20040801 #0: Sat Jul 31 19:08:12 MDT 2004 root@aibsd-current.cpsc.ucalgary.ca:/usr/obj/usr/src/sys/AIBSD i386 >Description: Update textproc/skim to 0.9.4: Remove patches that are no longer needed (empty files directory); add SF.net master sites. >How-To-Repeat: N/A >Fix: Please note this patch should be applied after ports/69930 --- patch-skim-upgrade begins here --- diff -ruN skim.orig/Makefile skim/Makefile --- skim.orig/Makefile Tue Aug 3 16:16:59 2004 +++ skim/Makefile Tue Aug 3 16:19:50 2004 @@ -6,10 +6,11 @@ # PORTNAME= skim -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= textproc kde -MASTER_SITES= http://freedesktop.org/~cougar/skim/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://freedesktop.org/~cougar/skim/downloads/ +MASTER_SITE_SUBDIR= scim MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= An input method platform based on SCIM library and KDE/QT diff -ruN skim.orig/distinfo skim/distinfo --- skim.orig/distinfo Wed Jul 28 15:34:55 2004 +++ skim/distinfo Mon Aug 2 21:23:35 2004 @@ -1,2 +1,2 @@ -MD5 (skim-0.9.3.tar.gz) = e3dd8d58262fdd379e9921ab384051b0 -SIZE (skim-0.9.3.tar.gz) = 876274 +MD5 (skim-0.9.4.tar.gz) = b871c1feabb99fabcb0f1bd4e2846ba9 +SIZE (skim-0.9.4.tar.gz) = 879325 diff -ruN skim.orig/files/patch-plugins-scimlauncher-scimlauncher.cpp skim/files/patch-plugins-scimlauncher-scimlauncher.cpp --- skim.orig/files/patch-plugins-scimlauncher-scimlauncher.cpp Wed Jul 28 15:34:56 2004 +++ skim/files/patch-plugins-scimlauncher-scimlauncher.cpp Wed Dec 31 17:00:00 1969 @@ -1,23 +0,0 @@ ---- plugins/scimlauncher/scimlauncher.cpp~ Sun Jul 11 06:19:13 2004 -+++ plugins/scimlauncher/scimlauncher.cpp Wed Jul 21 15:32:13 2004 -@@ -31,6 +31,20 @@ - K_EXPORT_COMPONENT_FACTORY( skimplugin_scim, - KGenericFactory<ScimLauncher>( "skimplugin_scim" ) ); - -+char* mystrndup (const char* s, size_t n){ -+ size_t len=strlen(s); -+ if(len>n) -+ len=n; -+ char* newc=(char*)malloc(len+1); -+ -+ if (newc==NULL) -+ return NULL; -+ -+ newc[len] = '\0'; -+ return (char *)memcpy(newc, s, len); -+} -+#define strndup mystrndup -+ - ScimThread::ScimThread(QString _args) - { - args = "skim " + _args; --- patch-skim-upgrade ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408032225.i73MPmpi015366>