FreeBSD Bugzilla – Attachment 4817 Details for
Bug 11894
Port update: graphics/tgif-nls to 4.1.14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.56 KB, created by
one
on 1999-05-26 14:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
one
Created:
1999-05-26 14:40:00 UTC
Size:
4.56 KB
patch
obsolete
>diff -urN tgif-nls/Makefile tgif-nls.new/Makefile >--- tgif-nls/Makefile Wed May 26 02:15:59 1999 >+++ tgif-nls.new/Makefile Wed May 26 02:32:36 1999 >@@ -6,8 +6,8 @@ > # $Id: Makefile,v 1.2 1999/05/06 09:34:40 taoka Exp $ > # > >-DISTNAME= tgif-4.1.8 >-PKGNAME= tgif-nls-4.1.8 >+DISTNAME= tgif-4.1.14 >+PKGNAME= tgif-nls-4.1.14 > CATEGORIES= graphics > MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ > ftp://ftp.cs.ucla.edu/pub/tgif/ >@@ -15,33 +15,28 @@ > MAINTAINER= one@netlab.is.tsukuba.ac.jp > > LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext >-RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ >- pnmtotiff:${PORTSDIR}/graphics/netpbm \ >- ppmtoxpm:${PORTSDIR}/graphics/netpbm \ >- ppmtogif:${PORTSDIR}/graphics/netpbm \ >- xbmtopbm:${PORTSDIR}/graphics/netpbm \ >- xpmtoppm:${PORTSDIR}/graphics/netpbm >+RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm > > USE_IMAKE= yes > MAN1= tgif.1 > > post-extract: > @cd ${WRKSRC}; ${RM} -f Tgif.tmpl; \ >- ${SED} -e 's#/usr/share/locale#${PREFIX}/share/locale#' \ >+ ${SED} -e "s#/usr/share/locale#${PREFIX}/share/locale#" \ > Tgif.tmpl-freebsd > Tgif.tmpl; \ > ${ECHO} "EXTRA_INCLUDES += -I${LOCALBASE}/include" \ > >> Tgif.tmpl; \ > ${ECHO} "EXTRA_LIBRARIES += -L${LOCALBASE}/lib -lintl" \ > >> Tgif.tmpl; \ > ${MV} po/Po.tmpl po/Po.tmpl.orig; \ >- ${SED} -e 's#/usr/share/locale#${PREFIX}/share/locale#' \ >+ ${SED} -e "s#/usr/share/locale#${PREFIX}/share/locale#" \ > po/Po.tmpl.orig > po/Po.tmpl; \ > > post-patch: > @cd ${WRKSRC}; \ > ${MV} tgif.Xdefaults tgif.Xdefaults.org; \ >- ${SED} -e 's#/usr/local#${PREFIX}#' \ >- -e 's#/usr/share/lib#${PREFIX}/share/locale#' \ >+ ${SED} -e "s#/usr/local#${PREFIX}#" \ >+ -e "s#/usr/share/lib#${PREFIX}/share/locale#" \ > tgif.Xdefaults.org > tgif.Xdefaults > > post-install: >diff -urN tgif-nls/files/md5 tgif-nls.new/files/md5 >--- tgif-nls/files/md5 Wed May 26 02:15:59 1999 >+++ tgif-nls.new/files/md5 Wed May 26 01:32:43 1999 >@@ -1 +1 @@ >-MD5 (tgif-4.1.8.tar.gz) = 63cce3cdd6c53d45bef8328ce7f7c959 >+MD5 (tgif-4.1.14.tar.gz) = aff6c3dbb7d854bd69409ffc403c6b15 >diff -urN tgif-nls/patches/patch-aa tgif-nls.new/patches/patch-aa >--- tgif-nls/patches/patch-aa Wed May 26 02:15:59 1999 >+++ tgif-nls.new/patches/patch-aa Wed May 26 01:21:16 1999 >@@ -1,11 +1,11 @@ >---- tgif.man.orig Mon Mar 22 11:54:24 1999 >-+++ tgif.man Tue Apr 6 03:30:32 1999 >+--- tgif.man.orig Wed May 26 01:19:41 1999 >++++ tgif.man Wed May 26 01:20:08 1999 > @@ -8,7 +8,7 @@ > .\" > .\" > .\" >--.TH tgif n "Version 4.1 Patchlevel 5 and Above" "Tgif" >-+.TH tgif 1L "Version 4.1 Patchlevel 5 and Above" "Tgif" >+-.TH tgif n "Version 4.1 Patchlevel 10 and Above" "Tgif" >++.TH tgif 1L "Version 4.1 Patchlevel 10 and Above" "Tgif" > .\" > .SH NAME > .\" >diff -urN tgif-nls/patches/patch-ab tgif-nls.new/patches/patch-ab >--- tgif-nls/patches/patch-ab Wed May 26 02:15:59 1999 >+++ tgif-nls.new/patches/patch-ab Wed May 26 01:40:37 1999 >@@ -1,5 +1,5 @@ >---- Tgif.tmpl.orig Sun May 2 18:21:54 1999 >-+++ Tgif.tmpl Sun May 2 18:24:06 1999 >+--- Tgif.tmpl.orig Wed May 26 01:34:43 1999 >++++ Tgif.tmpl Wed May 26 01:39:52 1999 > @@ -41,6 +41,15 @@ > XIMPDEFINES = > #endif >diff -urN tgif-nls/patches/patch-ac tgif-nls.new/patches/patch-ac >--- tgif-nls/patches/patch-ac Wed May 26 02:15:59 1999 >+++ tgif-nls.new/patches/patch-ac Wed May 26 01:28:01 1999 >@@ -1,6 +1,6 @@ >---- Imakefile.orig Wed Apr 28 01:31:33 1999 >-+++ Imakefile Wed Apr 28 01:34:45 1999 >-@@ -265,7 +265,7 @@ >+--- Imakefile.orig Wed May 26 01:21:45 1999 >++++ Imakefile Wed May 26 01:22:33 1999 >+@@ -273,7 +273,7 @@ > */ > > MakeDirectories(install,$(TGIFDIR)) >diff -urN tgif-nls/patches/patch-ad tgif-nls.new/patches/patch-ad >--- tgif-nls/patches/patch-ad Wed May 26 02:15:59 1999 >+++ tgif-nls.new/patches/patch-ad Wed May 26 01:28:04 1999 >@@ -1,8 +1,8 @@ >---- tgif.Xdefaults.orig Mon May 3 00:52:08 1999 >-+++ tgif.Xdefaults Mon May 3 00:53:55 1999 >+--- tgif.Xdefaults.orig Wed May 26 01:25:03 1999 >++++ tgif.Xdefaults Wed May 26 01:27:33 1999 > @@ -8,12 +8,12 @@ > ! >- ! @(#)$Header: /home/ncvs/ports/graphics/tgif-nls/patches/patch-ad,v 1.1.1.1 1999/05/03 04:24:18 steve Exp $ >+ ! @(#)$Header: /mm/src/tgif/v4/RCS/tgif.Xdefaults,v 4.18 1999/05/17 15:57:57 william Exp $ > ! > -Tgif.Geometry: 640x512-40+20 > -Tgif.IconGeometry: -224+82 >diff -urN tgif-nls/pkg/PLIST tgif-nls.new/pkg/PLIST >--- tgif-nls/pkg/PLIST Wed May 26 02:15:59 1999 >+++ tgif-nls.new/pkg/PLIST Wed May 26 01:42:12 1999 >@@ -1,6 +1,9 @@ > bin/tgif > lib/X11/app-defaults/Tgif > lib/X11/ja_JP.EUC/app-defaults/Tgif >+lib/X11/tgif/eq4-2x.sym >+lib/X11/tgif/eq4-ps2epsi.sym >+lib/X11/tgif/eq4.sym > lib/X11/tgif/tgificon.eps > lib/X11/tgif/tgificon.obj > lib/X11/tgif/tgificon.xbm
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 11894
: 4817