Date: Mon, 19 Apr 2004 15:21:23 -0400 (EDT) From: Jonathan McGee <mcgee@wam.umd.edu> To: undisclosed-recipients: ; Subject: ports/65780: Update for misc/uf-view Message-ID: <200404191921.i3JJLNRX006011@rac3.wam.umd.edu> Resent-Message-ID: <200404191930.i3JJUQHH059691@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65780 >Category: ports >Synopsis: Update for misc/uf-view >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 12:30:26 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Jonathan McGee >Release: FreeBSD 5.2.1-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD freebie 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #0: Tue Apr 13 06:05:44 EDT 2004 root@freebie:/usr/obj/usr/src/sys/FREEBIE i386 >Description: Updated uf-view to 2.4, fixing any build problems (at least on this machine). It fails to work on my machine due to what appears to be a bug in libc. I wrote a minimal test case and have submitted a bug in case this is not a problem limited to a faulty on build on my machine. >How-To-Repeat: >Fix: --- uf-view.patch begins here --- diff -urN uf-view.old/Makefile uf-view/Makefile --- uf-view.old/Makefile Mon Apr 19 11:16:49 2004 +++ uf-view/Makefile Mon Apr 19 12:13:45 2004 @@ -6,15 +6,12 @@ # PORTNAME= uf-view -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.4 CATEGORIES= misc MASTER_SITES= http://www.hadess.net/files/software/uf-view/ MAINTAINER= mcgee@wam.umd.edu COMMENT= A gTK+ viewer for the User Friendly and several other popular comics - -BROKEN= "Does not compile" USE_X_PREFIX= yes USE_GMAKE= yes diff -urN uf-view.old/distinfo uf-view/distinfo --- uf-view.old/distinfo Tue Mar 30 22:09:50 2004 +++ uf-view/distinfo Mon Apr 19 12:13:45 2004 @@ -1,2 +1,2 @@ -MD5 (uf-view-2.2.tar.gz) = 8a2f903693b8ac8cb955f6dd486c9ba2 -SIZE (uf-view-2.2.tar.gz) = 110450 +MD5 (uf-view-2.4.tar.gz) = 187ddeb4f03f50e7d291623959ebf6fc +SIZE (uf-view-2.4.tar.gz) = 158964 diff -urN uf-view.old/pkg-plist uf-view/pkg-plist --- uf-view.old/pkg-plist Sat May 3 01:13:24 2003 +++ uf-view/pkg-plist Mon Apr 19 12:13:45 2004 @@ -5,20 +5,34 @@ share/gnome/uf-view/at.desktop share/gnome/uf-view/ch.desktop share/gnome/uf-view/lg.desktop +share/gnome/uf-view/ft.desktop share/gnome/uf-view/uf.desktop share/gnome/uf-view/pa.desktop share/gnome/uf-view/pvp.desktop +share/gnome/uf-view/sf.desktop share/locale/az/LC_MESSAGES/uf-view.mo +share/locale/be/LC_MESSAGES/uf-view.mo share/locale/cs/LC_MESSAGES/uf-view.mo -share/locale/de/LC_MESSAGES/uf-view.mo +share/locale/da/LC_MESSAGES/uf-view.mo +share/locale/es/LC_MESSAGES/uf-view.mo share/locale/fr/LC_MESSAGES/uf-view.mo +share/locale/hr/LC_MESSAGES/uf-view.mo +share/locale/ja/LC_MESSAGES/uf-view.mo +share/locale/ml/LC_MESSAGES/uf-view.mo +share/locale/ms/LC_MESSAGES/uf-view.mo +share/locale/nl/LC_MESSAGES/uf-view.mo share/locale/no/LC_MESSAGES/uf-view.mo share/locale/pl/LC_MESSAGES/uf-view.mo +share/locale/pt/LC_MESSAGES/uf-view.mo share/locale/pt_BR/LC_MESSAGES/uf-view.mo share/locale/ru/LC_MESSAGES/uf-view.mo share/locale/sk/LC_MESSAGES/uf-view.mo +share/locale/sq/LC_MESSAGES/uf-view.mo +share/locale/sr/LC_MESSAGES/uf-view.mo +share/locale/sr@Latn/LC_MESSAGES/uf-view.mo share/locale/sv/LC_MESSAGES/uf-view.mo share/locale/vi/LC_MESSAGES/uf-view.mo share/locale/wa/LC_MESSAGES/uf-view.mo +share/locale/zh_CN/LC_MESSAGES/uf-view.mo @dirrm share/gnome/pixmaps/uf-view @dirrm share/gnome/uf-view --- uf-view.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404191921.i3JJLNRX006011>