Skip to content

Instantly share code, notes, and snippets.

@ndowens
ndowens / nix
Created October 31, 2018 21:04
Index: nix/Makefile
===================================================================
--- nix/Makefile (nonexistent)
+++ nix/Makefile (working copy)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= nix
+DISTVERSION= 2.1.3
+CATEGORIES= sysutils
--- configure.ac.orig 1970-01-01 00:00:01 UTC
+++ configure.ac
@@ -147,7 +147,7 @@ AC_SUBST(storedir)
# Look for OpenSSL, a required dependency.
-PKG_CHECK_MODULES([OPENSSL], [libcrypto], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"])
+AC_CHECK_HEADERS([openssl/ssl.h], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"])
# Created by: Daniel Shafer <[email protected]>
# $FreeBSD$
PORTNAME= autokey
PORTVERSION= 0.95.4
DISTVERSIONPREFIX= v
CATEGORIES= deskutils python
# Using GitHub until they update the version in pypi.
# MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
# Created by: Gerald Pfeifer <[email protected]>
# $FreeBSD: head/lang/gcc8/Makefile 475857 2018-07-29 22:18:44Z gerald $
PORTNAME= gcc
PORTVERSION= 8.2.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
# Makefile.in generated by automake 1.11.6 from Makefile.am.
# libsupc++/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# Created by: Gerald Pfeifer <[email protected]>
# $FreeBSD: head/lang/gcc8/Makefile 475857 2018-07-29 22:18:44Z gerald $
PORTNAME= gcc
PORTVERSION= 8.2.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
Index: net-mgmt/netdata/Makefile
===================================================================
--- net-mgmt/netdata/Makefile (revision 482622)
+++ net-mgmt/netdata/Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= netdata
PORTVERSION= 1.10.0
+PORTVERSIONSUFFIX=-102418
DISTVERSIONPREFIX=v
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
--- UTC
Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc.old 2017-04-05 17:48:03.045750000 -0500
+++ gcc/config.gcc 2017-04-05 17:49:22.143572000 -0500
@@ -2383,6 +2383,9 @@
tmake_file="${tmake_file} rs6000/t-freebsd64"
extra_options="${extra_options} rs6000/linux64.opt"
;;
+ powerpcspe-*)
Index: irc/bitchx/Makefile
===================================================================
--- irc/bitchx/Makefile (revision 482622)
+++ irc/bitchx/Makefile (working copy)
@@ -14,7 +14,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-USES= cpe gmake ncurses
+USES= autoreconf cpe gmake ncurses