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
260 changed files
with
7,165 additions
and
1,624 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- junklib.c.orig 2014-07-31 19:03:51 UTC | ||
+++ junklib.c | ||
@@ -32,7 +32,6 @@ | ||
#include <stdlib.h> | ||
#include <string.h> | ||
#if HAVE_ICONV | ||
- #define LIBICONV_PLUG | ||
#include <iconv.h> | ||
#elif HAVE_ICU | ||
#warning icu |
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 (pd-0.46-6.src.tar.gz) = 721dd4048b7a225e5d7b4ff4a585781a56b7d32348ea4838f9db7805b07b8cec | ||
SIZE (pd-0.46-6.src.tar.gz) = 2252980 | ||
SHA256 (pd-0.46-7.src.tar.gz) = 543802341bb0c7d03ed3a64cd56e2fafdbd35505d815ae3ced6555b43eaf58e5 | ||
SIZE (pd-0.46-7.src.tar.gz) = 2254022 |
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 (quimup_1.3.2_src.tar.gz) = a47f9e1e5debcca573acb08ef20e0f41ff74affb3c5857883de8365d741580be | ||
SIZE (quimup_1.3.2_src.tar.gz) = 228123 | ||
SHA256 (quimup_1.4.0_src.tar.gz) = b46f8ff651b9154a43cf90b005c160cbbddcc2fb8c6b17dfdee9b6c4a2e131ea | ||
SIZE (quimup_1.4.0_src.tar.gz) = 225621 |
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,11 +1,18 @@ | ||
--- configure.ac.orig | ||
--- configure.ac.orig 2013-10-06 22:43:37 UTC | ||
+++ configure.ac | ||
@@ -94,6 +94,8 @@ | ||
LIBS="${LIBS}" | ||
@@ -89,11 +89,11 @@ case $host in | ||
os="freebsd" | ||
threads="pthreads" | ||
|
||
- CFLAGS="$CFLAGS -I/usr/local/include" | ||
- LDFLAGS="$LDFLAGS -L/usr/local/lib" | ||
- LIBS="${LIBS}" | ||
AC_CHECK_LIB([usb], [libusb_init], [LIBS_LIBUSB_PRIVATE="${LIBS_LIBUSB_PRIVATE} -lusb"], [hidapi_lib_error libusb]) | ||
AC_CHECK_LIB([iconv], [iconv_open], [LIBS_LIBUSB_PRIVATE="${LIBS_LIBUSB_PRIVATE} -liconv"], [hidapi_lib_error libiconv]) | ||
- AC_CHECK_LIB([iconv], [iconv_open], [LIBS_LIBUSB_PRIVATE="${LIBS_LIBUSB_PRIVATE} -liconv"], [hidapi_lib_error libiconv]) | ||
+ AC_CHECK_DECLS([libusb_get_string_descriptor], [], [], [[#include <libusb.h>]]) | ||
+ AC_CHECK_DECLS([libusb_handle_events_completed], [], [], [[#include <libusb.h>]]) | ||
+ AM_ICONV | ||
+ LIBS_LIBUSB_PRIVATE="${LIBS_LIBUSB_PRIVATE} ${LTLIBICONV}" | ||
echo libs_priv: $LIBS_LIBUSB_PRIVATE | ||
;; | ||
*-mingw*) |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# it still works as well. | ||
|
||
PORTNAME?= unixcw | ||
PORTVERSION= 3.4.2 | ||
PORTVERSION= 3.5.0 | ||
CATEGORIES= comms hamradio | ||
MASTER_SITES= SF/unixcw/unixcw-${PORTVERSION} | ||
DISTNAME= unixcw_${PORTVERSION}.orig | ||
|
@@ -13,21 +13,28 @@ MAINTAINER= [email protected] | |
COMMENT?= Libs for cw on unix | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
GNU_CONFIGURE= yes | ||
.ifndef CONFIGURE_ARGS | ||
.ifndef CONFIGURE_ARGS | ||
CONFIGURE_ARGS= --disable-xcwcp | ||
.endif | ||
CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \ | ||
--libdir="${LOCALBASE}/lib" \ | ||
--disable-alsa --disable-pulseaudio | ||
|
||
USE_LDCONFIG= yes | ||
USES= gmake libtool pkgconfig | ||
USES+= gmake libtool pkgconfig | ||
USE_CSTD= gnu99 | ||
WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} | ||
MAJOR_LIB_VER= 6 | ||
MINOR_LIB_VER= 5.1 | ||
PLIST_SUB= MAJOR_LIB_VER=${MAJOR_LIB_VER} | ||
PLIST_SUB+= MINOR_LIB_VER=${MINOR_LIB_VER} | ||
|
||
post-install: | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.6.4.1 | ||
.ifndef XCWCP | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcw.so.${MAJOR_LIB_VER}.${MINOR_LIB_VER} | ||
.endif | ||
|
||
.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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (unixcw_3.4.2.orig.tar.gz) = 8c26f80861cb88de7554f1d693fb6288cf49ab5c7a6af31ee727860f56d76075 | ||
SIZE (unixcw_3.4.2.orig.tar.gz) = 710813 | ||
SHA256 (unixcw_3.5.0.orig.tar.gz) = ca94e54ce7e6da458aba13ecdea05e4ec7db50c482abf78201403c718680ac0c | ||
SIZE (unixcw_3.5.0.orig.tar.gz) = 719974 |
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,25 +1,28 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= xcwcp | ||
|
||
COMMENT= X11 CW Tutor using unixcw | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
LIB_DEPENDS= libcw.so:${PORTSDIR}/comms/unixcw | ||
|
||
MASTERDIR= ${.CURDIR}/../unixcw | ||
|
||
PLIST= ${.CURDIR}/pkg-plist | ||
USE_QT4= gui moc_build qmake_build rcc_build uic_build designer | ||
USE_AUTOTOOLS= autoconf | ||
USE_QT5= buildtools gui widgets qmake_build | ||
USES= gettext | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS= --enable-xcwcp | ||
XCWCP= yes | ||
PLIST_FILES= bin/xcwcp \ | ||
man/man1/xcwcp.1.gz | ||
LDFLAGS+= -L${LOCALBASE}/lib -lintl | ||
|
||
post-stage: | ||
# Remove files from the unixcw plist | ||
for plistfile in `cat ${MASTERDIR}/pkg-plist`; \ | ||
do \ | ||
cleanfile=`echo $${plistfile} | ${SED} -E 's|man/man(.*).gz|man/man\1|'`; \ | ||
${RM} ${STAGEDIR}${PREFIX}/$${cleanfile}; \ | ||
done | ||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/src/xcwcp/xcwcp ${STAGEDIR}${PREFIX}/bin/ | ||
${INSTALL_DATA} ${WRKSRC}/src/xcwcp/xcwcp.1 ${STAGEDIR}${MANPREFIX}/man/man1 | ||
|
||
.include "${MASTERDIR}/Makefile" |
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 |
---|---|---|
|
@@ -11,6 +11,9 @@ PKGNAMESUFFIX= 51 | |
MAINTAINER= [email protected] | ||
COMMENT= The MySQL Workbench | ||
|
||
DEPRECATED= EOL upstream, use databases/mysql-workbench52 instead | ||
EXPIRATION_DATE= 2015-11-10 | ||
|
||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ | ||
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ | ||
libzip.so:${PORTSDIR}/archivers/libzip \ | ||
|
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 |
---|---|---|
|
@@ -11,6 +11,9 @@ PKGNAMESUFFIX?= 51-server | |
MAINTAINER= [email protected] | ||
COMMENT?= Multithreaded SQL database (server) | ||
|
||
DEPRECATED= EOL upstream, use mysql55 or mysql56 instead | ||
EXPIRATION_DATE= 2015-11-10 | ||
|
||
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts | ||
GNU_CONFIGURE= yes | ||
|
||
|
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 (Tangram-2.11.tar.gz) = d18c3c997213d576ab7d036749750806a0ec4fc024731d10547a57e11397e65d | ||
SIZE (Tangram-2.11.tar.gz) = 174989 | ||
SHA256 (Tangram-2.12.tar.gz) = 06da4d0e5f4bd0dd001d1a67736197ff378d5de0519c5af0d60624e98bc5ea19 | ||
SIZE (Tangram-2.12.tar.gz) = 175039 |
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,13 @@ | ||
--- vio/viosocket.c.orig 2015-07-08 07:38:39 UTC | ||
+++ vio/viosocket.c | ||
@@ -33,6 +33,10 @@ | ||
static void (*before_io_wait)(void)= 0; | ||
static void (*after_io_wait)(void)= 0; | ||
|
||
+#ifdef __FreeBSD__ | ||
+#define s6_addr32 __u6_addr.__u6_addr32 | ||
+#endif | ||
+ | ||
/* Wait callback macros (both performance schema and threadpool */ | ||
#define START_SOCKET_WAIT(locker, state_ptr, sock, which, timeout) \ | ||
do \ |
Oops, something went wrong.