*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
8b71d0b2da
commit
cfab5dcf4a
295 changed files with 2839 additions and 945 deletions
|
|
@ -8,6 +8,9 @@ CATEGORIES= arabic kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Arabic messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= ar
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \
|
|||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= libtool localbase:ldflags
|
||||
USE_CXXSTD= c++98
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-all
|
||||
|
||||
CFLAGS+= -fPIC -DPIC
|
||||
CXXFLAGS+= -Wno-c++11-narrowing
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pms-devel
|
||||
PORTVERSION= 0.0.20171103
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0.20181123
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
|
|
@ -17,24 +16,32 @@ USES= go
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ambientsound
|
||||
GH_PROJECT= pms
|
||||
GH_TAGNAME= 8c9440a
|
||||
GH_TAGNAME= 000c5c0
|
||||
|
||||
GH_TUPLE=\
|
||||
ambientsound:gompd:b065d40:gompd/src/github.com/ambientsound/gompd \
|
||||
blevesearch:bleve:6eea5b7:bleve/src/github.com/blevesearch/bleve \
|
||||
blevesearch:bleve:1a319cd:bleve/src/github.com/blevesearch/bleve \
|
||||
blevesearch:go-porterstemmer:23a2c8e:porterstemmer/src/github.com/blevesearch/go-porterstemmer \
|
||||
blevesearch:segment:762005e:segment/src/github.com/blevesearch/segment \
|
||||
boltdb:bolt:fa5367d:boltdb/src/github.com/boltdb/bolt \
|
||||
boltdb:bolt:2f1ce7a:boltdb/src/github.com/boltdb/bolt \
|
||||
couchbase:vellum:35d9e73:vellum/src/github.com/couchbase/vellum \
|
||||
edsrzf:mmap-go:0bce6a6:mmap/src/github.com/edsrzf/mmap-go \
|
||||
gdamore:encoding:b23993c:encoding/src/github.com/gdamore/encoding \
|
||||
gdamore:tcell:87c64c4:tcell/src/github.com/gdamore/tcell \
|
||||
golang:protobuf:1e59b77:protobuf/src/github.com/golang/protobuf \
|
||||
jessevdk:go-flags:f88afde:flags/src/github.com/jessevdk/go-flags \
|
||||
lucasb-eyer:go-colorful:2312723:colorful/src/github.com/lucasb-eyer/go-colorful \
|
||||
mattn:go-runewidth:97311d9:runewidth/src/github.com/mattn/go-runewidth \
|
||||
gdamore:tcell:de7e78e:tcell/src/github.com/gdamore/tcell \
|
||||
glycerine:go-unsnap-stream:9f0cb55:unsnapstream/src/github.com/glycerine/go-unsnap-stream \
|
||||
golang:protobuf:aa810b6:protobuf/src/github.com/golang/protobuf \
|
||||
golang:snappy:2e65f85:snappy/src/github.com/golang/snappy \
|
||||
jessevdk:go-flags:c6ca198:flags/src/github.com/jessevdk/go-flags \
|
||||
lucasb-eyer:go-colorful:c784231:colorful/src/github.com/lucasb-eyer/go-colorful \
|
||||
mattn:go-runewidth:ce7b0b5:runewidth/src/github.com/mattn/go-runewidth \
|
||||
philhofer:fwd:bb6d471:fwd/src/github.com/philhofer/fwd \
|
||||
RoaringBitmap:roaring:3d677d3:roaring/src/github.com/RoaringBitmap/roaring \
|
||||
Smerity:govarint:7265e41:govarint/src/github.com/Smerity/govarint \
|
||||
steveyen:gtreap:0abe01e:gtreap/src/github.com/steveyen/gtreap \
|
||||
stretchr:testify:2aa2c17:testify/src/github.com/stretchr/testify \
|
||||
golang:net:9dfe398:net/src/golang.org/x/net \
|
||||
golang:text:88f656f:text/src/golang.org/x/text
|
||||
stretchr:testify:f35b8ab:testify/src/github.com/stretchr/testify \
|
||||
tinylib:msgp:b2b6a67:msgp/src/github.com/tinylib/msgp \
|
||||
golang:net:161cd47:net/src/golang.org/x/net \
|
||||
golang:text:f21a4df:text/src/golang.org/x/text
|
||||
|
||||
PLIST_FILES= bin/${GO_PKGNAME}
|
||||
PORTDOCS= *
|
||||
|
|
@ -43,6 +50,7 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
post-extract:
|
||||
${LN} -sf ${WRKSRC} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
${RM} ${WRKSRC}/go.mod
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC}; \
|
||||
|
|
|
|||
|
|
@ -1,33 +1,49 @@
|
|||
TIMESTAMP = 1510994816
|
||||
SHA256 (ambientsound-pms-0.0.20171103-8c9440a_GH0.tar.gz) = 93d123de6c0e18bf11132958a4fecf6501c2fa3a3596adffbe9c83e87431a8c7
|
||||
SIZE (ambientsound-pms-0.0.20171103-8c9440a_GH0.tar.gz) = 78102
|
||||
TIMESTAMP = 1543081675
|
||||
SHA256 (ambientsound-pms-0.0.20181123-000c5c0_GH0.tar.gz) = c05041fe19b4d7f64578ce2f6893d1673f5dc00c273c4fac811a4d8e2d35d209
|
||||
SIZE (ambientsound-pms-0.0.20181123-000c5c0_GH0.tar.gz) = 78943
|
||||
SHA256 (ambientsound-gompd-b065d40_GH0.tar.gz) = c776b8997e19b06f414fa8aaaa0088f08669593f6ff43815a9ad8a8988be01fe
|
||||
SIZE (ambientsound-gompd-b065d40_GH0.tar.gz) = 16634
|
||||
SHA256 (blevesearch-bleve-6eea5b7_GH0.tar.gz) = 2eedf4c20c4c6296d2cf4867b70df7f51d3c165f3dd5d0e652af429280f96c7d
|
||||
SIZE (blevesearch-bleve-6eea5b7_GH0.tar.gz) = 488895
|
||||
SHA256 (blevesearch-bleve-1a319cd_GH0.tar.gz) = c3b7dff30f86b4f944c451e2af8adb942f040f76d101abad0d2e05e52a3cd411
|
||||
SIZE (blevesearch-bleve-1a319cd_GH0.tar.gz) = 596436
|
||||
SHA256 (blevesearch-go-porterstemmer-23a2c8e_GH0.tar.gz) = 7ad8a35605d31b09c0fd6a2dc283a36cd556dd4e5c2406fa37655c4efdcd5980
|
||||
SIZE (blevesearch-go-porterstemmer-23a2c8e_GH0.tar.gz) = 9157
|
||||
SHA256 (blevesearch-segment-762005e_GH0.tar.gz) = b0b237347ee6564b901e02ee89b50ab58197b9ce659da7cb9d4f4afc0d9393f4
|
||||
SIZE (blevesearch-segment-762005e_GH0.tar.gz) = 478318
|
||||
SHA256 (boltdb-bolt-fa5367d_GH0.tar.gz) = 38f118882eb2369a3a8176476747607b953f6a7144f5ae3250666372de3327e4
|
||||
SIZE (boltdb-bolt-fa5367d_GH0.tar.gz) = 83818
|
||||
SHA256 (boltdb-bolt-2f1ce7a_GH0.tar.gz) = f3f23f35adefcabc6c11a507a6177b32425751a0a835c6aaceebd13719e2f91e
|
||||
SIZE (boltdb-bolt-2f1ce7a_GH0.tar.gz) = 83440
|
||||
SHA256 (couchbase-vellum-35d9e73_GH0.tar.gz) = 4dd154db46c69b237f94d4b731ab75955f5f6f4752ddf5a7b8e5c27c49d6f1ec
|
||||
SIZE (couchbase-vellum-35d9e73_GH0.tar.gz) = 296118
|
||||
SHA256 (edsrzf-mmap-go-0bce6a6_GH0.tar.gz) = 120d7144798610a8edc8623878cc620013cfc9d07d9a6c915cfc4dba2d325e39
|
||||
SIZE (edsrzf-mmap-go-0bce6a6_GH0.tar.gz) = 5492
|
||||
SHA256 (gdamore-encoding-b23993c_GH0.tar.gz) = 7fe1ed858143ba259114120a8a736645ee644b22bece7c09240df6113922f01a
|
||||
SIZE (gdamore-encoding-b23993c_GH0.tar.gz) = 10629
|
||||
SHA256 (gdamore-tcell-87c64c4_GH0.tar.gz) = 11e06f1f7d36f035b96347921bfc9aaaeee467e3739a0632e14c0636ac43918a
|
||||
SIZE (gdamore-tcell-87c64c4_GH0.tar.gz) = 165877
|
||||
SHA256 (golang-protobuf-1e59b77_GH0.tar.gz) = 62401254217178e9f88311d5ac86a33311a77fecd0c7099244b598b92d7dff92
|
||||
SIZE (golang-protobuf-1e59b77_GH0.tar.gz) = 268300
|
||||
SHA256 (jessevdk-go-flags-f88afde_GH0.tar.gz) = e597e3934048eef55d5ddd6580e03e194a68db80275072c0cefdef231ca197ce
|
||||
SIZE (jessevdk-go-flags-f88afde_GH0.tar.gz) = 55497
|
||||
SHA256 (lucasb-eyer-go-colorful-2312723_GH0.tar.gz) = 2fa3fe490b720c273e9d9ce092f6da6ffa35c6156108eec68cd7fe0570714387
|
||||
SIZE (lucasb-eyer-go-colorful-2312723_GH0.tar.gz) = 428451
|
||||
SHA256 (mattn-go-runewidth-97311d9_GH0.tar.gz) = 8330497728f75464111ee7145fc97cfa588cb0d6561b3af5447aa05d489bca85
|
||||
SIZE (mattn-go-runewidth-97311d9_GH0.tar.gz) = 22384
|
||||
SHA256 (gdamore-tcell-de7e78e_GH0.tar.gz) = 2cefcbb643fb020082d778c5dc1f66d73f9b393e71d4ccfddc593f3df3a450f7
|
||||
SIZE (gdamore-tcell-de7e78e_GH0.tar.gz) = 718969
|
||||
SHA256 (glycerine-go-unsnap-stream-9f0cb55_GH0.tar.gz) = 8fbd960f0d5cd310a3617f6b8ffda2d655ab8ff278a6dd9272ded571b97e52c3
|
||||
SIZE (glycerine-go-unsnap-stream-9f0cb55_GH0.tar.gz) = 19020
|
||||
SHA256 (golang-protobuf-aa810b6_GH0.tar.gz) = e9ce29039e0d470509db8695ebcd5f98b670c52ac1e75932eca0365f4799118a
|
||||
SIZE (golang-protobuf-aa810b6_GH0.tar.gz) = 332593
|
||||
SHA256 (golang-snappy-2e65f85_GH0.tar.gz) = dbbc74e9fbea19d803a6984314286acfb3ba554a693f5bce0c8073e18a180d99
|
||||
SIZE (golang-snappy-2e65f85_GH0.tar.gz) = 62575
|
||||
SHA256 (jessevdk-go-flags-c6ca198_GH0.tar.gz) = 7985a6a45b8dd2de04a7e295f562a5589801076c265baea39c7ea51410db4489
|
||||
SIZE (jessevdk-go-flags-c6ca198_GH0.tar.gz) = 55457
|
||||
SHA256 (lucasb-eyer-go-colorful-c784231_GH0.tar.gz) = 88bcc48c95f8d985bf056b20f7840e4dceaea38e4799e781e5aa1af197cc5265
|
||||
SIZE (lucasb-eyer-go-colorful-c784231_GH0.tar.gz) = 428455
|
||||
SHA256 (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = e3c7ab1a10c7b35accd18e08e12be4206ee805e44812969a4351199ea5a41b62
|
||||
SIZE (mattn-go-runewidth-ce7b0b5_GH0.tar.gz) = 22963
|
||||
SHA256 (philhofer-fwd-bb6d471_GH0.tar.gz) = 5203cf8ee43495fdd547af4f9591020779a20cb36d9f2ff83f726aebbccfd8b1
|
||||
SIZE (philhofer-fwd-bb6d471_GH0.tar.gz) = 9215
|
||||
SHA256 (RoaringBitmap-roaring-3d677d3_GH0.tar.gz) = 241c1cc8fd0970a2048e3e184b1ee2f1719bd3c6508422cc00622b2dca4530c0
|
||||
SIZE (RoaringBitmap-roaring-3d677d3_GH0.tar.gz) = 132031
|
||||
SHA256 (Smerity-govarint-7265e41_GH0.tar.gz) = e58f7c92dcd70435424ebeb74a44693278c77a274cabd08aab59c7878149ff70
|
||||
SIZE (Smerity-govarint-7265e41_GH0.tar.gz) = 5484
|
||||
SHA256 (steveyen-gtreap-0abe01e_GH0.tar.gz) = a1c09793db44b55748992ac3a782c9375263da5d5e85c6199bbd745ca4ebd26c
|
||||
SIZE (steveyen-gtreap-0abe01e_GH0.tar.gz) = 4791
|
||||
SHA256 (stretchr-testify-2aa2c17_GH0.tar.gz) = 050b408afce0ad518205ceebd24330f22ffd30ef29b7507b881a3683f0db2413
|
||||
SIZE (stretchr-testify-2aa2c17_GH0.tar.gz) = 94322
|
||||
SHA256 (golang-net-9dfe398_GH0.tar.gz) = 0295d04500c538c0d5d18cf6969d26fa670b706b90660819b0018f601c163065
|
||||
SIZE (golang-net-9dfe398_GH0.tar.gz) = 925910
|
||||
SHA256 (golang-text-88f656f_GH0.tar.gz) = 31fb554ed2e03dc8915af78e5693f8da6b3d19b89922cddb056ab4a186d9acf6
|
||||
SIZE (golang-text-88f656f_GH0.tar.gz) = 5678539
|
||||
SHA256 (stretchr-testify-f35b8ab_GH0.tar.gz) = b7a2961d37598e0fc1bf7e9041f717ec770c7ec935d4a79a2d40f5e6722fe6a2
|
||||
SIZE (stretchr-testify-f35b8ab_GH0.tar.gz) = 101718
|
||||
SHA256 (tinylib-msgp-b2b6a67_GH0.tar.gz) = 9ecece4dcff77dedb6b61a1a9920e9ee74d30c893bcb7e74d0006456032ae28d
|
||||
SIZE (tinylib-msgp-b2b6a67_GH0.tar.gz) = 68341
|
||||
SHA256 (golang-net-161cd47_GH0.tar.gz) = 03a66d67eb211331fb5c3941a4f7fef17483901aed7f6e2ce8e6026a6d77a569
|
||||
SIZE (golang-net-161cd47_GH0.tar.gz) = 965339
|
||||
SHA256 (golang-text-f21a4df_GH0.tar.gz) = 1964956fab6356e201ace777f0e221334a9023777373768a853efc300df2219c
|
||||
SIZE (golang-text-f21a4df_GH0.tar.gz) = 6102640
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= chinese kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Simplified Chinese messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= zh_CN
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= chinese kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Traditional Chinese messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= zh_TW
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mariadb-connector-c
|
||||
PORTVERSION= 3.0.6
|
||||
PORTVERSION= 3.0.7
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
|
||||
http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1533504768
|
||||
SHA256 (mariadb-connector-c-3.0.6-src.tar.gz) = 2b2d18dc969dc385f7f740e4db112300e11bc626c9ba9aa05c284704095b9e48
|
||||
SIZE (mariadb-connector-c-3.0.6-src.tar.gz) = 666819
|
||||
TIMESTAMP = 1543094226
|
||||
SHA256 (mariadb-connector-c-3.0.7-src.tar.gz) = f63883c9360675d111646fba5c97feb0d08e0def5873dd189d78bafbb75fa004
|
||||
SIZE (mariadb-connector-c-3.0.7-src.tar.gz) = 667274
|
||||
|
|
|
|||
|
|
@ -22,3 +22,4 @@ lib/mariadb/plugin/dialog.so
|
|||
lib/mariadb/plugin/mysql_clear_password.so
|
||||
lib/mariadb/plugin/remote_io.so
|
||||
lib/mariadb/plugin/sha256_password.so
|
||||
libdata/pkgconfig/libmariadb.pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mariadb
|
||||
DISTVERSION= 3.0.3
|
||||
DISTVERSION= 3.0.7
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
|
||||
http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
|
|
@ -29,6 +29,8 @@ SITESDIR= ${PORTNAME}/${PKGNAMESUFFIX:S/^-//}-${PORTVERSION:S/.b$//}
|
|||
DOCSDIR= ${PREFIX}/share/doc/mysql
|
||||
|
||||
CMAKE_ARGS+= -DCOMPILATION_COMMENT="FreeBSD Ports"
|
||||
CFLAGS+= -I${LOCALBASE}/include/mariadb
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/mariadb
|
||||
|
||||
PLIST_FILES= lib/libmaodbc.so
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1518555213
|
||||
SHA256 (mariadb-connector-odbc-3.0.3-ga-src.tar.gz) = 1cd1a220157d0260ea785d868488634f68b9e4229698051e54d9ade7bbf45129
|
||||
SIZE (mariadb-connector-odbc-3.0.3-ga-src.tar.gz) = 198914
|
||||
TIMESTAMP = 1543094519
|
||||
SHA256 (mariadb-connector-odbc-3.0.7-ga-src.tar.gz) = 96acf5ead7ecd8be1085a4d2109d2ef59afaef26ed827a12a6a9043f16034666
|
||||
SIZE (mariadb-connector-odbc-3.0.7-ga-src.tar.gz) = 194531
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mariadb
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= 103-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ lib/mysql/plugin/daemon_example.ini
|
|||
lib/mysql/plugin/dialog.so
|
||||
lib/mysql/plugin/mysql_clear_password.so
|
||||
lib/mysql/plugin/sha256_password.so
|
||||
libdata/pkgconfig/libmariadb.pc
|
||||
@comment man/man1/aria_chk.1.gz
|
||||
@comment man/man1/aria_dump_log.1.gz
|
||||
@comment man/man1/aria_ftdump.1.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.3.10
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 10.3.11
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \
|
||||
|
|
@ -139,6 +139,7 @@ INNOBASE_CMAKE_OFF= -DPLUGIN_INNOBASE=NO
|
|||
|
||||
CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
CONNECT_EXTRA_USE= gnome=libxml2
|
||||
CONNECT_EXTRA_USES= gnome
|
||||
GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO
|
||||
LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF
|
||||
LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON
|
||||
|
|
@ -199,4 +200,12 @@ post-patch:
|
|||
${WRKSRC}/cmake/os/DragonFly.cmake
|
||||
.endif
|
||||
|
||||
# Fix build failure in mbstream, see https://jira.mariadb.org/browse/MDEV-14072
|
||||
post-configure-INNOBASE-on:
|
||||
${REINPLACE_CMD} -e 's| ${PREFIX}/lib/liblz4.so\(.* ${PREFIX}/lib/liblz4.so.*\)|\1|' \
|
||||
-e 's| ${PREFIX}/lib/liblzo2.so\(.* ${PREFIX}/lib/liblzo2.so.*\)|\1|' \
|
||||
-e 's| ${PREFIX}/lib/libsnappy.so\(.* ${PREFIX}/lib/libsnappy.so\)|\1|' \
|
||||
-e 's| -llzma\(.* -llzma\)|\1|;s| -lbz2\(.* -lbz2\)|\1|;' \
|
||||
${WRKSRC}/extra/mariabackup/CMakeFiles/mbstream.dir/link.txt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1538732181
|
||||
SHA256 (mariadb-10.3.10.tar.gz) = 57767c048982811c7ab21d8527f6f36aa897386e8c7235f11b5505a924d68eda
|
||||
SIZE (mariadb-10.3.10.tar.gz) = 70493771
|
||||
TIMESTAMP = 1542715300
|
||||
SHA256 (mariadb-10.3.11.tar.gz) = 211655b794c9d5397ba3be6c90737eac02e882f296268299239db47ba328f1b2
|
||||
SIZE (mariadb-10.3.11.tar.gz) = 70669435
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 3.4.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://fastdl.mongodb.org/src/ \
|
||||
http://fastdl.mongodb.org/src/ \
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ COMMENT= Gtk client and libraries for SPICE remote desktop servers
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64
|
||||
NOT_FOR_ARCHS_REASON= server only supports little-endian
|
||||
|
||||
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
||||
libopus.so:audio/opus
|
||||
BUILD_DEPENDS= spice-protocol>=0.12.14:devel/spice-protocol \
|
||||
|
|
|
|||
|
|
@ -4354,6 +4354,7 @@
|
|||
SUBDIR += py-amalgamate
|
||||
SUBDIR += py-aniso8601
|
||||
SUBDIR += py-anonfunc
|
||||
SUBDIR += py-antlr4-python3-runtime
|
||||
SUBDIR += py-anyconfig
|
||||
SUBDIR += py-anyjson
|
||||
SUBDIR += py-apache_conf_parser
|
||||
|
|
@ -5708,8 +5709,8 @@
|
|||
SUBDIR += rubygem-git
|
||||
SUBDIR += rubygem-git-version-bump
|
||||
SUBDIR += rubygem-github_api
|
||||
SUBDIR += rubygem-gitlab-sidekiq-fetcher
|
||||
SUBDIR += rubygem-gitlab-pygments.rb
|
||||
SUBDIR += rubygem-gitlab-sidekiq-fetcher
|
||||
SUBDIR += rubygem-gitlab_git
|
||||
SUBDIR += rubygem-gitlab_meta
|
||||
SUBDIR += rubygem-glib2
|
||||
|
|
@ -6315,8 +6316,8 @@
|
|||
SUBDIR += tortoisehg
|
||||
SUBDIR += tpasm
|
||||
SUBDIR += trac-bitten
|
||||
SUBDIR += treepy.el
|
||||
SUBDIR += tradcpp
|
||||
SUBDIR += treepy.el
|
||||
SUBDIR += trio
|
||||
SUBDIR += truc
|
||||
SUBDIR += ua_parser-core
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ LICENSE= BSL
|
|||
|
||||
BUILD_DEPENDS= ldmd2:lang/ldc \
|
||||
dub:devel/dub \
|
||||
${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
|
||||
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \
|
|||
dub:devel/dub \
|
||||
rdmd:lang/dlang-tools \
|
||||
${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
|
||||
${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
|
||||
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ LICENSE= BSL
|
|||
|
||||
BUILD_DEPENDS= ldmd2:lang/ldc \
|
||||
dub:devel/dub \
|
||||
${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
|
||||
${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
|
||||
${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \
|
||||
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= easyloggingpp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 9.96.5
|
||||
DISTVERSION= 9.96.7
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536339841
|
||||
SHA256 (muflihun-easyloggingpp-v9.96.5_GH0.tar.gz) = ec7320be0639bd4493c6221303261980109cc6c9f9e4eb4b2e1b1f6a1d9b1513
|
||||
SIZE (muflihun-easyloggingpp-v9.96.5_GH0.tar.gz) = 749731
|
||||
TIMESTAMP = 1543053240
|
||||
SHA256 (muflihun-easyloggingpp-v9.96.7_GH0.tar.gz) = 237c80072b9b480a9f2942b903b4b0179f65e146e5dcc64864dc91792dedd722
|
||||
SIZE (muflihun-easyloggingpp-v9.96.7_GH0.tar.gz) = 750349
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/issues/603
|
||||
|
||||
--- CMakeLists.txt.orig 2018-02-14 05:35:11 UTC
|
||||
--- CMakeLists.txt.orig 2018-11-23 20:35:32 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -22,7 +22,7 @@ macro(require_cpp11)
|
||||
endmacro()
|
||||
|
|
@ -11,7 +9,7 @@ Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/is
|
|||
option(lib_utc_datetime "Build library with UTC date/time logging" OFF)
|
||||
|
||||
set(ELPP_MAJOR_VERSION "9")
|
||||
@@ -31,7 +31,7 @@ set(ELPP_PATCH_VERSION "0")
|
||||
@@ -31,7 +31,7 @@ set(ELPP_PATCH_VERSION "7")
|
||||
set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}")
|
||||
|
||||
set(ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in")
|
||||
|
|
@ -20,7 +18,7 @@ Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/is
|
|||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
|
||||
@@ -46,17 +46,17 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
|
||||
@@ -46,18 +46,18 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/easyloggingpp.pc DESTINATION "${ELPP_PKGCONFIG_INSTALL_DIR}")
|
||||
|
||||
|
|
@ -33,6 +31,7 @@ Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/is
|
|||
require_cpp11()
|
||||
- add_library(easyloggingpp STATIC src/easylogging++.cc)
|
||||
+ add_library(easyloggingpp SHARED src/easylogging++.cc)
|
||||
set_property(TARGET easyloggingpp PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
install(TARGETS
|
||||
easyloggingpp
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3
|
|||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN_aarch64= fails to build
|
||||
BROKEN_powerpc64= does not build: __adjust.c: internal compiler error: Segmentation fault
|
||||
NOT_FOR_ARCHS= arm armeb armv6 armv7 \
|
||||
mips mips64 mips64el mipsel mipsn32
|
||||
NOT_FOR_ARCHS_REASON= Very slow to build on emulator
|
||||
|
|
@ -32,7 +31,7 @@ OPTIONS_DEFAULT=PYGDB SYMLINK
|
|||
HTML_DESC= Install HTML documentation
|
||||
PDF_DESC= Install PDF documentation (requires TeX, it is huge)
|
||||
PYGDB_DESC= Build and install python-enabled gdb in addition to standard one
|
||||
SYMLINK_DESC= Make version-independed symlink ${LOCALBASE}/${PORTNAME}
|
||||
SYMLINK_DESC= Make version-independent symlink ${LOCALBASE}/${PORTNAME}
|
||||
|
||||
PDF_USE= TEX=base:build,tex:build,dvipsk:build
|
||||
PDF_BUILD_DEPENDS= texi2dvi:print/texinfo
|
||||
|
|
@ -40,7 +39,8 @@ PYGDB_USES= python:2.7
|
|||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= bison compiler cpe gmake gettext-runtime iconv makeinfo tar:bzip2
|
||||
USES= bison compiler:c++11-lang cpe gmake gettext-runtime \
|
||||
iconv makeinfo tar:bzip2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kdevelop
|
||||
DISTVERSION= 5.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
|
||||
DIST_SUBDIR= KDE/kdevelop
|
||||
|
|
@ -18,7 +19,7 @@ LIB_DEPENDS= libkasten3controllers.so:devel/okteta \
|
|||
libsvn_client-1.so:devel/subversion \
|
||||
libboost_thread.so:devel/boost-libs \
|
||||
libkomparediff2.so:textproc/libkomparediff2 \
|
||||
libclang.so.6:devel/llvm60
|
||||
libclang.so.${LLVM_VERSION:C/([1-9])([0-9])/\1/}:devel/llvm${LLVM_VERSION}
|
||||
RUN_DEPENDS= gmake:devel/gmake
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
|
|
@ -36,6 +37,8 @@ CONFLICTS= kdevelop-kde4-4* kdevelop-4* kdevplatform-kde4-4* kdevplatform-4*
|
|||
SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \
|
||||
kdevplatform/util/.zshrc
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DLLVM_ROOT=${LOCALBASE}/llvm${LLVM_VERSION}
|
||||
|
||||
OPTIONS_DEFINE= WEBENGINE
|
||||
WEBENGINE_DESC= Use WebEngine as help reader
|
||||
WEBENGINE_USES= qt:5
|
||||
|
|
@ -43,6 +46,8 @@ WEBENGINE_USE= QT=location,webchannel,webengine
|
|||
WEBENGINE_USE_OFF= QT=webkit
|
||||
WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE
|
||||
|
||||
LLVM_VERSION?= 60
|
||||
|
||||
SHEBANG_LANG= zsh
|
||||
zsh_OLD_CMD= /bin/zsh
|
||||
zsh_CMD= ${LOCALBASE}/bin/zsh
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ LICENSE= BSL
|
|||
|
||||
BUILD_DEPENDS= ldmd2:lang/ldc \
|
||||
dub:devel/dub \
|
||||
${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
|
||||
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
|
|||
MAKE_JOBS_UNSAFE= yes
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
PATCHES_powerpc64= ${PATCHDIR}/extra-patch-ffcall-abi.h
|
||||
EXTRA_PATCHES= ${PATCHES_${ARCH}}
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
|
||||
${STAGEDIR}${PREFIX}/lib/libcallback.so \
|
||||
|
|
|
|||
11
devel/libffcall/files/extra-patch-ffcall-abi.h
Normal file
11
devel/libffcall/files/extra-patch-ffcall-abi.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- ffcall-abi.h.orig 2018-11-18 21:47:39 UTC
|
||||
+++ ffcall-abi.h
|
||||
@@ -75,7 +75,7 @@
|
||||
#endif
|
||||
#endif
|
||||
#ifndef __sparc64__
|
||||
-#if defined(__sparcv9) /* GCC/Solaris, Sun C */ || defined(__arch64__) /* GCC/Linux */
|
||||
+#if defined(__sparcv9) /* GCC/Solaris, Sun C */
|
||||
#define __sparc64__ 1
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -15,16 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
BUILD_DEPENDS= msbuild:devel/msbuild \
|
||||
fsharpc:lang/fsharp \
|
||||
cmake:devel/cmake \
|
||||
${LOCALBASE}/lib/libcrypto.so:security/openssl
|
||||
cmake:devel/cmake
|
||||
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 \
|
||||
${LOCALBASE}/lib/libcrypto.so:security/openssl
|
||||
fsharpc:lang/fsharp
|
||||
|
||||
# main/external/fsharpbinding/paket.lock
|
||||
NUGET_FEEDS= NUGET ROSLYN ROSLYN_FOR_VS_FOR_MAC TEMPLATING VS_IMPL VS_EDITOR VSSDK VSTEST
|
||||
|
|
@ -49,7 +47,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
|
||||
USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info ssl
|
||||
USE_GNOME= gtksharp20 gnomesharp20
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
|
@ -73,12 +71,21 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/external/RefactoringEssent
|
|||
INSTALL_TARGET= install-strip
|
||||
MAKE_ENV= DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR= \
|
||||
XDG_CACHE_HOME=${WRKDIR} \
|
||||
OPENSSL_ROOT_DIR=${LOCALBASE}
|
||||
OPENSSL_ROOT_DIR=${OPENSSLBASE}
|
||||
MAKE_JOBS_UNSAFE=Build parallelization not implemented
|
||||
WRKSRC_SUBDIR= main
|
||||
PORTSCOUT= limit:^\d+\.\d+\.[1-9].*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= fails to compile: incomplete definition of type 'struct bio_st'
|
||||
BROKEN_FreeBSD_13= fails to compile: incomplete definition of type 'struct bio_st'
|
||||
.elif ${SSL_DEFAULT} == openssl111
|
||||
BROKEN= fails to compile: incomplete definition of type 'struct bio_st'
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${ECHO} "Release ID: ${PORTVERSION}" > ${WRKSRC}/buildinfo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Algorithm-Cluster
|
||||
PORTVERSION= 1.56
|
||||
PORTVERSION= 1.57
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MDEHOON
|
||||
|
|
@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to C clustering library
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Cluster/Cluster.so
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1525105709
|
||||
SHA256 (Algorithm-Cluster-1.56.tar.gz) = 604f72d44ebf76d2bff08a07d7ec0121ea4eb8442215de99e9d1bc1658b8bf6b
|
||||
SIZE (Algorithm-Cluster-1.56.tar.gz) = 460707
|
||||
TIMESTAMP = 1543058667
|
||||
SHA256 (Algorithm-Cluster-1.57.tar.gz) = 7033c23d602c98ac4ae67061e684b19c116ead4b5326001ff9d10cf19b9fc71e
|
||||
SIZE (Algorithm-Cluster-1.57.tar.gz) = 461381
|
||||
|
|
|
|||
|
|
@ -23,8 +23,9 @@ RUN_DEPENDS= p5-Const-Fast>=0:devel/p5-Const-Fast \
|
|||
TEST_DEPENDS= p5-Hash-Objectify>=0:devel/p5-Hash-Objectify \
|
||||
p5-Test-Most>=0:devel/p5-Test-Most
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Git-Repository
|
||||
PORTVERSION= 1.322
|
||||
PORTVERSION= 1.323
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -21,8 +21,9 @@ RUN_DEPENDS= git:devel/git \
|
|||
p5-namespace-clean>=0:devel/p5-namespace-clean
|
||||
TEST_DEPENDS= p5-Test-Requires-Git>=1.005:devel/p5-Test-Requires-Git
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1524506148
|
||||
SHA256 (Git-Repository-1.322.tar.gz) = 4a5d9183f80b64df37ac0799058557e957b9055dddb248a3f46183042824dadf
|
||||
SIZE (Git-Repository-1.322.tar.gz) = 55525
|
||||
TIMESTAMP = 1543058703
|
||||
SHA256 (Git-Repository-1.323.tar.gz) = 966575fcecc9f56ab8739ea451b3825e278bc9179d785a20a9ae52473f33683e
|
||||
SIZE (Git-Repository-1.323.tar.gz) = 56855
|
||||
|
|
|
|||
|
|
@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= APCu
|
||||
PORTVERSION= 5.1.12
|
||||
PORTVERSION= 5.1.14
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME:tl}-${PORTVERSION}
|
||||
|
||||
|
|
@ -10,6 +10,7 @@ MAINTAINER= joneum@FreeBSD.org
|
|||
COMMENT= APC User Caching
|
||||
|
||||
LICENSE= PHP301
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= pecl-APC
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532461651
|
||||
SHA256 (PECL/apcu-5.1.12.tgz) = 4126f771cdcd8cc32e2ad024bae5b25611b28e6077fdbff8efe28ce55306797a
|
||||
SIZE (PECL/apcu-5.1.12.tgz) = 105890
|
||||
TIMESTAMP = 1543066368
|
||||
SHA256 (PECL/apcu-5.1.14.tgz) = f02c01b80deec1eb8ba9f1257d5593bb7bbbf9fde1f16b1b4d3c2f3adff01ba2
|
||||
SIZE (PECL/apcu-5.1.14.tgz) = 92976
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= event
|
||||
PORTVERSION= 2.3.0
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= joneum@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490761057
|
||||
SHA256 (PECL/event-2.3.0.tgz) = 10e37f2b1c47475be891ef84b4282b5739d9aa8a1facd0c0141ee0edc3048435
|
||||
SIZE (PECL/event-2.3.0.tgz) = 135401
|
||||
TIMESTAMP = 1543067445
|
||||
SHA256 (PECL/event-2.4.1.tgz) = 4e04919fc8089f347c4222d3f3ae3a9453c297120b05a433c94a30fd9e9aebd4
|
||||
SIZE (PECL/event-2.4.1.tgz) = 139675
|
||||
|
|
|
|||
|
|
@ -14,12 +14,11 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME}
|
|||
|
||||
BROKEN_aarch64= fails to package: ansidecl.h: No such file or directory
|
||||
BROKEN_mips64= fails to package: ansidecl.h: No such file or directory
|
||||
BROKEN_powerpc64= fails to package: ansidecl.h: No such file or directory
|
||||
|
||||
USES= gmake tar:bzip2 libtool
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/:C/armv*/arm/}-unknown-${OPSYS:tl}${OSREL}
|
||||
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/:C/armv*/arm/:S/powerpc64/powerpc/}-unknown-${OPSYS:tl}${OSREL}
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--target="psp" \
|
||||
--enable-install-libbfd \
|
||||
|
|
|
|||
18
devel/py-antlr4-python3-runtime/Makefile
Normal file
18
devel/py-antlr4-python3-runtime/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= antlr4-python3-runtime
|
||||
PORTVERSION= 4.7.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= ANother Tool for Language Recognition (python3 runtime)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-antlr4-python3-runtime/distinfo
Normal file
3
devel/py-antlr4-python3-runtime/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1538210928
|
||||
SHA256 (antlr4-python3-runtime-4.7.1.tar.gz) = 1b26b72c4492cef310542da10bf6b2ab4aa1775618fc6003f75b55ae9eaa3fd3
|
||||
SIZE (antlr4-python3-runtime-4.7.1.tar.gz) = 111381
|
||||
8
devel/py-antlr4-python3-runtime/pkg-descr
Normal file
8
devel/py-antlr4-python3-runtime/pkg-descr
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for
|
||||
reading, processing, executing, or translating structured text or binary files.
|
||||
It's widely used to build languages, tools, and frameworks. From a grammar,
|
||||
ANTLR generates a parser that can build and walk parse trees.
|
||||
|
||||
This port provides the python3 runtime.
|
||||
|
||||
WWW: http://www.antlr.org/
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oslo.config
|
||||
PORTVERSION= 6.4.0
|
||||
PORTVERSION= 6.4.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -23,10 +23,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@
|
|||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
|
||||
${WRKSRC}/doc/source/reference/sphinxconfiggen.rst \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1532807809
|
||||
SHA256 (oslo.config-6.4.0.tar.gz) = 483f43fa7b0e54cb1000d56b4e56fb23169816e65061e7600ca8ccd4cafa45e3
|
||||
SIZE (oslo.config-6.4.0.tar.gz) = 145057
|
||||
TIMESTAMP = 1543058417
|
||||
SHA256 (oslo.config-6.4.1.tar.gz) = 814d74a0a7a0cfd68e4665627af85bfc803b644213a7fcf67cd018c01706e54b
|
||||
SIZE (oslo.config-6.4.1.tar.gz) = 144762
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oslo.rootwrap
|
||||
PORTVERSION= 5.14.1
|
||||
PORTVERSION= 5.15.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1526504880
|
||||
SHA256 (oslo.rootwrap-5.14.1.tar.gz) = 9e19f9ab92573ee1994d4f6e8b17bec19ac59ecc7d28b99ba7440a80800ca1fa
|
||||
SIZE (oslo.rootwrap-5.14.1.tar.gz) = 44474
|
||||
TIMESTAMP = 1543058465
|
||||
SHA256 (oslo.rootwrap-5.15.0.tar.gz) = 788ed5c747b9e9350575b5e438107bc7873dceef59261cffba9574947dd28888
|
||||
SIZE (oslo.rootwrap-5.15.0.tar.gz) = 45340
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sortedcontainers
|
||||
PORTVERSION= 2.0.5
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537303087
|
||||
SHA256 (sortedcontainers-2.0.5.tar.gz) = b74f2756fb5e23512572cc76f0fe0832fd86310f77dfee54335a35fb33f6b950
|
||||
SIZE (sortedcontainers-2.0.5.tar.gz) = 29790
|
||||
TIMESTAMP = 1543053237
|
||||
SHA256 (sortedcontainers-2.1.0.tar.gz) = 974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a
|
||||
SIZE (sortedcontainers-2.1.0.tar.gz) = 29810
|
||||
|
|
|
|||
|
|
@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
|
||||
rubygem-multi_json>=1.10:devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= google-api-client
|
||||
PORTVERSION= 0.25.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-addressable>=2.5.1:www/rubygem-addressable \
|
||||
rubygem-googleauth>=0.5:security/rubygem-googleauth \
|
||||
rubygem-googleauth06>=0.5:security/rubygem-googleauth06 \
|
||||
rubygem-httpclient>=2.8.1:www/rubygem-httpclient \
|
||||
rubygem-mime-types>=3.0:misc/rubygem-mime-types \
|
||||
rubygem-representable>=3.0:textproc/rubygem-representable \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simple_form
|
||||
PORTVERSION= 4.0.1
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
|
@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|||
RUN_DEPENDS= rubygem-activemodel5>=4:databases/rubygem-activemodel5 \
|
||||
rubygem-actionpack5>=4:www/rubygem-actionpack5
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527942677
|
||||
SHA256 (rubygem/simple_form-4.0.1.gem) = 104316c616be8466f095c9db9670f63ce70d9150dadb9d77249a12efcffffca4
|
||||
SIZE (rubygem/simple_form-4.0.1.gem) = 81920
|
||||
TIMESTAMP = 1543058800
|
||||
SHA256 (rubygem/simple_form-4.1.0.gem) = a6fe5a3628491c26d5a2861ae57cf7e179658e11ea8e6bb39d3672fa8c5b4188
|
||||
SIZE (rubygem/simple_form-4.1.0.gem) = 82944
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simple_form
|
||||
PORTVERSION= 4.0.1
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails50
|
||||
|
|
@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|||
RUN_DEPENDS= rubygem-activemodel50>=4:databases/rubygem-activemodel50 \
|
||||
rubygem-actionpack50>=4:www/rubygem-actionpack50
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527942677
|
||||
SHA256 (rubygem/simple_form-4.0.1.gem) = 104316c616be8466f095c9db9670f63ce70d9150dadb9d77249a12efcffffca4
|
||||
SIZE (rubygem/simple_form-4.0.1.gem) = 81920
|
||||
TIMESTAMP = 1543058800
|
||||
SHA256 (rubygem/simple_form-4.1.0.gem) = a6fe5a3628491c26d5a2861ae57cf7e179658e11ea8e6bb39d3672fa8c5b4188
|
||||
SIZE (rubygem/simple_form-4.1.0.gem) = 82944
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= warden
|
||||
PORTVERSION= 1.2.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -12,7 +13,9 @@ COMMENT= Rack middleware that provides authentication for rack applications
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rack>=2.0.6:www/rubygem-rack
|
||||
# Change from rubygem-rack>=2.0.6 to rubygem-rack>=1.6 as a workround for www/gitlab-ce
|
||||
# Ref: https://lists.freebsd.org/pipermail/svn-ports-head/2018-November/193262.html
|
||||
RUN_DEPENDS= rubygem-rack>=1.6:www/rubygem-rack
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
|||
11
devel/rubygem-warden/files/patch-gemspec
Normal file
11
devel/rubygem-warden/files/patch-gemspec
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- warden.gemspec.orig 2018-11-22 20:12:33 UTC
|
||||
+++ warden.gemspec
|
||||
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
- s.add_runtime_dependency(%q<rack>.freeze, [">= 2.0.6"])
|
||||
+ s.add_runtime_dependency(%q<rack>.freeze, [">= 1.6"])
|
||||
else
|
||||
s.add_dependency(%q<rack>.freeze, [">= 2.0.6"])
|
||||
end
|
||||
|
|
@ -9,4 +9,4 @@ There are several cases where you may want to consider using trio:
|
|||
3.Extendability of unsupported features.
|
||||
4.Your native version don't do everything you need.
|
||||
|
||||
WWW: http://daniel.haxx.se/projects/trio/
|
||||
WWW: https://daniel.haxx.se/projects/trio/
|
||||
|
|
|
|||
|
|
@ -98,10 +98,9 @@ RUN_DEPENDS= \
|
|||
${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \
|
||||
${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf
|
||||
|
||||
USES= autoreconf bison compiler:c++11-lib cpe \
|
||||
desktop-file-utils \
|
||||
gettext-runtime gmake iconv jpeg perl5 pkgconfig python:2.7 \
|
||||
shared-mime-info ssl tar:${TARTYPE}
|
||||
USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \
|
||||
gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \
|
||||
python:2.7 shared-mime-info ssl tar:${TARTYPE}
|
||||
USE_GL= gl glu
|
||||
USE_GNOME= gtk20 libxslt libidl glib20
|
||||
USE_JAVA= yes
|
||||
|
|
@ -120,7 +119,7 @@ AOOVERSION2= 2
|
|||
AOOVERSION3= 0
|
||||
# From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD
|
||||
AOOTAG= AOO420m1\(Build:9800\)
|
||||
SVNREVISION= 1838397
|
||||
SVNREVISION= 1847189
|
||||
#AOORC=rc3
|
||||
EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz
|
||||
|
||||
|
|
@ -220,6 +219,12 @@ WIKI_PUBLISHER_RUN_DEPENDS= ${WIKI_PUBLISHER_JAR_DEPENDS}
|
|||
# Don't run gnome-post-icons until after post-install generates the plist
|
||||
TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
|
||||
|
||||
# Force the SDK option on for makesum to ensure that unowinreg.dll is
|
||||
# included in distinfo
|
||||
.if make(makesum) || make(distclean)
|
||||
WITH= SDK
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
TIMESTAMP = 1534712296
|
||||
SHA256 (openoffice/apache-openoffice-r1838397-src.tar.xz) = d61308a8cd88a757bc7755b703c31696a2853cb266355457af2eaf6755ced1c5
|
||||
SIZE (openoffice/apache-openoffice-r1838397-src.tar.xz) = 215383932
|
||||
TIMESTAMP = 1542995937
|
||||
SHA256 (openoffice/apache-openoffice-r1847189-src.tar.xz) = 6be9bb6bcff11d3c3ca18a3eede23270732bfb3cf00e112dbcd06c3a751c4c3b
|
||||
SIZE (openoffice/apache-openoffice-r1847189-src.tar.xz) = 217492744
|
||||
SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa
|
||||
SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004
|
||||
SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
|
||||
SIZE (openoffice/unowinreg.dll) = 6144
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@ COMMENT= Simple and powerful Qt-based text editor
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN_powerpc64= fails to link: spellchecker.o:(.text+0xd2c): undefined reference to Hunspell::remove(std::string const&)
|
||||
|
||||
USES= gl pkgconfig:build qmake
|
||||
USES= compiler:c++11-lang gl pkgconfig:build qmake
|
||||
|
||||
OPTIONS_SINGLE= TOOLKITS
|
||||
OPTIONS_SINGLE_TOOLKITS= QT4 QT5
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= french kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= French messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= fr
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ COMMENT= C++ library for building platform-independent programs
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
|
||||
USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase \
|
||||
pathfix pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= german kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= German messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= de
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= GraphicsMagick
|
||||
PORTVERSION= 1.3.31
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF \
|
||||
|
|
@ -13,12 +14,6 @@ COMMENT= Fast image processing tools based on ImageMagick
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
OPTIONS_DEFINE= DOCS DPS FPX FREETYPE JASPER JBIG JPEG LCMS2 OPENMP Q8BIT PNG SSE TEST TIFF WEBP WMF X11 XML
|
||||
OPTIONS_DEFAULT=FREETYPE JASPER JBIG JPEG LCMS2 OPENMP PNG TIFF WEBP WMF X11 XML
|
||||
DPS_DESC= Display Ghostscript support
|
||||
Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality)
|
||||
TEST_DESC= Run bundled self-tests after build
|
||||
|
||||
USES= libtool localbase pathfix tar:bzip2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -34,10 +29,19 @@ USE_HARDENING= retpoline:off
|
|||
# Use fonts installed by x11-fonts/webfonts by default
|
||||
WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts
|
||||
|
||||
OPTIONS_DEFINE= BZIP2 DOCS DPS FPX FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP Q8BIT PNG SSE TEST TIFF TRIO UMEM WEBP WMF X11 XML ZLIB ZSTD
|
||||
OPTIONS_DEFAULT=BZIP2 FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP PNG TIFF WEBP WMF X11 XML ZLIB
|
||||
DPS_DESC= Display Ghostscript support
|
||||
Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality)
|
||||
TRIO_DESC= TRIO support
|
||||
UMEM_DESC= UMEM memory allocation library support
|
||||
TEST_DESC= Run bundled self-tests after build
|
||||
|
||||
DPS_CONFIGURE_WITH= dps
|
||||
DPS_IMPLIES= X11
|
||||
DPS_LIB_DEPENDS= libdps.so:x11/dgs
|
||||
DPS_USE= XORG=xt
|
||||
BZIP2_CONFIGURE_WITH= bzlib
|
||||
FPX_CONFIGURE_WITH= fpx
|
||||
FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx
|
||||
FREETYPE_CONFIGURE_WITH=ttf
|
||||
|
|
@ -48,8 +52,9 @@ JBIG_CONFIGURE_WITH= jbig
|
|||
JBIG_LIB_DEPENDS= libjbig.so:graphics/jbigkit
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
JPEG_USES= jpeg
|
||||
LCMS2_CONFIGURE= lcms2
|
||||
LCMS2_CONFIGURE_WITH= lcms2
|
||||
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
||||
LZMA_CONFIGURE_WITH= lzma
|
||||
OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads
|
||||
OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads
|
||||
OPENMP_USES= compiler:gcc-c++11-lib
|
||||
|
|
@ -63,6 +68,9 @@ TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts
|
|||
TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts
|
||||
TIFF_CONFIGURE_WITH= tiff
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TRIO_CONFIGURE_WITH= trio
|
||||
TRIO_LIB_DEPENDS= libtrio.so:devel/trio
|
||||
UMEM_CONFIGURE_WITH= umem
|
||||
WEBP_CONFIGURE_WITH= webp
|
||||
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
WMF_CONFIGURE_WITH= wmf
|
||||
|
|
@ -72,6 +80,9 @@ X11_USE= XORG=ice,sm,x11,xext
|
|||
XML_CONFIGURE_WITH= xml
|
||||
XML_USE= GNOME=libxml2
|
||||
XML_USES= gnome
|
||||
ZLIB_CONFIGURE_WITH= zlib
|
||||
ZSTD_CONFIGURE_WITH= zstd
|
||||
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ CATEGORIES= graphics kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= l10n for digiKam, showFoto, and Kipi-plugins
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.* libkgeomap-2.*
|
||||
|
||||
USES= gettext-tools
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm-devel-kmod
|
||||
PORTVERSION= 4.16.g20181119
|
||||
PORTVERSION= 4.16.g20181121
|
||||
CATEGORIES= graphics kld
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
|
|
@ -25,7 +25,7 @@ USES= kmod uidfix compiler:c++11-lang
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeBSDDesktop
|
||||
GH_PROJECT= kms-drm
|
||||
GH_TAGNAME= 5f3b167
|
||||
GH_TAGNAME= a45b72a
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1542679664
|
||||
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181119-5f3b167_GH0.tar.gz) = c25e4dd57bc5851633f677e63afd2e1dc23e806886fa677d6df0168f2e2e916a
|
||||
SIZE (FreeBSDDesktop-kms-drm-4.16.g20181119-5f3b167_GH0.tar.gz) = 13088962
|
||||
TIMESTAMP = 1542816184
|
||||
SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = ea38de931c4b8ac4f3b9a48c9c4b4a96c73558a1b0e94983195568a5cb03ce7a
|
||||
SIZE (FreeBSDDesktop-kms-drm-4.16.g20181121-a45b72a_GH0.tar.gz) = 13088779
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
|
|||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext gmake jpeg \
|
||||
USES= compiler:c11 desktop-file-utils gettext gmake jpeg \
|
||||
libtool localbase pathfix pkgconfig tar:xz
|
||||
USE_MATE= desktop icontheme
|
||||
USE_XORG= x11
|
||||
|
|
|
|||
|
|
@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES= cmake:outsource cpe gettext iconv pathfix
|
||||
USES= cmake:outsource compiler:c++11-lang cpe gettext iconv pathfix localbase:ldflags
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= -lintl
|
||||
|
||||
CMAKE_ON= EXIV2_ENABLE_VIDEO \
|
||||
EXIV2_ENABLE_BUILD_PO
|
||||
CMAKE_OFF= EXIV2_ENABLE_BUILD_SAMPLES \
|
||||
|
|
@ -26,8 +28,6 @@ CMAKE_OFF= EXIV2_ENABLE_BUILD_SAMPLES \
|
|||
|
||||
PATHFIX_CMAKELISTSTXT= CMakeChecks.txt
|
||||
|
||||
CFLAGS_powerpc64= -mminimal-toc
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-trunk
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
--- Source/FreeImage/PluginDDS.cpp.orig 2018-11-18 16:17:59 UTC
|
||||
+++ Source/FreeImage/PluginDDS.cpp
|
||||
@@ -356,14 +356,6 @@ SwapHeader(DDSHEADER *header) {
|
||||
for(int i=0; i<11; i++) {
|
||||
SwapLong(&header->surfaceDesc.dwReserved1[i]);
|
||||
}
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwSize);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwFlags);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwFourCC);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwRGBBitCount);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwRBitMask);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwGBitMask);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwBBitMask);
|
||||
- SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwRGBAlphaBitMask);
|
||||
SwapLong(&header->surfaceDesc.ddsCaps.dwCaps1);
|
||||
SwapLong(&header->surfaceDesc.ddsCaps.dwCaps2);
|
||||
SwapLong(&header->surfaceDesc.ddsCaps.dwReserved[0]);
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
|
|
@ -30,7 +29,7 @@ CONFIGURE_ARGS= --without-vala --disable-docs
|
|||
CONFIGURE_ARGS+=--without-mrg --without-lensfun
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GEGL_MINOR= 408
|
||||
GEGL_MINOR= 412
|
||||
GEGL_VER= 0.4
|
||||
PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537606982
|
||||
SHA256 (gegl-0.4.8.tar.bz2) = 719468eec56ac5b191626a0cb6238f3abe9117e80594890c246acdc89183ae49
|
||||
SIZE (gegl-0.4.8.tar.bz2) = 7017022
|
||||
TIMESTAMP = 1543060134
|
||||
SHA256 (gegl-0.4.12.tar.bz2) = e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852
|
||||
SIZE (gegl-0.4.12.tar.bz2) = 7065555
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
Upstream: https://gitlab.gnome.org/GNOME/gegl/commit/c1c3541caab485384087bbbcf1c83ef2d5bd4d43
|
||||
|
||||
diff --git a/operations/external/exr-save.cc b/operations/external/exr-save.cc
|
||||
index b2032046ccf69f645e52e908bf4fe58ab2b85c6e..018e5d9af0469cc082d12a27af9377ec9b553322 100644
|
||||
--- operations/external/exr-save.cc
|
||||
+++ operations/external/exr-save.cc
|
||||
@@ -145,10 +145,10 @@ write_tiled_exr (const float *pixels,
|
||||
&blue[0], &blue[1],
|
||||
NULL, NULL, NULL);
|
||||
{
|
||||
- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]),
|
||||
- Imath_2_2::V2f(green[0],green[1]),
|
||||
- Imath_2_2::V2f(blue[0],blue[1]),
|
||||
- Imath_2_2::V2f(wp[0],wp[1]));
|
||||
+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]),
|
||||
+ Imath::V2f(green[0],green[1]),
|
||||
+ Imath::V2f(blue[0],blue[1]),
|
||||
+ Imath::V2f(wp[0],wp[1]));
|
||||
Imf::addChromaticities (header, c1);
|
||||
}
|
||||
}
|
||||
@@ -184,10 +184,10 @@ write_scanline_exr (const float *pixels,
|
||||
&green[0], &green[1],
|
||||
&blue[0], &blue[1],
|
||||
NULL, NULL, NULL);
|
||||
- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]),
|
||||
- Imath_2_2::V2f(green[0],green[1]),
|
||||
- Imath_2_2::V2f(blue[0],blue[1]),
|
||||
- Imath_2_2::V2f(wp[0],wp[1]));
|
||||
+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]),
|
||||
+ Imath::V2f(green[0],green[1]),
|
||||
+ Imath::V2f(blue[0],blue[1]),
|
||||
+ Imath::V2f(wp[0],wp[1]));
|
||||
Imf::addChromaticities (header, c1);
|
||||
}
|
||||
|
||||
|
|
@ -6,6 +6,4 @@ non destructive image editing on larger than RAM buffers.
|
|||
Through babl it provides support for a wide range of color
|
||||
models and pixel storage formats for input and output.
|
||||
|
||||
This port is a development snapshot until gegl 0.3.0 is released.
|
||||
|
||||
WWW: http://gegl.org/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ include/gegl-%%GEGL_VER%%/gegl-apply.h
|
|||
include/gegl-%%GEGL_VER%%/gegl-audio-fragment.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-cl-iterator.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-enums.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-iterator2.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer-matrix2.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-buffer.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-color.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-cpuaccel.h
|
||||
|
|
@ -24,6 +27,7 @@ include/gegl-%%GEGL_VER%%/gegl-path.h
|
|||
include/gegl-%%GEGL_VER%%/gegl-plugin.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-processor.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-random.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-rectangle.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-tile-backend.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-tile-handler.h
|
||||
include/gegl-%%GEGL_VER%%/gegl-tile-source.h
|
||||
|
|
@ -82,6 +86,7 @@ lib/gegl-%%GEGL_VER%%/gegl-common-gpl3.so
|
|||
lib/gegl-%%GEGL_VER%%/gegl-common.so
|
||||
lib/gegl-%%GEGL_VER%%/gegl-core.so
|
||||
lib/gegl-%%GEGL_VER%%/gegl-generated.so
|
||||
lib/gegl-%%GEGL_VER%%/gif-load.so
|
||||
lib/gegl-%%GEGL_VER%%/grey2.json
|
||||
%%JASPER%%lib/gegl-%%GEGL_VER%%/jp2-load.so
|
||||
lib/gegl-%%GEGL_VER%%/jpg-load.so
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= gimp-app
|
||||
PORTVERSION= 2.10.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.10.8
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH?= 1
|
||||
CATEGORIES?= graphics gnome
|
||||
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
|
||||
|
|
@ -77,7 +77,7 @@ USES+= desktop-file-utils
|
|||
|
||||
OPTIONS_DEFINE?= AA GHOSTSCRIPT HELPBROWSER \
|
||||
LIBHEIF LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
|
||||
OPTIONS_DEFAULT= AA LIBMNG OPENEXR OPENJPEG WEBP WMF
|
||||
OPTIONS_DEFAULT= AA LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537606601
|
||||
SHA256 (gimp-2.10.6.tar.bz2) = 4ec8071f828e918384cf7bc7d1219210467c84655123f802bc55a8bf2415101f
|
||||
SIZE (gimp-2.10.6.tar.bz2) = 31447973
|
||||
TIMESTAMP = 1543063415
|
||||
SHA256 (gimp-2.10.8.tar.bz2) = d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b
|
||||
SIZE (gimp-2.10.8.tar.bz2) = 31954568
|
||||
|
|
|
|||
|
|
@ -837,6 +837,7 @@ share/doc/gimp/libgimpwidgets/gimp-letter-spacing.png
|
|||
share/doc/gimp/libgimpwidgets/gimp-line-spacing.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-linked.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-list.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-marker.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-menu-left.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-menu-right.png
|
||||
share/doc/gimp/libgimpwidgets/gimp-merge-down.png
|
||||
|
|
@ -1698,6 +1699,7 @@ share/gimp/icons/Color/scalable/apps/gimp-letter-spacing.svg
|
|||
share/gimp/icons/Color/scalable/apps/gimp-line-spacing.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-linked.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-list.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-marker.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-menu-left.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-menu-right.svg
|
||||
share/gimp/icons/Color/scalable/apps/gimp-merge-down.svg
|
||||
|
|
@ -1884,6 +1886,7 @@ share/gimp/icons/Color/scalable/apps/media-floppy.svg
|
|||
share/gimp/icons/Color/scalable/apps/media-optical.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-playback-pause.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-playback-start.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-record.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-seek-backward.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-skip-backward.svg
|
||||
share/gimp/icons/Color/scalable/apps/media-skip-forward.svg
|
||||
|
|
@ -2646,6 +2649,7 @@ share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-letter-spacing.svg
|
|||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-line-spacing.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-linked.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-list.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-marker.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-menu-left.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-menu-right.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/gimp-merge-down.svg
|
||||
|
|
@ -2832,6 +2836,7 @@ share/gimp/icons/Symbolic-Inverted/scalable/apps/media-floppy.svg
|
|||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-optical.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-playback-pause.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-playback-start.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-record.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-seek-backward.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-skip-backward.svg
|
||||
share/gimp/icons/Symbolic-Inverted/scalable/apps/media-skip-forward.svg
|
||||
|
|
@ -3147,6 +3152,7 @@ share/gimp/icons/Symbolic/scalable/apps/gimp-letter-spacing.svg
|
|||
share/gimp/icons/Symbolic/scalable/apps/gimp-line-spacing.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-linked.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-list.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-marker.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-menu-left.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-menu-right.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/gimp-merge-down.svg
|
||||
|
|
@ -3333,6 +3339,7 @@ share/gimp/icons/Symbolic/scalable/apps/media-floppy.svg
|
|||
share/gimp/icons/Symbolic/scalable/apps/media-optical.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-playback-pause.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-playback-start.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-record.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-seek-backward.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-skip-backward.svg
|
||||
share/gimp/icons/Symbolic/scalable/apps/media-skip-forward.svg
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp
|
||||
DISTVERSION?= 2.10.6
|
||||
DISTVERSION?= 2.10.8
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH?= 2
|
||||
CATEGORIES= graphics gnome
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Imager
|
||||
PORTVERSION= 1.006
|
||||
PORTVERSION= 1.007
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -24,12 +24,12 @@ TEST_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
|||
|
||||
USES= jpeg perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
CONFIGURE_ENV= IM_CFLAGS="${CFLAGS}" \
|
||||
IM_INCPATH=${LOCALBASE}/include \
|
||||
IM_LIBPATH=${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imager \
|
||||
-name "*.so" -exec ${STRIP_CMD} {} \;
|
||||
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imager -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1503844755
|
||||
SHA256 (Imager-1.006.tar.gz) = c1e434a4de6250e3b229aa74aa653e56c38f981864f71a975366c50559c9d52b
|
||||
SIZE (Imager-1.006.tar.gz) = 1230141
|
||||
TIMESTAMP = 1543058746
|
||||
SHA256 (Imager-1.007.tar.gz) = adc12651e53e9226eb05482bf5f6faf77703af036fb922bc8c3f077f25b98d63
|
||||
SIZE (Imager-1.007.tar.gz) = 1232544
|
||||
|
|
|
|||
|
|
@ -14,15 +14,11 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
|||
LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
BROKEN_mips= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
||||
BROKEN_mips64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
||||
BROKEN_powerpc64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource compiler:c++11-lang
|
||||
CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -16,9 +16,7 @@ LICENSE= MIT
|
|||
BUILD_DEPENDS= swig3.0:devel/swig30
|
||||
LIB_DEPENDS= libSoQt.so:x11-toolkits/soqt
|
||||
|
||||
BROKEN_powerpc64= fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
|
||||
|
||||
USES= zip python:2.7
|
||||
USES= compiler:c11 python:2.7 zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
BINARY_ALIAS= swig=swig3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ CATEGORIES= hebrew kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Hebrew messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= he
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= hungarian kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Hungarian messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= hu
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= japanese kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Japanese messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= ja
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ CATEGORIES= korean kde
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Korean messages and documentation for KDE SC 4
|
||||
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
KDE4_L10N= ko
|
||||
|
||||
.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= erlang
|
||||
PORTVERSION= 18.3.4.10
|
||||
PORTVERSION= 18.3.4.11
|
||||
CATEGORIES= lang parallel java
|
||||
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
|
||||
http://erlang.stacken.kth.se/download/:erlangorg \
|
||||
|
|
@ -22,7 +22,7 @@ PATCHFILES= patch-otp-18.3.1 patch-otp-18.3.2 patch-otp-18.3.3 \
|
|||
patch-otp-18.3.4 patch-otp-18.3.4.1 patch-otp-18.3.4.2 \
|
||||
patch-otp-18.3.4.3 patch-otp-18.3.4.4 patch-otp-18.3.4.5 \
|
||||
patch-otp-18.3.4.6 patch-otp-18.3.4.7 patch-otp-18.3.4.8 \
|
||||
patch-otp-18.3.4.9 patch-otp-18.3.4.10
|
||||
patch-otp-18.3.4.9 patch-otp-18.3.4.10 patch-otp-18.3.4.11
|
||||
|
||||
MAINTAINER= erlang@FreeBSD.org
|
||||
COMMENT= Functional programming language from Ericsson
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1540849003
|
||||
TIMESTAMP = 1542300070
|
||||
SHA256 (erlang/otp_src_18.3.tar.gz) = fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3
|
||||
SIZE (erlang/otp_src_18.3.tar.gz) = 68292101
|
||||
SHA256 (erlang/preloaded-18.3.4.10.tar.gz) = b1b2c8e3c7b2e40805c30ec0f7455e99c9d9c046405bb5c44de078afded0bf0b
|
||||
SIZE (erlang/preloaded-18.3.4.10.tar.gz) = 305271
|
||||
SHA256 (erlang/preloaded-18.3.4.11.tar.gz) = 70bb83686445e4960ff178dfc9df7ad6e9bf018ec9cf45526fe5300cfb0c1b92
|
||||
SIZE (erlang/preloaded-18.3.4.11.tar.gz) = 305266
|
||||
SHA256 (erlang/patch-otp-18.3.1) = 19a45ed599f4348dd83540c4c3a60bfe20dac5f83643cff1dd71d1b5af1e9bae
|
||||
SIZE (erlang/patch-otp-18.3.1) = 20435
|
||||
SHA256 (erlang/patch-otp-18.3.2) = 064065ebeadc26a76fcd1b291bc884039117ee8699fe5015809a025dc63a0f35
|
||||
|
|
@ -31,3 +31,5 @@ SHA256 (erlang/patch-otp-18.3.4.9) = 3d031267f0111c9bd9a55d44a4f8cb67ad4cfda44f2
|
|||
SIZE (erlang/patch-otp-18.3.4.9) = 5284
|
||||
SHA256 (erlang/patch-otp-18.3.4.10) = 51f1840f3969fe28a042507a803871a132a483008e58a80e15877c8938bc0175
|
||||
SIZE (erlang/patch-otp-18.3.4.10) = 5159
|
||||
SHA256 (erlang/patch-otp-18.3.4.11) = ff2402592d1d6ba44043b8cdb28b7f569c48e1920691e2709dad2e8f9bd2b850
|
||||
SIZE (erlang/patch-otp-18.3.4.11) = 34336
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= erlang
|
||||
PORTVERSION= 20.3.8.13
|
||||
PORTVERSION= 20.3.8.14
|
||||
CATEGORIES= lang parallel java
|
||||
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
|
||||
http://erlang.stacken.kth.se/download/:erlangorg \
|
||||
|
|
@ -24,7 +24,8 @@ PATCHFILES= patch-otp-20.3.1 patch-otp-20.3.2 patch-otp-20.3.3 \
|
|||
patch-otp-20.3.8.2 patch-otp-20.3.8.3 patch-otp-20.3.8.4 \
|
||||
patch-otp-20.3.8.5 patch-otp-20.3.8.6 patch-otp-20.3.8.7 \
|
||||
patch-otp-20.3.8.8 patch-otp-20.3.8.9 patch-otp-20.3.8.10 \
|
||||
patch-otp-20.3.8.11 patch-otp-20.3.8.12 patch-otp-20.3.8.13
|
||||
patch-otp-20.3.8.11 patch-otp-20.3.8.12 patch-otp-20.3.8.13 \
|
||||
patch-otp-20.3.8.14
|
||||
|
||||
MAINTAINER= erlang@FreeBSD.org
|
||||
COMMENT= Functional programming language from Ericsson
|
||||
|
|
@ -46,6 +47,7 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_DEFINE= DIRTY DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
|
||||
OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
|
||||
OPTIONS_EXCLUDE_powerpc64= HIPE
|
||||
|
||||
DIRTY_DESC= Enable Dirty schedulers
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1542101854
|
||||
TIMESTAMP = 1542312055
|
||||
SHA256 (erlang/otp_src_20.3.tar.gz) = 4e19e6c403d5255531c0b870f19511c8b8e3b080618e4f9efcb44d905935b2a1
|
||||
SIZE (erlang/otp_src_20.3.tar.gz) = 88170904
|
||||
SHA256 (erlang/preloaded-20.3.8.13.tar.gz) = d8dd9bd545ce99614ca5e5c34bfb2f87fa73ab5272d0edf91c3c0233cf1fc908
|
||||
SIZE (erlang/preloaded-20.3.8.13.tar.gz) = 334971
|
||||
SHA256 (erlang/preloaded-20.3.8.14.tar.gz) = d9cbadd9fb1f9d234bd9c82eedf5c01a57ef5be119cac79036d7f3add25aa55d
|
||||
SIZE (erlang/preloaded-20.3.8.14.tar.gz) = 334975
|
||||
SHA256 (erlang/patch-otp-20.3.1) = 3d43c6ecb867c64318466eb7adeb8953669cb092bb4b43bbe1b51cfb8d640ee8
|
||||
SIZE (erlang/patch-otp-20.3.1) = 5316
|
||||
SHA256 (erlang/patch-otp-20.3.2) = b4fa80bab29f1382510ad5b3fc66fd5d1aba35bb48ce390763eb05c88a3e44b1
|
||||
|
|
@ -45,3 +45,5 @@ SHA256 (erlang/patch-otp-20.3.8.12) = d207aa52384f9ec151b6a697938c1b9f3fedd74e1d
|
|||
SIZE (erlang/patch-otp-20.3.8.12) = 36832
|
||||
SHA256 (erlang/patch-otp-20.3.8.13) = 5409e03f3ff57fefe4ab1366d470bcdeea4e395ab07f27e8ce771de12c4844f3
|
||||
SIZE (erlang/patch-otp-20.3.8.13) = 7279
|
||||
SHA256 (erlang/patch-otp-20.3.8.14) = e8f7ac2f1f10185e1666785ba4a3cc60c46f14d46ceb04c45672bf323c83cef7
|
||||
SIZE (erlang/patch-otp-20.3.8.14) = 6822
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ CONFIGURE_ARGS+=--disable-nls \
|
|||
--with-system-zlib
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
USE_LDCONFIG= ${TARGLIB}
|
||||
PLIST_SUB= GCC_VERSION=${GCC_VERSION} \
|
||||
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \
|
||||
GNU_HOST=${CONFIGURE_TARGET} \
|
||||
SUFFIX=${SUFFIX}
|
||||
INFO= gcc${SUFFIX}/cpp \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= ${OCTAVE_VERSION}
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= math java
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
@ -67,7 +67,9 @@ CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \
|
|||
MOC_QTVER=${LOCALBASE}/bin/moc \
|
||||
UIC_QTVER=${LOCALBASE}/bin/uic \
|
||||
RCC_QTVER=${LOCALBASE}/bin/rcc \
|
||||
ac_cv_type_max_align_t=yes
|
||||
ac_cv_type_max_align_t=yes \
|
||||
ac_cv_path_SED=${LOCALBASE}/bin/gsed
|
||||
|
||||
CONFIGURE_ARGS= --host=${GNU_HOST} \
|
||||
--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
|
||||
--with-lapack="${LAPACKLIB}" \
|
||||
|
|
|
|||
|
|
@ -2191,6 +2191,14 @@ lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
|
|||
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-gui
|
||||
share/applications/org.octave.Octave.desktop
|
||||
share/icons/hicolor/128x128/apps/octave.png
|
||||
share/icons/hicolor/16x16/apps/octave.png
|
||||
share/icons/hicolor/22x22/apps/octave.png
|
||||
share/icons/hicolor/24x24/apps/octave.png
|
||||
share/icons/hicolor/256x256/apps/octave.png
|
||||
share/icons/hicolor/32x32/apps/octave.png
|
||||
share/icons/hicolor/48x48/apps/octave.png
|
||||
share/icons/hicolor/512x512/apps/octave.png
|
||||
share/icons/hicolor/64x64/apps/octave.png
|
||||
share/icons/hicolor/scalable/apps/octave.svg
|
||||
share/icons/hicolor/x/apps/octave.png
|
||||
share/metainfo/org.octave.Octave.appdata.xml
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl \
|
|||
# qwt.5:x11-toolkits/qwt5 \
|
||||
# qwtplot3d-qt4:math/qwtplot3d-qt4
|
||||
|
||||
USES= dos2unix gmake qmake qt:4 tar:bzip2
|
||||
USES= compiler:c++11-lang dos2unix gmake qmake qt:4 tar:bzip2
|
||||
USE_QT= gui opengl svg qt3support network assistantclient \
|
||||
moc_build rcc_build
|
||||
USE_GL= glu
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
PORTNAME= z3
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 4.7.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.8.3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
|
|
@ -16,6 +15,10 @@ USES= compiler:c++11-lang python:2.7,build
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Z3Prover
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DEBUG STATIC GMP
|
||||
|
||||
OPTIONS_DEFAULT= STATIC
|
||||
|
|
@ -28,13 +31,9 @@ STATIC_CONFIGURE_ON= --staticlib
|
|||
|
||||
GMP_DESC= Use GMP library for AP arithmetic
|
||||
GMP_CONFIGURE_ON= --gmp
|
||||
GMP_CXXFLAGS= -I${LOCALBASE}/include
|
||||
GMP_LDFLAGS= -L${LOCALBASE}/lib
|
||||
GMP_USES= localbase:ldflags
|
||||
GMP_LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
USE_LDCONFIG= yes
|
||||
LDFLAGS_i386= -Wl,-znotext
|
||||
BUILD_WRKSRC= ${WRKSRC}/build
|
||||
INSTALL_WRKSRC= ${WRKSRC}/build
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1529241358
|
||||
SHA256 (Z3Prover-z3-z3-4.7.1_GH0.tar.gz) = a353e3da00cdaffd258052cc1406efc854606855222ab4bfd5679c58af5c11c7
|
||||
SIZE (Z3Prover-z3-z3-4.7.1_GH0.tar.gz) = 4015416
|
||||
TIMESTAMP = 1542720512
|
||||
SHA256 (Z3Prover-z3-z3-4.8.3_GH0.tar.gz) = 21620b68c373cdea0d3b2cf24020be4ecfb22eddc6629663f6e9ce31cfdc78de
|
||||
SIZE (Z3Prover-z3-z3-4.8.3_GH0.tar.gz) = 4119116
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ include/z3_api.h
|
|||
include/z3_ast_containers.h
|
||||
include/z3_fixedpoint.h
|
||||
include/z3_fpa.h
|
||||
include/z3_interp.h
|
||||
include/z3_macros.h
|
||||
include/z3_optimization.h
|
||||
include/z3_polynomial.h
|
||||
include/z3_rcf.h
|
||||
include/z3_spacer.h
|
||||
include/z3_v1.h
|
||||
include/z3_version.h
|
||||
%%STATIC%%lib/libz3.a
|
||||
lib/libz3.so
|
||||
lib/libz3.so.0
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue