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
270 changed files
with
2,561 additions
and
2,807 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
# Created by: Jean-Yves Lefort <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= gnomoradio | ||
PORTVERSION= 0.15.1 | ||
PORTREVISION= 18 | ||
CATEGORIES= audio net | ||
MASTER_SITES= SAVANNAH | ||
PORTNAME= gnomoradio | ||
PORTVERSION= 0.15.1 | ||
PORTREVISION= 19 | ||
CATEGORIES= audio net | ||
MASTER_SITES= SAVANNAH | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Program for finding and playing free music from the Internet | ||
MAINTAINER= [email protected] | ||
COMMENT= Program for finding and playing free music from the Internet | ||
|
||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ | ||
libao.so:${PORTSDIR}/audio/libao | ||
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ | ||
libao.so:${PORTSDIR}/audio/libao | ||
|
||
USES= pathfix pkgconfig libtool | ||
GNU_CONFIGURE= yes | ||
USE_GNOME= gconfmm26 gnomeprefix gtkmm24 | ||
USE_LDCONFIG= yes | ||
USES= pathfix pkgconfig libtool | ||
GNU_CONFIGURE= yes | ||
USE_GNOME= gconfmm26 gnomeprefix gtkmm24 | ||
USE_LDCONFIG= yes | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
LIBS+= -L${LOCALBASE}/lib | ||
INSTALL_TARGET= install-strip | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} '/^rainbow_get_LDADD =/s/$$/ $$(RAINBOW_LIBS)/' \ | ||
|
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
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 (Encode-Locale-1.04.tar.gz) = 33aca4aa35829bd5c8c5e64ebfde86d0a2e8cd59dac2c4de707ffe9dc10bfbd4 | ||
SIZE (Encode-Locale-1.04.tar.gz) = 8298 | ||
SHA256 (Encode-Locale-1.05.tar.gz) = 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 | ||
SIZE (Encode-Locale-1.05.tar.gz) = 8355 |
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 @@ | ||
--- CMakeLists.txt.orig 2015-05-18 16:31:48 UTC | ||
+++ CMakeLists.txt | ||
@@ -421,6 +421,9 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQU | ||
# Clang/Intel specific compiler options | ||
# I disabled long-long warning because boost generates about 50 such warnings | ||
set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array") | ||
+ if(${CMAKE_CXX_COMPILER_VERSION} VERSION_GREATER "3.6") | ||
+ set(WARNING_COMPILER_FLAGS "${WARNING_COMPILER_FLAGS} -Wno-unused-local-typedef ") | ||
+ endif() | ||
|
||
# OpenSSL is deprecated on later versions of Mac OS X. The long-term solution | ||
# is to provide a CommonCryto implementation. |
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 (freetds-0.95.1.tar.bz2) = f37b037e42b9714fff4d687b428b2daeca48c5848c4bead00deb6763e43ec4a3 | ||
SIZE (freetds-0.95.1.tar.bz2) = 3203740 | ||
SHA256 (freetds-0.95.8.tar.bz2) = ace9f99993235c4a1e407981eea1cb345dd304f1703a9accfb8835296786d2fb | ||
SIZE (freetds-0.95.8.tar.bz2) = 3204333 |
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
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,31 @@ | ||
# Created by: Ed Schouten <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= cloudlibc | ||
PORTVERSION= 0.1 | ||
CATEGORIES= devel | ||
MASTER_SITES= https://nuxi.nl/distfiles/cloudlibc/ | ||
PKGNAMEPREFIX= cloudabi- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= C library for CloudABI | ||
|
||
LICENSE= BSD2CLAUSE | ||
|
||
BUILD_DEPENDS= x86_64-unknown-cloudabi-ar:${PORTSDIR}/devel/cloudabi-binutils \ | ||
x86_64-unknown-cloudabi-cc:${PORTSDIR}/lang/cloudabi-clang | ||
|
||
USES= tar:xz | ||
|
||
do-build: | ||
@cd ${WRKSRC} && \ | ||
AR=${LOCALBASE}/bin/x86_64-unknown-cloudabi-ar \ | ||
CC=${LOCALBASE}/bin/x86_64-unknown-cloudabi-cc \ | ||
${SH} build | ||
|
||
do-install: | ||
@cd ${WRKSRC} && \ | ||
PREFIX=${STAGEDIR}${PREFIX}/x86_64-unknown-cloudabi \ | ||
${SH} install | ||
|
||
.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 (cloudlibc-0.1.tar.xz) = e1849c8861148a47bfb193fb063bbf37578a1b1dd64f42a963d849143dac37e4 | ||
SIZE (cloudlibc-0.1.tar.xz) = 617924 |
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 @@ | ||
Nuxi CloudABI is an application binary interface for UNIX-like operating | ||
systems built around the concept of capability-based security. In a | ||
nutshell, it means that you can run processes directly on top of a UNIX | ||
kernel while keeping complete control over the actions the process is | ||
allowed to perform. | ||
|
||
cloudlibc is a standard C library built on top of CloudABI. It | ||
implements almost all features of the C11 standard, but also a large | ||
part of POSIX.1-2008. | ||
|
||
WWW: https://github.com/NuxiNL/cloudlibc |
Oops, something went wrong.