Date: Fri, 25 Oct 2002 20:42:41 -0400 (EDT) From: Jonathan McGee <mcgee@wam.umd.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44478: Upgrade to misc/uf-view Message-ID: <20021026004241.3FC73594@maxwell.etherealwake.com>
next in thread | raw e-mail | index | archive | help
>Number: 44478 >Category: ports >Synopsis: Upgrade to misc/uf-view >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 17:50:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jonathan McGee >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD maxwell.etherealwake.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 21:56:44 EDT 2002 mcgee@maxwell.etherealwake.com:/usr/src/sys/compile/MAXWELL i386 >Description: Upgraded the misc/uf-view port to 2.0 as well as fixed the download address. I'm not sure if I have done the gnome dependancies correctly, but it builds, installs, and deinstalls properly on my system. >How-To-Repeat: n/a >Fix: --- uf-view.patch begins here --- diff -ruN uf-view.orig/Makefile uf-view/Makefile --- uf-view.orig/Makefile Tue Jun 25 06:36:14 2002 +++ uf-view/Makefile Fri Oct 25 20:37:09 2002 @@ -1,23 +1,27 @@ # New ports collection makefile for: uf-view -# Date created: 5 December 1994 -# Whom: Jonathan McGee <mcgee@mcgee.student.umd.edu> +# Date created: 30 May 2001 +# Whom: Jonathan McGee <mcgee@wam.umd.edu> # # $FreeBSD: ports/misc/uf-view/Makefile,v 1.2 2002/06/25 10:36:14 ijliao Exp $ # PORTNAME= uf-view -PORTVERSION= 1.6.1 +PORTVERSION= 2.0 CATEGORIES= misc -MASTER_SITES= http://hadess.net/files/ +MASTER_SITES= http://www.hadess.net/files/software/uf-view/ MAINTAINER= mcgee@wam.umd.edu +LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \ + gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 + USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff -ruN uf-view.orig/distinfo uf-view/distinfo --- uf-view.orig/distinfo Tue Jun 25 06:36:14 2002 +++ uf-view/distinfo Fri Oct 25 19:55:48 2002 @@ -1 +1 @@ -MD5 (uf-view-1.6.1.tar.gz) = cd8f5584239bc042f6696f7eb82de077 +MD5 (uf-view-2.0.tar.gz) = 036d8fcb878b1c36c484799705b160ba diff -ruN uf-view.orig/files/patch-Makefile.in uf-view/files/patch-Makefile.in --- uf-view.orig/files/patch-Makefile.in Tue Jun 25 06:36:14 2002 +++ uf-view/files/patch-Makefile.in Wed Dec 31 19:00:00 1969 @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sun Feb 17 12:58:34 2002 -+++ Makefile.in Sun Feb 17 12:59:39 2002 -@@ -120,7 +120,7 @@ - - uf_view_SOURCES = uf-gui.c uf-gui.h uf-view.c uf-view.h - --uf_view_LDADD = -lgnomevfs $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) -+uf_view_LDADD = -lgnomevfs $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) - - EXTRA_DIST = uf-view.desktop $(foo_DATA) uf-view.spec.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -130,7 +130,7 @@ - PROGRAMS = $(bin_PROGRAMS) - - --DEFS = @DEFS@ -I. -I$(srcdir) -I. -+DEFS = @DEFS@ -I. -I$(srcdir) -I. -I/usr/X11R6/include/gnome-vfs-1.0 - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ diff -ruN uf-view.orig/pkg-plist uf-view/pkg-plist --- uf-view.orig/pkg-plist Wed May 30 16:19:31 2001 +++ uf-view/pkg-plist Fri Oct 25 20:28:23 2002 @@ -1,6 +1,19 @@ bin/uf-view -share/gnome/apps/Utilities/uf-view.desktop +share/gnome/applications/uf-view.desktop share/gnome/pixmaps/uf-view/gnome-uf-view.png share/gnome/pixmaps/uf-view/uf-logo.png +share/gnome/uf-view/at.desktop +share/gnome/uf-view/ch.desktop +share/gnome/uf-view/lg.desktop +share/gnome/uf-view/uf.desktop +share/gnome/uf-view/w9.desktop +share/locale/az/LC_MESSAGES/uf-view.mo +share/locale/fr/LC_MESSAGES/uf-view.mo +share/locale/pl/LC_MESSAGES/uf-view.mo +share/locale/ru/LC_MESSAGES/uf-view.mo +share/locale/sk/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 @dirrm share/gnome/pixmaps/uf-view +@dirrm share/gnome/uf-view --- uf-view.patch ends here --- >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?20021026004241.3FC73594>