diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /print/ggv/files | |
parent | Add in PCI bridge support. It's a run-time option, too, and is required for (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84937
Diffstat (limited to 'print/ggv/files')
-rw-r--r-- | print/ggv/files/patch-aa | 25 | ||||
-rw-r--r-- | print/ggv/files/patch-ad | 6 | ||||
-rw-r--r-- | print/ggv/files/patch-af | 6 | ||||
-rw-r--r-- | print/ggv/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | print/ggv/files/patch-src::Makefile.in | 14 | ||||
-rw-r--r-- | print/ggv/files/patch-src::gtkgs.c | 11 | ||||
-rw-r--r-- | print/ggv/files/patch-src::ps.c | 148 |
7 files changed, 0 insertions, 238 deletions
diff --git a/print/ggv/files/patch-aa b/print/ggv/files/patch-aa deleted file mode 100644 index 984e279f6233..000000000000 --- a/print/ggv/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/11/12 12:25:30 1.1 -+++ configure 2001/11/12 12:25:34 -@@ -10454,15 +10454,15 @@ - echo "${ECHO_T}no" >&6 - fi - -- USE_INCLUDED_LIBINTL=yes -+# USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.gmo - INSTOBJEXT=.mo - DATADIRNAME=share -- INTLDEPS='$(top_builddir)/intl/libintl.a' -+ INTLDEPS='-lintl' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` -- nls_cv_header_intl=intl/libintl.h -- nls_cv_header_libgt=intl/libgettext.h -+# nls_cv_header_intl=intl/libintl.h -+# nls_cv_header_libgt=intl/libgettext.h - fi - - if test "$XGETTEXT" != ":"; then diff --git a/print/ggv/files/patch-ad b/print/ggv/files/patch-ad deleted file mode 100644 index d346879b7abe..000000000000 --- a/print/ggv/files/patch-ad +++ /dev/null @@ -1,6 +0,0 @@ ---- src/ps.h.orig Tue Feb 13 12:21:25 2001 -+++ src/ps.h Tue Feb 27 18:50:19 2001 -@@ -45,2 +45,3 @@ - -+#undef NONE - enum { ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL }; diff --git a/print/ggv/files/patch-af b/print/ggv/files/patch-af deleted file mode 100644 index 6f2b5511f022..000000000000 --- a/print/ggv/files/patch-af +++ /dev/null @@ -1,6 +0,0 @@ ---- app-docs.make.orig Tue Mar 27 14:36:27 2001 -+++ app-docs.make Tue Apr 17 19:42:48 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ diff --git a/print/ggv/files/patch-ltmain.sh b/print/ggv/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/print/ggv/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/print/ggv/files/patch-src::Makefile.in b/print/ggv/files/patch-src::Makefile.in deleted file mode 100644 index 5789553a8881..000000000000 --- a/print/ggv/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/11/12 12:29:36 1.1 -+++ src/Makefile.in 2001/11/12 12:31:39 -@@ -139,7 +139,7 @@ - - SUBDIRS = stock - --INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(EXTRA_GNOME_CFLAGS) - - - @BONOBO_TRUE@bonobo_components = bonobo-application-ps diff --git a/print/ggv/files/patch-src::gtkgs.c b/print/ggv/files/patch-src::gtkgs.c deleted file mode 100644 index 85407be0e274..000000000000 --- a/print/ggv/files/patch-src::gtkgs.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkgs.c.orig Tue Oct 23 23:37:33 2001 -+++ src/gtkgs.c Sat Feb 2 19:14:29 2002 -@@ -1273,7 +1273,7 @@ - fname = ggv_quote_filename (filename); - filename_dsc = tempnam (g_get_tmp_dir(), "dsc"); - filename_err = tempnam (g_get_tmp_dir(), "err"); -- cmd = g_strdup_printf (gs_scan_pdf_cmd, "\"", fname ,"\"", "\", filename_dsc"); -+ cmd = g_strdup_printf (gs_scan_pdf_cmd, fname, filename_dsc); - g_free (fname); - /* this command (sometimes?) prints error messages to stdout! */ - cmdline = g_strdup_printf ("%s >%s 2>&1", cmd, filename_err); diff --git a/print/ggv/files/patch-src::ps.c b/print/ggv/files/patch-src::ps.c deleted file mode 100644 index 4855bfd38867..000000000000 --- a/print/ggv/files/patch-src::ps.c +++ /dev/null @@ -1,148 +0,0 @@ - -$FreeBSD$ - ---- src/ps.c.orig Mon Jan 22 16:04:50 2001 -+++ src/ps.c Fri Oct 18 11:19:55 2002 -@@ -282,7 +282,7 @@ - - /* Jake Hamby patch 18/3/98 */ - -- sscanf(line, "%*s %s", text); -+ sscanf(line, "%*s %256s", text); - /*doc->epsf = iscomment(text, "EPSF-");*/ - doc->epsf = iscomment(text, "EPSF"); /* Hamby - This line changed */ - doc->beginheader = position; -@@ -323,7 +323,7 @@ - } else if (doc->date == NULL && iscomment(line+2, "CreationDate:")) { - doc->date = gettextline(line+length("%%CreationDate:")); - } else if (bb_set == NONE && iscomment(line+2, "BoundingBox:")) { -- sscanf(line+length("%%BoundingBox:"), "%s", text); -+ sscanf(line+length("%%BoundingBox:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - bb_set = ATEND; - } else { -@@ -355,7 +355,7 @@ - } - } else if (orientation_set == NONE && - iscomment(line+2, "Orientation:")) { -- sscanf(line+length("%%Orientation:"), "%s", text); -+ sscanf(line+length("%%Orientation:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - orientation_set = ATEND; - } else if (strcmp(text, "Portrait") == 0) { -@@ -366,7 +366,7 @@ - orientation_set = 1; - } - } else if (page_order_set == NONE && iscomment(line+2, "PageOrder:")) { -- sscanf(line+length("%%PageOrder:"), "%s", text); -+ sscanf(line+length("%%PageOrder:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - page_order_set = ATEND; - } else if (strcmp(text, "Ascend") == 0) { -@@ -380,7 +380,7 @@ - page_order_set = 1; - } - } else if (pages_set == NONE && iscomment(line+2, "Pages:")) { -- sscanf(line+length("%%Pages:"), "%s", text); -+ sscanf(line+length("%%Pages:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - pages_set = ATEND; - } else { -@@ -579,7 +579,7 @@ - /* Do nothing */ - } else if (doc->default_page_orientation == NONE && - iscomment(line+2, "PageOrientation:")) { -- sscanf(line+length("%%PageOrientation:"), "%s", text); -+ sscanf(line+length("%%PageOrientation:"), "%256s", text); - if (strcmp(text, "Portrait") == 0) { - doc->default_page_orientation = PORTRAIT; - } else if (strcmp(text, "Landscape") == 0) { -@@ -703,7 +703,7 @@ - /* Do nothing */ - } else if (doc->default_page_orientation == NONE && - iscomment(line+2, "PageOrientation:")) { -- sscanf(line+length("%%PageOrientation:"), "%s", text); -+ sscanf(line+length("%%PageOrientation:"), "%256s", text); - if (strcmp(text, "Portrait") == 0) { - doc->default_page_orientation = PORTRAIT; - } else if (strcmp(text, "Landscape") == 0) { -@@ -842,7 +842,7 @@ - /* Do nothing */ - } else if (doc->pages[doc->numpages].orientation == NONE && - iscomment(line+2, "PageOrientation:")) { -- sscanf(line+length("%%PageOrientation:"), "%s", text); -+ sscanf(line+length("%%PageOrientation:"), "%256s", text); - if (strcmp(text, "Portrait") == 0) { - doc->pages[doc->numpages].orientation = PORTRAIT; - } else if (strcmp(text, "Landscape") == 0) { -@@ -874,7 +874,7 @@ - g_free(cp); - } else if ((page_bb_set == NONE || page_bb_set == ATEND) && - iscomment(line+2, "PageBoundingBox:")) { -- sscanf(line+length("%%PageBoundingBox:"), "%s", text); -+ sscanf(line+length("%%PageBoundingBox:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - page_bb_set = ATEND; - } else { -@@ -988,14 +988,14 @@ - } - } else if (orientation_set == ATEND && - iscomment(line+2, "Orientation:")) { -- sscanf(line+length("%%Orientation:"), "%s", text); -+ sscanf(line+length("%%Orientation:"), "%256s", text); - if (strcmp(text, "Portrait") == 0) { - doc->orientation = PORTRAIT; - } else if (strcmp(text, "Landscape") == 0) { - doc->orientation = LANDSCAPE; - } - } else if (page_order_set == ATEND && iscomment(line+2, "PageOrder:")) { -- sscanf(line+length("%%PageOrder:"), "%s", text); -+ sscanf(line+length("%%PageOrder:"), "%256s", text); - if (strcmp(text, "Ascend") == 0) { - doc->pageorder = ASCEND; - } else if (strcmp(text, "Descend") == 0) { -@@ -1277,7 +1277,7 @@ - else if IS_BEGIN("Data:") { - text[0] = '\0'; - strcpy(save, line+7); -- if (sscanf(line+length("%%BeginData:"), "%d %*s %s", &num, text) >= 1) { -+ if (sscanf(line+length("%%BeginData:"), "%d %*s %256s", &num, text) >= 1) { - if (strcmp(text, "Lines") == 0) { - for (i=0; i < num; i++) { - cp = fgets(line, size, fp); -@@ -1394,7 +1394,7 @@ - } else if (iscomment(line+7, "Data:")) { - text[0] = '\0'; - strcpy(save, line+7); -- if (sscanf(line+length("%%BeginData:"), "%d %*s %s", &num, text) >= 1) { -+ if (sscanf(line+length("%%BeginData:"), "%d %*s %256s", &num, text) >= 1) { - if (strcmp(text, "Lines") == 0) { - for (i=0; i < num; i++) { - cp = fgets(line, size, fp); -@@ -1470,7 +1470,7 @@ - } else if (iscomment(line+7, "Data:")) { - text[0] = '\0'; - if (sscanf(line+length("%%BeginData:"), -- "%d %*s %s", &num, text) >= 1) { -+ "%d %*s %256s", &num, text) >= 1) { - if (strcmp(text, "Lines") == 0) { - for (i=0; i < num; i++) { - fgets(line, sizeof line, from); -@@ -1538,7 +1538,7 @@ - } else if (iscomment(line+7, "Data:")) { - text[0] = '\0'; - if (sscanf(line+length("%%BeginData:"), -- "%d %*s %s", &num, text) >= 1) { -+ "%d %*s %256s", &num, text) >= 1) { - if (strcmp(text, "Lines") == 0) { - for (i=0; i < num; i++) { - fgets(line, sizeof line, from); -@@ -1623,7 +1623,7 @@ - g_free(comment); - continue; - } -- sscanf(comment+length("%%Pages:"), "%s", text); -+ sscanf(comment+length("%%Pages:"), "%256s", text); - if (strcmp(text, "(atend)") == 0) { - fputs(comment, dest_file); - pages_atend = TRUE; |