Bug 88983 - [patch] sysutils/libgksu: update to new release version 1.3.6
Summary: [patch] sysutils/libgksu: update to new release version 1.3.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 10:40 UTC by Boris B.Samorodov
Modified: 2005-11-14 23:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-14 10:40:17 UTC
	We have an outdated version of sysutils/libgksu. There are many
	new features and bug fixes since 1.2.5a version:
	http://people.debian.org/~kov/gksu/libgksu1.2/ChangeLog

Fix: The patch is relative to the port itself:
	# cd /usr/ports/sysutils
	# patch -p0 < _the_patch_
	<delete libgksu/*.orig libgksu/files/*.orig>
	One file at libgksu/files is zero length and should be removed:
	patch-libgksu_gksu-run-helper.c



WBR
-- 
bsam--aXfkKHvGTvL25XQ99LwNSfbMlr5sFPnWbm7GjexHck8Wv10b
Content-Type: text/plain; name="libgksu.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libgksu.patch"

diff -ruN libgksu.orig/Makefile libgksu/Makefile
--- libgksu.orig/Makefile	Wed Nov  9 12:51:18 2005
+++ libgksu/Makefile	Mon Nov 14 12:45:15 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libgksu
-PORTVERSION=	1.2.5a
-PORTREVISION=	3
+PORTVERSION=	1.3.6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.debian.org/~kov/gksu/libgksu1.2/
 DISTNAME=	${PORTNAME}1.2-${PORTVERSION}
diff -ruN libgksu.orig/distinfo libgksu/distinfo
--- libgksu.orig/distinfo	Fri Nov  5 09:08:00 2004
+++ libgksu/distinfo	Mon Nov 14 12:45:15 2005
@@ -1,2 +1,3 @@
-MD5 (libgksu1.2-1.2.5a.tar.gz) = 9abc77957b1de93fe58b70ebb626d674
-SIZE (libgksu1.2-1.2.5a.tar.gz) = 561123
+MD5 (libgksu1.2-1.3.6.tar.gz) = b056c9ffe62ee51d2db8f5478afd59e4
+SHA256 (libgksu1.2-1.3.6.tar.gz) = b0291c028646e02dd8535af58ed425480563bd9ccce57d015a27bedcbbbe3203
+SIZE (libgksu1.2-1.3.6.tar.gz) = 588586
diff -ruN libgksu.orig/files/patch-libgksu_gksu-context.c libgksu/files/patch-libgksu_gksu-context.c
--- libgksu.orig/files/patch-libgksu_gksu-context.c	Fri Nov  5 09:08:01 2004
+++ libgksu/files/patch-libgksu_gksu-context.c	Mon Nov 14 13:18:38 2005
@@ -1,6 +1,6 @@
 --- libgksu/gksu-context.c.orig	Sun Oct 17 21:43:32 2004
 +++ libgksu/gksu-context.c	Fri Nov  5 01:01:45 2004
-@@ -23,9 +23,13 @@
+@@ -23,9 +24,14 @@
  #include <unistd.h>
  #include <string.h>
  #include <fcntl.h>
@@ -11,6 +11,7 @@
 +#include <sys/ioctl.h>
 +#include <termios.h>
 +#include <libutil.h>
++#include <signal.h>
 +
 +#include <pwd.h>
  #include <sys/wait.h>
diff -ruN libgksu.orig/files/patch-libgksu_gksu-run-helper.c libgksu/files/patch-libgksu_gksu-run-helper.c
--- libgksu.orig/files/patch-libgksu_gksu-run-helper.c	Fri Nov  5 09:08:01 2004
+++ libgksu/files/patch-libgksu_gksu-run-helper.c	Thu Jan  1 03:00:00 1970
@@ -1,15 +0,0 @@
---- libgksu/gksu-run-helper.c.orig	Thu Sep 30 20:40:25 2004
-+++ libgksu/gksu-run-helper.c	Thu Sep 30 19:09:05 2004
-@@ -127,9 +127,9 @@
-     chmod (tmpfilename, S_IRUSR|S_IWUSR);
-     
-     command =
--      g_strdup_printf ("/usr/bin/env -u XAUTHORITY=%s /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /usr/bin/env -u XAUTHORITY=%s %s",
--		       xauth_file, xauth_display,
--		       xauth_file, xauth_file,
-+      g_strdup_printf ("/bin/sh -c unset XAUTHORITY; /usr/X11R6/bin/xauth add %s . \"`cat %s.tmp`\" > /dev/null 2>&1; /bin/sh -c unset XAUTHORITY; %s",
-+		       xauth_display,
-+		       xauth_file,
- 		       argv[1]);
-     
-     return_code = system (command);
diff -ruN libgksu.orig/pkg-plist libgksu/pkg-plist
--- libgksu.orig/pkg-plist	Thu Dec 16 08:49:25 2004
+++ libgksu/pkg-plist	Mon Nov 14 12:45:15 2005
@@ -9,10 +9,15 @@
 share/locale/da/LC_MESSAGES/libgksu1.2.mo
 share/locale/de/LC_MESSAGES/libgksu1.2.mo
 share/locale/es/LC_MESSAGES/libgksu1.2.mo
-share/locale/no_NB/LC_MESSAGES/libgksu1.2.mo
 share/locale/pt_BR/LC_MESSAGES/libgksu1.2.mo
 share/locale/ru/LC_MESSAGES/libgksu1.2.mo
+share/locale/cs/LC_MESSAGES/libgksu1.2.mo
+share/locale/nl/LC_MESSAGES/libgksu1.2.mo
+share/locale/eu/LC_MESSAGES/libgksu1.2.mo
+share/locale/pl/LC_MESSAGES/libgksu1.2.mo
+share/locale/hu/LC_MESSAGES/libgksu1.2.mo
+share/locale/ro/LC_MESSAGES/libgksu1.2.mo
+share/locale/nb/LC_MESSAGES/libgksu1.2.mo
+share/locale/sk/LC_MESSAGES/libgksu1.2.mo
 @dirrm lib/libgksu1.2
 @dirrm include/libgksu1.2
-@unexec rmdir %D/share/locale/no_NB/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/no_NB 2> /dev/null || true
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-14 10:42:35 UTC
Maintainer of sysutils/libgksu,

Please note that PR ports/88983 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88983

-- 
Edwin Groothuis
edwin@FreeBSD.org
Comment 2 Jesse van den Kieboom 2005-11-14 11:07:52 UTC
I agree on the patch. Unfortunately I'm no longer the maintainer of this
port. I haven't been about over a year now (hence the outdated version).
I've tried to de-maintainer myself a couple of times with no result...


-- 
Jesse van den Kieboom <jesse@icecrew.nl>

MSN: troplosti@orcaweb.cjb.net
Jabber: jessevdk@jabber.org
Visit: http://www.icecrew.nl
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-14 12:04:17 UTC
Boris,

On Mon, Nov 14, 2005 at 11:10:20AM +0000, Jesse van den Kieboom wrote:
>  I agree on the patch. Unfortunately I'm no longer the maintainer of this
>  port. I haven't been about over a year now (hence the outdated version).
>  I've tried to de-maintainer myself a couple of times with no result...

Are you interested in becoming maintainer for this port?

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@freebsd.org    |          Weblog: http://weblog.barnet.com.au/edwin/
Comment 4 Boris B.Samorodov 2005-11-14 17:45:37 UTC
OK, I'll try to maintain the port.


WBR
-- 
Boris B. Samorodov, Research Engineer
InPharmTech Co,     http://www.ipt.ru
Telephone & Internet Service Provider
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-14 23:31:23 UTC
State Changed
From-To: open->closed

Committed, thanks! You're a maintainer now.