Date: Sun, 9 Jun 2002 12:16:19 -0400 (EDT) From: Jonathan McGee <mcgee@wam.umd.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39066: Update to ports/misc/uf-view Message-ID: <200206091616.g59GGIqP026102@mcgee.student.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 39066 >Category: ports >Synopsis: Update to ports/misc/uf-view >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 09 09:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jonathan McGee <mcgee@wam.umd.edu> >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: System: FreeBSD mcgee.student.umd.edu 4.6-RC FreeBSD 4.6-RC #2: Mon Jun 3 17:23:15 EDT 2002 mcgee@mcgee.student.umd.edu:/usr/src/sys/compile/CAESAR i386 >Description: Changes to misc/uf-view in the ports tree to reflect a more recent version and issues with compiling. >How-To-Repeat: n/a >Fix: The file patch-Makefile.in was removed and replaced with patch-configure. --- uf-view.patch begins here --- diff -crN uf-view.orig/Makefile uf-view/Makefile *** uf-view.orig/Makefile Sun Jun 9 08:10:00 2002 --- uf-view/Makefile Sun Jun 9 08:12:31 2002 *************** *** 6,12 **** # PORTNAME= uf-view ! PORTVERSION= 1.4.2 CATEGORIES= misc MASTER_SITES= http://hadess.net/files/ --- 6,12 ---- # PORTNAME= uf-view ! PORTVERSION= 1.6.1 CATEGORIES= misc MASTER_SITES= http://hadess.net/files/ *************** *** 16,23 **** USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ --- 16,21 ---- diff -crN uf-view.orig/distinfo uf-view/distinfo *** uf-view.orig/distinfo Sun Jun 9 08:10:00 2002 --- uf-view/distinfo Sun Jun 9 11:30:40 2002 *************** *** 1 **** ! MD5 (uf-view-1.4.2.tar.gz) = 36917754a13b06b0bbe183b7cab3a443 --- 1 ---- ! MD5 (uf-view-1.6.1.tar.gz) = cd8f5584239bc042f6696f7eb82de077 diff -crN uf-view.orig/files/patch-Makefile.in uf-view/files/patch-Makefile.in *** uf-view.orig/files/patch-Makefile.in Sun Jun 9 08:10:00 2002 --- uf-view/files/patch-Makefile.in Wed Dec 31 19:00:00 1969 *************** *** 1,14 **** - - $FreeBSD: ports/misc/uf-view/files/patch-Makefile.in,v 1.1 2001/05/30 20:19:32 sobomax Exp $ - - --- Makefile.in 2001/05/30 20:07:13 1.1 - +++ Makefile.in 2001/05/30 20:07:31 - @@ -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 --- 0 ---- diff -crN uf-view.orig/files/patch-configure uf-view/files/patch-configure *** uf-view.orig/files/patch-configure Wed Dec 31 19:00:00 1969 --- uf-view/files/patch-configure Sun Jun 9 11:51:41 2002 *************** *** 0 **** --- 1,41 ---- + --- configure.orig Sun Jun 9 11:37:27 2002 + +++ configure Sun Jun 9 11:45:26 2002 + @@ -1024,8 +1024,8 @@ + + gnome_cv_gnorba_found=no + if test x$gnome_cv_orbit_found = xyes; then + - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" + - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + + GNORBA_CFLAGS="`gnome-config --cflags vfs gnorba gnomeui`" + + GNORBA_LIBS="`gnome-config --libs vfs gnorba gnomeui`" + if test -n "$GNORBA_LIBS"; then + gnome_cv_gnorba_found=yes + fi + @@ -1045,8 +1045,8 @@ + fi + if test x$gnome_cv_orbit_found = xyes; then + + - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" + - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + + GNORBA_CFLAGS="`gnome-config --cflags vfs gnorba gnomeui`" + + GNORBA_LIBS="`gnome-config --libs vfs gnorba gnomeui`" + + + else + @@ -1055,13 +1055,13 @@ + fi + fi + + - GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`" + + GNOME_LIBS="`$GNOME_CONFIG --libs-only-l vfs gnome`" + GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`" + GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`" + GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`" + ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`" + - GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`" + - GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`" + + GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L vfs gnorba gnomeui`" + + GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags vfs gnorba gnomeui`" + + else + echo "$ac_t""no" 1>&6 diff -crN uf-view.orig/files/patch-uf-view.c uf-view/files/patch-uf-view.c *** uf-view.orig/files/patch-uf-view.c Sun Jun 9 08:10:00 2002 --- uf-view/files/patch-uf-view.c Sun Jun 9 11:52:23 2002 *************** *** 1,35 **** ! ! $FreeBSD: ports/misc/uf-view/files/patch-uf-view.c,v 1.1 2001/05/30 20:19:32 sobomax Exp $ ! ! --- uf-view.c.orig Sun May 13 21:13:07 2001 ! +++ uf-view.c Wed May 30 22:57:40 2001 ! @@ -98,7 +98,7 @@ ! if (url != NULL) ! { ! gchar foo[100] = "/tmp/ufXXXXXX"; ! - mktemp(foo); ! + mkstemp(foo); ! ! appbar_send_msg(_("Fetching %s"), url); ! ! @@ -206,6 +206,7 @@ ! const gchar *authors[] = { ! ("Bastien Nocera <hadess@hadess.net>"), ! ("Robert Brady <rwb197@ecs.soton.ac.uk>"), ! + ("Drew Ogle <daliegri@wam.umd.edu>"), ! NULL, ! }; ! ! @@ -239,7 +240,7 @@ ! void on_today_button_clicked(GtkWidget * button, gpointer user_data) ! { ! struct tm *time_struct; ! - glong curtime; ! + time_t curtime; ! gint month, year, day; ! ! curtime = time(0); ! @@ -383,7 +384,7 @@ gchar foo[100] = "/tmp/ufXXXXXX"; /* Initialise */ --- 1,6 ---- ! --- uf-view.c.orig Sun Jun 9 11:35:05 2002 ! +++ uf-view.c Sun Jun 9 11:35:18 2002 ! @@ -355,7 +355,7 @@ gchar foo[100] = "/tmp/ufXXXXXX"; /* Initialise */ *************** *** 38,44 **** if (date_error(year, month, day, 1997, 9, 17) == TRUE) { show_error(_("User Friendly did not exist at that time.\nPlease choose a later date.")); ! @@ -466,7 +467,7 @@ gchar foo[100] = "/tmp/ufXXXXXX"; /* Initialise */ --- 9,15 ---- if (date_error(year, month, day, 1997, 9, 17) == TRUE) { show_error(_("User Friendly did not exist at that time.\nPlease choose a later date.")); ! @@ -441,7 +441,7 @@ gchar foo[100] = "/tmp/ufXXXXXX"; /* Initialise */ --- 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?200206091616.g59GGIqP026102>