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 Aug 19, 2016
1 parent 104c920 commit 6dd88ea
Show file tree
Hide file tree
Showing 256 changed files with 5,192 additions and 1,232 deletions.
2 changes: 1 addition & 1 deletion archivers/zstd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= zstd
PORTVERSION= 0.8.0
PORTVERSION= 0.8.1
DISTVERSIONPREFIX= v
CATEGORIES= archivers

Expand Down
6 changes: 3 additions & 3 deletions archivers/zstd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1470041319
SHA256 (Cyan4973-zstd-v0.8.0_GH0.tar.gz) = 297ef978fd956a503de6a303f7d58714de3300f602c7cf5e4b382a82f1483051
SIZE (Cyan4973-zstd-v0.8.0_GH0.tar.gz) = 596389
TIMESTAMP = 1471529863
SHA256 (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 4632bee45988dd0fe3edf1e67bdf0a833895cbb1a7d1eb23ef0b7d753f8bffdd
SIZE (Cyan4973-zstd-v0.8.1_GH0.tar.gz) = 605676
2 changes: 2 additions & 0 deletions audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
SUBDIR += asunder
SUBDIR += atunes
SUBDIR += aubio
SUBDIR += aucatctl
SUBDIR += audacity
SUBDIR += audex
SUBDIR += audiere
Expand Down Expand Up @@ -609,6 +610,7 @@
SUBDIR += pragha
SUBDIR += puddletag
SUBDIR += pulseaudio
SUBDIR += pulseaudio-module-sndio
SUBDIR += py-al
SUBDIR += py-ao
SUBDIR += py-apetag
Expand Down
29 changes: 29 additions & 0 deletions audio/aucatctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Created by: Tobias Kortkamp <[email protected]>
# $FreeBSD$

# Based on the OpenBSD port audio/aucatctl
# $OpenBSD: Makefile,v 1.3 2014/07/13 11:40:23 armani Exp $

PORTNAME= aucatctl
PORTVERSION= 0.1
CATEGORIES= audio
MASTER_SITES= http://www.sndio.org/

MAINTAINER= [email protected]
COMMENT= Control sndiod and/or aucat volumes

LICENSE= ISCL

LIB_DEPENDS= libsndio.so:audio/sndio

MAKE_ARGS= INCLUDE="-I${LOCALBASE}/include" \
LIB="-L${LOCALBASE}/lib"

PLIST_FILES= bin/aucatctl \
man/man1/aucatctl.1.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aucatctl ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aucatctl.1 ${STAGEDIR}${PREFIX}/man/man1

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions audio/aucatctl/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1469051487
SHA256 (aucatctl-0.1.tar.gz) = 524f2fae47db785234f166551520d9605b9a27551ca438bd807e3509ce246cf0
SIZE (aucatctl-0.1.tar.gz) = 4364
4 changes: 4 additions & 0 deletions audio/aucatctl/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The aucatctl utility sends MIDI messages to control sndiod and/or
aucat volumes.

WWW: http://www.sndio.org/
30 changes: 30 additions & 0 deletions audio/pulseaudio-module-sndio/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Created by: Tobias Kortkamp <[email protected]>
# $FreeBSD$

PORTNAME= pulseaudio-module-sndio
PORTVERSION= 8.0
CATEGORIES= audio

MAINTAINER= [email protected]
COMMENT= Sndio module for PulseAudio

LICENSE= ISCL

LIB_DEPENDS+= libsndio.so:audio/sndio \
libpulse.so:audio/pulseaudio

USES= pkgconfig

PULSE_VERSION?= ${PORTVERSION}
PULSE_MODDIR= ${LOCALBASE}/lib/pulse-${PULSE_VERSION}/modules

USE_GITHUB= yes
GH_ACCOUNT= t6

MAKE_ARGS= PULSE_VERSION="${PULSE_VERSION}" \
PULSE_MODDIR="${PULSE_MODDIR}" \
STAGEDIR="${STAGEDIR}"

PLIST_FILES= ${PULSE_MODDIR}/module-sndio.so

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions audio/pulseaudio-module-sndio/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1470670520
SHA256 (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = eae7dce7220af6a508a42fcfe22d365c495e9dd2ab4d2eb1dae4c0bef0f9581a
SIZE (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = 92204
3 changes: 3 additions & 0 deletions audio/pulseaudio-module-sndio/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A module for PulseAudio to support playing to sndio servers.

WWW: https://github.com/t6/pulseaudio-module-sndio/
9 changes: 9 additions & 0 deletions audio/pulseaudio-module-sndio/pkg-message
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To use the sndio PulseAudio module load it with

pacmd load-module module-sndio

You can use audio/pavucontrol or pacmd to switch a specific stream
over to use it. Unloading the OSS module will send all streams over
sndio:

pacmd unload-module module-oss
3 changes: 1 addition & 2 deletions audio/teamspeak3-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= teamspeak3-server
PORTVERSION= 3.0.13
PORTREVISION= 1
PORTVERSION= 3.0.13.2
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \
Expand Down
12 changes: 6 additions & 6 deletions audio/teamspeak3-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1470239631
SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 545eeb535412b2ee04f8d17bb24536f7dc521d21bec89c7160ddb4f15c21120f
SIZE (teamspeak3-server_freebsd_amd64-3.0.13.tar.bz2) = 5961882
TIMESTAMP = 1470240656
SHA256 (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 72c8d3304095334a309f968ab5efe6ccf37b4c9a2c1f8820dfcb59aa7bd495b4
SIZE (teamspeak3-server_freebsd_x86-3.0.13.tar.bz2) = 5896735
TIMESTAMP = 1471365296
SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = d390c1654da912955dd437fcb3ebe97abfd419fd3fb2643f8dec5a7cedd53db2
SIZE (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = 6007377
TIMESTAMP = 1471365315
SHA256 (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 30afdc5e88d7e3f7e5772adbf12b23b1b34438554ed582eb3dc7301d5dd38102
SIZE (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 5930790
7 changes: 4 additions & 3 deletions audio/teamspeak3-server/files/pkg-message.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ into the logs in %%LOGDIR%%
TeamSpeak DNS server (tsdns) is not handled by this port. If you
need it, please download and install it manually.

Version 3.0.13 adds ipv6 support, if ipv6 is not desired, it can be
removed by added 'voice_ip=0.0.0.0' and 'filetransfer_ip=0.0.0.0'
to %%ETCDIR%%/ts3server.ini
Version 3.0.13 adds ipv6 support. To disable ipv6, add 'voice_ip=0.0.0.0'
and 'filetransfer_ip=0.0.0.0' to
%%ETCDIR%%/ts3server.ini
The default value is 0.0.0.0 / 0::0, which activates IPv6.
2 changes: 1 addition & 1 deletion benchmarks/stress-ng/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= stress-ng
PORTVERSION= 0.06.12
PORTVERSION= 0.06.14
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/stress-ng/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1468828212
SHA256 (stress-ng-0.06.12.tar.gz) = ca0d610274bf70923572d00019b1b358b620696a58f23bee6d889ad332d5216d
SIZE (stress-ng-0.06.12.tar.gz) = 330334
TIMESTAMP = 1471512152
SHA256 (stress-ng-0.06.14.tar.gz) = 1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a
SIZE (stress-ng-0.06.14.tar.gz) = 332760
17 changes: 6 additions & 11 deletions biology/lamarc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,20 @@ COMMENT= Package of programs for computing population parameters

LICENSE= APACHE20

OPTIONS_DEFINE= WXGTK DOCS

WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}

GNU_CONFIGURE= yes

PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}

.include <bsd.port.options.mk>
OPTIONS_DEFINE= WXGTK DOCS

.if ${PORT_OPTIONS:MWXGTK}
USE_WX= 2.8
WX_CONF_ARGS= absolute
WX_UNICODE= yes
PLIST_FILES+= bin/lam_conv
.else
CONFIGURE_ARGS+= --disable-converter
.endif
WXGTK_USE= WX=2.8
WXGTK_VARS= WX_CONF_ARGS=absolute
WXGTK_PLIST_FILES= bin/lam_conv
WXGTK_CONFIGURE_OFF= --disable-converter
WXGTK_BROKEN= does not build

post-patch:
@${REINPLACE_CMD} -e \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- src/control/defaults.h.orig
--- src/control/defaults.h.orig 2012-05-01 21:38:26 UTC
+++ src/control/defaults.h
@@ -3,6 +3,7 @@
#ifndef DEFAULTS_H
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- src/tools/stringx.h.orig 2012-12-03 12:01:34.000000000 +0100
+++ src/tools/stringx.h 2012-12-03 12:02:30.000000000 +0100
@@ -107,6 +107,26 @@
--- src/tools/stringx.h.orig 2011-04-23 02:02:49 UTC
+++ src/tools/stringx.h
@@ -107,6 +107,26 @@ struct CIStringCompare : public std::bin

bool ciStringEqual(const std::string& s1, const std::string& s2);

Expand All @@ -27,7 +27,7 @@
//------------------------------------------------------------------------------------

template <class T>
@@ -188,26 +208,6 @@
@@ -188,26 +208,6 @@ bool FromString(const std::string & in,

DoubleVec1d StringToDoubleVecOrBarf(const std::string& in);

Expand Down
2 changes: 2 additions & 0 deletions comms/hylafax/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COMMENT= Fax software
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT

BROKEN= receiving fax does not work (Bugs No. 200922)

BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:print/afm
LIB_DEPENDS= libtiff.so:graphics/tiff \
libjbig.so:graphics/jbigkit
Expand Down
9 changes: 4 additions & 5 deletions databases/firebird25-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# $FreeBSD$

PORTNAME= firebird
PORTVERSION= 2.5.4
PORTREVISION= 7
PORTVERSION= 2.5.6
CATEGORIES?= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.26856-0
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.27020-0
DIST_SUBDIR= ${PORTNAME}

MAINTAINER= [email protected]
Expand All @@ -24,7 +23,7 @@ LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS= libicuuc.so:devel/icu

USES= gmake pkgconfig tar:bzip2
USES= cpe gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes

Expand Down Expand Up @@ -90,7 +89,7 @@ UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql
PKGINSTALL?= ${PKGDIR}/pkg-install-server
.else
# Client part stuff
LIB_DEPENDS+= libedit.so.0:devel/libedit
USES+= libedit
LDFLAGS+= -L${LOCALBASE}/lib # to link in lncurses pulled in by libedit

CONFIGURE_ARGS+= --with-system-editline
Expand Down
5 changes: 3 additions & 2 deletions databases/firebird25-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 4e775dcf218640d3af507a816aef0060f52a295b9ee5f66ec66f0b0564da18d3
SIZE (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 13744859
TIMESTAMP = 1468845026
SHA256 (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 8e416f2f9a8f1fce2aa872925ca2016010878265ec56fe0a32a73e0080378826
SIZE (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 13610463
11 changes: 0 additions & 11 deletions databases/firebird25-server/files/patch-builds-posix_empty.vers

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- builds/install/misc/firebird.conf.in Tue Aug 15 22:38:52 2006
+++ builds/install/misc/firebird.conf.in Tue Aug 15 22:39:24 2006
--- builds/install/misc/firebird.conf.in.orig 2016-06-30 09:34:53 UTC
+++ builds/install/misc/firebird.conf.in
@@ -60,7 +60,7 @@
#
# Type: string
Expand All @@ -9,7 +9,7 @@


# ----------------------------
@@ -125,7 +125,7 @@
@@ -137,7 +137,7 @@
#
# Type: string (special format)
#
Expand Down
11 changes: 11 additions & 0 deletions databases/firebird25-server/files/patch-builds_posix_empty.vers
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- builds/posix/empty.vers.orig 2016-06-30 09:34:53 UTC
+++ builds/posix/empty.vers
@@ -27,6 +27,8 @@
{
global:
main;
+ __progname;
+ environ;

local:
*;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- builds/posix/firebird.vers 2013-10-02 18:30:51.000000000 -0500
+++ builds/posix/firebird.vers 2013-10-02 18:31:25.000000000 -0500
--- builds/posix/firebird.vers.orig 2016-06-30 09:34:53 UTC
+++ builds/posix/firebird.vers
@@ -25,6 +25,8 @@

{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- builds/posix/make.defaults.orig 2015-03-27 13:46:38 UTC
--- builds/posix/make.defaults.orig 2016-06-30 09:34:53 UTC
+++ builds/posix/make.defaults
@@ -126,7 +126,7 @@ RM_R= rm -rf
CHMOD= chmod
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- builds/posix/make.rules.orig 2015-03-27 13:46:38 UTC
--- builds/posix/make.rules.orig 2016-06-30 09:34:53 UTC
+++ builds/posix/make.rules
@@ -37,6 +37,8 @@ WFLAGS:=$(CPPFLAGS) -I$(SRC_ROOT)/includ

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- src/common/classes/FpeControl.h.orig 2015-03-27 14:47:01.000000000 +0100
+++ src/common/classes/FpeControl.h 2016-04-02 19:45:10.096583000 +0200
@@ -223,13 +223,13 @@
--- src/common/classes/FpeControl.h.orig 2016-06-30 09:34:54 UTC
+++ src/common/classes/FpeControl.h
@@ -223,13 +223,13 @@ inline bool isinf(double x)
return (!_finite (x) && !isnan(x));
}
#else
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--- src/jrd/isc_sync.cpp 2011-08-30 08:48:04.000000000 -0500
+++ src/jrd/isc_sync.cpp 2011-10-19 15:00:50.000000000 -0500
@@ -320,7 +320,7 @@
--- src/jrd/isc_sync.cpp.orig 2016-06-30 09:34:54 UTC
+++ src/jrd/isc_sync.cpp
@@ -677,7 +677,7 @@ namespace {
public:
const static int N_FILES = 8;
const static int N_FILES = 128;
const static int N_SETS = 256;
-#if defined(DEV_BUILD)
+#if defined(DEV_BUILD) || defined(FREEBSD)
Expand Down
2 changes: 1 addition & 1 deletion databases/firebird25-server/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libexec/firebird/intl/fbintl.conf
@group firebird
@sample /%%LOCALSTATEDIR%%/security2.fdb.sample
/%%LOCALSTATEDIR%%/help/help.fdb
@unexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log
@preunexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log
@rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname`
@rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname`
@rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname`
Expand Down
2 changes: 1 addition & 1 deletion databases/hsqldb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= hsqldb
PORTVERSION= 2.3.3
PORTVERSION= 2.3.4
CATEGORIES= databases java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_2_3

Expand Down
5 changes: 3 additions & 2 deletions databases/hsqldb/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (hsqldb-2.3.3.zip) = b9a84c79a62fd0ca4af126f49aed8a6d21440f1007f1e13e8cfeb8a67dbd473e
SIZE (hsqldb-2.3.3.zip) = 7768831
TIMESTAMP = 1469742798
SHA256 (hsqldb-2.3.4.zip) = c00547495ca8f1de29ccbdd41965ab130acbc616f32dcbe58b3aed16169c962e
SIZE (hsqldb-2.3.4.zip) = 7847408
6 changes: 3 additions & 3 deletions databases/hsqldb/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
%%JAVAJARDIR%%/hsqldb.jar
%%JAVAJARDIR%%/hsqljdbc.jar
%%JAVAJARDIR%%/sqltool.jar
%%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-frame.html
%%PORTDOCS%%%%DOCSDIR%%/apidocs/allclasses-noframe.html
%%PORTDOCS%%%%DOCSDIR%%/apidocs/constant-values.html
Expand Down Expand Up @@ -340,3 +337,6 @@
%%PORTDOCS%%%%DOCSDIR%%/verbatim/src/org/hsqldb/test/TestBase.java
%%PORTDOCS%%%%DOCSDIR%%/verbatim/testrun/sqltool/sqljrt.sql
%%PORTDOCS%%%%DOCSDIR%%/verbatim/testrun/sqltool/sqlpsm.sql
%%JAVAJARDIR%%/hsqldb.jar
%%JAVAJARDIR%%/hsqljdbc.jar
%%JAVAJARDIR%%/sqltool.jar
Loading

0 comments on commit 6dd88ea

Please sign in to comment.