Skip to content

Instantly share code, notes, and snippets.

View arduent's full-sized avatar

Waitman Gobble arduent

View GitHub Profile
@arduent
arduent / csvss.png
Last active April 19, 2022 21:02
csv file and c++ code
csvss.png
#include <netinet/in.h>
#include <resolv.h>
#include <string.h>
typedef union {
HEADER qb1;
u_char qb2[65536];
} querybuf;
int main(int argc, char **argv)
@arduent
arduent / patch-digikam-7.0.0-beta2
Created March 23, 2020 06:21
digikam 7.0.0 beta2 port patch FreeBSD
diff -u /usr/ports/graphics/digikam/Makefile digikam/Makefile
--- /usr/ports/graphics/digikam/Makefile 2020-01-26 00:57:44.000000000 -0400
+++ digikam/Makefile 2020-03-23 01:29:42.766315000 -0400
@@ -1,14 +1,12 @@
# $FreeBSD: head/graphics/digikam/Makefile 524151 2020-01-26 04:57:44Z danfe $
PORTNAME= digikam
-DISTVERSION= 6.4.0
-PORTREVISION= 3
+DISTVERSION= 7.0.0
diff -ruN /usr/ports/devel/libevdev/Makefile libevdev/Makefile
--- /usr/ports/devel/libevdev/Makefile 2019-11-27 05:53:10.000000000 -0400
+++ libevdev/Makefile 2020-03-12 21:48:45.150084000 -0400
@@ -1,8 +1,7 @@
# $FreeBSD: head/devel/libevdev/Makefile 518490 2019-11-27 09:53:10Z tobik $
PORTNAME= libevdev
-PORTVERSION= 1.5.9
-PORTREVISION= 1
+PORTVERSION= 1.9.0