*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
9fbc8e20b2
commit
1ee6112d3f
354 changed files with 4963 additions and 709 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cabextract
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://www.cabextract.org.uk/
|
||||
|
||||
|
|
@ -13,30 +13,28 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cpe
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/cabextract \
|
||||
man/ja/man1/cabextract.1.gz \
|
||||
man/man1/cabextract.1.gz
|
||||
PORTDOCS= ${DOCS} ${DOC_DOCS} ${SRC_DOCS}
|
||||
|
||||
DOCS= AUTHORS ChangeLog NEWS README TODO
|
||||
DOC_DOCS= magic wince_cab_format.html
|
||||
SRC_DOCS= wince_info wince_rename
|
||||
PORTDOCS= ${DOCS} ${DOC_DOCS} ${SRC_DOCS}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/cabextract.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for i in ${DOC_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for i in ${SRC_DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOC_DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/src && ${INSTALL_DATA} ${SRC_DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540227210
|
||||
SHA256 (cabextract-1.8.tar.gz) = 082b8ec149babc9ae10b5d6568eb764c67e75c3cfc379b1211b88b980febebd7
|
||||
SIZE (cabextract-1.8.tar.gz) = 289256
|
||||
TIMESTAMP = 1541430469
|
||||
SHA256 (cabextract-1.9.tar.gz) = ea85fffbd5acecc837f49ef7a7e664a4f3ced4d5b5763a0f0830a48652dbbb19
|
||||
SIZE (cabextract-1.9.tar.gz) = 465663
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539634920
|
||||
SHA256 (lz4-2.1.1.tar.gz) = af46e2e5c002b3fbffa2ad69289aa61e46cab1a87c1d85bda44e822a1634defa
|
||||
SIZE (lz4-2.1.1.tar.gz) = 128498
|
||||
TIMESTAMP = 1541430908
|
||||
SHA256 (lz4-2.1.2.tar.gz) = ec265f7c3fc3df706e9579bde632ceeef9278858d7ae87c376a2954d11e9ea39
|
||||
SIZE (lz4-2.1.2.tar.gz) = 128639
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= siril
|
||||
DISTVERSION= 0.9.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= astro graphics
|
||||
MASTER_SITES= https://free-astro.org/download/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= acoustid-fingerprinter
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ \
|
||||
GENTOO
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aqualung
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aubio
|
||||
PORTVERSION= 0.4.7
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= http://aubio.org/pub/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= audacity
|
||||
PORTVERSION= 2.3.0
|
||||
DISTVERSIONPREFIX= Audacity-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= xxjack12xx@gmail.com
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= baresip
|
||||
PORTVERSION= 0.5.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.creytiv.com/pub/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= beets
|
||||
PORTVERSION= 1.4.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= cantata
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= chromaprint
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= cmus
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.8.0-rc0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
DIST_SUBDIR= cmus
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= deadbeef
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= forked-daapd
|
||||
PORTVERSION= 24.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= takumiiinn@gmail.com
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= idjc
|
||||
PORTVERSION= 0.8.17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= SF/idjc
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kid3
|
||||
PORTVERSION= 3.6.2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= -${SLAVE}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lastfm-desktop
|
||||
PORTVERSION= 2.1.36
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libgroove
|
||||
PORTVERSION= 4.3.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libsoxr
|
||||
PORTVERSION= 0.1.2.20160529
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= LOCAL/riggs/soxr/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= moc
|
||||
PORTVERSION= 2.5.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.20.23
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
||||
DISTNAME= mpd-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pacpl
|
||||
PORTVERSION= 5.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pianobar
|
||||
PORTVERSION= 2017.08.30
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://6xq.net/${PORTNAME}/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= siren
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= soundkonverter
|
||||
PORTVERSION= 3.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= spek
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
|||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= pkgconfig python:build tar:bzip2 waf
|
||||
USES= gnome pkgconfig python:build tar:bzip2 waf
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
@ -32,6 +32,7 @@ QT5_CONFIGURE_OFF= --no-qt5
|
|||
QT5_LIB_DEPENDS= libQt5Core.so:devel/qt5-core \
|
||||
libQt5Gui.so:x11-toolkits/qt5-gui \
|
||||
libQt5Widgets.so:x11-toolkits/qt5-widgets
|
||||
QT5_USES= compiler:c++11-lang
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsuil-0.so.${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME?= xmms2
|
||||
PORTVERSION= 0.8
|
||||
DISTVERSIONSUFFIX= DrO_o
|
||||
PORTREVISION?= 27
|
||||
PORTREVISION?= 28
|
||||
CATEGORIES?= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,6 @@ COMMENT= General purpose trace file (and Experiment File) reading interface
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN_mips= fails to compile: bgzip.c: error: invalid operands to binary &
|
||||
BROKEN_mips64= fails to compile: bgzip.c: error: invalid operands to binary &
|
||||
BROKEN_powerpc64= fails to compile: bgzip.c: error: invalid operands to binary &
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
|
|
|
|||
11
biology/iolib/files/patch-io__lib_c__range__coder.h
Normal file
11
biology/iolib/files/patch-io__lib_c__range__coder.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- io_lib/c_range_coder.h.orig 2018-10-18 16:44:55 UTC
|
||||
+++ io_lib/c_range_coder.h
|
||||
@@ -14,8 +14,6 @@
|
||||
#define DO(n) int _;for (_=0; _<n; _++)
|
||||
#define TOP (1<<24)
|
||||
|
||||
-typedef unsigned char uc;
|
||||
-
|
||||
typedef struct {
|
||||
uint64_t low;
|
||||
uint32_t range, code;
|
||||
18
biology/iolib/files/patch-io__lib_tokenise__name3.c
Normal file
18
biology/iolib/files/patch-io__lib_tokenise__name3.c
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--- io_lib/tokenise_name3.c.orig 2018-10-18 16:21:37 UTC
|
||||
+++ io_lib/tokenise_name3.c
|
||||
@@ -457,13 +457,13 @@ static int encode_token_diff(name_context *ctx, uint32
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Trie implementation for tracking common name prefixes.
|
||||
-typedef struct trie {
|
||||
+struct trie {
|
||||
char c;
|
||||
int count;
|
||||
//struct trie *next[128];
|
||||
struct trie *next, *sibling;
|
||||
int n; // Nth line
|
||||
-} trie_t;
|
||||
+};
|
||||
|
||||
//static trie_t *t_head = NULL;
|
||||
|
||||
48
biology/ncbi-toolkit/files/patch-algo_blast_core_jumper.h
Normal file
48
biology/ncbi-toolkit/files/patch-algo_blast_core_jumper.h
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
--- algo/blast/core/jumper.h.orig 2018-10-19 17:37:04 UTC
|
||||
+++ algo/blast/core/jumper.h
|
||||
@@ -66,13 +66,13 @@ typedef struct JumperPrelimEditBlock
|
||||
|
||||
|
||||
/** Gapped alignment data needed for jumper */
|
||||
-typedef struct JumperGapAlign
|
||||
+struct JumperGapAlign
|
||||
{
|
||||
JumperPrelimEditBlock* left_prelim_block;
|
||||
JumperPrelimEditBlock* right_prelim_block;
|
||||
Uint4* table; /**< Table used for matching 4 bases in compressed subject
|
||||
to 4 bases in uncompressed query */
|
||||
-} JumperGapAlign;
|
||||
+};
|
||||
|
||||
|
||||
JumperGapAlign* JumperGapAlignFree(JumperGapAlign* jumper_align);
|
||||
@@ -90,11 +90,11 @@ typedef struct JumperEdit
|
||||
|
||||
|
||||
/** Alignment edit script for gapped alignment */
|
||||
-typedef struct JumperEditsBlock
|
||||
+struct JumperEditsBlock
|
||||
{
|
||||
JumperEdit* edits;
|
||||
Int4 num_edits;
|
||||
-} JumperEditsBlock;
|
||||
+};
|
||||
|
||||
|
||||
JumperEditsBlock* JumperEditsBlockFree(JumperEditsBlock* block);
|
||||
@@ -262,13 +262,13 @@ JumperEditsBlock* JumperEditsBlockCombine(JumperEditsB
|
||||
JumperEditsBlock** append);
|
||||
|
||||
/** Structure to save short unaligned subsequences outside an HSP */
|
||||
-typedef struct SequenceOverhangs
|
||||
+struct SequenceOverhangs
|
||||
{
|
||||
Int4 left_len; /**< Length of the left subsequence */
|
||||
Int4 right_len; /**< Length of the right subsequence */
|
||||
Uint1* left; /**< Left subsequence */
|
||||
Uint1* right; /**< Rught subsequence */
|
||||
-} SequenceOverhangs;
|
||||
+};
|
||||
|
||||
SequenceOverhangs* SequenceOverhangsFree(SequenceOverhangs* overhangs);
|
||||
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= netgen
|
||||
PORTVERSION= 5.3.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= opencascade
|
||||
PORTVERSION= 7.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad science
|
||||
MASTER_SITES= LOCAL/thierry
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dabstick-radio
|
||||
PORTVERSION= 0.96
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= comms audio hamradio
|
||||
MASTER_SITES= http://www.sdr-j.tk/ \
|
||||
LOCAL/nox/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657348
|
||||
SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
|
||||
SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812
|
||||
TIMESTAMP = 1541430516
|
||||
SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
|
||||
SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Xapian
|
||||
PORTVERSION= 1.4.8.0
|
||||
PORTVERSION= 1.4.9.0
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
|
||||
LOCAL/sunpoet
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657348
|
||||
SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
|
||||
SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812
|
||||
TIMESTAMP = 1541430516
|
||||
SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
|
||||
SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657348
|
||||
SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
|
||||
SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812
|
||||
TIMESTAMP = 1541430516
|
||||
SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
|
||||
SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
--- php7/php.i.orig 2018-10-26 05:08:02 UTC
|
||||
+++ php7/php.i
|
||||
@@ -177,9 +177,13 @@ fail: // Label which SWIG_PHP_Error need
|
||||
%typemap(out) std::pair<Xapian::TermIterator, Xapian::TermIterator> {
|
||||
|
||||
ZVAL_NEW_ARR($result);
|
||||
+#if PHP_VERSION_ID >= 70300
|
||||
+ array_init($result);
|
||||
+#else
|
||||
if (array_init($result) == FAILURE) {
|
||||
SWIG_PHP_Error(E_ERROR, "array_init failed");
|
||||
}
|
||||
+#endif
|
||||
|
||||
for (Xapian::TermIterator i = $1.first; i != $1.second; ++i) {
|
||||
/* We have to cast away const here because the PHP API is rather
|
||||
@@ -198,9 +202,13 @@ fail: // Label which SWIG_PHP_Error need
|
||||
|
||||
%typemap(directorin) (size_t num_tags, const std::string tags[]) {
|
||||
ZVAL_NEW_ARR($input);
|
||||
+#if PHP_VERSION_ID >= 70300
|
||||
+ array_init($input);
|
||||
+#else
|
||||
if (array_init($input) == FAILURE) {
|
||||
SWIG_PHP_Error(E_ERROR, "array_init failed");
|
||||
}
|
||||
+#endif
|
||||
|
||||
for (size_t i = 0; i != num_tags; ++i) {
|
||||
const string & term = tags[i];
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
--- php7/php7/xapian_wrap.cc.orig 2018-10-26 05:12:41 UTC
|
||||
+++ php7/php7/xapian_wrap.cc
|
||||
@@ -2533,9 +2533,13 @@ std::string SwigDirector_Compactor::reso
|
||||
|
||||
{
|
||||
ZVAL_NEW_ARR(&args[1]);
|
||||
+#if PHP_VERSION_ID >= 70300
|
||||
+ array_init(&args[1]);
|
||||
+#else
|
||||
if (array_init(&args[1]) == FAILURE) {
|
||||
SWIG_PHP_Error(E_ERROR, "array_init failed");
|
||||
}
|
||||
+#endif
|
||||
|
||||
for (size_t i = 0; i != num_tags; ++i) {
|
||||
const string & term = tags[i];
|
||||
@@ -16756,9 +16760,13 @@ ZEND_NAMED_FUNCTION(_wrap_Enquire_get_ma
|
||||
}
|
||||
{
|
||||
ZVAL_NEW_ARR(return_value);
|
||||
+#if PHP_VERSION_ID >= 70300
|
||||
+ array_init(return_value);
|
||||
+#else
|
||||
if (array_init(return_value) == FAILURE) {
|
||||
SWIG_PHP_Error(E_ERROR, "array_init failed");
|
||||
}
|
||||
+#endif
|
||||
|
||||
for (Xapian::TermIterator i = (&result)->first; i != (&result)->second; ++i) {
|
||||
/* We have to cast away const here because the PHP API is rather
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= powa-web
|
||||
PORTVERSION= 3.1.4
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR
|
|||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's,/etc/powa-web.conf,${PREFIX}/etc/powa-web.conf,' ${WRKSRC}/powa/options.py
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1507706156
|
||||
SHA256 (powa-web-3.1.4.tar.gz) = 104506d2e42f9c11059c268eb1747f65a9aa23f99b87a664ff878e1f55701c49
|
||||
SIZE (powa-web-3.1.4.tar.gz) = 596739
|
||||
TIMESTAMP = 1541344268
|
||||
SHA256 (powa-web-3.2.0.tar.gz) = 080e2bff6053137df64d7d184d602d62dea1e6ead1af54c6332ed7dbe12ff6f9
|
||||
SIZE (powa-web-3.2.0.tar.gz) = 8135380
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apsw
|
||||
PORTVERSION= 3.24.0
|
||||
PORTVERSION= 3.25.2
|
||||
DISTVERSIONSUFFIX= -r1
|
||||
CATEGORIES= databases python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= sqlite3>=${PORTVERSION:R}:databases/sqlite3
|
||||
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= localbase python sqlite:3
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
GH_ACCOUNT= rogerbinns
|
||||
USE_GITHUB= yes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532808996
|
||||
SHA256 (rogerbinns-apsw-3.24.0-r1_GH0.tar.gz) = d9769daba2112aec7f46b807097818f68f03a9aaac61dd1e4bb0cc4167f8d29d
|
||||
SIZE (rogerbinns-apsw-3.24.0-r1_GH0.tar.gz) = 306932
|
||||
TIMESTAMP = 1541430699
|
||||
SHA256 (rogerbinns-apsw-3.25.2-r1_GH0.tar.gz) = 5a54f673a8a878d31e530ef2ce7faf679545f2cdff7dd0a3b1ce58187bfb1cf7
|
||||
SIZE (rogerbinns-apsw-3.25.2-r1_GH0.tar.gz) = 307608
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657348
|
||||
SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
|
||||
SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812
|
||||
TIMESTAMP = 1541430516
|
||||
SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
|
||||
SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases ruby
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657348
|
||||
SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b
|
||||
SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812
|
||||
TIMESTAMP = 1541430516
|
||||
SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352
|
||||
SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-bindings
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-core
|
||||
PORTVERSION= 1.4.8
|
||||
PORTVERSION= 1.4.9
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540657320
|
||||
SHA256 (xapian-core-1.4.8.tar.xz) = da6003eced95206d7e9496c07f7f0cee07d0461c5d9d30946a8d160b03414814
|
||||
SIZE (xapian-core-1.4.8.tar.xz) = 2880432
|
||||
TIMESTAMP = 1541430492
|
||||
SHA256 (xapian-core-1.4.9.tar.xz) = cde9c39d014f04c09b59d9c21551db9794c10617dc69ab4c9826352a533df5cc
|
||||
SIZE (xapian-core-1.4.9.tar.xz) = 2880024
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ lib/cmake/xapian/xapian-config-version.cmake
|
|||
lib/cmake/xapian/xapian-config.cmake
|
||||
lib/libxapian.so
|
||||
lib/libxapian.so.30
|
||||
lib/libxapian.so.30.6.0
|
||||
lib/libxapian.so.30.6.1
|
||||
libdata/pkgconfig/xapian-core.pc
|
||||
man/man1/copydatabase.1.gz
|
||||
man/man1/quest.1.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libstreamanalyzer
|
||||
PORTVERSION= ${STRIGI_VERSION}
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${STRIGI_MASTER_SITES}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= tumbler
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= xfce4-
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kfilemetadata
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libdlna
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libdlna.geexbox.org/releases/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
|
|||
|
|
@ -3,15 +3,14 @@
|
|||
|
||||
PORTNAME= libmsocket
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Socket abstraction library for C programmers
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= invalid application of 'sizeof' to an incomplete type 'X509' (aka 'struct x509_st')
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- file.c.orig
|
||||
--- file.c.orig 2008-10-12 23:30:58 UTC
|
||||
+++ file.c
|
||||
@@ -171,6 +171,7 @@
|
||||
@@ -171,6 +171,7 @@ short lms_file_icanrw(struct stat *fs)
|
||||
gid_t l;
|
||||
register unsigned int i;
|
||||
int grpcnt;
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
if (!fs)
|
||||
{
|
||||
@@ -212,13 +213,14 @@
|
||||
@@ -212,13 +213,14 @@ short lms_file_icanrw(struct stat *fs)
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
{
|
||||
free(glist);
|
||||
return(-1);
|
||||
@@ -257,6 +259,7 @@
|
||||
@@ -257,6 +259,7 @@ short lms_file_icanr(struct stat *fs)
|
||||
gid_t l;
|
||||
register unsigned int i;
|
||||
int grpcnt;
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
if (!fs)
|
||||
{
|
||||
@@ -298,13 +301,14 @@
|
||||
@@ -298,13 +301,14 @@ short lms_file_icanr(struct stat *fs)
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
15
devel/libmsocket/files/patch-ssl.c
Normal file
15
devel/libmsocket/files/patch-ssl.c
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- ssl.c.orig 2018-11-05 23:29:01 UTC
|
||||
+++ ssl.c
|
||||
@@ -872,8 +872,11 @@ lms_ssl_store *_lms_ssl_loadfiles(X509 *
|
||||
* dhp = DH params
|
||||
*/
|
||||
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100000
|
||||
+ ks->ca = X509_dup(ca);
|
||||
+#else
|
||||
memcpy(ks->ca, ca, sizeof(X509));
|
||||
-
|
||||
+#endif
|
||||
ks->crt = X509_new();
|
||||
ks->privkey = RSA_new();
|
||||
ks->pubkey = RSA_new();
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-NFSLock
|
||||
PORTVERSION= 1.28
|
||||
PORTVERSION= 1.29
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541183194
|
||||
SHA256 (File-NFSLock-1.28.tar.gz) = f0eecf9d59ef0c2870c371544c26199aaed2d2d81d1eae6cbf2c3462cd2a5b95
|
||||
SIZE (File-NFSLock-1.28.tar.gz) = 21683
|
||||
TIMESTAMP = 1541430811
|
||||
SHA256 (File-NFSLock-1.29.tar.gz) = 61d41599b481164edf9b8becabbef2d23f622a9727f6c18365e92b5782d4fa37
|
||||
SIZE (File-NFSLock-1.29.tar.gz) = 21743
|
||||
|
|
|
|||
|
|
@ -2,16 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Locale-libintl
|
||||
PORTVERSION= 1.29
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= libintl-perl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Internationalization library for Perl
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gettext iconv:translit perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510338664
|
||||
SHA256 (libintl-perl-1.29.tar.gz) = 78935f10db6d6a080c3160b4ae02c3f6ed07ef6bf624623295a87545e0cbfbb1
|
||||
SIZE (libintl-perl-1.29.tar.gz) = 440973
|
||||
TIMESTAMP = 1541430847
|
||||
SHA256 (libintl-perl-1.30.tar.gz) = 0cdc7cfb5732eee0651be856720cb1a5996dbc04a30d0daf3c66c0b447f93108
|
||||
SIZE (libintl-perl-1.30.tar.gz) = 598122
|
||||
|
|
|
|||
|
|
@ -12,11 +12,8 @@ COMMENT= Python interface to capsicum security
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN_mips= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
|
||||
BROKEN_mips64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
|
||||
BROKEN_powerpc64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode
|
||||
|
||||
USES= python
|
||||
USE_CSTD= c99
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cucumber-messages
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541183709
|
||||
SHA256 (rubygem/cucumber-messages-2.1.0.gem) = 53b631382080bbedbe3ff816200cbfa674872aaffc7995baaf6064a26591b627
|
||||
SIZE (rubygem/cucumber-messages-2.1.0.gem) = 9728
|
||||
TIMESTAMP = 1541430769
|
||||
SHA256 (rubygem/cucumber-messages-2.1.1.gem) = bac351579327b3ba57fa747cc2f6a7b8572a6a5f40ff4891e9308141c3ee6b1c
|
||||
SIZE (rubygem/cucumber-messages-2.1.1.gem) = 9728
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pry
|
||||
PORTVERSION= 0.11.3
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= rubygem-coderay>=1.1.0:textproc/rubygem-coderay \
|
||||
rubygem-method_source>=0.9.0:devel/rubygem-method_source
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/pry
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510757800
|
||||
SHA256 (rubygem/pry-0.11.3.gem) = 0f8c7d6073d6f3bd4c2ca0d4fdeb240ee90b54bc1c98102f909a243fa60803d6
|
||||
SIZE (rubygem/pry-0.11.3.gem) = 151552
|
||||
TIMESTAMP = 1541430934
|
||||
SHA256 (rubygem/pry-0.12.0.gem) = be0c56587dcde86387c5cd69173a49f5f939d9e812b64517bafadc6a13082790
|
||||
SIZE (rubygem/pry-0.12.0.gem) = 155648
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= synfig
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= devel graphics multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BROKEN_powerpc64= fails to build: ninja: build.ninja:386: bad $-escape (literal $ must be written as $$)
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
--- CMakeLists.txt.orig 2013-04-14 03:37:53.000000000 +0400
|
||||
+++ CMakeLists.txt 2014-09-11 17:37:09.000000000 +0400
|
||||
@@ -139,11 +139,11 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
#
|
||||
set(CMAKE_CXX_FLAGS "-Wall ${GCC_EXTRA_OPTIONS} -pedantic -Wno-long-long ${CMAKE_CXX_FLAGS}")
|
||||
#
|
||||
- add_custom_target(debuggable $(MAKE) clean
|
||||
+ add_custom_target(debuggable make clean
|
||||
COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Debug ${CMAKE_SOURCE_DIR}
|
||||
COMMENT "Adjusting settings for debug compilation"
|
||||
VERBATIM)
|
||||
- add_custom_target(releasable $(MAKE) clean
|
||||
+ add_custom_target(releasable make clean
|
||||
COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Release ${CMAKE_SOURCE_DIR}
|
||||
COMMENT "Adjusting settings for release compilation"
|
||||
VERBATIM)
|
||||
@@ -240,7 +240,7 @@
|
||||
|
||||
set_target_properties(yaml-cpp PROPERTIES
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
|||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libbotan-2.so:security/botan2
|
||||
|
||||
USES= desktop-file-utils gl gmake pkgconfig qt:5 shared-mime-info shebangfix
|
||||
USES= compiler:c++11-lang desktop-file-utils gl gmake pkgconfig qt:5 \
|
||||
shared-mime-info shebangfix
|
||||
USE_GL= gl
|
||||
USE_QT= core gui widgets buildtools_build qmake_build
|
||||
SHEBANG_FILES= deps/libencryptmsg/configure
|
||||
|
|
@ -29,6 +30,14 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
|
||||
${REINPLACE_CMD} -e 's/freebsd-clang/freebsd-g++/' \
|
||||
${WRKSRC}/build/Makefile.qt_ui
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} MAKE=${MAKE_CMD} \
|
||||
./configure.sh --all --use-system-libs
|
||||
|
|
@ -51,4 +60,4 @@ post-install-DOCS-on:
|
|||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citra
|
||||
PORTVERSION= s20181101
|
||||
PORTVERSION= s20181104
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= emulators
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= citra-emu
|
||||
GH_TAGNAME= 7c3d325af
|
||||
GH_TAGNAME= 4228cd8b6
|
||||
GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \
|
||||
citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \
|
||||
MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1540941491
|
||||
SHA256 (citra-emu-citra-s20181101-7c3d325af_GH0.tar.gz) = 73825df18efa3df814c3c6d81b75f5a32ba08c3ced829d9559f291cd0d97ae91
|
||||
SIZE (citra-emu-citra-s20181101-7c3d325af_GH0.tar.gz) = 4502037
|
||||
TIMESTAMP = 1541351320
|
||||
SHA256 (citra-emu-citra-s20181104-4228cd8b6_GH0.tar.gz) = cee532cbdd9847f64ad29991b18936790928541e73584514efa6cfa125f1b43c
|
||||
SIZE (citra-emu-citra-s20181104-4228cd8b6_GH0.tar.gz) = 4502217
|
||||
SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3
|
||||
SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942
|
||||
SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= dolphin-emu
|
||||
PORTVERSION= 5.0.8715
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= kcemu
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
|
||||
DISTNAME= KCemu-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= mgba
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= emulators
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= pcsxr
|
||||
PORTVERSION= 1.9.95.20180604
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= martymac@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ppsspp
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= ppsspp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION?= 1.7.2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= emulators
|
||||
# XXX Get from Debian once #697821 lands
|
||||
MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
PORTNAME= rpcs3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.5-1010
|
||||
DISTVERSIONSUFFIX= -g43b75ccf0
|
||||
DISTVERSION= 0.0.5-1020
|
||||
DISTVERSIONSUFFIX= -g11681f02c
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1541177257
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-1010-g43b75ccf0_GH0.tar.gz) = a6a8e10a1e638dc74fe8687807f113a33504a25b9a0f8c7e95806db80942d970
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-1010-g43b75ccf0_GH0.tar.gz) = 5013756
|
||||
TIMESTAMP = 1541431258
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-1020-g11681f02c_GH0.tar.gz) = e4fbedaf6b074d65b3432d950bfb539128e9364c44626a374ea95d1ec976590f
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-1020-g11681f02c_GH0.tar.gz) = 5016298
|
||||
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1
|
||||
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372
|
||||
SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vice
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
|
||||
ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= visualboyadvance-m
|
||||
PORTVERSION= 2.0.0b2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= root@cooltrainer.org
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= alephone
|
||||
PORTVERSION= 20150620
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/marathon/Aleph%20One/2015-06-20
|
||||
DISTNAME= AlephOne-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
PORTNAME= corsixth
|
||||
PORTVERSION= 0.62
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ COMMENT= Tactical war game in the tradition of Battle Isle
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_SDL= mixer sdl ttf
|
||||
|
|
|
|||
11
games/crimson/files/patch-src__cf-main.cpp
Normal file
11
games/crimson/files/patch-src__cf-main.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/cf/main.cpp.orig 2018-11-05 15:29:43 UTC
|
||||
+++ src/cf/main.cpp
|
||||
@@ -173,7 +173,7 @@ static void parse_options( int argc, cha
|
||||
else opts.sfx = opts.music = false;
|
||||
} else {
|
||||
if (strcmp(argv[argc], "--version") == 0)
|
||||
- cout << PROGRAMNAME" "VERSION << endl;
|
||||
+ cout << PROGRAMNAME " " VERSION << endl;
|
||||
else print_usage( argv[0] );
|
||||
exit ( 0 );
|
||||
}
|
||||
13
games/crimson/files/patch-src__common-font.cpp
Normal file
13
games/crimson/files/patch-src__common-font.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- src/common/font.cpp.orig 2018-11-05 15:29:33 UTC
|
||||
+++ src/common/font.cpp
|
||||
@@ -200,8 +200,8 @@ int Font::Write( const char *str, Surfac
|
||||
SDL_Color scol = { col.r, col.g, col.b };
|
||||
SDL_Surface *s = TTF_RenderUTF8_Blended( f, str, scol );
|
||||
if ( s ) {
|
||||
- SDL_Rect src = { 0, 0, s->w, s->h };
|
||||
- SDL_Rect dst = { x, y, s->w, s->h };
|
||||
+ SDL_Rect src = { 0, 0, static_cast<Uint16>(s->w), static_cast<Uint16>(s->h) };
|
||||
+ SDL_Rect dst = { x, y, static_cast<Uint16>(s->w), static_cast<Uint16>(s->h) };
|
||||
SDL_BlitSurface( s, &src, dest->s_surface, &dst );
|
||||
SDL_FreeSurface( s );
|
||||
return src.w;
|
||||
11
games/crimson/files/patch-tools_cfed.cpp
Normal file
11
games/crimson/files/patch-tools_cfed.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- tools/cfed.cpp.orig 2018-11-05 15:29:25 UTC
|
||||
+++ tools/cfed.cpp
|
||||
@@ -970,7 +970,7 @@ int main( int argc, char **argv ) {
|
||||
for ( i = argc - 1; i > 1; --i ) {
|
||||
if (strcmp(argv[i], "--help") == 0) show_help = 1;
|
||||
else if (strcmp(argv[i], "--version") == 0) {
|
||||
- cout << "cfed "VERSION << endl;
|
||||
+ cout << "cfed " VERSION << endl;
|
||||
return 0;
|
||||
}
|
||||
else if (strcmp(argv[i-1], "--units") == 0) uset = argv[i];
|
||||
|
|
@ -16,13 +16,15 @@ COMMENT= Map editor for FPS games, by id Software and Loki Software
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_aarch64= Fails to link: error: ldd command returned with exit code 256
|
||||
|
||||
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
|
||||
libmhash.so:security/mhash \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USE_HARDENING= pie:off
|
||||
|
||||
USES= pkgconfig python:2.7,build scons zip
|
||||
USES= compiler:c++11-lang gnome pkgconfig python:2.7,build scons zip
|
||||
USE_GNOME= gtk20 libxml2
|
||||
MAKE_ARGS= ${MAKE_ENV} BUILD=release
|
||||
SSP_UNSAFE= yes
|
||||
|
|
@ -32,8 +34,6 @@ WRKSRC= ${WRKDIR}/GPL/GtkRadiant
|
|||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
||||
BROKEN_aarch64= Fails to link: error: ldd command returned with exit code 256
|
||||
|
||||
post-patch:
|
||||
@${GREP} -Rl 'defined[[:blank:]]*([[:blank:]]*__linux__[[:blank:]]*) || defined[[:blank:]]*([[:blank:]]*__APPLE__[[:blank:]]*)' ${WRKSRC} | \
|
||||
${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
|
|
|||
10
games/gtkradiant/files/patch-libs_typesystem.h
Normal file
10
games/gtkradiant/files/patch-libs_typesystem.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- libs/typesystem.h.orig 2018-10-06 15:03:20 UTC
|
||||
+++ libs/typesystem.h
|
||||
@@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
|
||||
|
||||
#include <list>
|
||||
+#include <memory>
|
||||
#include "generic/callback.h"
|
||||
#include "generic/static.h"
|
||||
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= hedgewars
|
||||
PORTVERSION= 0.9.24.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.hedgewars.org/download/releases/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue