Skip to content

Instantly share code, notes, and snippets.

View swills's full-sized avatar
💭
Migrating Off GitHub

Steve Wills swills

💭
Migrating Off GitHub
View GitHub Profile
diff --git graphics/colord/Makefile graphics/colord/Makefile
index 453e8ae729ca..dd5138608834 100644
--- graphics/colord/Makefile
+++ graphics/colord/Makefile
@@ -12,8 +12,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libgusb.so:devel/libgusb \
libgudev-1.0.so:devel/libgudev \
- liblcms2.so:graphics/lcms2 \
- libpolkit-gobject-1.so:sysutils/polkit
diff --git lang/rust/Makefile lang/rust/Makefile
index d2e9273fbf6f..0ee8ab74b99c 100644
--- lang/rust/Makefile
+++ lang/rust/Makefile
@@ -48,8 +48,13 @@ CONFLICTS_INSTALL?= rust-nightly
# ?= to allow users to still overwrite it in make.conf.
TMPDIR?= ${WRKDIR}
+.if defined(NIGHTLY_DATE)
OPTIONS_DEFINE= DOCS GDB SOURCES WASM
@swills
swills / Makefile
Last active February 9, 2023 16:14
security/openssl-agent
PORTNAME= openssl-agent
PORTVERSION= 0.15.0
CATEGORIES= security
MASTER_SITES= https://pkg.cppget.org/1/alpha/build2/
MAINTAINER= swills@FreeBSD.org
COMMENT= OpenSSL key agent and client utilities
WWW= https://git.build2.org/cgit/openssl-agent/tree/README
BUILD_DEPENDS= build2>=0:devel/build2
@swills
swills / Makefile
Last active February 8, 2023 18:10
devel/build2
PORTNAME= build2
PORTVERSION= 0.15.0
CATEGORIES= devel
MASTER_SITES= https://download.build2.org/${PORTVERSION}/
DISTNAME= ${PORTNAME}-toolchain-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Cross-platform toolchain for building and packaging C++ code
USES= gmake pkgconfig sqlite tar:xz
#!/bin/sh
mkdir -p /usr/local/etc/pkg/repos
cat < EOF > /usr/local/etc/pkg/repos/area51.conf
area51: {
url: "http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-area51/"
priority: 2
}
EOF
--- kvm_box-disk1.img.orig 2016-08-03 10:09:28.567650000 -0400
+++ kvm_box-disk1.img 2016-08-03 10:09:28.576748000 -0400
@@ -4,15 +4,8 @@
00000030 00 00 00 00 00 01 00 00 00 00 00 01 00 00 00 00 |................|
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
-00000060 00 00 00 04 00 00 00 68 68 03 f8 57 00 00 00 90 |.......hh..W....|
-00000070 00 00 64 69 72 74 79 20 62 69 74 00 00 00 00 00 |..dirty bit.....|
-00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
-*
#!/bin/sh
mkdir -p /usr/local/etc/pkg/repos
cat < EOF > /usr/local/etc/pkg/repos/area51.conf
area51: {
url: "http://meatwad.mouf.net/rubick/poudriere/packages/110-amd64-area51/"
priority: 2
}
EOF
@swills
swills / -
Created December 24, 2014 17:22
[swills@gtest40 ~]$ gcloud compute instances get-serial-port-output --zone us-central1-b gtest40
Traceback (most recent call last):
File "/usr/local/bin/../share/google/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 175, in <module>
main()
File "/usr/local/bin/../share/google/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 171, in main
_cli.Execute()
File "/usr/local/bin/../share/google/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 385, in Execute
post_run_hooks=self.__post_run_hooks, kwargs=kwargs)
File "/usr/local/bin/../share/google/google-cloud-sdk/./lib/googlecloudsdk/calliope/frontend.py", line 274, in _Execute
pre_run_hooks=pre_run_hooks, post_run_hooks=post_run_hooks)
@swills
swills / -
Created December 24, 2014 02:21
Index: Makefile
===================================================================
--- Makefile (revision 375353)
+++ Makefile (working copy)
@@ -2,12 +2,14 @@
# $FreeBSD$
PORTNAME= google-cloud-sdk
-PORTVERSION= 0.9.25
-PORTREVISION= 2
@swills
swills / -
Created December 20, 2014 22:33
Index: Makefile
===================================================================
--- Makefile (revision 374938)
+++ Makefile (working copy)
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= syncthing
-PORTVERSION= 0.10.12
+PORTVERSION= 0.10.13