*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
9b9efdada3
commit
8614910535
261 changed files with 3431 additions and 3197 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= avldrums
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
|
|
@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= gl gmake gnome pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= x42
|
||||
GH_PROJECT= ${PORTNAME}.lv2
|
||||
GH_TUPLE= x42:robtk:05eb4b8:robtk/robtk
|
||||
GH_TUPLE= x42:robtk:9b82274:robtk/robtk
|
||||
USE_GL= gl glu
|
||||
USE_GNOME= glib20 pango cairo
|
||||
USE_XORG= x11
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1531095338
|
||||
SHA256 (x42-avldrums.lv2-v0.3.0_GH0.tar.gz) = e163bcab7db4c2002749a3a0f05f5dd4ca87477a8a97b717980fb93ad320e317
|
||||
SIZE (x42-avldrums.lv2-v0.3.0_GH0.tar.gz) = 35092208
|
||||
SHA256 (x42-robtk-05eb4b8_GH0.tar.gz) = 44170fee5cd0f4d05d1d0723d981da05713966a8de3f0634fb446bc740c0efc7
|
||||
SIZE (x42-robtk-05eb4b8_GH0.tar.gz) = 114046
|
||||
TIMESTAMP = 1542950922
|
||||
SHA256 (x42-avldrums.lv2-v0.3.1_GH0.tar.gz) = 5b6e94b81198b2c63d5135e2d3102e66ee26a2aca42508b14a60ec99634fbae7
|
||||
SIZE (x42-avldrums.lv2-v0.3.1_GH0.tar.gz) = 35091562
|
||||
SHA256 (x42-robtk-9b82274_GH0.tar.gz) = a1be15f2507295e98e35b5dec4c07f39df1a4b5fb651cd2f9e038472dc9aa7e7
|
||||
SIZE (x42-robtk-9b82274_GH0.tar.gz) = 114473
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ PORTNAME= cadence
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0-7
|
||||
DISTVERSIONSUFFIX= -g4a5f5b4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -23,6 +24,9 @@ USE_QT= core gui widgets buildtools_build
|
|||
USE_PYQT= core_run gui_run network_run widgets_run sip xml_build
|
||||
|
||||
CXXFLAGS+= -DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
|
||||
# Give the Makefile the proper versioned binaries of PyQt
|
||||
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
|
||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|exec $$PYTHON |exec ${PYTHON_CMD} |' ${WRKSRC}/data/cadence
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -30,7 +30,10 @@ USE_LDCONFIG= ${PREFIX}/lib/carla
|
|||
SHEBANG_FILES= data/carla-single source/native-plugins/resources/*
|
||||
|
||||
MAKE_ARGS= HAVE_QT4=false \
|
||||
EXTERNAL_PLUGINS=false
|
||||
EXTERNAL_PLUGINS=false \
|
||||
# Give the Makefile the proper versioned binaries of PyQt
|
||||
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
|
||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}
|
||||
|
||||
OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER
|
||||
OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
PORTNAME= padthv1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}_
|
||||
DISTVERSION= 0_9_2
|
||||
DISTVERSION= 0_9_3-7
|
||||
DISTVERSIONSUFFIX= -g281c5b0
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
|
|
@ -17,15 +18,13 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|||
libjack.so:audio/jack \
|
||||
liblo.so:audio/liblo
|
||||
|
||||
USES= autoreconf gmake pkgconfig qt:5 shared-mime-info
|
||||
USES= autoreconf gl gmake pkgconfig qt:5 shared-mime-info
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rncbc
|
||||
USE_GL= gl
|
||||
USE_QT= core gui widgets xml buildtools_build qmake_build
|
||||
|
||||
PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} SHL1=${PORTVERSION:R:R}
|
||||
|
||||
CONFIGURE_ARGS= --disable-alsa-midi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532547848
|
||||
SHA256 (rncbc-padthv1-padthv1_0_9_2_GH0.tar.gz) = fac2718b8e3154f0ada13e0227800ddbddb136ecf03222cbd23f296e8f5ff838
|
||||
SIZE (rncbc-padthv1-padthv1_0_9_2_GH0.tar.gz) = 215445
|
||||
TIMESTAMP = 1542951399
|
||||
SHA256 (rncbc-padthv1-padthv1_0_9_3-7-g281c5b0_GH0.tar.gz) = 6c4a42b4fbe4fc00a2c6232e5557525df9d48355cea5ad37cd533ce9ad3be2e8
|
||||
SIZE (rncbc-padthv1-padthv1_0_9_3-7-g281c5b0_GH0.tar.gz) = 216206
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
bin/padthv1_jack
|
||||
lib/libpadthv1.so
|
||||
lib/libpadthv1.so.%%SHL1%%
|
||||
lib/libpadthv1.so.%%SHL2%%
|
||||
lib/libpadthv1.so.%%SHL3%%
|
||||
lib/libpadthv1.so.0
|
||||
lib/libpadthv1.so.0.9
|
||||
lib/libpadthv1.so.0.9.4
|
||||
lib/libpadthv1_ui.so
|
||||
lib/libpadthv1_ui.so.%%SHL1%%
|
||||
lib/libpadthv1_ui.so.%%SHL2%%
|
||||
lib/libpadthv1_ui.so.%%SHL3%%
|
||||
lib/libpadthv1_ui.so.0
|
||||
lib/libpadthv1_ui.so.0.9
|
||||
lib/libpadthv1_ui.so.0.9.4
|
||||
lib/lv2/padthv1.lv2/manifest.ttl
|
||||
lib/lv2/padthv1.lv2/padthv1.so
|
||||
lib/lv2/padthv1.lv2/padthv1.ttl
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= picard
|
||||
PORTVERSION= 2.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
||||
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= puddletag
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio python
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= pyfda
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= rc6
|
||||
CATEGORIES= cad python devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gnuradio
|
||||
PORTVERSION= 3.7.13.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms astro hamradio
|
||||
MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \
|
||||
LOCAL/db
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= serialport
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= comms devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
|||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui serialport qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSerialPort API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
%%PYQT_SIPDIR%%/QtSerialPort/QtSerialPortmod.sip
|
||||
%%PYQT_SIPDIR%%/QtSerialPort/qserialport.sip
|
||||
%%PYQT_SIPDIR%%/QtSerialPort/qserialportinfo.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtSerialPort.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSerialPort.api
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ COMMENT= Connection pool server for PostgreSQL
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl111
|
||||
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
|
||||
|
||||
PORTSCOUT= limit:^3.5.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.3+
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ COMMENT= Connection pool server for PostgreSQL
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl111
|
||||
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
|
||||
|
||||
PORTSCOUT= limit:^3.6.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.3+
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ COMMENT= Connection pool server for PostgreSQL
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl111
|
||||
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
|
||||
|
||||
PORTSCOUT= limit:^3.7.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ COMMENT= Connection pool server for PostgreSQL
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl-devel
|
||||
BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
|
||||
|
||||
PORTSCOUT= limit:^4.0.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.6+
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ COMMENT= Connection pool server for PostgreSQL
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_SSL= openssl111
|
||||
BROKEN_SSL_REASON_openssl111= library 'ssl' is required for OpenSSL
|
||||
|
||||
PORTSCOUT= limit:^3.4.[0-9]*
|
||||
|
||||
USES= gmake libtool pgsql:9.3+
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sql
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui sql \
|
||||
moc_build qmake_build
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSql API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtSql.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sql
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= databases devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
|||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui sql widgets buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSql API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtSql.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 5.0.1
|
||||
DISTVERSION= 5.0.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541700073
|
||||
SHA256 (redis-5.0.1.tar.gz) = 82a67c0eec97f9ad379384c30ec391b269e17a3e4596393c808f02db7595abcb
|
||||
SIZE (redis-5.0.1.tar.gz) = 1951542
|
||||
TIMESTAMP = 1542947877
|
||||
SHA256 (redis-5.0.2.tar.gz) = 937dde6164001c083e87316aa20dad2f8542af089dfcb1cbb64f9c8300cd00ed
|
||||
SIZE (redis-5.0.2.tar.gz) = 1952989
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 3.34.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
|
|
@ -71,7 +72,8 @@ MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \
|
|||
XDG_CONFIG_HOME=${WRKDIR}/xdg-config \
|
||||
XDG_UTILS_INSTALL_MODE=system \
|
||||
QMAKE=${QMAKE} \
|
||||
SIP_BIN=sip-${PYTHON_VER}
|
||||
SIP_BIN=${SIP} \
|
||||
SIP_DIR=${PYQT_SIPDIR}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|#!/usr/bin/env python2|#!${PYTHON_CMD}|" \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= note
|
||||
DISTVERSION= 1.3.22
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.26
|
||||
CATEGORIES= deskutils perl5
|
||||
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/
|
||||
|
||||
|
|
@ -16,6 +15,7 @@ RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \
|
|||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES MYSQL PWSAFE3
|
||||
OPTIONS_DEFAULT= BLOWFISH DES IDEA MYSQL PWSAFE3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1522908300
|
||||
SHA256 (note-1.3.22.tar.gz) = d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478
|
||||
SIZE (note-1.3.22.tar.gz) = 52827
|
||||
TIMESTAMP = 1542824911
|
||||
SHA256 (note-1.3.26.tar.gz) = 38cbbcc47cfffb68ef123c11dccb4c6e31ced9b9fb7be610d1f5eeb26c2ec4c0
|
||||
SIZE (note-1.3.26.tar.gz) = 53485
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= treeline
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
|
||||
SF/${PORTNAME}/${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ PKGNAMEPREFIX= erlang-
|
|||
MAINTAINER= erlang@FreeBSD.org
|
||||
COMMENT= Fast and scalable library for XMPP written in Erlang/OTP
|
||||
|
||||
BROKEN_SSL= openssl111 openssl-devel
|
||||
|
||||
LICENSE= EPL
|
||||
|
||||
BUILD_DEPENDS= erlc:lang/erlang
|
||||
|
|
@ -42,6 +44,12 @@ DOCS_CONFIGURE_ENABLE= documentation
|
|||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
|
||||
BROKEN= Does not support OpenSSL 1.1
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/network/*.erl
|
||||
${REINPLACE_CMD} 's|\(-spec.*\)\/[0-9] ::\(.*\)|\1\2|g' ${WRKSRC}/src/core/*.erl
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grpc
|
||||
PORTVERSION= 1.13.1
|
||||
PORTVERSION= 1.15.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1531830492
|
||||
SHA256 (grpc-grpc-v1.13.1_GH0.tar.gz) = af0d41b5fab2797a3bd71bfe1b8c94e553b7c7317f87f664de26bafbf75677c4
|
||||
SIZE (grpc-grpc-v1.13.1_GH0.tar.gz) = 13757818
|
||||
TIMESTAMP = 1542928471
|
||||
SHA256 (grpc-grpc-v1.15.1_GH0.tar.gz) = 0186e800fbda420305c3489ddb28394059e1e6fc192a97fc7412d21b7306d82e
|
||||
SIZE (grpc-grpc-v1.15.1_GH0.tar.gz) = 14084914
|
||||
SHA256 (google-benchmark-v1.4.1_GH0.tar.gz) = f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d
|
||||
SIZE (google-benchmark-v1.4.1_GH0.tar.gz) = 126850
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- CMakeLists.txt.orig 2018-04-13 18:08:11 UTC
|
||||
--- CMakeLists.txt.orig 2018-09-24 23:51:30 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -664,6 +664,7 @@ add_library(address_sorting
|
||||
@@ -686,6 +686,7 @@ add_library(address_sorting
|
||||
third_party/address_sorting/address_sorting_posix.c
|
||||
third_party/address_sorting/address_sorting_windows.c
|
||||
)
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(address_sorting PROPERTIES COMPILE_PDB_NAME "address_sorting"
|
||||
@@ -784,6 +785,7 @@ add_library(gpr
|
||||
@@ -809,6 +810,7 @@ add_library(gpr
|
||||
src/core/lib/profiling/basic_timers.cc
|
||||
src/core/lib/profiling/stap_timers.cc
|
||||
)
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(gpr PROPERTIES COMPILE_PDB_NAME "gpr"
|
||||
@@ -1211,6 +1213,7 @@ add_library(grpc
|
||||
@@ -1248,6 +1250,7 @@ add_library(grpc
|
||||
src/core/ext/filters/workarounds/workaround_utils.cc
|
||||
src/core/plugin_registry/grpc_plugin_registry.cc
|
||||
)
|
||||
|
|
@ -24,15 +24,15 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc PROPERTIES COMPILE_PDB_NAME "grpc"
|
||||
@@ -1581,6 +1584,7 @@ add_library(grpc_cronet
|
||||
src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
|
||||
@@ -1624,6 +1627,7 @@ add_library(grpc_cronet
|
||||
src/core/tsi/transport_security_grpc.cc
|
||||
src/core/plugin_registry/grpc_cronet_plugin_registry.cc
|
||||
)
|
||||
+set_target_properties(grpc_cronet PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1)
|
||||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc_cronet PROPERTIES COMPILE_PDB_NAME "grpc_cronet"
|
||||
@@ -2509,6 +2513,7 @@ add_library(grpc_unsecure
|
||||
@@ -2569,6 +2573,7 @@ add_library(grpc_unsecure
|
||||
src/core/ext/filters/workarounds/workaround_utils.cc
|
||||
src/core/plugin_registry/grpc_unsecure_plugin_registry.cc
|
||||
)
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc_unsecure PROPERTIES COMPILE_PDB_NAME "grpc_unsecure"
|
||||
@@ -2722,6 +2727,7 @@ add_library(grpc++
|
||||
@@ -2785,6 +2790,7 @@ add_library(grpc++
|
||||
src/cpp/util/time_cc.cc
|
||||
src/cpp/codegen/codegen_init.cc
|
||||
)
|
||||
|
|
@ -48,15 +48,15 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc++ PROPERTIES COMPILE_PDB_NAME "grpc++"
|
||||
@@ -3282,6 +3288,7 @@ add_library(grpc++_cronet
|
||||
third_party/nanopb/pb_decode.c
|
||||
third_party/nanopb/pb_encode.c
|
||||
@@ -3351,6 +3357,7 @@ add_library(grpc++_cronet
|
||||
src/core/ext/transport/chttp2/server/chttp2_server.cc
|
||||
src/core/ext/filters/census/grpc_context.cc
|
||||
)
|
||||
+set_target_properties(grpc++_cronet PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1)
|
||||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc++_cronet PROPERTIES COMPILE_PDB_NAME "grpc++_cronet"
|
||||
@@ -3546,6 +3553,7 @@ add_library(grpc++_error_details
|
||||
@@ -3620,6 +3627,7 @@ add_library(grpc++_error_details
|
||||
${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/status/status.grpc.pb.h
|
||||
src/cpp/util/error_details.cc
|
||||
)
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc++_error_details PROPERTIES COMPILE_PDB_NAME "grpc++_error_details"
|
||||
@@ -3676,6 +3684,7 @@ add_library(grpc++_reflection
|
||||
@@ -3752,6 +3760,7 @@ add_library(grpc++_reflection
|
||||
${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.pb.h
|
||||
${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h
|
||||
)
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc++_reflection PROPERTIES COMPILE_PDB_NAME "grpc++_reflection"
|
||||
@@ -4172,6 +4181,7 @@ add_library(grpc++_unsecure
|
||||
@@ -4259,6 +4268,7 @@ add_library(grpc++_unsecure
|
||||
src/cpp/util/time_cc.cc
|
||||
src/cpp/codegen/codegen_init.cc
|
||||
)
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc++_unsecure PROPERTIES COMPILE_PDB_NAME "grpc++_unsecure"
|
||||
@@ -4549,6 +4559,7 @@ add_library(grpc_plugin_support
|
||||
@@ -4643,6 +4653,7 @@ add_library(grpc_plugin_support
|
||||
src/compiler/python_generator.cc
|
||||
src/compiler/ruby_generator.cc
|
||||
)
|
||||
|
|
@ -88,7 +88,15 @@
|
|||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpc_plugin_support PROPERTIES COMPILE_PDB_NAME "grpc_plugin_support"
|
||||
@@ -5061,6 +5072,7 @@ endif (gRPC_BUILD_TESTS)
|
||||
@@ -4706,6 +4717,7 @@ add_library(grpcpp_channelz
|
||||
${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/channelz/channelz.pb.h
|
||||
${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/channelz/channelz.grpc.pb.h
|
||||
)
|
||||
+set_target_properties(grpcpp_channelz PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1)
|
||||
|
||||
if(WIN32 AND MSVC)
|
||||
set_target_properties(grpcpp_channelz PROPERTIES COMPILE_PDB_NAME "grpcpp_channelz"
|
||||
@@ -5246,6 +5258,7 @@ if (gRPC_BUILD_CSHARP_EXT)
|
||||
add_library(grpc_csharp_ext SHARED
|
||||
src/csharp/ext/grpc_csharp_ext.c
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- cmake/cares.cmake.orig 2018-03-01 18:16:44 UTC
|
||||
--- cmake/cares.cmake.orig 2018-09-24 23:51:30 UTC
|
||||
+++ cmake/cares.cmake
|
||||
@@ -31,7 +31,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo
|
||||
@@ -31,7 +31,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "module")
|
||||
endif()
|
||||
elseif("${gRPC_CARES_PROVIDER}" STREQUAL "package")
|
||||
# Use "CONFIG" as there is no built-in cmake module for c-ares.
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/core/lib/gpr/arena.cc.orig 2018-04-13 18:08:11 UTC
|
||||
+++ src/core/lib/gpr/arena.cc
|
||||
@@ -128,7 +128,7 @@ void* gpr_arena_alloc(gpr_arena* arena,
|
||||
ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)) + next_z_size));
|
||||
next_z->size_begin = z->size_end;
|
||||
next_z->size_end = z->size_end + next_z_size;
|
||||
- if (!gpr_atm_rel_cas(&z->next_atm, static_cast<gpr_atm>(NULL),
|
||||
+ if (!gpr_atm_rel_cas(&z->next_atm, (gpr_atm)NULL,
|
||||
(gpr_atm)next_z)) {
|
||||
gpr_free_aligned(next_z);
|
||||
next_z = (zone*)gpr_atm_acq_load(&z->next_atm);
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/core/lib/security/credentials/jwt/jwt_verifier.cc.orig 2018-04-13 18:08:11 UTC
|
||||
--- src/core/lib/security/credentials/jwt/jwt_verifier.cc.orig 2018-09-24 23:51:30 UTC
|
||||
+++ src/core/lib/security/credentials/jwt/jwt_verifier.cc
|
||||
@@ -466,7 +466,7 @@ static BIGNUM* bignum_from_base64(const
|
||||
@@ -468,7 +468,7 @@ static BIGNUM* bignum_from_base64(const char* b64) {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- src/core/tsi/alts/crypt/aes_gcm.cc.orig 2018-04-16 04:55:21 UTC
|
||||
--- src/core/tsi/alts/crypt/aes_gcm.cc.orig 2018-09-24 23:51:30 UTC
|
||||
+++ src/core/tsi/alts/crypt/aes_gcm.cc
|
||||
@@ -185,7 +185,7 @@ static grpc_status_code aes_gcm_derive_aead_key(uint8_
|
||||
@@ -187,7 +187,7 @@ static grpc_status_code aes_gcm_derive_aead_key(uint8_
|
||||
const uint8_t* kdf_counter) {
|
||||
unsigned char buf[EVP_MAX_MD_SIZE];
|
||||
unsigned char ctr = 1;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- src/core/tsi/ssl_transport_security.cc.orig 2018-04-13 18:08:11 UTC
|
||||
--- src/core/tsi/ssl_transport_security.cc.orig 2018-09-24 23:51:30 UTC
|
||||
+++ src/core/tsi/ssl_transport_security.cc
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <grpc/support/port_platform.h>
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "src/core/tsi/grpc_shadow_boringssl.h"
|
||||
|
||||
#include "src/core/tsi/ssl_transport_security.h"
|
||||
-
|
||||
|
|
@ -9,9 +9,9 @@
|
|||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -58,11 +58,10 @@ extern "C" {
|
||||
#define TSI_SSL_MAX_PROTECTED_FRAME_SIZE_UPPER_BOUND 16384
|
||||
@@ -61,11 +61,10 @@ extern "C" {
|
||||
#define TSI_SSL_MAX_PROTECTED_FRAME_SIZE_LOWER_BOUND 1024
|
||||
#define TSI_SSL_HANDSHAKER_OUTGOING_BUFFER_INITIAL_SIZE 1024
|
||||
|
||||
-/* Putting a macro like this and littering the source file with #if is really
|
||||
- bad practice.
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
#endif
|
||||
|
||||
/* TODO(jboeuf): I have not found a way to get this number dynamically from the
|
||||
@@ -1547,7 +1546,7 @@ tsi_result tsi_create_ssl_client_handshaker_factory_wi
|
||||
@@ -1676,7 +1675,7 @@ tsi_result tsi_create_ssl_client_handshaker_factory_wi
|
||||
options->cipher_suites);
|
||||
if (result != TSI_OK) break;
|
||||
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ include/grpc/impl/codegen/fork.h
|
|||
include/grpc/impl/codegen/gpr_slice.h
|
||||
include/grpc/impl/codegen/gpr_types.h
|
||||
include/grpc/impl/codegen/grpc_types.h
|
||||
include/grpc/impl/codegen/log.h
|
||||
include/grpc/impl/codegen/port_platform.h
|
||||
include/grpc/impl/codegen/propagation_bits.h
|
||||
include/grpc/impl/codegen/slice.h
|
||||
|
|
@ -144,6 +145,7 @@ include/grpcpp/client_context.h
|
|||
include/grpcpp/completion_queue.h
|
||||
include/grpcpp/create_channel.h
|
||||
include/grpcpp/create_channel_posix.h
|
||||
include/grpcpp/ext/channelz_service_plugin.h
|
||||
include/grpcpp/ext/health_check_service_server_builder_option.h
|
||||
include/grpcpp/ext/proto_server_reflection_plugin.h
|
||||
include/grpcpp/generic/async_generic_service.h
|
||||
|
|
@ -153,6 +155,7 @@ include/grpcpp/health_check_service_interface.h
|
|||
include/grpcpp/impl/call.h
|
||||
include/grpcpp/impl/channel_argument_option.h
|
||||
include/grpcpp/impl/client_unary_call.h
|
||||
include/grpcpp/impl/codegen/async_generic_service.h
|
||||
include/grpcpp/impl/codegen/async_stream.h
|
||||
include/grpcpp/impl/codegen/async_unary_call.h
|
||||
include/grpcpp/impl/codegen/byte_buffer.h
|
||||
|
|
@ -271,5 +274,8 @@ lib/libgrpc_plugin_support.so.2.0.0
|
|||
lib/libgrpc_unsecure.so
|
||||
lib/libgrpc_unsecure.so.1
|
||||
lib/libgrpc_unsecure.so.%%SOVERSION%%
|
||||
lib/libgrpcpp_channelz.so
|
||||
lib/libgrpcpp_channelz.so.1
|
||||
lib/libgrpcpp_channelz.so.%%SOVERSION%%
|
||||
libdata/pkgconfig/benchmark.pc
|
||||
%%DATADIR%%/roots.pem
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= hgview
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://download.logilab.org/pub/${PORTNAME}/
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ PORTNAME= ShellCheck
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.7-129
|
||||
DISTVERSIONSUFFIX= -gb5e5d24
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= pizzamig@FreeBSD.org
|
||||
|
|
@ -19,6 +19,10 @@ GH_ACCOUNT= koalaman
|
|||
GH_PROJECT= ${PORTNAME:tl}
|
||||
|
||||
EXECUTABLE= shellcheck
|
||||
IGNORE_DOCS= yes
|
||||
IGNORE_DYNAMIC= yes
|
||||
IGNORE_PROFILE= yes
|
||||
STANDALONE= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= leatherman
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= puppet@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538675710
|
||||
SHA256 (puppetlabs-leatherman-1.5.1_GH0.tar.gz) = 3e96034957da37d0d255f27d7f531dee09af739f7471f5fa86f301c1ea005411
|
||||
SIZE (puppetlabs-leatherman-1.5.1_GH0.tar.gz) = 814327
|
||||
TIMESTAMP = 1541235794
|
||||
SHA256 (puppetlabs-leatherman-1.5.3_GH0.tar.gz) = 4d96053df166eec1b58943a199e156081663feef0c5c8adbb1adaed7546bfd7c
|
||||
SIZE (puppetlabs-leatherman-1.5.3_GH0.tar.gz) = 814340
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ CATEGORIES= devel
|
|||
MASTER_SITES= ftp://gee.cs.oswego.edu/pub/misc/
|
||||
DISTFILES= malloc-${PORTVERSION}.c malloc-${PORTVERSION}.h
|
||||
|
||||
MAINTAINER= roberto@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Small, fast malloc library by Doug Lea
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= monodevelop
|
||||
PORTVERSION= 7.6.11.7
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
|
|
@ -14,14 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
BUILD_DEPENDS= msbuild:devel/msbuild \
|
||||
fsharpc:lang/fsharp \
|
||||
cmake:devel/cmake
|
||||
cmake:devel/cmake \
|
||||
${LOCALBASE}/lib/libcrypto.so:security/openssl
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libssh2.so:security/libssh2
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:x11-toolkits/libgdiplus \
|
||||
exctags:devel/ctags \
|
||||
git:devel/git \
|
||||
svn:devel/subversion \
|
||||
fsharpc:lang/fsharp
|
||||
fsharpc:lang/fsharp \
|
||||
${LOCALBASE}/lib/libcrypto.so:security/openssl
|
||||
|
||||
# main/external/fsharpbinding/paket.lock
|
||||
NUGET_FEEDS= NUGET ROSLYN ROSLYN_FOR_VS_FOR_MAC TEMPLATING VS_IMPL VS_EDITOR VSSDK VSTEST
|
||||
|
|
@ -46,7 +49,7 @@ PAKET_DEPENDS= ExtCore=0.8.46 \
|
|||
System.ValueTuple=4.4.0
|
||||
PAKET_PACKAGEDIR=${WRKSRC}/external/fsharpbinding/packages
|
||||
|
||||
USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info ssl
|
||||
USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info
|
||||
USE_GNOME= gtksharp20 gnomesharp20
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
|
@ -69,7 +72,8 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/external/RefactoringEssent
|
|||
|
||||
INSTALL_TARGET= install-strip
|
||||
MAKE_ENV= DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR= \
|
||||
XDG_CACHE_HOME=${WRKDIR}
|
||||
XDG_CACHE_HOME=${WRKDIR} \
|
||||
OPENSSL_ROOT_DIR=${LOCALBASE}
|
||||
MAKE_JOBS_UNSAFE=Build parallelization not implemented
|
||||
WRKSRC_SUBDIR= main
|
||||
PORTSCOUT= limit:^\d+\.\d+\.[1-9].*
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= ninja-ide
|
||||
PORTVERSION= 2.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Config-Model
|
||||
PORTVERSION= 2.127
|
||||
PORTVERSION= 2.128
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1539026531
|
||||
SHA256 (Config-Model-2.127.tar.gz) = bc93ea2f0c56ce017c82ae0db0b19ba17f0fdfc5e8e2f07467c7daf16672443a
|
||||
SIZE (Config-Model-2.127.tar.gz) = 356350
|
||||
TIMESTAMP = 1542896827
|
||||
SHA256 (Config-Model-2.128.tar.gz) = 0b2f79dcd49a791934b3f5cdbe16f806c31c10f6def4b49446f55b53f83a8f92
|
||||
SIZE (Config-Model-2.128.tar.gz) = 356959
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= swoole
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.8
|
||||
CATEGORIES= devel net
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
|
@ -17,11 +17,9 @@ USE_PHP= hash:build pcre
|
|||
IGNORE_WITH_PHP= 56
|
||||
CONFIGURE_ARGS+= --enable-mysqlnd
|
||||
|
||||
OPTIONS_DEFINE= HTTP2 REDIS SOCKETS PGSQL
|
||||
OPTIONS_DEFINE= HTTP2 SOCKETS PGSQL
|
||||
HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
|
||||
HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl
|
||||
REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis
|
||||
REDIS_CONFIGURE_ON= --enable-async-redis
|
||||
SOCKETS_USE= PHP=sockets:build
|
||||
SOCKETS_DESC= Use native php sockets extension
|
||||
SOCKETS_CONFIGURE_ON= --enable-sockets
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541064923
|
||||
SHA256 (PECL/swoole-4.2.5.tgz) = d1ec03bd493c9058e547b401acdd1ea6ad1a8b4ee57884add711974bc01567ac
|
||||
SIZE (PECL/swoole-4.2.5.tgz) = 1134918
|
||||
TIMESTAMP = 1542879493
|
||||
SHA256 (PECL/swoole-4.2.8.tgz) = d84d7c1ea75f7a10e7779b46a0d4bb32087ebbbd74a14779add7b645dea3093c
|
||||
SIZE (PECL/swoole-4.2.8.tgz) = 7229611
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- config.m4.orig 2018-09-19 03:39:15 UTC
|
||||
--- config.m4.orig 2018-11-19 09:43:54 UTC
|
||||
+++ config.m4
|
||||
@@ -388,7 +388,7 @@ if test "$PHP_SWOOLE" != "no"; then
|
||||
@@ -372,7 +372,7 @@ if test "$PHP_SWOOLE" != "no"; then
|
||||
AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll]))
|
||||
AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile]))
|
||||
AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue]))
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
AC_CHECK_LIB(c, daemon, AC_DEFINE(HAVE_DAEMON, 1, [have daemon]))
|
||||
AC_CHECK_LIB(c, mkostemp, AC_DEFINE(HAVE_MKOSTEMP, 1, [have mkostemp]))
|
||||
AC_CHECK_LIB(c, inotify_init, AC_DEFINE(HAVE_INOTIFY, 1, [have inotify]))
|
||||
@@ -607,7 +607,7 @@ if test "$PHP_SWOOLE" != "no"; then
|
||||
@@ -608,7 +608,7 @@ if test "$PHP_SWOOLE" != "no"; then
|
||||
PHP_INSTALL_HEADERS([ext/swoole], [*.h config.h include/*.h])
|
||||
|
||||
PHP_REQUIRE_CXX()
|
||||
|
|
|
|||
10
devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c
Normal file
10
devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- thirdparty/hiredis/test.c.orig 2018-11-22 23:09:25 UTC
|
||||
+++ thirdparty/hiredis/test.c
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/time.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= plasma
|
||||
DISTVERSION= g20171121
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= freebsd_ports@k-worx.org
|
||||
|
|
@ -29,7 +30,7 @@ GH_ACCOUNT= plasma-disassembler
|
|||
GH_PROJECT= plasma
|
||||
GH_TAGNAME= 8ec3bb7
|
||||
|
||||
USE_PYTHON= distutils flavors autoplist
|
||||
USE_PYTHON= distutils noflavors autoplist
|
||||
SHEBANG_FILES= tests/analyzer/run.sh
|
||||
SHEBANG_GLOB= *.py
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= protozero
|
||||
PORTVERSION= 1.6.3
|
||||
PORTVERSION= 1.6.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1531919755
|
||||
SHA256 (mapbox-protozero-v1.6.3_GH0.tar.gz) = c5d3c71f5fb56d867ff0536e55cd7a3f2eb0d09f6ebbf636b0fde4f0e12552f5
|
||||
SIZE (mapbox-protozero-v1.6.3_GH0.tar.gz) = 1064248
|
||||
TIMESTAMP = 1542644602
|
||||
SHA256 (mapbox-protozero-v1.6.4_GH0.tar.gz) = 604456a979a0311b95c9e49c10e110f51ab58765bb9a77b0c67defe28fbe1402
|
||||
SIZE (mapbox-protozero-v1.6.4_GH0.tar.gz) = 1064871
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= pykde4
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel kde kde-kde4 python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= assistant
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= assistantclient corelib gui network \
|
||||
moc_build qmake_build
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtAssistant API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%%PYTHON_SITELIBDIR%%/PyQt4/QtAssistant.so
|
||||
%%PYQT_SIPDIR%%/QtAssistant/QtAssistantmod.sip
|
||||
%%PYQT_SIPDIR%%/QtAssistant/qassistantclient.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtAssistant.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtAssistant.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= core
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ CONFIGURE_ARGS= --enable QtCore
|
|||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYTHON= py3kplist flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_PYQT= sip
|
||||
USE_QT= corelib qmake_build moc_build
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtCore API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -197,4 +197,4 @@ bin/pyuic4
|
|||
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtCore.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib dbus moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDBus API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDBus.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= declarative
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -12,7 +12,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run network_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib declarative gui network script sql svg xmlpatterns \
|
||||
qmake_build moc_build
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDeclarative API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@
|
|||
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeview.sip
|
||||
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativelistproperty.sip
|
||||
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativepropertyvaluesource.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDeclarative.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDeclarative.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designer
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib designer gui moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDesigner API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@
|
|||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDesigner.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -12,7 +12,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui help network sql moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -20,7 +20,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtHelp API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtHelp.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= qscintilla2
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
|
@ -21,16 +22,16 @@ HAS_CONFIGURE= yes
|
|||
|
||||
USES= python pyqt:4 qmake:no_env qt:4
|
||||
USE_PYQT= sip core gui
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
QSCIDIR= ${PREFIX}/share/qt4/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} \
|
||||
--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \
|
||||
--sip ${LOCALBASE}/bin/sip-${PYTHON_VER}
|
||||
PYQT_APIDIR= ${PREFIX}/share/qt4/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${PYQT_SIPDIR} \
|
||||
--apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \
|
||||
--sip ${SIP}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
|
||||
ALL_TARGET= #empty
|
||||
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@
|
|||
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
|
||||
share/qt4/qsci/api/python/QScintilla2.api
|
||||
%%PYQT_APIDIR%%/api/python/QScintilla2.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= script
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib script moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtScript API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@
|
|||
%%PYQT_SIPDIR%%/QtScript/qscriptstring.sip
|
||||
%%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip
|
||||
%%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtScript.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtScript.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scripttools
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run script_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui script scripttools moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtScriptTools API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%%PYTHON_SITELIBDIR%%/PyQt4/QtScriptTools.so
|
||||
%%PYQT_SIPDIR%%/QtScriptTools/QtScriptToolsmod.sip
|
||||
%%PYQT_SIPDIR%%/QtScriptTools/qscriptenginedebugger.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtScriptTools.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtScriptTools.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= test
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui qtestlib moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtTest API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
%%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtTest.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qt4
|
||||
PORTVERSION= ${PYQT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Python bindings for the Qt 4 toolkit (meta port)
|
||||
|
||||
USES= metaport python pyqt:4
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
|
||||
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk
|
||||
OPTIONS_DEFINE= assistant core dbus dbussupport declarative \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= core
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -14,7 +13,7 @@ CONFIGURE_ARGS= ${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \
|
|||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_PYTHON= py3kplist flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_PYQT= sip_build
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
|
||||
|
|
@ -23,7 +22,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtCore API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@ bin/pyuic5
|
|||
%%PYQT_SIPDIR%%/QtCore/qpycore_qset.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qpycore_qvector.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qpycore_virtual_error_handler.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qrandom.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qrect.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qregexp.sip
|
||||
|
|
@ -220,4 +221,4 @@ bin/pyuic5
|
|||
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtCore.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -12,7 +11,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core dbus qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
@ -20,7 +19,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDBus API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtDBus.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbussupport
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -15,7 +14,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= pkgconfig python pyqt:5 qt:5
|
||||
USE_PYQT= sip_build
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designer
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
|||
USES= python pyqt:5 qt:5
|
||||
USE_GL= yes
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui designer widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
@ -22,7 +21,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDesigner API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@
|
|||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtDesigner.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designerplugin
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -12,18 +11,19 @@ INSTALL_WRKSRC= ${WRKSRC}/designer
|
|||
DESTDIRNAME= INSTALL_ROOT
|
||||
|
||||
CONFIGURE_ARGS= --enable QtDesigner
|
||||
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core designer gui xml widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
PLIST_FILES= %%QT_PLUGINDIR%%/designer/libpyqt5.so
|
||||
PLIST_FILES= ${PYQT_DESIGNERDIR}/libpyqt5.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -13,15 +12,15 @@ PYQT_DIST= yes
|
|||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_QT= core gui widgets help network sql buildtools_build qmake_build xml
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui widgets help network sql buildtools_build qmake_build xml
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtHelp API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@
|
|||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtHelp.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api
|
||||
|
|
|
|||
|
|
@ -20,16 +20,16 @@ HAS_CONFIGURE= yes
|
|||
USES= python pyqt:5 qmake:no_env qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip core gui printsupport widgets
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui printsupport widgets buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
QSCIDIR= ${PREFIX}/share/qt5/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \
|
||||
--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \
|
||||
--sip ${LOCALBASE}/bin/sip-${PYTHON_VER}
|
||||
CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${PYQT_SIPDIR} \
|
||||
--apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \
|
||||
--sip ${SIP}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
|
||||
ALL_TARGET= #empty
|
||||
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@
|
|||
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
|
||||
%%QT_DATADIR%%/qsci/api/python/QScintilla2.api
|
||||
%%PYQT_APIDIR%%/api/python/QScintilla2.api
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= test
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
|||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
|
|
@ -22,7 +21,7 @@ OPTIONS_DEFAULT=API
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtTest API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtesttouch.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtTest.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
PORTNAME= qt5
|
||||
PORTVERSION= ${PYQT5_VERSION}
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -18,7 +17,7 @@ OPTIONS_DEFINE= core dbus dbussupport demo designer \
|
|||
network opengl printsupport qml qscintilla2 quickwidgets \
|
||||
sql serialport svg test webchannel webengine webkit \
|
||||
webkitwidgets widgets xml xmlpatterns
|
||||
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
|
||||
OPTIONS_DEFAULT=${OPTIONS_DEFINE:Nwebengine}
|
||||
|
||||
.for opt in ${OPTIONS_DEFINE}
|
||||
${opt}_USE= PYQT=${opt}_run
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1487865147
|
||||
SHA256 (PyQt5_gpl-5.9.2.tar.gz) = c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394
|
||||
SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848
|
||||
SHA256 (PyQt5_gpl-5.10.1.tar.gz) = 9932e971e825ece4ea08f84ad95017837fa8f3f29c6b0496985fa1093661e9ef
|
||||
SIZE (PyQt5_gpl-5.10.1.tar.gz) = 3110469
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= sip
|
||||
PORTVERSION= ${SIP_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITES_SIP}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= spyder
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel science python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qbzr
|
||||
PORTVERSION= 0.23.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpadlibrarian.net/109906138/ \
|
||||
http://www.c-s.li/ports/
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qct
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://qct.sourceforge.net/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= designerplugin-qt5
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
PKGNAMEPREFIX= qscintilla2-
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= designerplugin
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= qscintilla2-qt5
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
DISTNAME= ${QSCI2_DISTNAME}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qscintilla2
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue