Skip to content

Instantly share code, notes, and snippets.

=>> Building lang/gnustep-base
build started at Thu Dec 29 14:53:43 CST 2022
port directory: /usr/ports/lang/gnustep-base
package name: gnustep-base-1.28.0
building for: FreeBSD 12_3_amd64-default-job-01 12.3-RELEASE-p4 FreeBSD 12.3-RELEASE-p4 amd64
maintained by: ports@FreeBSD.org
Makefile datestamp: -rw-r--r-- 1 1001 staff 2186 Dec 29 06:17 /usr/ports/lang/gnustep-base/Makefile
Poudriere version: poudriere-git-3.3.99.20220831
Host OSVERSION: 1301000
Jail OSVERSION: 1203000
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index c716183aae61..7638f0445278 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -40,3 +40,8 @@ include "std.qcom"
include "std.rockchip"
include "std.virt"
include "std.xilinx"
+
+# Add CAMDEBUG stuff
From abe09c036f6709e823756bc7ad33f36edbbe1aea Mon Sep 17 00:00:00 2001
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
Date: Mon, 4 Jul 2022 10:31:54 +0800
Subject: [PATCH] x11/konsole: Add upstream bug fix
Fix z-modem detection by using proper string index.
Obtained from: https://invent.kde.org/utilities/konsole/-/merge_requests/685
---
x11/konsole/Makefile | 5 ++++-
diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c
index d860fad601bd..309b19f2d02d 100644
--- a/sys/dev/wtap/if_wtap.c
+++ b/sys/dev/wtap/if_wtap.c
@@ -446,7 +446,7 @@ wtap_rx_proc(void *arg, int npending)
struct ieee80211com *ic = &sc->sc_ic;
struct mbuf *m;
struct ieee80211_node *ni;
- int type;
+ //int type;
diff --git a/sys/dev/mana/gdma_main.c b/sys/dev/mana/gdma_main.c
index aa5d5fd5b50..b21a66d0d56 100644
--- a/sys/dev/mana/gdma_main.c
+++ b/sys/dev/mana/gdma_main.c
@@ -1060,9 +1060,6 @@ mana_gd_destroy_queue(struct gdma_context *gc, struct gdma_queue *queue)
free(queue, M_DEVBUF);
}
-#define OS_MAJOR_DIV 100000
-#define OS_BUILD_MOD 1000
#!/bin/sh
# PROVIDE: chronograf
# REQUIRE: DAEMON NETWORKING
# BEFORE: LOGIN
# KEYWORD: shutdown
# Add the following lines to /etc/rc.conf to enable chronograf:
# chronograf_enable="YES"
#
PORTNAME= chronograf
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
CATEGORIES= net-mgmt
MASTER_SITES+= https://nodejs.org/download/release/v${NODEJS_VERSION}/:node
DISTFILES= yarn-cache-${PKGNAME}.tar.xz:prefetch \
node-v${NODEJS_VERSION}-headers.tar.gz:node
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= lwhsu@FreeBSD.org
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# chronograf
# chronograf/pkg-descr
# chronograf/Makefile
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# chronograf
# chronograf/pkg-descr
# chronograf/Makefile
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# chronograf
# chronograf/pkg-descr
# chronograf/Makefile