FreeBSD Bugzilla – Attachment 32356 Details for
Bug 53493
Update port: graphics/gtksee to 0.5.2 (fix ports/52895)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.65 KB, created by
tkato
on 2003-06-19 13:20:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-06-19 13:20:12 UTC
Size:
3.65 KB
patch
obsolete
>diff -urN /usr/ports/graphics/gtksee/Makefile graphics/gtksee/Makefile >--- /usr/ports/graphics/gtksee/Makefile Mon Apr 21 12:22:30 2003 >+++ graphics/gtksee/Makefile Wed Jun 18 19:50:35 2003 >@@ -6,17 +6,14 @@ > # > > PORTNAME= gtksee >-PORTVERSION= 0.5.0 >-PORTREVISION= 2 >+PORTVERSION= 0.5.2 > CATEGORIES= graphics >-MASTER_SITES= http://www.linux.tucows.com/files/x11/graphics/ \ >- http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ >+MASTER_SITES= http://download.berlios.de/gtksee/ > > MAINTAINER= dirk@FreeBSD.org > COMMENT= Image viewer > >-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ >- jpeg.9:${PORTSDIR}/graphics/jpeg \ >+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ > png.5:${PORTSDIR}/graphics/png \ > tiff.4:${PORTSDIR}/graphics/tiff > RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip >@@ -24,9 +21,14 @@ > RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 > .endif > >-USE_GNOME= gtk12 >+USE_GNOME= gtk12 gnometarget >+USE_REINPLACE= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >- LIBS="-L${LOCALBASE}/lib" >+ LDFLAGS="-L${LOCALBASE}/lib" >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure > > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/gtksee/distinfo graphics/gtksee/distinfo >--- /usr/ports/graphics/gtksee/distinfo Tue Oct 5 17:22:10 1999 >+++ graphics/gtksee/distinfo Wed Jun 18 19:52:37 2003 >@@ -1 +1 @@ >-MD5 (gtksee-0.5.0.tar.gz) = 21a8a9f28fa61d73725fb606962fa108 >+MD5 (gtksee-0.5.2.tar.gz) = a5012896f86dde9fc90be71a413e7326 >diff -urN /usr/ports/graphics/gtksee/files/patch-aa graphics/gtksee/files/patch-aa >--- /usr/ports/graphics/gtksee/files/patch-aa Sat Dec 5 05:29:09 1998 >+++ graphics/gtksee/files/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,11 +0,0 @@ >---- src/im_xcf.c.orig Thu Dec 3 12:22:17 1998 >-+++ src/im_xcf.c Fri Dec 4 10:15:47 1998 >-@@ -23,7 +23,7 @@ >- >- /* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */ >- #ifdef __FreeBSD__ >--#include <sys/param.h> >-+#include <sys/types.h> >- #endif >- >- #include <netinet/in.h> >diff -urN /usr/ports/graphics/gtksee/files/patch-ab graphics/gtksee/files/patch-ab >--- /usr/ports/graphics/gtksee/files/patch-ab Thu Aug 23 18:20:03 2001 >+++ graphics/gtksee/files/patch-ab Thu Jan 1 09:00:00 1970 >@@ -1,20 +0,0 @@ >---- src/gtksee.c.orig Sat Sep 25 01:27:40 1999 >-+++ src/gtksee.c Sun May 6 13:25:31 2001 >-@@ -322,13 +322,13 @@ >- } >- if (hour == 0) >- { >-- sprintf(buffer, "%s, %02i/%02i/%02i 12:%02i AM", >-- text, time->tm_year, time->tm_mon+1, time->tm_mday, >-+ sprintf(buffer, "%s, %04i/%02i/%02i 12:%02i AM", >-+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday, >- time->tm_min); >- } else >- { >-- sprintf(buffer, "%s, %02i/%02i/%02i %02i:%02i %s", >-- text, time->tm_year, time->tm_mon+1, time->tm_mday, >-+ sprintf(buffer, "%s, %04i/%02i/%02i %02i:%02i %s", >-+ text, time->tm_year + 1900, time->tm_mon+1, time->tm_mday, >- hour, time->tm_min, (time->tm_hour<12)?"AM":"PM"); >- } >- g_free(text); >diff -urN /usr/ports/graphics/gtksee/pkg-descr graphics/gtksee/pkg-descr >--- /usr/ports/graphics/gtksee/pkg-descr Fri Oct 13 07:10:14 2000 >+++ graphics/gtksee/pkg-descr Mon May 26 19:29:49 2003 >@@ -1,3 +1,5 @@ > A Image viewer based on X-Window system and GTK+. The main purpose > is to port ACD See, which is a very popular image viewer in M$ > world, to Unix platform. >+ >+WWW: http://gtksee.berlios.de/ >diff -urN /usr/ports/graphics/gtksee/pkg-plist graphics/gtksee/pkg-plist >--- /usr/ports/graphics/gtksee/pkg-plist Tue Oct 5 17:22:11 1999 >+++ graphics/gtksee/pkg-plist Mon May 26 20:58:16 2003 >@@ -1,2 +1,4 @@ > bin/gtksee >+share/locale/es/LC_MESSAGES/gtksee.mo >+share/locale/fr/LC_MESSAGES/gtksee.mo > share/locale/zh_CN.EUC/LC_MESSAGES/gtksee.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53493
: 32356