Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Dec 30, 2017
1 parent 989a681 commit ee0243d
Show file tree
Hide file tree
Showing 137 changed files with 4,357 additions and 1,433 deletions.
2 changes: 1 addition & 1 deletion benchmarks/bombardier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= bombardier
PORTVERSION= 1.1
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
CATEGORIES= benchmarks

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/bombardier/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1514325593
SHA256 (codesenberg-bombardier-v1.1_GH0.tar.gz) = 4189b4705aef67157008658b6386ba666a45454a1a9f9ed611f86fb4aa438d08
SIZE (codesenberg-bombardier-v1.1_GH0.tar.gz) = 579203
TIMESTAMP = 1514596067
SHA256 (codesenberg-bombardier-v1.1.1_GH0.tar.gz) = ff15fbbcd81b14234df5518fe456ae9537d5b1ce4828bc934ac2f37dc65775c3
SIZE (codesenberg-bombardier-v1.1.1_GH0.tar.gz) = 579226
1 change: 1 addition & 0 deletions benchmarks/wrk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ USE_GITHUB= yes
GH_ACCOUNT= wg

USES= gmake ssl
LLD_UNSAFE= yes
CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH
MAKE_ENV+= WITH_OPENSSL=${OPENSSLBASE} WITH_LUAJIT=${LOCALBASE} VER=${PORTVERSION}

Expand Down
23 changes: 10 additions & 13 deletions cad/kicad-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= kicad
DISTVERSION= r${GIT_SRC_DATE}
PORTREVISION= 4
#PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= LOCAL/mr
PKGNAMESUFFIX= -devel
Expand All @@ -14,26 +14,26 @@ COMMENT= Schematic and PCB editing software

LICENSE= GPLv3

BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm \
${LOCALBASE}/bin/swig3.0:devel/swig30
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libcurl.so:ftp/curl

CONFLICTS= kicad-4.*

DOCVERSION= 1.1
LIBVERSION= 1.0

#CXXFLAGS+= -std=c++11
CXXFLAGS+= -msse
USE_GL= glew glu gl
USE_WX= 3.0
WX_COMPS= wx
WX_COMPS= wx wx:build python:build
USE_GNOME= atk cairo # Required by libwx_gtk2_aui-2.8.so
USE_XORG+= pixman

BROKEN_aarch64= Fails to compile: use of undeclared identifier builtin_ia32_emms

OPTIONS_DEFINE= DOCS
#OPTIONS_DEFINE= DOCS

PLIST_SUB= OPSYS=${OPSYS} \
DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||}
Expand All @@ -42,7 +42,8 @@ BINS= cvpcb eeschema gerbview kicad pcbnew
EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \
contrib_makefiles.txt running_kicad_under_W98.txt
USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \
gettext python ssl
gettext python shebangfix ssl
SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py

CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_BUILD_TYPE="Debug" \
Expand All @@ -51,13 +52,9 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
-DwxWidgets_USE_DEBUG=ON \
-DKICAD_SKIP_BOOST=YES

.if exists(${LOCALBASE}/bin/konqueror)
RUN_DEPENDS+= konqueror:x11/kde4-baseapps
.else
RUN_DEPENDS+= xpdf:graphics/xpdf
.endif
-DKICAD_SKIP_BOOST=YES \
-DKICAD_SPICE=OFF \
-DKICAD_USE_OCE=OFF

.include "Makefile.git_rev"

Expand Down
4 changes: 2 additions & 2 deletions cad/kicad-devel/Makefile.git_rev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GIT_SRC_HASH= 05ab44f4633299148578bc211250d972a447a206
GIT_SRC_DATE= 20171031091403
GIT_SRC_HASH= 93683d0021c4f592f929e9785abeda9d169ba03b
GIT_SRC_DATE= 20171229233842
6 changes: 3 additions & 3 deletions cad/kicad-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1509449751
SHA256 (kicad/kicad-r20171031091403.tar.bz2) = a5ed68a6b120c0bce3010e7e61c321c8502c351f4a0d973857cc52e2ac2ed7f5
SIZE (kicad/kicad-r20171031091403.tar.bz2) = 450197728
TIMESTAMP = 1514632387
SHA256 (kicad/kicad-r20171229233842.tar.bz2) = a095b4cb28b64242ce8551a5e668bc5c590a50cf78f8896d9edcf8125fb13dc7
SIZE (kicad/kicad-r20171229233842.tar.bz2) = 441376282
410 changes: 187 additions & 223 deletions cad/kicad-devel/pkg-plist

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion databases/mysql-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQL-Proxy

MAINTAINER= swills@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Monitor, analyze, or transform the communication of MySQL

DEPRECATED= No longer maintained and not recommended for production use
EXPIRATION_DATE= 2018-01-30

LICENSE= GPLv2

LIB_DEPENDS= libevent.so:devel/libevent
Expand Down
6 changes: 1 addition & 5 deletions devel/cgdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= cgdb
PORTVERSION= 0.6.8
PORTREVISION= 1
PORTVERSION= 0.7.0
CATEGORIES= devel
MASTER_SITES= http://cgdb.me/files/

Expand All @@ -13,10 +12,7 @@ COMMENT= Curses-based interface to the GNU Debugger
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= help2man:misc/help2man

USES= makeinfo readline

INFO= cgdb

GNU_CONFIGURE= yes
Expand Down
5 changes: 3 additions & 2 deletions devel/cgdb/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (cgdb-0.6.8.tar.gz) = be203e29be295097439ab67efe3dc8261f742c55ff3647718d67d52891f4cf41
SIZE (cgdb-0.6.8.tar.gz) = 716988
TIMESTAMP = 1514681897
SHA256 (cgdb-0.7.0.tar.gz) = bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
SIZE (cgdb-0.7.0.tar.gz) = 743222
11 changes: 11 additions & 0 deletions devel/cgdb/files/patch-lib_util_sys__util.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- lib/util/sys_util.cpp.orig 2017-12-31 01:38:05 UTC
+++ lib/util/sys_util.cpp
@@ -2,6 +2,8 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */

+#define _GNU_SOURCE 1
+
#if HAVE_STDIO_H
#include <stdio.h>
#endif /* HAVE_STDIO_H */
1 change: 0 additions & 1 deletion devel/cgdb/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
bin/cgdb
%%DATADIR%%/cgdb.txt
man/man1/cgdb.1.gz
2 changes: 1 addition & 1 deletion devel/erlang-gpb/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= gpb
PORTVERSION= 4.0.2
PORTVERSION= 4.1.0
CATEGORIES= devel
PKGNAMEPREFIX= erlang-

Expand Down
6 changes: 3 additions & 3 deletions devel/erlang-gpb/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1511082449
SHA256 (tomas-abrahamsson-gpb-4.0.2_GH0.tar.gz) = d05b566a35adbf308d0476bf803420bb3af97adcb3d175229179fd85d555ca27
SIZE (tomas-abrahamsson-gpb-4.0.2_GH0.tar.gz) = 389569
TIMESTAMP = 1514647681
SHA256 (tomas-abrahamsson-gpb-4.1.0_GH0.tar.gz) = 980d3b751f25de36a6c8ca12693d2059c2159eecdf63ce3f8e4125bef2e88680
SIZE (tomas-abrahamsson-gpb-4.1.0_GH0.tar.gz) = 395382
2 changes: 2 additions & 0 deletions devel/erlang-gpb/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_translators.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_types.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_verifiers.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_lib.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_names.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_parse.beam
lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_scan.beam
lib/erlang/lib/gpb-%%VERSION%%/include/gpb.hrl
Expand Down Expand Up @@ -50,6 +51,7 @@ lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_translators.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_types.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_verifiers.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_lib.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_names.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.erl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.yrl
lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl
Expand Down
2 changes: 1 addition & 1 deletion devel/ncurses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN_sparc64= cannot build: coredump: illegal instruction

SNAPSHOT= 20171007
SNAPSHOT= 20171223
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
Expand Down
6 changes: 3 additions & 3 deletions devel/ncurses/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1507736741
SHA256 (ncurses/ncurses-6.0-20171007.tgz) = d74ce1f651824b6254a6d913d312e4ab32874812bb066288ef87b0b0482c4db5
SIZE (ncurses/ncurses-6.0-20171007.tgz) = 3327333
TIMESTAMP = 1514151355
SHA256 (ncurses/ncurses-6.0-20171223.tgz) = d0e2261c84f3fc56c13ebbc297a4b19fd6c9634fabd2143f88781b405ffe7698
SIZE (ncurses/ncurses-6.0-20171223.tgz) = 3347979
12 changes: 8 additions & 4 deletions devel/p5-Test-ClassAPI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
# $FreeBSD$

PORTNAME= Test-ClassAPI
PORTVERSION= 1.06
PORTREVISION= 1
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= [email protected]
COMMENT= Provides basic first-pass API testing for large class trees

RUN_DEPENDS= p5-Class-Inspector>=1.12:devel/p5-Class-Inspector \
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= p5-Class-Inspector>=1.12:devel/p5-Class-Inspector \
p5-Config-Tiny>=2.00:devel/p5-Config-Tiny \
p5-Params-Util>=1.00:devel/p5-Params-Util
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}

NO_ARCH= yes
USES= perl5
USE_PERL5= configure

Expand Down
5 changes: 3 additions & 2 deletions devel/p5-Test-ClassAPI/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (Test-ClassAPI-1.06.tar.gz) = 06f82d076501701d78b8dc40b7688507bcc6c58b1beafd559e05bb0644df00a2
SIZE (Test-ClassAPI-1.06.tar.gz) = 29225
TIMESTAMP = 1514652701
SHA256 (Test-ClassAPI-1.07.tar.gz) = 30e9dbfc5e0cc2ee14eae8f3465a908a710daecbd0a3ebdb2888fc4504fa18aa
SIZE (Test-ClassAPI-1.07.tar.gz) = 28106
15 changes: 5 additions & 10 deletions devel/radare2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
# $FreeBSD$

PORTNAME= radare2
PORTVERSION= 2.0.1
PORTVERSION= 2.2.0
CATEGORIES= devel

MAINTAINER= torres.73a@gmail.com
MAINTAINER= mizhka@gmail.com
COMMENT= Tools to disasm, debug, analyze, and manipulate binary files

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS+= pkg-config:devel/pkgconf
LIB_DEPENDS+= libcapstone.so:devel/capstone4
LIB_DEPENDS= libcapstone.so:devel/capstone4

NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not build: Unsupported BSD architecture

CONFIGURE_ARGS+= --with-syscapstone
CONFIGURE_ARGS= --with-syscapstone

USES= gmake pathfix pkgconfig tar:xz
USES= gmake localbase pathfix pkgconfig tar:xz
USE_GITHUB= yes
GH_ACCOUNT= radare
PATHFIX_MAKEFILEIN= Makefile
Expand All @@ -31,10 +30,6 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"

OPTIONS_DEFINE= DOCS

post-patch:
${ECHO_CMD} 'CFLAGS+=-I${LOCALBASE}/include' >> ${WRKSRC}/libr/anal/Makefile
${ECHO_CMD} 'CFLAGS+=-I${LOCALBASE}/include' >> ${WRKSRC}/libr/asm/Makefile

post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's| install-doc ||g' \
${WRKSRC}/Makefile
Expand Down
6 changes: 3 additions & 3 deletions devel/radare2/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1510597281
SHA256 (radare-radare2-2.0.1_GH0.tar.gz) = d8f7e1ab96028fc8bd62d4f92fbbe8bbf48c6cda8112e6eaec93bf5ffbbbd1dd
SIZE (radare-radare2-2.0.1_GH0.tar.gz) = 6001927
TIMESTAMP = 1514528462
SHA256 (radare-radare2-2.2.0_GH0.tar.gz) = 99ba2a7c4aae99ae0c70ce0423fa6ed2344fb94a45bc83bf6c8716e2b3e7f1bf
SIZE (radare-radare2-2.2.0_GH0.tar.gz) = 6145228
32 changes: 0 additions & 32 deletions devel/radare2/files/patch-libr_debug_p_debug__native.c

This file was deleted.

Loading

0 comments on commit ee0243d

Please sign in to comment.