summaryrefslogtreecommitdiff
path: root/print/pdq/files/patch-ag
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-13 20:27:13 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-13 20:27:13 +0000
commit4f8ba96420a393e69948808e166c19077c47a830 (patch)
treec1454b5116d3805e9634deb8ee46df0fbe0003ed /print/pdq/files/patch-ag
parentSupport CFLAGS/X11BASE properly (diff)
Update MASTER_SITES and WWW line of pkg-descr
Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
Notes
Notes: svn path=/head/; revision=33791
Diffstat (limited to 'print/pdq/files/patch-ag')
-rw-r--r--print/pdq/files/patch-ag19
1 files changed, 5 insertions, 14 deletions
diff --git a/print/pdq/files/patch-ag b/print/pdq/files/patch-ag
index 3ce08476c57b..f904a2fd58e0 100644
--- a/print/pdq/files/patch-ag
+++ b/print/pdq/files/patch-ag
@@ -1,15 +1,6 @@
---- src/xpdq_wizard.c.orig Sat May 15 11:45:15 1999
-+++ src/xpdq_wizard.c Sat May 15 11:50:44 1999
-@@ -29,6 +29,8 @@
- #include "printer.h"
- #include "argument.h"
-
-+#define PRINTRC "/usr/local/etc/printrc"
-+
- pwizard_state *new_pwizard() {
-
- pwizard_state *wizard;
-@@ -315,6 +317,7 @@
+--- src/xpdq_wizard.c.orig Sat Apr 1 05:36:30 2000
++++ src/xpdq_wizard.c Fri Aug 11 22:37:29 2000
+@@ -315,6 +315,7 @@
driver *d;
int i, row;
char *dname;
@@ -17,7 +8,7 @@
panel = gtk_vbox_new (FALSE, 0);
gtk_container_border_width (GTK_CONTAINER (panel), 10);
-@@ -348,9 +351,11 @@
+@@ -348,9 +349,11 @@
gtk_clist_set_selection_mode (GTK_CLIST(widget), GTK_SELECTION_BROWSE);
list = first_list_element (rc->driver_list);
if (list == NULL) {
@@ -27,7 +18,7 @@
+ error = malloc(256);
+ sprintf(error, "This system has no drivers. Please make sure\n"
+ "that there are drivers defined in %s, ~/.printrc,\n"
-+ "or in files included by %s or ~/.printrc.", PRINTRC, PRINTRC);
++ "or in files included by %s or ~/.printrc.", PRINTRC_FILE, PRINTRC_FILE);
+ xpdq_error(error);
}
while (list != NULL) {