forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 1389503 b: refs/heads/joyent/feature/dash/trunk c: 21e5013 h: refs/heads/trunk i: 1389501: f2f0403 1389499: 6beeee2 1389495: 39647fc 1389487: 58251c1 1389471: eb85a84 1389439: e522493
- Loading branch information
joerg
committed
Dec 6, 2011
1 parent
73d6b65
commit f98a29c
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
$NetBSD: distinfo,v 1.9 2010/05/09 04:21:40 sbd Exp $ | ||
$NetBSD: distinfo,v 1.10 2011/12/06 19:48:47 joerg Exp $ | ||
|
||
SHA1 (xpp-1.5.tar.gz) = 7f3c1427979516e47402a0acb708eb83b68daa61 | ||
RMD160 (xpp-1.5.tar.gz) = a64ec4c93013d1db08a6c9b6705b43850c36c337 | ||
Size (xpp-1.5.tar.gz) = 107755 bytes | ||
SHA1 (patch-aa) = f8df413715f4f9319f8d52358a99e54d31cd5a6f | ||
SHA1 (patch-ab) = 76d0ca39bef410e580f805ca10a3d953285c58bb | ||
SHA1 (patch-ac) = d94f9359d19de5dff684f61a53af4607bb31f78c | ||
SHA1 (patch-ad) = 8cda85598eb8a8621aed9293e532c1aa9a2603c0 | ||
SHA1 (patch-ad) = 5af9e367c1b025ec1d9940101a8b3338d84ae5d6 | ||
SHA1 (patch-ae) = a9adc82236847b2749eceacc4b00b2973dd80058 | ||
SHA1 (patch-cupshelper.cxx) = beba4e1af0ff8a95d5d6042bd39254aa6e1d1e21 |
14 changes: 11 additions & 3 deletions
14
branches/joyent/feature/dash/trunk/print/xpp/patches/patch-ad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
branches/joyent/feature/dash/trunk/print/xpp/patches/patch-cupshelper.cxx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$NetBSD: patch-cupshelper.cxx,v 1.1 2011/12/06 19:48:47 joerg Exp $ | ||
|
||
--- cupshelper.cxx.orig 2011-12-06 14:22:14.000000000 +0000 | ||
+++ cupshelper.cxx | ||
@@ -34,6 +34,7 @@ | ||
#include "cupshelper.h" | ||
#include "passworddialog.h" | ||
|
||
+#include <stdio.h> | ||
#include <stdlib.h> | ||
#include <cups/language.h> | ||
|