diff options
author | arved <arved@FreeBSD.org> | 2010-07-28 21:43:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-07-28 21:43:32 +0800 |
commit | 6d7c5b72dabdf8894280f1fd9d9af19a9f69d003 (patch) | |
tree | 8f3332470b4069b7aa3b18f5cf833386492d169a /print/py-cups/files | |
parent | 40f842c7a000de30029b959f20438d39e81a69bd (diff) | |
download | freebsd-ports-gnome-6d7c5b72dabdf8894280f1fd9d9af19a9f69d003.tar.gz freebsd-ports-gnome-6d7c5b72dabdf8894280f1fd9d9af19a9f69d003.tar.zst freebsd-ports-gnome-6d7c5b72dabdf8894280f1fd9d9af19a9f69d003.zip |
Update to 1.9.51
Pass maintainership to submitter
PR: 148940
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'print/py-cups/files')
-rw-r--r-- | print/py-cups/files/patch-cupsppd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/py-cups/files/patch-cupsppd.c b/print/py-cups/files/patch-cupsppd.c deleted file mode 100644 index 83b68ca60b3c..000000000000 --- a/print/py-cups/files/patch-cupsppd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cupsppd.c.orig 2008-03-20 10:16:42.000000000 -0400 -+++ cupsppd.c 2008-03-20 10:17:16.000000000 -0400 -@@ -451,7 +451,7 @@ - return PyBool_FromLong (nondefaults_marked); - } - --#ifdef __SVR4 -+#if 1 - /* - * A rudimentary emulation of getline() for systems that dont support it - * natively. Since this is used for PPD file reading, it assumes (possibly |