summaryrefslogtreecommitdiff
path: root/biology/blat/files/patch-lib_fof.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
commit048dda04006a021f030bf1f49deffff6bc18bd3e (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /biology/blat/files/patch-lib_fof.c
parentaudio/drumgizmo: Update to 0.9.16 (diff)
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Notes
Notes: svn path=/head/; revision=477371
Diffstat (limited to 'biology/blat/files/patch-lib_fof.c')
-rw-r--r--biology/blat/files/patch-lib_fof.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/biology/blat/files/patch-lib_fof.c b/biology/blat/files/patch-lib_fof.c
deleted file mode 100644
index b961eba61b15..000000000000
--- a/biology/blat/files/patch-lib_fof.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/fof.c.orig 2014-11-06 03:15:59 UTC
-+++ lib/fof.c
-@@ -336,7 +336,11 @@ static int cmpOnFilePos(const void *va,
- {
- const struct fofBatch *a = *((struct fofBatch **)va);
- const struct fofBatch *b = *((struct fofBatch **)vb);
-+#ifdef __DragonFly__
-+int dif = (struct __FILE_public*)a->f - (struct __FILE_public*)b->f;
-+#else
- int dif = a->f - b->f;
-+#endif
- if (dif == 0)
- dif = a->offset - b->offset;
- return dif;