Skip to content

Instantly share code, notes, and snippets.

Index: lang/gcc5/Makefile
===================================================================
--- lang/gcc5/Makefile (revision 486476)
+++ lang/gcc5/Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= gcc
PORTVERSION= 5.5.0
-PORTREVISION= 6
+PORTREVISION= 7
17 .if ${ARCH} == mips || ${ARCH} == mips64
16 CONFIGURE_ARGS+=--disable-libatomic --disable-libgomp --disable-shared \
15 --disable-threads --disable-werror --enable-lto --disable-libstdcxx-pch
14 EXTRA_PATCHES= ${PATCHDIR}/mips-patch-configure ${PATCHDIR}/mips-patch-libgcc \
13 ${PATCHDIR}/mips-patch-Makefile
12
11 .elif ${ARCH} == mips
10 CXXFLAGS+= -fpermissive -mips32 -mabi=32
9 CFLAGS+= -Wno-error -mips32 -mabi=32
8
@ndowens
ndowens / gcc5
Created November 28, 2018 02:31
Index: lang/gcc5/Makefile
===================================================================
--- lang/gcc5/Makefile (revision 485842)
+++ lang/gcc5/Makefile (working copy)
@@ -3,7 +3,7 @@
PORTNAME= gcc
PORTVERSION= 5.5.0
-PORTREVISION= 6
+PORTREVISION= 7
@ndowens
ndowens / log
Created November 18, 2018 04:59
Script started on Sat Nov 17 22:58:23 2018
Command: poudriere testport -cNj 12 -p head -o lang/python27 -z ssl111
[00:00:00] Creating the reference jail... done
[00:00:00] Mounting system devices for 12-head-ssl111
[00:00:00] Mounting ports/packages/distfiles
[00:00:00] Stashing existing package repository
[00:00:00] Mounting packages from: /usr/local/poudriere/data/packages/12-head-ssl111
/etc/resolv.conf -> /usr/local/poudriere/data/.m/12-head-ssl111/ref/etc/resolv.conf
[00:00:00] Starting jail 12-head-ssl111
[00:00:01] Ports supports: FLAVORS SELECTED_OPTIONS
if [ x"-fPIC" != x ]; then \
/wrkdirs/usr/ports/lang/gcc8/work/.build/./prev-gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc8/work/.build/./prev-gcc/ -B/usr/local/mips64-portbld-freebsd12.0/bin/ -B/usr/local/mips64-portbld-freebsd12.0/bin/ -B/usr/local/mips64-portbld-freebsd12.0/lib/ -isystem /usr/local/mips64-portbld-freebsd12.0/include -isystem /usr/local/mips64-portbld-freebsd12.0/sys-include -c -DHAVE_CONFIG_H -g -O2 -gtoggle -DLIBICONV_PLUG -I. -I/wrkdirs/usr/ports/lang/gcc8/work/gcc-8.2.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fPIC /wrkdirs/usr/ports/lang/gcc8/work/gcc-8.2.0/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
cc1: warning: cannot use small-data accesses for '-mabicalls'
if [ x"" != x ]; then \
/wrkdirs/usr/ports/lang/gcc8/work/.build/./prev-gcc/xgcc -B/wrkdirs/usr/ports/lang/gcc8/work/.build/./prev-gcc/ -B/usr/local/mips64-portbld-freebsd12.0/bin/
zlib target-libquadmath target-libitm target-libsanitizer target-libvtv gnattools gotools target-libada
target-libhsail-rt target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic target-libat
omic target-libmpx target-libssp
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by package-unused configure version-unused, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ /wrkdirs/usr/ports/lang/gcc8/work/gcc-8.2.0/libbacktrace/configure --srcdir=/wrkdirs/usr/ports/lang/gcc8/
## --------- ##
## Platform. ##
hostname = mips64-head
uname -m = mips
uname -r = 12.0-BETA2
uname -s = FreeBSD
uname -v = FreeBSD 12.0-BETA2 1200086
/usr/bin/uname -p = mips64
/bin/uname -X = unknown
/bin/arch = unknown
This file has been truncated, but you can view the full file.
build started at Sat Nov 3 13:26:54 CDT 2018
port directory: /usr/ports/lang/gcc8
package name: gcc8-8.2.0_1
building for: FreeBSD mips64-head 12.0-BETA2 FreeBSD 12.0-BETA2 1200086 mips
maintained by: [email protected]
Makefile ident: $FreeBSD: head/lang/gcc8/Makefile 475857 2018-07-29 22:18:44Z gerald $
Poudriere version: 3.2.99.20180601
Host OSVERSION: 1200086
Jail OSVERSION: 1200086
Job Id:
@ndowens
ndowens / nix
Created November 1, 2018 19:56
Index: sysutils/nix/Makefile
===================================================================
--- sysutils/nix/Makefile (nonexistent)
+++ sysutils/nix/Makefile (working copy)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= nix
+DISTVERSION= 2.1.3
+CATEGORIES= sysutils