*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
22b97c992b
commit
8ca7153b67
93 changed files with 346 additions and 251 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= deadbeef
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
|
||||
|
|
@ -20,8 +20,7 @@ CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static
|
|||
CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \
|
||||
-I../../plugins/gme/game-music-emu-0.6pre \
|
||||
-I./sidplay-libs/libsidplay/include/sidplay \
|
||||
-I${LOCALBASE}/include \
|
||||
-D__POSIX_VISIBLE
|
||||
-I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib -lexecinfo -lintl
|
||||
USE_GNOME= intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (deadbeef-0.7.0.tar.bz2) = 1dab69d00695b830724dfd8aa38f5cab851dbd02a3d95bce8b7720fdc38dd868
|
||||
SIZE (deadbeef-0.7.0.tar.bz2) = 4765372
|
||||
SHA256 (deadbeef-0.7.1.tar.bz2) = dc7f9e124d98baa77af2648e86ac807dc458f33b72d0792fb8be206e95085734
|
||||
SIZE (deadbeef-0.7.1.tar.bz2) = 4764841
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- plugins/artwork/artwork_internal.h.orig 2015-07-15 07:06:25 UTC
|
||||
+++ plugins/artwork/artwork_internal.h
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifndef __ARTWORK_INTERNAL_H
|
||||
#define __ARTWORK_INTERNAL_H
|
||||
|
||||
+#include <limits.h>
|
||||
#include "../../deadbeef.h"
|
||||
|
||||
#define min(x,y) ((x)<(y)?(x):(y))
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- plugins/artwork/cache.c.orig 2016-01-02 20:28:08 UTC
|
||||
+++ plugins/artwork/cache.c
|
||||
@@ -160,7 +160,8 @@ cache_cleaner_thread(void *none)
|
||||
usleep(100000);
|
||||
deadbeef->mutex_lock(thread_mutex);
|
||||
}
|
||||
- closedir(covers_dir);
|
||||
+ if (covers_dir)
|
||||
+ closedir(covers_dir);
|
||||
|
||||
/* Sleep until just after the oldest file expires */
|
||||
if (cache_expiry_seconds > 0 && !terminate) {
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dsbmixer
|
||||
PORTVERSION= 0.2.5
|
||||
PORTVERSION= 0.2.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freeshell.de/~mk/download/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dsbmixer-0.2.5.tgz) = 96fa3e0222e596250b541187ddb9ce07acec507c961f1385cd5dd80ead5fb4fc
|
||||
SIZE (dsbmixer-0.2.5.tgz) = 94720
|
||||
SHA256 (dsbmixer-0.2.6.tgz) = bd31e66397ddf52b279a30299fa2c89c5cbe810de6fd7224817c843b7e125746
|
||||
SIZE (dsbmixer-0.2.6.tgz) = 94720
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ecto
|
||||
PORTVERSION= 1.1.4
|
||||
PORTVERSION= 1.1.5
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (elixir-lang-ecto-v1.1.4_GH0.tar.gz) = f28df9ce446efca712caa4ab051d7601141c2704bb93871b7bee549bf75dcf9b
|
||||
SIZE (elixir-lang-ecto-v1.1.4_GH0.tar.gz) = 221204
|
||||
SHA256 (elixir-lang-ecto-v1.1.5_GH0.tar.gz) = 5ac37eb82fcb6f9845bc9efd627b6438c684116d80adc2da1342f1d950bf0402
|
||||
SIZE (elixir-lang-ecto-v1.1.5_GH0.tar.gz) = 221220
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpMyAdmin
|
||||
DISTVERSION= 4.5.5.1
|
||||
DISTVERSION= 4.6.0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (phpMyAdmin-4.5.5.1-all-languages.tar.xz) = bf8ab258d5c6ce5cfaf7ff330827599c1cfd29b0cc4c9b83f4263ee143c00ef4
|
||||
SIZE (phpMyAdmin-4.5.5.1-all-languages.tar.xz) = 5987876
|
||||
SHA256 (phpMyAdmin-4.6.0-all-languages.tar.xz) = 337ef3d1234525599f25e0bcf962f85ed5a9bf550b91e4e25c48bf5604d16e9c
|
||||
SIZE (phpMyAdmin-4.6.0-all-languages.tar.xz) = 6113584
|
||||
|
|
|
|||
|
|
@ -2,17 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PyGreSQL
|
||||
PORTVERSION= 4.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 5.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Python interface to PostgreSQL, both classic and DP-API 2.0
|
||||
|
||||
USES= python:2 pgsql tar:tgz
|
||||
LICENSE= PSFL
|
||||
|
||||
USES= pgsql python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PORTDOCS= *
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PyGreSQL-4.1.1.tgz) = bb14092f97c66ed13b8faf71471b8c156c6b46d915858447f3a63e9abe48eef7
|
||||
SIZE (PyGreSQL-4.1.1.tgz) = 100883
|
||||
SHA256 (PyGreSQL-5.0.tar.gz) = 22a9fc0be151864b928723ff782e8625f96a98dc94934ab526d8de1f7529e83f
|
||||
SIZE (PyGreSQL-5.0.tar.gz) = 633822
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xpad
|
||||
PORTVERSION= 4.6.0
|
||||
PORTVERSION= 4.7.0
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xpad-4.6.0.tar.bz2) = 382942a423f1bb76a251b71303530e136dd212030ec28f97051878b69ab3c473
|
||||
SIZE (xpad-4.6.0.tar.bz2) = 244936
|
||||
SHA256 (xpad-4.7.0.tar.bz2) = 4b11963077e265d8ca8396b2a8e841c068a95f538197397631fdd75ab195b13c
|
||||
SIZE (xpad-4.7.0.tar.bz2) = 240374
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
bin/xpad
|
||||
etc/xdg/autostart/xpad.desktop
|
||||
man/man1/xpad.1.gz
|
||||
share/applications/xpad.desktop
|
||||
share/icons/hicolor/scalable/apps/xpad.svg
|
||||
|
|
|
|||
11
devel/cgilib/files/patch-cgi.h
Normal file
11
devel/cgilib/files/patch-cgi.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- cgi.h.orig 2008-04-06 13:43:42.000000000 +0400
|
||||
+++ cgi.h 2016-03-18 01:18:48.000000000 +0400
|
||||
@@ -143,7 +143,7 @@
|
||||
char *cgiEscape (char *string);
|
||||
|
||||
#ifdef __cplusplus
|
||||
-extern }
|
||||
+}
|
||||
#endif
|
||||
|
||||
#endif /* _CGI_H_ */
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= cmake
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.cmake.org/files/v3.5/
|
||||
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
|
||||
PKGNAMESUFFIX= -gui
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hex
|
||||
PORTVERSION= 0.11.2
|
||||
PORTVERSION= 0.11.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (hexpm-hex-v0.11.2_GH0.tar.gz) = 09eddadbaa4903ece7a5fe5f77430197bb7f02744b6e77d7e780e86b45e80b47
|
||||
SIZE (hexpm-hex-v0.11.2_GH0.tar.gz) = 215472
|
||||
SHA256 (hexpm-hex-v0.11.3_GH0.tar.gz) = 33183342f0c618f404759eed0aa98dc32b74b66ea3908b7daa7986d1afc15ae4
|
||||
SIZE (hexpm-hex-v0.11.3_GH0.tar.gz) = 215662
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpb
|
||||
PORTVERSION= 3.20.0
|
||||
PORTVERSION= 3.20.1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tomas-abrahamsson-gpb-3.20.0_GH0.tar.gz) = 599e420b26d7285a7b7e94d53606cc3f770207089f26318e3e48a24bf75420da
|
||||
SIZE (tomas-abrahamsson-gpb-3.20.0_GH0.tar.gz) = 285461
|
||||
SHA256 (tomas-abrahamsson-gpb-3.20.1_GH0.tar.gz) = 2c7faa78343b4c5be03d63ca90ae4ef15133d08e1661579c5c218066c36d3d66
|
||||
SIZE (tomas-abrahamsson-gpb-3.20.1_GH0.tar.gz) = 285682
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins
|
||||
PORTVERSION= 1.653
|
||||
PORTVERSION= 1.654
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
|
||||
DISTNAME= jenkins
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jenkins/1.653/jenkins.war) = 48e33fab851459c0e81fc2d6f36f1795490d862d1d1f3d3a79c46c945bdb44fc
|
||||
SIZE (jenkins/1.653/jenkins.war) = 64689474
|
||||
SHA256 (jenkins/1.654/jenkins.war) = af4b338cc899a3a242cff89fda09224c20d349617d2519391e742ff9669121fc
|
||||
SIZE (jenkins/1.654/jenkins.war) = 64692780
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ USES= compiler:c++11-lang fuse pkgconfig python tar:bz2
|
|||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/llfuse.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/llfuse.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
PORTVERSION= 1.9.5
|
||||
PORTVERSION= 1.9.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.5,1.txz) = 54afff9c5c8055c8c50c370525db745fc79876157a57dfa4f8860c836c9c0fe3
|
||||
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.5,1.txz) = 39171940
|
||||
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.5,1.txz) = e464714eede43a43887e71006dca6f03411b9bc5bde216b5eba0c5fe12d5fb1a
|
||||
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.5,1.txz) = 41870172
|
||||
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.5,1.txz) = c64e30e77fe8648cb56339da5d4cf2b3fac2e839da8911c82e9e81358eeb685a
|
||||
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.5,1.txz) = 36043232
|
||||
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.5,1.txz) = 55ba9d094b891a236e839897a03f21b408c15cf16eb1e06d1e0c4ec404aff35c
|
||||
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.5,1.txz) = 38716376
|
||||
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.5,1.txz) = 9a6d91f68b2775c1a48950edb057bf0e15476b43850af29f1e8772a61bc284a5
|
||||
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.5,1.txz) = 35499104
|
||||
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.5,1.txz) = cba06fa7b0b27d4c326b96ffc2998dac560c2db2dfd1713426dc93276402001a
|
||||
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.5,1.txz) = 38190688
|
||||
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.6,1.txz) = 4ac2eb6f70dfe0b2d1f48c8605dc9ff30e7ae5488bceb871f04bd2ff9d91816c
|
||||
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.6,1.txz) = 39199272
|
||||
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.6,1.txz) = 479b2e57a6e3fdade0310ea55f6c919a812e5bbd407c4fd72fa80ff8a5691579
|
||||
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.6,1.txz) = 41577572
|
||||
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.6,1.txz) = 940941e3ef5cd78b89a14d698272b6fa83cf80c78572bb345955257b5fe486e4
|
||||
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.6,1.txz) = 36063764
|
||||
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.6,1.txz) = f99db37788f05c555f70e6951949bc66e77adab1c9233cd38705c1191f329255
|
||||
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.6,1.txz) = 38438024
|
||||
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.6,1.txz) = 17126b51bc44f0c621a61dad11f3ce2759b829c5e881a0825aae8600e9a815bc
|
||||
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.6,1.txz) = 35523104
|
||||
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.6,1.txz) = 6f6de72c55f97a6c98a4d00e9bb2111f634af67387698784ab5e1fba52c1abf4
|
||||
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.6,1.txz) = 37899428
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ include/wine/windows/audiopolicy.idl
|
|||
include/wine/windows/audiosessiontypes.h
|
||||
include/wine/windows/austream.h
|
||||
include/wine/windows/austream.idl
|
||||
include/wine/windows/authz.h
|
||||
include/wine/windows/aviriff.h
|
||||
include/wine/windows/avrt.h
|
||||
include/wine/windows/axcore.idl
|
||||
|
|
@ -155,6 +156,8 @@ include/wine/windows/bits2_5.idl
|
|||
include/wine/windows/bits3_0.h
|
||||
include/wine/windows/bits3_0.idl
|
||||
include/wine/windows/bitsmsg.h
|
||||
include/wine/windows/bluetoothapis.h
|
||||
include/wine/windows/bthsdpdef.h
|
||||
include/wine/windows/cderr.h
|
||||
include/wine/windows/cfgmgr32.h
|
||||
include/wine/windows/cguid.h
|
||||
|
|
@ -926,6 +929,7 @@ lib32/libpciaccess.so.0
|
|||
lib32/libpng16.so.16
|
||||
lib32/libpthread-stubs.so.0
|
||||
%%OSREL9%%lib32/libstdc++.so.6
|
||||
%%STAGING%%lib32/libtxc_dxtn.so
|
||||
%%STAGING%%lib32/libv4l1.so.0
|
||||
%%STAGING%%lib32/libv4l2.so.0
|
||||
%%STAGING%%lib32/libv4lconvert.so.0
|
||||
|
|
@ -960,6 +964,7 @@ lib32/wine/api-ms-win-core-fibers-l1-1-0.dll.so
|
|||
lib32/wine/api-ms-win-core-fibers-l1-1-1.dll.so
|
||||
lib32/wine/api-ms-win-core-file-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-file-l1-2-0.dll.so
|
||||
lib32/wine/api-ms-win-core-file-l1-2-1.dll.so
|
||||
lib32/wine/api-ms-win-core-file-l2-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-file-l2-1-1.dll.so
|
||||
lib32/wine/api-ms-win-core-handle-l1-1-0.dll.so
|
||||
|
|
@ -1001,6 +1006,7 @@ lib32/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so
|
|||
lib32/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so
|
||||
%%STAGING%%lib32/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so
|
||||
lib32/wine/api-ms-win-core-string-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-string-l2-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-synch-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-synch-l1-2-0.dll.so
|
||||
lib32/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so
|
||||
|
|
@ -1011,6 +1017,7 @@ lib32/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so
|
|||
lib32/wine/api-ms-win-core-timezone-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-url-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-util-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-version-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so
|
||||
lib32/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so
|
||||
lib32/wine/api-ms-win-core-winrt-l1-1-0.dll.so
|
||||
|
|
@ -1250,6 +1257,7 @@ lib32/wine/fakedlls/api-ms-win-core-fibers-l1-1-0.dll
|
|||
lib32/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-file-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll
|
||||
|
|
@ -1291,6 +1299,7 @@ lib32/wine/fakedlls/api-ms-win-core-rtlsupport-l1-2-0.dll
|
|||
lib32/wine/fakedlls/api-ms-win-core-shlwapi-legacy-l1-1-0.dll
|
||||
%%STAGING%%lib32/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-string-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-synch-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-synch-l1-2-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-sysinfo-l1-1-0.dll
|
||||
|
|
@ -1301,6 +1310,7 @@ lib32/wine/fakedlls/api-ms-win-core-threadpool-legacy-l1-1-0.dll
|
|||
lib32/wine/fakedlls/api-ms-win-core-timezone-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-url-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-1.dll
|
||||
lib32/wine/fakedlls/api-ms-win-core-winrt-l1-1-0.dll
|
||||
|
|
@ -1848,6 +1858,8 @@ lib32/wine/fakedlls/vnbt.vxd
|
|||
lib32/wine/fakedlls/vnetbios.vxd
|
||||
lib32/wine/fakedlls/vssapi.dll
|
||||
lib32/wine/fakedlls/vtdapi.vxd
|
||||
%%STAGING%%lib32/wine/fakedlls/vulkan-1.dll
|
||||
%%STAGING%%lib32/wine/fakedlls/vulkan.dll
|
||||
lib32/wine/fakedlls/vwin32.vxd
|
||||
lib32/wine/fakedlls/w32skrnl.dll
|
||||
lib32/wine/fakedlls/w32sys.dll16
|
||||
|
|
@ -1905,6 +1917,7 @@ lib32/wine/fakedlls/wintrust.dll
|
|||
lib32/wine/fakedlls/winver.exe
|
||||
lib32/wine/fakedlls/wlanapi.dll
|
||||
lib32/wine/fakedlls/wldap32.dll
|
||||
lib32/wine/fakedlls/wmasf.dll
|
||||
lib32/wine/fakedlls/wmi.dll
|
||||
lib32/wine/fakedlls/wmic.exe
|
||||
lib32/wine/fakedlls/wmiutils.dll
|
||||
|
|
@ -1924,6 +1937,7 @@ lib32/wine/fakedlls/wsock32.dll
|
|||
lib32/wine/fakedlls/wtsapi32.dll
|
||||
lib32/wine/fakedlls/wuapi.dll
|
||||
lib32/wine/fakedlls/wuaueng.dll
|
||||
%%STAGING%%lib32/wine/fakedlls/wuauserv.exe
|
||||
lib32/wine/fakedlls/wusa.exe
|
||||
lib32/wine/fakedlls/xcopy.exe
|
||||
lib32/wine/fakedlls/xinput1_1.dll
|
||||
|
|
@ -2157,7 +2171,6 @@ lib32/wine/libwebservices.def
|
|||
lib32/wine/libwer.def
|
||||
lib32/wine/libwindowscodecs.def
|
||||
lib32/wine/libwindowscodecsext.def
|
||||
%%STAGING%%lib32/wine/libwinealsa.drv.def
|
||||
lib32/wine/libwinecrt0.a
|
||||
lib32/wine/libwined3d.def
|
||||
lib32/wine/libwinhttp.def
|
||||
|
|
@ -2452,6 +2465,8 @@ lib32/wine/vnbt.vxd.so
|
|||
lib32/wine/vnetbios.vxd.so
|
||||
lib32/wine/vssapi.dll.so
|
||||
lib32/wine/vtdapi.vxd.so
|
||||
%%STAGING%%lib32/wine/vulkan-1.dll.so
|
||||
%%STAGING%%lib32/wine/vulkan.dll.so
|
||||
lib32/wine/vwin32.vxd.so
|
||||
lib32/wine/w32skrnl.dll.so
|
||||
lib32/wine/w32sys.dll16.so
|
||||
|
|
@ -2509,6 +2524,7 @@ lib32/wine/wintrust.dll.so
|
|||
lib32/wine/winver.exe.so
|
||||
lib32/wine/wlanapi.dll.so
|
||||
lib32/wine/wldap32.dll.so
|
||||
lib32/wine/wmasf.dll.so
|
||||
lib32/wine/wmi.dll.so
|
||||
lib32/wine/wmic.exe.so
|
||||
lib32/wine/wmiutils.dll.so
|
||||
|
|
@ -2528,6 +2544,7 @@ lib32/wine/wsock32.dll.so
|
|||
lib32/wine/wtsapi32.dll.so
|
||||
lib32/wine/wuapi.dll.so
|
||||
lib32/wine/wuaueng.dll.so
|
||||
%%STAGING%%lib32/wine/wuauserv.exe.so
|
||||
lib32/wine/wusa.exe.so
|
||||
lib32/wine/xcopy.exe.so
|
||||
lib32/wine/xinput1_1.dll.so
|
||||
|
|
|
|||
|
|
@ -90,6 +90,8 @@ MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123
|
|||
OPENAL_CONFIGURE_WITH= openal
|
||||
OPENAL_USES= openal
|
||||
|
||||
STAGING_LIB_DEPENDS= libtxc_dxtn.so:${PORTSDIR}/graphics/s2tc
|
||||
|
||||
V4L_CONFIGURE_WITH= v4l
|
||||
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
V4L_LIB_DEPENDS= libv4l1.so:${PORTSDIR}/multimedia/libv4l
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= TTR
|
||||
DISTVERSION= 0.23-0
|
||||
DISTVERSION= 0.23-1
|
||||
CATEGORIES= finance
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (TTR_0.23-0.tar.gz) = 41b2ec9675a73251279517453bf4b4a83fd193cbe666b60533aad9261b44c4dc
|
||||
SIZE (TTR_0.23-0.tar.gz) = 304078
|
||||
SHA256 (TTR_0.23-1.tar.gz) = 699798f06ceae9663da47b67d1bc8679fc1c0776d12afd054d6ac4d19e05b2ae
|
||||
SIZE (TTR_0.23-1.tar.gz) = 304259
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gmic
|
||||
PORTVERSION= 1.6.0.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.6.9
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://gmic.eu/files/source/
|
||||
PKGNAMEPREFIX= gimp-
|
||||
|
|
@ -14,6 +13,7 @@ COMMENT= GREYC's Magic Image Converter
|
|||
|
||||
LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \
|
||||
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
|
||||
libopencv_legacy.so:${PORTSDIR}/graphics/opencv \
|
||||
libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick \
|
||||
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
|
|
@ -21,48 +21,51 @@ LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \
|
|||
|
||||
OPTIONS_DEFINE= BASH
|
||||
OPTIONS_SUB= yes
|
||||
BASH_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
||||
BASH_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= dos2unix gmake localbase pkgconfig
|
||||
USE_GCC= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_XORG= x11 xext xrandr
|
||||
DOS2UNIX_FILES= Makefile
|
||||
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
|
||||
PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-O*:N-pipe}
|
||||
CXXFLAGS:= ${CXXFLAGS:N-O*:N-pipe}
|
||||
DOTLESS_VER= ${PORTVERSION:S/.//g}
|
||||
|
||||
PLIST_FILES= bin/gmic \
|
||||
man/man1/gmic.1.gz \
|
||||
%%BASH%%etc/bash_completion.d/gmic_bashcompletion.sh \
|
||||
%%PLUGIN_DIR%%/gmic_gimp
|
||||
%%BASH%%etc/bash_completion.d/gmic \
|
||||
%%PLUGIN_DIR%%/gmic_gimp \
|
||||
%%PLUGIN_DIR%%/cli_update${DOTLESS_VER}.gmic \
|
||||
%%PLUGIN_DIR%%/gimp_update${DOTLESS_VER}.gmic
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
PORTEXAMPLES= gmic_in_script.scm gmic_use_lib.cpp
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#/usr/X11R6#${PREFIX}#g' \
|
||||
-e 's#/usr/local#${LOCALBASE}#g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gmic_gimp ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/../resources/cli_update${DOTLESS_VER}.gmic \
|
||||
${WRKSRC}/../resources/gimp_update${DOTLESS_VER}.gmic \
|
||||
${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gmic ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/../man/gmic.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
|
||||
.if ${PORT_OPTIONS:MBASH}
|
||||
do-install-BASH-on:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/../resources/gmic_bashcompletion.sh \
|
||||
${STAGEDIR}${PREFIX}/etc/bash_completion.d
|
||||
.endif
|
||||
${STAGEDIR}${PREFIX}/etc/bash_completion.d/gmic
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gmic_1.6.0.0.tar.gz) = 2aa53ebab4c361c5401e23142a31b06a38ef565c533d1326d31f985f5c0c2da5
|
||||
SIZE (gmic_1.6.0.0.tar.gz) = 2818394
|
||||
SHA256 (gmic_1.6.9.tar.gz) = 8b836b4ac02a2d3963384951b6e00f2d8e19ede0b49ee93b041ef227cf9dd794
|
||||
SIZE (gmic_1.6.9.tar.gz) = 3278273
|
||||
|
|
|
|||
|
|
@ -1,64 +1,56 @@
|
|||
--- Makefile.orig 2014-08-21 07:47:10 UTC
|
||||
--- Makefile.orig 2016-03-22 21:02:38 UTC
|
||||
+++ Makefile
|
||||
@@ -48,7 +48,7 @@
|
||||
# Set correct variables and paths.
|
||||
#----------------------------------
|
||||
OS := $(shell uname)
|
||||
-CC = g++
|
||||
+CC = $(CXX)
|
||||
ifeq ($(OS),Linux)
|
||||
OS = Unix
|
||||
endif
|
||||
@@ -63,7 +63,7 @@
|
||||
USR = /opt/local
|
||||
@@ -158,14 +158,14 @@ OPENMP_LIBS = -lgomp
|
||||
# This requires the presence of the X11 include and library files.
|
||||
ifneq ($(OS),Darwin)
|
||||
X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" `pkg-config --cflags x11 || echo -I/usr/X11R6/include` #-Dcimg_use_xrandr
|
||||
-X11_LIBS = `pkg-config --libs x11 || echo -L/usr/X11R6/lib -lX11` -lpthread #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
+X11_LIBS = `pkg-config --libs x11 || echo -L/usr/X11R6/lib -lX11` $(PTHREAD_LIBS) #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
else
|
||||
PLUGINDIR = `gimptool-2.0 --gimpplugindir`/plug-ins
|
||||
-USR = /usr
|
||||
+USR = /usr/X11R6
|
||||
ifeq (,$(wildcard /usr/X11R6))
|
||||
X11_CFLAGS = -Dcimg_display=0 -Dcimg_appname=\\\"gmic\\\" #-Dcimg_use_xrandr
|
||||
-X11_LIBS = -lpthread #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
+X11_LIBS = $(PTHREAD_LIBS) #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
else
|
||||
X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" `pkg-config --cflags x11 || echo -I/usr/X11R6/include` #-Dcimg_use_xrandr
|
||||
-X11_LIBS = -L/usr/X11R6/lib -lX11 -lpthread #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
+X11_LIBS = -L/usr/X11R6/lib -lX11 $(PTHREAD_LIBS) #`pkg-config --libs xrandr || echo -lXrandr`
|
||||
endif
|
||||
endif
|
||||
# Flags to enable fast display, using XShm.
|
||||
@@ -287,7 +287,7 @@ STD_GIMP_CFLAGS += $(PARALLEL_CFLAGS) $(
|
||||
STD_GIMP_LIBS += $(PARALLEL_LIBS) $(X11_LIBS)
|
||||
else # Windows.
|
||||
STD_GIMP_CFLAGS += $(PARALLEL_CFLAGS) $(OPENMP_CFLAGS) $(GDI32_CFLAGS)
|
||||
-STD_GIMP_LIBS += -mwindows $(PARALLEL_LIBS) $(OPENMP_LIBS) $(GDI32_LIBS) -lpthread -DPSAPI_VERSION=1 -lpsapi
|
||||
+STD_GIMP_LIBS += -mwindows $(PARALLEL_LIBS) $(OPENMP_LIBS) $(GDI32_LIBS) $(PTHREAD_LIBS) -DPSAPI_VERSION=1 -lpsapi
|
||||
endif
|
||||
endif
|
||||
ifeq ($(OSTYPE),msys)
|
||||
EXE = .exe
|
||||
@@ -136,7 +136,7 @@
|
||||
# This requires the presence of the X11 extension include and library files.
|
||||
# (package 'libx11-dev' on Debian).
|
||||
XSHM_CFLAGS = -Dcimg_use_xshm
|
||||
-XSHM_LIBS = -L$(USR)/X11R6/lib -lXext
|
||||
+XSHM_LIBS = -L/usr/X11R6/lib -lXext
|
||||
|
||||
# Flags to enable image display, using GDI32.
|
||||
# This requires the presence of the GDI32 include and library files.
|
||||
@@ -293,6 +293,12 @@
|
||||
@@ -323,7 +323,7 @@ ifeq ($(OS),Unix)
|
||||
@echo "**"
|
||||
$(MAKE) linux gimp lib # zart
|
||||
@echo "** Start building G'MIC with default Unix configuration."
|
||||
@echo "**"
|
||||
- $(MAKE) cli gimp lib zart
|
||||
+ $(MAKE) cli gimp
|
||||
else
|
||||
+ifeq ($(OS),FreeBSD)
|
||||
+ @echo "**"
|
||||
+ @echo "** FreeBSD configuration"
|
||||
+ @echo "**"
|
||||
+ $(MAKE) freebsd gimp
|
||||
+else
|
||||
ifeq ($(OS),Darwin)
|
||||
@echo "**"
|
||||
@echo "** MacOSX configuration."
|
||||
@@ -305,9 +311,10 @@
|
||||
$(MAKE) windows gimp
|
||||
@@ -339,7 +339,7 @@ endif
|
||||
endif
|
||||
|
||||
cli:
|
||||
- $(MAKE) "CFLAGS+=$(STD_CLI_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_CLI_LIBS)" gmic
|
||||
+ $(MAKE) "CFLAGS+=$(STD_CLI_CFLAGS)" "LIBS+=$(STD_CLI_LIBS)" gmic
|
||||
$(STRIP) gmic$(EXE)
|
||||
|
||||
cli_s:
|
||||
@@ -349,7 +349,7 @@ ifeq ($(OS),Darwin)
|
||||
endif
|
||||
+endif
|
||||
|
||||
gimp:
|
||||
- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_GIMP_LIBS) $(OPT_LIBS)" "STRIP_EXE=1" gmic_gimp
|
||||
+ $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS)" "LIBS=$(STD_GIMP_LIBS)" "STRIP_EXE=1" gmic_gimp
|
||||
- $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_GIMP_LIBS)" gmic_gimp
|
||||
+ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS)" "LIBS+=$(STD_GIMP_LIBS)" gmic_gimp
|
||||
|
||||
lib:
|
||||
$(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_LIB_LIBS) $(OPT_LIBS)" gmic_lib
|
||||
@@ -323,6 +330,9 @@
|
||||
linux:
|
||||
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LIBS=$(STD_UNIX_LIBS)" "STRIP_EXE=1" gmic
|
||||
|
||||
+freebsd:
|
||||
+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LIBS=$(STD_UNIX_LIBS)" "STRIP_EXE=1" gmic
|
||||
+
|
||||
solaris:
|
||||
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LIBS=$(STD_UNIX_LIBS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" "STRIP_EXE=1" gmic
|
||||
|
||||
$(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LIBS+=$(STD_LIB_LIBS)" libgmic
|
||||
|
|
|
|||
13
graphics/gimp-gmic-plugin/files/patch-gmic__gimp.cpp
Normal file
13
graphics/gimp-gmic-plugin/files/patch-gmic__gimp.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- gmic_gimp.cpp.orig 2016-02-05 13:45:21 UTC
|
||||
+++ gmic_gimp.cpp
|
||||
@@ -2724,10 +2724,6 @@ void process_image(const char *const com
|
||||
PROCESS_MEMORY_COUNTERS pmc;
|
||||
if (GetProcessMemoryInfo(GetCurrentProcess(),&pmc,sizeof(pmc)))
|
||||
used_memory = (unsigned long)(pmc.WorkingSetSize/1024/1024);
|
||||
-#elif cimg_OS==1 // #if cimg_OS==2
|
||||
- CImg<char> st; st.load_raw("/proc/self/status",512); st.back() = 0;
|
||||
- const char *const s = std::strstr(st,"VmRSS:");
|
||||
- if (s && cimg_sscanf(s + 7,"%u",&used_memory)==1) used_memory/=1024;
|
||||
#endif // #if cimg_OS==2
|
||||
}
|
||||
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= hugin
|
||||
PORTVERSION= 2016.0.0
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
|
|
@ -13,6 +13,7 @@ COMMENT= GUI for Panorama Tools, to stitch panoramic images
|
|||
LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
|
||||
libImath.so:${PORTSDIR}/graphics/ilmbase \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
|
||||
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libpano13.so:${PORTSDIR}/graphics/libpano13 \
|
||||
|
|
@ -21,7 +22,7 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
|
|||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
# gmake is really needed at _runtime_. Do not remove it from this list.
|
||||
RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \
|
||||
RUN_DEPENDS= enblend>=4.1.4:${PORTSDIR}/graphics/enblend \
|
||||
exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \
|
||||
gmake:${PORTSDIR}/devel/gmake
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= milter-greylist
|
||||
PORTVERSION= 4.4.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \
|
||||
http://fossies.org/unix/privat/
|
||||
|
|
@ -31,9 +31,8 @@ USES= tar:tgz
|
|||
# installed port preference over it.
|
||||
##
|
||||
|
||||
OPTIONS_DEFINE= SPF GEOIP CURL DKIM LDAP P0F POSTFIX DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES
|
||||
SPF_DESC= SPF support
|
||||
DKIM_DESC= DKIM support
|
||||
CURL_DESC= curl support
|
||||
P0F_DESC= P0F support
|
||||
POSTFIX_DESC= Use Postfix instead of Sendmail
|
||||
|
|
@ -42,7 +41,6 @@ P0F_RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f
|
|||
SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2
|
||||
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
|
||||
DKIM_LIB_DEPENDS= libdkim.so:${PORTSDIR}/mail/libdkim
|
||||
|
||||
POSTFIX_CONFIGURE_ENABLE= postfix
|
||||
POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS}
|
||||
|
|
@ -50,10 +48,9 @@ POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD}
|
|||
|
||||
P0F_CONFIGURE_ENABLE= p0f306
|
||||
|
||||
DKIM_CONFIGURE_WITH= --with-libdkim=${LOCALBASE}
|
||||
SPF_CONFIGURE_WITH= --with-libspf2=${LOCALBASE}
|
||||
GEOIP__CONFIGURE_WITH= --with-libGeoIP=${LOCALBASE}
|
||||
CURL_CONFIGURE_WITH= --with-libcurl=${LOCALBASE}
|
||||
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE}
|
||||
GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE}
|
||||
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE}
|
||||
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE}
|
||||
LDAP_LDFLAGS= -L${LOCALBASE}/lib
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
Index: configure
|
||||
diff -u configure.orig configure
|
||||
--- configure.orig 2013-03-07 22:26:11.000000000 +0900
|
||||
+++ configure 2013-03-14 15:35:15.476674058 +0900
|
||||
@@ -5899,7 +5899,7 @@
|
||||
--- configure.orig 2013-03-07 13:26:11 UTC
|
||||
+++ configure
|
||||
@@ -5899,7 +5899,7 @@ fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
|
||||
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
|
||||
if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- greylist.conf.orig 2009-02-13 01:39:01.000000000 +0300
|
||||
+++ greylist.conf 2009-04-22 09:10:46.000000000 +0400
|
||||
@@ -9,7 +9,7 @@
|
||||
--- greylist.conf.orig 2013-01-27 02:10:19 UTC
|
||||
+++ greylist.conf
|
||||
@@ -9,7 +9,7 @@ pidfile "/var/run/milter-greylist.pid"
|
||||
socket "/var/milter-greylist/milter-greylist.sock"
|
||||
dumpfile "/var/milter-greylist/greylist.db" 600
|
||||
dumpfreq 1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- ldapcheck.c.orig 2009-04-09 05:26:46.000000000 +0200
|
||||
+++ ldapcheck.c 2009-10-23 23:57:42.000000000 +0200
|
||||
@@ -58,6 +58,22 @@
|
||||
--- ldapcheck.c.orig 2013-01-19 16:01:15 UTC
|
||||
+++ ldapcheck.c
|
||||
@@ -60,6 +60,22 @@ __RCSID("$Id: ldapcheck.c,v 1.18 2013/01
|
||||
#include "prop.h"
|
||||
#include "ldapcheck.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
Index: sync.c
|
||||
diff -u -p sync.c.orig sync.c
|
||||
--- sync.c.orig 2010-04-17 12:19:02.000000000 +0900
|
||||
+++ sync.c 2013-03-14 14:57:39.284674283 +0900
|
||||
@@ -478,7 +478,11 @@ peer_connect(peer) /* peer list is read-
|
||||
--- sync.c.orig 2010-06-16 01:30:30 UTC
|
||||
+++ sync.c
|
||||
@@ -487,7 +487,11 @@ peer_connect(peer) /* peer list is read-
|
||||
#ifdef AF_INET6
|
||||
case AF_INET6:
|
||||
SA6(res->ai_addr)->sin6_port = service;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.2.0.b6.18032016
|
||||
PORTVERSION= 1.2.1.b1.22032016
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
|
@ -17,11 +17,11 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
|||
|
||||
CONFLICTS_INSTALL= rspamd
|
||||
|
||||
RSPAMD_VERSION= 1.2.0
|
||||
RSPAMD_VERSION= 1.2.1
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vstakhov
|
||||
GH_PROJECT= rspamd
|
||||
GH_TAGNAME= e8fab12
|
||||
GH_TAGNAME= c36fa8f
|
||||
|
||||
OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN
|
||||
GPERF_DESC= google perf-tools profiling
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (vstakhov-rspamd-1.2.0.b6.18032016-e8fab12_GH0.tar.gz) = 96f26008c240c294735b71072acff7a4b2e07cb69c45ab49e1beb0eb521ec2a6
|
||||
SIZE (vstakhov-rspamd-1.2.0.b6.18032016-e8fab12_GH0.tar.gz) = 1796420
|
||||
SHA256 (vstakhov-rspamd-1.2.1.b1.22032016-c36fa8f_GH0.tar.gz) = 96e402ef9562d8ddb15168f5d3f2902113bd3742ccea5958b067d9c45ea1b19b
|
||||
SIZE (vstakhov-rspamd-1.2.1.b1.22032016-c36fa8f_GH0.tar.gz) = 1800189
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#endif
|
||||
|
||||
+// Note: FreeBSD machines will be both OGDF_SYSTEM_UNIX and OGDF_SYSTEM_OSX
|
||||
+#if defined(__FreeBSD__)
|
||||
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+#define OGDF_SYSTEM_FREEBSD
|
||||
+#endif
|
||||
+
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# define GTEST_OS_HPUX 1
|
||||
#elif defined __native_client__
|
||||
# define GTEST_OS_NACL 1
|
||||
+#elif defined(__FreeBSD__)
|
||||
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
+# define GTEST_OS_FREEBSD 1
|
||||
+# define GTEST_USE_OWN_TR1_TUPLE 1
|
||||
#endif // __CYGWIN__
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= theano
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP/source/T/Theano
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Theano-0.7.0.tar.gz) = 05b0f6d2467735abea13bdc5c2c1ce3c53f1b89f9ebc5a43abdf71f88cf818b3
|
||||
SIZE (Theano-0.7.0.tar.gz) = 1985387
|
||||
SHA256 (Theano-0.8.0.tar.gz) = 87f117277ebc3a3cd5394d2ae3e65a2aa3f8da3265a33e2a5c1ee63a9e6bceb5
|
||||
SIZE (Theano-0.8.0.tar.gz) = 2909570
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ MASTER_SITES= http://ffmpeg.org/releases/
|
|||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Realtime audio/video encoder/converter and streaming server
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE= GPLv2+ LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \
|
||||
|
|
@ -383,7 +383,7 @@ ZVBI_CONFIGURE_ENABLE= libzvbi
|
|||
|
||||
# License knobs
|
||||
GPL3_CONFIGURE_ENABLE= version3
|
||||
GPL3_VARS= LICENSE="GPLv3 LGPL3"
|
||||
GPL3_VARS= LICENSE="GPLv3+ LGPL3+"
|
||||
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ PKGNAMESUFFIX= 0
|
|||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Realtime audio/video encoder/converter and streaming server
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE= GPLv2+ LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPLv2.1
|
||||
|
|
@ -303,7 +303,7 @@ CONFIGURE_ARGS+= --enable-nonfree
|
|||
.endif
|
||||
|
||||
.if defined(FFMPEG_LICENSE_GPL3)
|
||||
LICENSE+= GPLv3 LGPL3
|
||||
LICENSE+= GPLv3+ LGPL3+
|
||||
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3
|
||||
CONFIGURE_ARGS+= --enable-version3
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ AV_NONFREE= true
|
|||
.if ${PORT_OPTIONS:MCDIO} || ${PORT_OPTIONS:MX264} || ${PORT_OPTIONS:MXVID} || ${PORT_OPTIONS:MX11GRAB}
|
||||
CONFIGURE_ARGS+= --enable-gpl
|
||||
.if !defined(AV_NONFREE)
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
AV_ISGPL= true
|
||||
.endif
|
||||
.endif
|
||||
|
|
@ -191,15 +191,15 @@ AV_ISGPL= true
|
|||
CONFIGURE_ARGS+= --enable-version3
|
||||
.if !defined(AV_NONFREE)
|
||||
.if defined(AV_ISGPL)
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
.else
|
||||
LICENSE= LGPL3
|
||||
LICENSE= LGPL3+
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(AV_NONFREE) && !defined(AV_ISGPL) && !defined(LICENSE)
|
||||
LICENSE= LGPL21
|
||||
LICENSE= LGPL21+
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# Created by: KalleDK <plexmaintainer@k-moeller.dk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 0.9.16.2.1827
|
||||
PORTVERSION= 0.9.16.3.1840
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -plexpass
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
|
||||
PLEX_BUILD= df572f6
|
||||
PLEX_BUILD= cece46d
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}_plexpass
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PlexMediaServer-0.9.16.2.1827-df572f6-freebsd-amd64.tar.bz2) = c1e8e661daf4e546280e1c4ec62b87c10f708d0be5d5e64a9585ba954354bae3
|
||||
SIZE (PlexMediaServer-0.9.16.2.1827-df572f6-freebsd-amd64.tar.bz2) = 97575397
|
||||
SHA256 (PlexMediaServer-0.9.16.3.1840-cece46d-freebsd-amd64.tar.bz2) = be344902920806d5c88c0a468510a6c4b4a74b509a0e4d2ca55fdd18ae9c8895
|
||||
SIZE (PlexMediaServer-0.9.16.3.1840-cece46d-freebsd-amd64.tar.bz2) = 97567280
|
||||
|
|
|
|||
|
|
@ -1781,8 +1781,8 @@
|
|||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.18089cb7063ad397523859fa93f2d54c.svg
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/vevo.0aa36b37d6a9aedfe67df4c5ff2ae8e0.svg
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.0fd2ce24a9577351bb11.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.2595594cc3e332b1074a.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.72c22b36a97ab6416900.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.d1f37e7a474206ef35cb.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plexmediaserver
|
||||
PORTVERSION?= 0.9.16.2.1827
|
||||
PORTVERSION?= 0.9.16.3.1840
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \
|
||||
|
|
@ -13,7 +13,7 @@ MAINTAINER?= feld@FreeBSD.org
|
|||
COMMENT= Plex Media Server component
|
||||
|
||||
USES= cpe tar:bzip2
|
||||
PLEX_BUILD?= df572f6
|
||||
PLEX_BUILD?= cece46d
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PlexMediaServer-0.9.16.2.1827-df572f6-freebsd-amd64.tar.bz2) = c1e8e661daf4e546280e1c4ec62b87c10f708d0be5d5e64a9585ba954354bae3
|
||||
SIZE (PlexMediaServer-0.9.16.2.1827-df572f6-freebsd-amd64.tar.bz2) = 97575397
|
||||
SHA256 (PlexMediaServer-0.9.16.3.1840-cece46d-freebsd-amd64.tar.bz2) = be344902920806d5c88c0a468510a6c4b4a74b509a0e4d2ca55fdd18ae9c8895
|
||||
SIZE (PlexMediaServer-0.9.16.3.1840-cece46d-freebsd-amd64.tar.bz2) = 97567280
|
||||
|
|
|
|||
|
|
@ -1781,8 +1781,8 @@
|
|||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.18089cb7063ad397523859fa93f2d54c.svg
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/vevo.0aa36b37d6a9aedfe67df4c5ff2ae8e0.svg
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.0fd2ce24a9577351bb11.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.2595594cc3e332b1074a.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.72c22b36a97ab6416900.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.d1f37e7a474206ef35cb.js
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf
|
||||
%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Socket6
|
||||
PORTVERSION= 0.26
|
||||
PORTVERSION= 0.27
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= net perl5 ipv6
|
||||
MASTER_SITES= CPAN
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Socket6-0.26.tar.gz) = 44d6edca4b79f2f26ca847103e530565b89b3793aae560538ee195ea9ad24008
|
||||
SIZE (Socket6-0.26.tar.gz) = 65618
|
||||
SHA256 (Socket6-0.27.tar.gz) = 30d2881962720769909439b04077a06cc76c2da244f06b957468bfe22482cf8e
|
||||
SIZE (Socket6-0.27.tar.gz) = 64936
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= XML-Compile-SOAP
|
||||
PORTVERSION= 3.16
|
||||
PORTVERSION= 3.18
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (XML-Compile-SOAP-3.16.tar.gz) = 1fecad1d619003107cce287faba05901a83c3794f3cd7de2241a90e55bee3d10
|
||||
SIZE (XML-Compile-SOAP-3.16.tar.gz) = 104432
|
||||
SHA256 (XML-Compile-SOAP-3.18.tar.gz) = e3315e4f61898f389d89fa55e4ab95382df78397fdd8d5f9b3899f0d6acc6f32
|
||||
SIZE (XML-Compile-SOAP-3.18.tar.gz) = 99867
|
||||
|
|
|
|||
|
|
@ -14,12 +14,6 @@
|
|||
%%SITE_PERL%%/XML/Compile/SOAP/Trace.pod
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/Util.pm
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/Util.pod
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/bea/README
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/bea/bea_wli_sb_context-fix.xsd
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/bea/bea_wli_sb_context.xsd
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/sharepoint/README.sharepoint
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/sharepoint/sharepoint-serial.xsd
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/sharepoint/sharepoint-soap.xsd
|
||||
%%SITE_PERL%%/XML/Compile/SOAP/xsd/xcdaemon/xcdaemon.xsd
|
||||
%%SITE_PERL%%/XML/Compile/SOAP11.pm
|
||||
%%SITE_PERL%%/XML/Compile/SOAP11.pod
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= portfwd
|
||||
PORTVERSION= 0.29
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
@ -15,6 +16,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-Wall -ggdb -O3|${CFLAGS}|g" \
|
||||
|
|
@ -25,6 +27,7 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/cfg/*.cfg ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/cfg/*.cfg ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
28
net/portfwd/files/portfwd.in
Normal file
28
net/portfwd/files/portfwd.in
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: portfwd
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following line to /etc/rc.conf to enable the portfwd daemon:
|
||||
#
|
||||
# portfwd_enable="YES"
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=portfwd
|
||||
rcvar=portfwd_enable
|
||||
|
||||
load_rc_config ${name}
|
||||
|
||||
: ${portfwd_enable:="NO"}
|
||||
: ${portfwd_config:="%%PREFIX%%/etc/portfwd.conf"}
|
||||
|
||||
required_files="${portfwd_config}"
|
||||
command="/usr/sbin/daemon"
|
||||
command_args="-f -r %%PREFIX%%/sbin/portfwd -g -c ${portfwd_config}"
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ldap3
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ldap3-1.1.2.tar.gz) = 4e1d5446b312f829728b14cc6403eaea3ab1477492212e3727af5b7110fe4182
|
||||
SIZE (ldap3-1.1.2.tar.gz) = 276596
|
||||
SHA256 (ldap3-1.2.1.tar.gz) = 25a93c6e96a75700f6759689d8195552919d7a4a6ee46de5a4638e9f3c863298
|
||||
SIZE (ldap3-1.2.1.tar.gz) = 277011
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ BDB_CONFIGURE_ON= --enable-auth-sasldb \
|
|||
--with-bdb=${BDB_LIB_NAME}
|
||||
BDB1_CONFIGURE_ON= --enable-auth-sasldb \
|
||||
--with-dblib=ndbm
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
|
||||
GDBM_CONFIGURE_ON= --enable-auth-sasldb \
|
||||
--with-dblib=gdbm \
|
||||
--with-gdbm=${LOCALBASE}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ BDB_CONFIGURE_ON= --with-dblib=berkeley \
|
|||
--with-bdb-incdir=${BDB_INCLUDE_DIR} \
|
||||
--with-bdb=${BDB_LIB_NAME}
|
||||
BDB1_CONFIGURE_ON= --with-dblib=ndbm
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
|
||||
GDBM_CONFIGURE_ON= --with-dblib=gdbm \
|
||||
--with-gdbm=${LOCALBASE}
|
||||
MYSQL_USE= MYSQL=yes
|
||||
|
|
|
|||
12
security/openvas-libraries/files/patch-base-CMakeLists.txt
Normal file
12
security/openvas-libraries/files/patch-base-CMakeLists.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- base/CMakeLists.txt.orig 2015-08-03 10:14:33 UTC
|
||||
+++ base/CMakeLists.txt
|
||||
@@ -30,7 +30,8 @@ if (NOT MINGW)
|
||||
# because they change the API (e.g. _FILE_OFFSET_BITS).
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -D_FILE_OFFSET_BITS=64 -Wall -fPIC")
|
||||
|
||||
- pkg_check_modules (ZLIB REQUIRED zlib)
|
||||
+ set (ZLIB_INCLUDE_DIRS "")
|
||||
+ set (ZLIB_LDFLAGS "-lz")
|
||||
|
||||
pkg_check_modules (GIO REQUIRED gio-2.0)
|
||||
endif (NOT MINGW)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Flask-HTTPAuth
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Flask-HTTPAuth-3.0.2.tar.gz) = 61983e350206d4d4c266974a74a740053aa3ef2ccd6dc39235490efde4ca0921
|
||||
SIZE (Flask-HTTPAuth-3.0.2.tar.gz) = 3228
|
||||
SHA256 (Flask-HTTPAuth-3.1.0.tar.gz) = d992a4d5c9cef94c4bf637fdca5290c5c60bc4205155bb747150f127cda74a4d
|
||||
SIZE (Flask-HTTPAuth-3.1.0.tar.gz) = 3380
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- generate/unix/iasl/Makefile.orig 2016-02-12 17:14:36 UTC
|
||||
--- generate/unix/iasl/Makefile.orig 2016-03-18 16:25:41 UTC
|
||||
+++ generate/unix/iasl/Makefile
|
||||
@@ -272,12 +272,11 @@ include ../Makefile.rules
|
||||
@@ -274,12 +274,11 @@ include ../Makefile.rules
|
||||
# Function to safely execute yacc
|
||||
#
|
||||
safe_yacc = \
|
||||
|
|
@ -10,11 +10,11 @@
|
|||
- $(YACC) $(YFLAGS) -p$(1) -o$$_d/$$_f.c -d $(2) &&\
|
||||
- mv $$_d/$$_f.$${_t\#\#*.} $(3);\
|
||||
- test -d $$_d && rm -fr $$_d
|
||||
+ _d=$$(mktemp -d $(3).XXXXXX) &&\
|
||||
+ _t=$$_d/$(notdir $(basename $(2))) &&\
|
||||
+ $(YACC) $(YFLAGS) -p$(1) -o$$_t.c -d $(2) &&\
|
||||
+ mv $$_t$(suffix $(3)) $(3) &&\
|
||||
+ rm -fr $$_d
|
||||
+ _d=$$(mktemp -d '$(abspath $(OBJDIR))/$(1).XXXXXX') &&\
|
||||
+ cd "$$_d" &&\
|
||||
+ $(YACC) $(YFLAGS) -p$(1) -o$(1).c -d '$(abspath $(2))' &&\
|
||||
+ mv $(1)$(suffix $(3)) '$(abspath $(3))' &&\
|
||||
+ rm -fr "$$_d"
|
||||
|
||||
#
|
||||
# Macro processing for iASL .y files
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= 1
|
||||
PORTVERSION= 1.9.4
|
||||
PORTVERSION= 1.9.5
|
||||
PORTREVISION=
|
||||
|
||||
CONFLICTS= ansible-*
|
||||
|
|
@ -15,6 +15,6 @@ SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py
|
|||
EXTRA_PATCHES=
|
||||
|
||||
DEPRECATED= please upgrade to sysutils/ansible
|
||||
EXPIRATION_DATE= 2016-06-01
|
||||
EXPIRATION_DATE= 2016-09-01
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ansible-1.9.4.tar.gz) = 972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
|
||||
SIZE (ansible-1.9.4.tar.gz) = 937120
|
||||
SHA256 (ansible-1.9.5.tar.gz) = 6ba3539d98d993089bea0eb4ee83a04608aff900086040f11a77f2124dccbd8e
|
||||
SIZE (ansible-1.9.5.tar.gz) = 941331
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
||||
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dsbmd
|
||||
|
|
@ -17,12 +17,8 @@ USE_RC_SUBR= dsbmd
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample etc/dsbmd.conf"
|
||||
PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
PORTDOCS= README
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= openhpi
|
||||
PORTVERSION= 3.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/openhpi/openhpi-stable/${PORTVERSION}/
|
||||
|
||||
|
|
|
|||
|
|
@ -9,16 +9,17 @@
|
|||
# Add the following to /etc/rc.conf[.local] to enable this service
|
||||
#
|
||||
# openhpid_enable="YES"
|
||||
# openhpid_flags="-c %%PREFIX%%/etc/openhpi/openhpi.conf"
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="openhpid"
|
||||
rcvar="openhpid_enable"
|
||||
command="%%PREFIX%%/sbin/openhpid"
|
||||
: ${openhpid_enable:=NO} ${openhpid_config:=%%ETCDIR%%/openhpi.conf}
|
||||
|
||||
: ${openhpid_enable=NO} ${openhpid_flags=-c %%PREFIX%%/etc/openhpi/openhpi.conf}
|
||||
name=openhpid
|
||||
rcvar=openhpid_enable
|
||||
command="%%PREFIX%%/sbin/openhpid"
|
||||
command_args="-c ${openhpid_config}"
|
||||
required_files="${openhpid_config}"
|
||||
|
||||
load_rc_config ${name}
|
||||
run_rc_command "$1"
|
||||
|
|
|
|||
|
|
@ -1263,3 +1263,11 @@
|
|||
SaHpiResourceIdT id,
|
||||
SaHpiResetActionT act ) {
|
||||
NewSimulator *newsim = 0;
|
||||
@@ -3563,6 +3134,7 @@ static SaErrorT NewSimulatorSetResetStat
|
||||
return rv;
|
||||
}
|
||||
|
||||
+#pragma GCC visibility pop
|
||||
} // new plugin_loader
|
||||
//@}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= openipmi
|
||||
PORTVERSION= 2.0.21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library
|
||||
DISTNAME= OpenIPMI-${PORTVERSION}
|
||||
|
|
@ -20,7 +21,7 @@ USES= execinfo gmake libtool ncurses pathfix pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I../include -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= SSL SNMP PERL PYTHON TCL TKINTER GDBM
|
||||
OPTIONS_RADIO= GLIB
|
||||
|
|
|
|||
13
sysutils/openipmi/files/patch-configure
Normal file
13
sysutils/openipmi/files/patch-configure
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- configure.orig 2014-01-28 19:35:11 UTC
|
||||
+++ configure
|
||||
@@ -4206,6 +4206,10 @@ unknown)
|
||||
esac
|
||||
|
||||
|
||||
+OPENIPMI_VERSION_MAJOR=2
|
||||
+OPENIPMI_VERSION_MINOR=0
|
||||
+OPENIPMI_VERSION_RELEASE=21
|
||||
+OPENIPMI_VERSION_EXTRA=
|
||||
|
||||
|
||||
OPENIPMI_SMI=
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pefs
|
||||
DISTVERSION= 2016-02-18
|
||||
DISTVERSION= 2016-03-17
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL/gleb
|
||||
PKGNAMESUFFIX= -kmod
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pefs-2016-02-18.tar.gz) = dc064174284e84f2ed1c60ed67a75849ab5b6994f009a525f29da9b927bfc2d0
|
||||
SIZE (pefs-2016-02-18.tar.gz) = 87810
|
||||
SHA256 (pefs-2016-03-17.tar.gz) = 642fb6520747c7f98b0feac858ba1def271188e9dabda8be38aab6df9474e903
|
||||
SIZE (pefs-2016-03-17.tar.gz) = 87826
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ PKGNAMESUFFIX= 03
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= The syslog-ng module incubator
|
||||
|
||||
DEPRECATED= EOL, no longer supported by bababit.hu
|
||||
EXPIRATION_DATE= 2016-06-30
|
||||
|
||||
WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION)
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-editi
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Powerful syslogd replacement
|
||||
|
||||
DEPRECATED= EOL, no longer supported by bababit.hu
|
||||
EXPIRATION_DATE= 2016-06-30
|
||||
|
||||
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-editi
|
|||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Powerful syslogd replacement
|
||||
|
||||
DEPRECATED= EOL, no longer supported by bababit.hu
|
||||
EXPIRATION_DATE= 2016-06-30
|
||||
|
||||
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog
|
||||
|
||||
CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= htmltools
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
|
@ -11,7 +11,8 @@ COMMENT= Tools for HTML generation and output
|
|||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
|
||||
RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
|
||||
R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (htmltools_0.3.tar.gz) = 65bc868b802583a25da8093835a3635ff3e016236d718d87a1fff0974fe249a9
|
||||
SIZE (htmltools_0.3.tar.gz) = 39620
|
||||
SHA256 (htmltools_0.3.5.tar.gz) = 29fb7e075744bbffdff8ba4fce3860076de66f39a59a100ee4cfb4fc00722b49
|
||||
SIZE (htmltools_0.3.5.tar.gz) = 44048
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= html_entities
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 0.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (martinsvalin-html_entities-v0.2.2_GH0.tar.gz) = eacf519ca345a3dd3865f6f01d28ada58ebaf85d49cdbfe151af759d553e6fbb
|
||||
SIZE (martinsvalin-html_entities-v0.2.2_GH0.tar.gz) = 55004
|
||||
SHA256 (martinsvalin-html_entities-v0.3.0_GH0.tar.gz) = 3e4eb016eaa1ac54d4f9c916c9df91b86a7202abda1894eb8d2db0f4d4dc226a
|
||||
SIZE (martinsvalin-html_entities-v0.3.0_GH0.tar.gz) = 72354
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= httpoison
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.8.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (edgurgel-httpoison-v0.8.1_GH0.tar.gz) = 3f6f9a8f28049c84014096abe4e95f7dfc877ed27e8f0eb232b40cadd9dc59cf
|
||||
SIZE (edgurgel-httpoison-v0.8.1_GH0.tar.gz) = 14749
|
||||
SHA256 (edgurgel-httpoison-v0.8.2_GH0.tar.gz) = 5744c5126670f0ebd72331ce7ab71ecc63aff76631d4d67cf51c886e6ba64f1b
|
||||
SIZE (edgurgel-httpoison-v0.8.2_GH0.tar.gz) = 14795
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mochiweb
|
||||
PORTVERSION= 2.13.0
|
||||
PORTVERSION= 2.13.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mochi-mochiweb-v2.13.0_GH0.tar.gz) = 6a4ef6e2590f74bf5fc8bfe4d34f3ca9cf0ca9f2c2bb453bbbebd8aada5257e6
|
||||
SIZE (mochi-mochiweb-v2.13.0_GH0.tar.gz) = 286302
|
||||
SHA256 (mochi-mochiweb-v2.13.1_GH0.tar.gz) = f2803ef66175d13fe6b23dad477ccdf9007fc5732b4f4842dc61dcfbb0088c46
|
||||
SIZE (mochi-mochiweb-v2.13.1_GH0.tar.gz) = 286544
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= firefox
|
||||
DISTVERSION= 45.0.1
|
||||
DISTVERSIONSUFFIX=.source
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
|
|
|||
14
www/firefox/files/patch-bug1257947
Normal file
14
www/firefox/files/patch-bug1257947
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Fix Hello icon (bug 1257947)
|
||||
|
||||
--- browser/extensions/loop/jar.mn
|
||||
+++ browser/extensions/loop/jar.mn
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[.] chrome.jar:
|
||||
% content loop %content/ contentaccessible=yes
|
||||
-% skin loop classic/1.0 %skin/linux/ os=Linux
|
||||
+% skin loop classic/1.0 %skin/linux/
|
||||
% skin loop classic/1.0 %skin/osx/ os=Darwin
|
||||
% skin loop classic/1.0 %skin/windows/ os=WINNT
|
||||
% skin loop-shared classic/1.0 %skin/shared/
|
||||
|
||||
Loading…
Add table
Reference in a new issue