forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
263 changed files
with
6,730 additions
and
813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (dpkg_1.18.0.tar.xz) = 7b156fbeed5bbfb8aa546a18badb46e471b65fa00777ccd8d7e3bbce002f225a | ||
SIZE (dpkg_1.18.0.tar.xz) = 4330304 | ||
SHA256 (dpkg_1.18.1.tar.xz) = cb26a97ca21c970cbe63a762125fe21f7437663badf6ce686589fe62650399da | ||
SIZE (dpkg_1.18.1.tar.xz) = 4340240 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- scripts/Dpkg/Compression.pm.orig 2015-06-11 20:28:56 UTC | ||
+++ scripts/Dpkg/Compression.pm | ||
@@ -55,7 +55,7 @@ interact with the set of supported compr | ||
my $COMP = { | ||
gzip => { | ||
file_ext => 'gz', | ||
- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ], | ||
+ comp_prog => [ 'gzip', '--no-name' ], | ||
decomp_prog => [ 'gunzip' ], | ||
default_level => 9, | ||
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- src/src.pro.orig 2010-10-11 17:11:16 UTC | ||
+++ src/src.pro | ||
@@ -4,13 +4,7 @@ QT += gui network xml sql | ||
|
||
INCLUDEPATH += lib libFingerprint/recommendation-commons | ||
|
||
-PRECOMPILED_HEADER = precompiled.h | ||
-CONFIG += precompile_header | ||
- | ||
-unix { | ||
- # precompiled headers breaks icecream builds for some reason :( | ||
- system( test `ps aux | grep iceccd | wc -l` -gt 1 ): CONFIG -= precompile_header | ||
-} | ||
+CONFIG -= precompile_header | ||
|
||
#universal binaries cannot be built from precompiled headers | ||
mac:release:CONFIG -= precompile_header |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Created by: Andriy Voskoboinyk <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= skype_oss_wrapper | ||
PORTVERSION= 0.1.1 | ||
CATEGORIES= audio linux | ||
PKGNAMEPREFIX= linux- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Partial PulseAudio API implementation using OSS backend | ||
|
||
LICENSE= BSD3CLAUSE | ||
LICENSE_FILE= ${WRKSRC}/LICENSE | ||
|
||
BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux-c6-devtools | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= s3erios | ||
GH_TAGNAME= v${PORTVERSION} | ||
|
||
USE_LINUX= yes | ||
USE_LINUX_PREFIX= yes | ||
# do not define USE_LDCONFIG, it's not for global use | ||
|
||
ONLY_FOR_ARCHS= i386 amd64 | ||
PLIST_FILES= lib/skype_oss_wrapper/libpulse.so.0 | ||
|
||
LIB_DIR= ${PREFIX}/lib/${PORTNAME} | ||
|
||
# hardcode compiler path | ||
post-patch: | ||
@${REINPLACE_CMD} -e 's|?= cc| = ${LINUXBASE}/usr/bin/gcc|' \ | ||
-e 's|$${CC}|${LINUXBASE}/usr/bin/gcc|' \ | ||
${WRKSRC}/Makefile | ||
|
||
post-install: | ||
@${RM} ${STAGEDIR}${PREFIX}/bin/skype_oss | ||
@${RMDIR} ${STAGEDIR}${PREFIX}/bin | ||
@${BRANDELF} -t Linux ${STAGEDIR}${LIB_DIR}/libpulse.so.0 | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (s3erios-skype_oss_wrapper-0.1.1-v0.1.1_GH0.tar.gz) = 0106c7962eb39e68204f266e310eebb03e351aefe6cc1c7befe1a01fc43aeb92 | ||
SIZE (s3erios-skype_oss_wrapper-0.1.1-v0.1.1_GH0.tar.gz) = 12401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
A fake libpulse.so library that mimics pulseaudio behavior for skype | ||
|
||
WWW: https://github.com/waterlaz/skype_oss_wrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- leocad.pro.orig 2014-01-30 23:26:55 UTC | ||
+++ leocad.pro | ||
@@ -7,8 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { | ||
} | ||
|
||
INCLUDEPATH += qt common | ||
-CONFIG += precompile_header incremental | ||
-PRECOMPILED_HEADER = common/lc_global.h | ||
+CONFIG += incremental | ||
win32 { | ||
QMAKE_CXXFLAGS_WARN_ON += -wd4100 | ||
DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE=1 _CRT_NONSTDC_NO_WARNINGS=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (libimobiledevice-1.1.6.tar.bz2) = 1fcd56489a27181617507b1d8aaf122f66d9860c0fe5af4c78f9e0ed129e33e0 | ||
SIZE (libimobiledevice-1.1.6.tar.bz2) = 619429 | ||
SHA256 (libimobiledevice-1.2.0.tar.bz2) = 786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037 | ||
SIZE (libimobiledevice-1.2.0.tar.bz2) = 631495 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (libusbmuxd-1.0.9.tar.bz2) = 2e3f708a3df30ad7832d2d2389eeb29f68f4e4488a42a20149cc99f4f9223dfc | ||
SIZE (libusbmuxd-1.0.9.tar.bz2) = 265940 | ||
SHA256 (libusbmuxd-1.0.10.tar.bz2) = 1aa21391265d2284ac3ccb7cf278126d10d354878589905b35e8102104fec9f2 | ||
SIZE (libusbmuxd-1.0.10.tar.bz2) = 292649 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.