diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-18 18:15:17 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-18 18:15:17 +0000 |
commit | 28a76bdb9ba4cbb88a5a7d27a25373da98ba400d (patch) | |
tree | c81a2b41fdc209379188aef9e52dffd5af6d0961 /databases/ruby-qdbm/files/patch-depot-mod_depot.c | |
parent | Per r390886 stop pulling unnecessary GTK+ deps in my ports (diff) |
- Take maintainership.
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups.
Notes
Notes:
svn path=/head/; revision=392440
Diffstat (limited to 'databases/ruby-qdbm/files/patch-depot-mod_depot.c')
-rw-r--r-- | databases/ruby-qdbm/files/patch-depot-mod_depot.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/ruby-qdbm/files/patch-depot-mod_depot.c b/databases/ruby-qdbm/files/patch-depot-mod_depot.c index f92cfedb1365..f918ed08fe9b 100644 --- a/databases/ruby-qdbm/files/patch-depot-mod_depot.c +++ b/databases/ruby-qdbm/files/patch-depot-mod_depot.c @@ -1,6 +1,6 @@ ---- depot/mod_depot.c.orig 2014-03-29 18:35:17.000000000 +0100 -+++ depot/mod_depot.c 2014-03-29 18:37:30.000000000 +0100 -@@ -232,7 +232,7 @@ +--- depot/mod_depot.c.orig 2006-09-25 12:21:38 UTC ++++ depot/mod_depot.c +@@ -232,7 +232,7 @@ static VALUE rbdpopen(VALUE vself, VALUE const char *name; int index, omode, bnum; if((index = getnewindex()) == -1) myerror(DP_EMISC); @@ -9,7 +9,7 @@ FIXNUM_P(vomode); omode = FIX2INT(vomode); FIXNUM_P(vbnum); -@@ -273,10 +273,10 @@ +@@ -273,10 +273,10 @@ static VALUE rbdpput(VALUE vself, VALUE int index, ksiz, vsiz, dmode; FIXNUM_P(vindex); if((index = FIX2INT(vindex)) == -1) myerror(DP_EMISC); @@ -24,7 +24,7 @@ FIXNUM_P(vdmode); dmode = FIX2INT(vdmode); depot = dptable[index]; -@@ -294,8 +294,8 @@ +@@ -294,8 +294,8 @@ static VALUE rbdpout(VALUE vself, VALUE int index, ksiz; FIXNUM_P(vindex); if((index = FIX2INT(vindex)) == -1) myerror(DP_EMISC); @@ -35,7 +35,7 @@ depot = dptable[index]; if(!dpout(depot, kbuf, ksiz)){ if(dpsltable[index] && dpecode == DP_ENOITEM) return Qfalse; -@@ -313,8 +313,8 @@ +@@ -313,8 +313,8 @@ static VALUE rbdpget(VALUE vself, VALUE VALUE vval; FIXNUM_P(vindex); if((index = FIX2INT(vindex)) == -1) myerror(DP_EMISC); @@ -46,7 +46,7 @@ FIXNUM_P(vstart); start = FIX2INT(vstart); FIXNUM_P(vmax); -@@ -336,8 +336,8 @@ +@@ -336,8 +336,8 @@ static VALUE rbdpvsiz(VALUE vself, VALUE int index, ksiz, vsiz; FIXNUM_P(vindex); if((index = FIX2INT(vindex)) == -1) myerror(DP_EMISC); |