FreeBSD Bugzilla – Attachment 18018 Details for
Bug 32519
Update port: graphics/epstool to 2.00
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.19 KB, created by
tkato
on 2001-12-04 23:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2001-12-04 23:00:02 UTC
Size:
3.19 KB
patch
obsolete
>diff -urN /usr/ports/graphics/epstool/Makefile graphics/epstool/Makefile >--- /usr/ports/graphics/epstool/Makefile Wed Sep 12 19:50:28 2001 >+++ graphics/epstool/Makefile Sun Dec 2 05:08:31 2001 >@@ -6,10 +6,10 @@ > # > > PORTNAME= epstool >-PORTVERSION= 1.80 >+PORTVERSION= 2.00 > CATEGORIES= graphics > MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ >-DISTNAME= gsv40src >+DISTNAME= gsv41src > > MAINTAINER= ports@FreeBSD.org > >@@ -27,8 +27,9 @@ > > post-install: > .if !defined(NOPORTDOCS) >- @${MKDIR} ${PREFIX}/share/doc/epstool >- ${INSTALL_DATA} ${WRKSRC}/epstool.htm ${PREFIX}/share/doc/epstool >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/epstool.htm ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/../gsview.css ${DOCSDIR} > .endif > > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/epstool/distinfo graphics/epstool/distinfo >--- /usr/ports/graphics/epstool/distinfo Wed Jun 13 01:04:20 2001 >+++ graphics/epstool/distinfo Sun Dec 2 04:59:28 2001 >@@ -1 +1 @@ >-MD5 (gsv40src.zip) = e339cdadea5553327705678af2b27384 >+MD5 (gsv41src.zip) = 7ed1ce1ab4806410d5f57a7af289f7f0 >diff -urN /usr/ports/graphics/epstool/files/patch-ab graphics/epstool/files/patch-ab >--- /usr/ports/graphics/epstool/files/patch-ab Mon Jul 17 04:58:55 2000 >+++ graphics/epstool/files/patch-ab Sun Dec 2 05:06:00 2001 >@@ -1,15 +1,15 @@ >---- epstool.cpp.orig Fri Jun 30 08:39:14 2000 >-+++ epstool.cpp Mon Jul 10 23:08:53 2000 >-@@ -25,7 +25,7 @@ >- char upname[MAXSTR]; >+--- epstool.c.orig Fri Nov 23 16:43:50 2001 >++++ epstool.c Sun Dec 2 05:05:41 2001 >+@@ -26,7 +26,7 @@ > char gsname[MAXSTR] = GSCOMMAND; >+ char gsarg[MAXSTR]; > char bmpname[MAXSTR]; > -char devname[MAXSTR]; > +char gsdevname[MAXSTR]; > char szScratch[] = "ep"; > char szAppName[] = "epstool"; > int resolution = 72; >-@@ -132,9 +132,9 @@ >+@@ -167,9 +167,9 @@ > find_gs(gsname, sizeof(gsname)-1, 550, FALSE); > #endif > #ifdef UNIX >@@ -21,12 +21,12 @@ > #endif > if (scan_args(argc, argv)) > return 1; >-@@ -375,10 +375,10 @@ >+@@ -463,10 +463,10 @@ > fclose(tempfile); > #ifdef UNIX >- sprintf(gscommand, "\042%s\042 -dNOPAUSE -dQUIET -sDEVICE=%s -sOutputFile=\042%s\042 -r%d -g%dx%d %s", >-- gsname, devname, bmpname, resolution, width, height, tempname); >-+ gsname, gsdevname, bmpname, resolution, width, height, tempname); >+ sprintf(gscommand, "\042%s\042 %s -dNOPAUSE -dQUIET -sDEVICE=%s -sOutputFile=\042%s\042 -r%d -g%dx%d %s", >+- gsname, gsarg, devname, bmpname, resolution, width, height, tempname); >++ gsname, gsarg, gsdevname, bmpname, resolution, width, height, tempname); > #else > sprintf(gscommand, "-dNOPAUSE\n-dQUIET\n-sDEVICE=%s\n-sOutputFile=\042%s\042\n-r%d\n-g%dx%d\n\042%s\042", > - devname, bmpname, resolution, width, height, tempname); >@@ -34,7 +34,7 @@ > if (!quiet) { > fputs(gscommand, stderr); > fputs("\n", stderr); >-@@ -548,7 +548,7 @@ >+@@ -654,7 +654,7 @@ > break; > case 'z': > if (argp[2]) >diff -urN /usr/ports/graphics/epstool/pkg-plist graphics/epstool/pkg-plist >--- /usr/ports/graphics/epstool/pkg-plist Tue Jan 23 17:12:12 2001 >+++ graphics/epstool/pkg-plist Sun Dec 2 05:08:43 2001 >@@ -1,3 +1,4 @@ > bin/epstool > %%PORTDOCS%%share/doc/epstool/epstool.htm >+%%PORTDOCS%%share/doc/epstool/gsview.css > %%PORTDOCS%%@dirrm share/doc/epstool
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 32519
: 18018