Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Oct 4, 2016
1 parent 5970577 commit 3023a4c
Show file tree
Hide file tree
Showing 197 changed files with 1,619 additions and 3,027 deletions.
6 changes: 3 additions & 3 deletions audio/flacon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= flacon
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
DISTVERSION= 2.1.0
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -25,9 +25,9 @@ QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON
QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build}
QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build}

_QT4_DEPS= gui,network
_QT4_DEPS= corelib,gui,network
_QT4_BDEPS= linguisttools,moc,qmake,rcc,uic
_QT5_DEPS= gui,network,widgets
_QT5_DEPS= core,gui,network,widgets
_QT5_BDEPS= qmake,buildtools,linguisttools

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions audio/flacon/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (flacon-flacon-v2.0.0_GH0.tar.gz) = abd6420d8c686bc19f148d9f4b220474939a998d9a214106b5a9c1e2058107f3
SIZE (flacon-flacon-v2.0.0_GH0.tar.gz) = 317343
TIMESTAMP = 1475427605
SHA256 (flacon-flacon-v2.1.0_GH0.tar.gz) = 787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d
SIZE (flacon-flacon-v2.1.0_GH0.tar.gz) = 337008
22 changes: 0 additions & 22 deletions audio/flacon/files/patch-inputaudiofile.cpp

This file was deleted.

2 changes: 2 additions & 0 deletions audio/flacon/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ share/icons/hicolor/48x48/apps/flacon.png
%%DATADIR%%/translations/flacon_ja_JP.qm
%%DATADIR%%/translations/flacon_lt.qm
%%DATADIR%%/translations/flacon_nb.qm
%%DATADIR%%/translations/flacon_nl.qm
%%DATADIR%%/translations/flacon_pl.qm
%%DATADIR%%/translations/flacon_pl_PL.qm
%%DATADIR%%/translations/flacon_pt_BR.qm
%%DATADIR%%/translations/flacon_pt_PT.qm
%%DATADIR%%/translations/flacon_ro_RO.qm
%%DATADIR%%/translations/flacon_ru.qm
%%DATADIR%%/translations/flacon_sr.qm
%%DATADIR%%/translations/[email protected]
%%DATADIR%%/translations/flacon_tr.qm
%%DATADIR%%/translations/flacon_uk.qm
%%DATADIR%%/translations/flacon_zh_CN.qm
Expand Down
29 changes: 18 additions & 11 deletions audio/schism/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
# $FreeBSD$

PORTNAME= schism
PORTVERSION= 20100101
PORTREVISION= 4
PORTVERSION= 20160521
CATEGORIES= audio
MASTER_SITES= http://schismtracker.org/dl/ \
LOCAL/ehaupt
DISTNAME= schismtracker-${PORTVERSION}

MAINTAINER= [email protected]
COMMENT= Module tracker editor/player resembling impulse tracker
Expand All @@ -16,17 +12,28 @@ LICENSE= GPLv2

ONLY_FOR_ARCHS= i386 amd64

USES= tar:bzip2
USE_SDL= yes
USES= autoreconf python compiler:c++11-lib
USE_SDL= sdl
USE_XORG= x11 xext xv
GNU_CONFIGURE= yes

PLIST_FILES= bin/${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= schismtracker
GH_PROJECT= schismtracker

WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/${PORTNAME}

# releases up to version 20120105 either segfault or don't run
PORTSCOUT= skipv:20100202,20101127,20101128,20110101,20120105
# if you touch these make sure configure finds X11/XKBlib.h presence
LDFLAGS+= `sdl-config --libs`
LIBS+= -lm -lX11
CPPFLAGS+= -I${LOCALBASE}/include

post-patch:
@${REINPLACE_CMD} \
-e "s|^\(AC_INIT.*\)\[last_git_commit\]|\1${PORTVERSION}|" \
-e '/^m4_define.*last_git_commit.*git/d' \
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e '/^schismtracker_LDADD/d' ${WRKSRC}/Makefile.am

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
Expand Down
5 changes: 3 additions & 2 deletions audio/schism/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (schismtracker-20100101.tar.bz2) = bbcd82f0ae9d97361ba21c75296de3481b84cfea2ed9e68a5bafb5364f2a3894
SIZE (schismtracker-20100101.tar.bz2) = 1047576
TIMESTAMP = 1475444087
SHA256 (schismtracker-schismtracker-20160521_GH0.tar.gz) = 9f49028dbf7c90fd0a9f0c664b47e479c81e6d4f746a8624a98de6513911d930
SIZE (schismtracker-schismtracker-20160521_GH0.tar.gz) = 1026780
17 changes: 0 additions & 17 deletions audio/schism/files/patch-modplug_snd__gm.c

This file was deleted.

10 changes: 10 additions & 0 deletions audio/schism/files/patch-player_snd__gm.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- player/snd_gm.c.orig 2016-10-03 07:37:10 UTC
+++ player/snd_gm.c
@@ -33,6 +33,7 @@
#include "snd_gm.h"

#include <math.h> // for log and log2
+#include <tgmath.h>
#if !defined(HAVE_LOG2) && !defined(__USE_ISOC99) && !defined(log2)
static double log2(double d)
{
7 changes: 3 additions & 4 deletions converters/enca/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= enca
PORTVERSION= 1.18
PORTVERSION= 1.19
CATEGORIES= converters textproc russian ukrainian
MASTER_SITES= http://dl.cihar.com/enca/

Expand All @@ -16,12 +16,11 @@ BUILD_DEPENDS= umap:converters/p5-Unicode-Map8
LIB_DEPENDS= librecode.so:converters/recode
RUN_DEPENDS= umap:converters/p5-Unicode-Map8

USES= gmake iconv libtool pathfix pkgconfig tar:xz
USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= DOCS

Expand Down
5 changes: 3 additions & 2 deletions converters/enca/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (enca-1.18.tar.xz) = 019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c
SIZE (enca-1.18.tar.xz) = 453512
TIMESTAMP = 1473534711
SHA256 (enca-1.19.tar.xz) = 3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8
SIZE (enca-1.19.tar.xz) = 465412
7 changes: 4 additions & 3 deletions databases/db6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= db6
PORTVERSION= 6.2.23
PORTREVISION= 1
CATEGORIES= databases java
MASTER_SITES= http://download.oracle.com/berkeley-db/
PKGNAMEPREFIX?=
Expand Down Expand Up @@ -63,9 +64,9 @@ DOCS_INSTALL_TARGET= install_docs

.include <bsd.port.options.mk>

.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*}
# db6 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227
# and also bug #205001
.if ${ARCH:Marm*} && empty(ARCH:Marmv6*)
# db6 uses LDREX/STREX instructions for mutexes on ARM,
# which are unavailable before ARMv6.
CONFIGURE_ARGS+= --enable-posixmutexes
.endif

Expand Down
3 changes: 1 addition & 2 deletions databases/mysql-connector-java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= mysql-connector-java
PORTVERSION= 5.1.39
PORTVERSION= 5.1.40
CATEGORIES= databases java
MASTER_SITES= MYSQL/Connector-J

Expand Down Expand Up @@ -53,7 +53,6 @@ do-build-DOCS-on:
com.mysql.jdbc org.gjt.mm.mysql)
.endif

# Don't build the javadoc using JDK 1.8+ as it generates many errors
do-install:
@${ECHO_MSG} -n ">> Installing .jar files..."
${INSTALL_DATA} ${BUILDDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE}
Expand Down
6 changes: 3 additions & 3 deletions databases/mysql-connector-java/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1463998110
SHA256 (mysql-connector-java-5.1.39.tar.gz) = fa1bdc9ee5323642c5a533fa73fbcf537b26a979e5981c486c24256c433c7718
SIZE (mysql-connector-java-5.1.39.tar.gz) = 3899019
TIMESTAMP = 1475571381
SHA256 (mysql-connector-java-5.1.40.tar.gz) = 668330de57485999cdbbcad22ea21159a0fc3711f11ccbca7b12b65195fa7539
SIZE (mysql-connector-java-5.1.40.tar.gz) = 3911557
2 changes: 1 addition & 1 deletion databases/pear-Horde_Mongo/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= Horde_Mongo
PORTVERSION= 1.0.2
PORTVERSION= 1.1.0
CATEGORIES= databases www pear
PKGNAMEPREFIX= pear-

Expand Down
5 changes: 3 additions & 2 deletions databases/pear-Horde_Mongo/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b
SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015
TIMESTAMP = 1475534344
SHA256 (Horde/Horde_Mongo-1.1.0.tgz) = 1aaa2ce0005ed794848c75b8a7f884c0fc31a7050166e32b859ffc4e2d3047c5
SIZE (Horde/Horde_Mongo-1.1.0.tgz) = 99713
2 changes: 1 addition & 1 deletion databases/pg_citus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE= AGPLv3
USE_GITHUB= yes
GH_ACCOUNT= citusdata

USES= gmake pgsql:9.5+ autoreconf readline
USES= gmake pgsql:9.5 autoreconf readline
WANT_PGSQL= lib server
GNU_CONFIGURE= yes

Expand Down
10 changes: 6 additions & 4 deletions databases/pg_stat_kcache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@

PORTNAME= pg_stat_kcache
DISTVERSIONPREFIX= REL
DISTVERSION= 2_0_2
DISTVERSION= 2_0_3
CATEGORIES= databases

MAINTAINER= [email protected]
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage

LICENSE= PostgreSQL

USE_GITHUB= yes
GH_ACCOUNT= dalibo

MAINTAINER= [email protected]
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage

USES= gmake pgsql:9.4+
WANT_PGSQL= server contrib

Expand Down
6 changes: 3 additions & 3 deletions databases/pg_stat_kcache/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1464768857
SHA256 (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 72b8850c7ede052bce2a51aa6a11b3ec1db2214dcea3911be0aa5324040154f1
SIZE (dalibo-pg_stat_kcache-REL2_0_2_GH0.tar.gz) = 9731
TIMESTAMP = 1475570856
SHA256 (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = b1a5e66d58e98f5fbd6bf1b60c6105edc994df21b159590999bea6c60d6fc2f2
SIZE (dalibo-pg_stat_kcache-REL2_0_3_GH0.tar.gz) = 10323
6 changes: 3 additions & 3 deletions databases/pg_stat_kcache/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.orig 2016-01-21 22:44:44.214163699 +0100
+++ Makefile 2016-01-21 22:44:51.788162213 +0100
@@ -3,7 +3,7 @@
--- Makefile.orig 2015-03-17 16:28:17 UTC
+++ Makefile
@@ -3,7 +3,7 @@ EXTVERSION = $(shell grep default_vers
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
Expand Down
2 changes: 1 addition & 1 deletion databases/pg_stat_kcache/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gathers statistics about real reads and writes done by the filesystem layer. It
is provided in the form of an extension for PostgreSQL >= 9.4.

WWW: https://github.com/dalibo/pg_stat_kcache
WWW: https://github.com/dalibo/pg_stat_kcache
2 changes: 1 addition & 1 deletion databases/pg_stat_kcache/pkg-message
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
shared_preload_libraries in ~pgsql/data/postgresql.conf. For every database,
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS pg_stat_kcache

Expand Down
2 changes: 2 additions & 0 deletions databases/pg_stat_kcache/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
lib/postgresql/pg_stat_kcache.so
share/doc/postgresql/extension/pg_stat_kcache-README.rst
share/postgresql/extension/pg_stat_kcache--2.0.2--2.0.3.sql
share/postgresql/extension/pg_stat_kcache--2.0.1--2.0.2.sql
share/postgresql/extension/pg_stat_kcache--2.0.2.sql
share/postgresql/extension/pg_stat_kcache--2.0.3.sql
share/postgresql/extension/pg_stat_kcache.control
3 changes: 2 additions & 1 deletion databases/pgadmin3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PORTNAME= pgadmin3
PORTVERSION= 1.22.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src
DIST_SUBDIR= postgresql
Expand All @@ -23,6 +23,7 @@ USE_GNOME= libxml2 libxslt
USE_WX= 3.0
USE_CXXSTD= c++11
WX_COMPS= wx
INSTALLS_ICONS= yes
ICON_SIZES= 16 32

PLIST_FILES= bin/pgadmin3 share/applications/pgadmin3.desktop
Expand Down
5 changes: 4 additions & 1 deletion databases/py-apsw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= apsw
PORTVERSION= 3.13.0
PORTVERSION= 3.14.1
DISTVERSIONSUFFIX= -r1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -22,4 +22,7 @@ USE_PYTHON= distutils autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions databases/py-apsw/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1466256224
SHA256 (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = de096149be32716e9c5dda2d1f20d59bb0609504c66c68e0ea9a3bf9953085f0
SIZE (rogerbinns-apsw-3.13.0-r1_GH0.tar.gz) = 311159
TIMESTAMP = 1475531833
SHA256 (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 9b3fc7665f9ff7ac35d2b03ceabe649bcfef5e07ff340d5f2a58957710a15a3f
SIZE (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 311486
2 changes: 1 addition & 1 deletion databases/sqlitebrowser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= sqlitebrowser
PORTVERSION= 3.9.0
PORTVERSION= 3.9.1
DISTVERSIONPREFIX= v
CATEGORIES= databases

Expand Down
6 changes: 3 additions & 3 deletions databases/sqlitebrowser/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1472301221
SHA256 (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 0ccbf05e9c5f544a542399332dd70ef365fab4ded6b838e29ba4fb1375872bf2
SIZE (sqlitebrowser-sqlitebrowser-v3.9.0_GH0.tar.gz) = 1701943
TIMESTAMP = 1475468807
SHA256 (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8
SIZE (sqlitebrowser-sqlitebrowser-v3.9.1_GH0.tar.gz) = 1704713
9 changes: 5 additions & 4 deletions databases/virtuoso/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# $FreeBSD$

PORTNAME= virtuoso
PORTVERSION= 7.1.0
PORTREVISION= 5
PORTVERSION= 7.2.4.2
PORTREVISION= 0
CATEGORIES= databases
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-opensource-${PORTVERSION}
Expand All @@ -20,7 +20,8 @@ BUILD_DEPENDS= gawk:lang/gawk\
htmldoc:textproc/htmldoc\
flex>2.5.4:textproc/flex\
gperf>=3.0.3:devel/gperf
LIB_DEPENDS= libxml2.so:textproc/libxml2
LIB_DEPENDS= libxml2.so:textproc/libxml2\
libexecinfo.so:devel/libexecinfo

USES= gmake libtool readline uidfix
USE_AUTOTOOLS= autoheader aclocal
Expand All @@ -41,7 +42,7 @@ CONFIGURE_ARGS= --with-readline\
--datadir="${PREFIX}"\
--localstatedir="${PREFIX}"
CPPFLAGS+= -std=gnu89 ${IODBC_CPPFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
MAKE_ENV= PATH=${LOCALBASE}/bin:${PATH}\
ISQL=isql-vt
USE_RC_SUBR= virtuoso
Expand Down
Loading

0 comments on commit 3023a4c

Please sign in to comment.