*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2017-01-06 07:11:44 +01:00
parent 9c5c3ccbbc
commit 17110115d1
194 changed files with 665 additions and 1488 deletions

View File

@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= minizip
PORTVERSION= 1.2.8
PORTREVISION= 1
PORTVERSION= 1.2.10
CATEGORIES= archivers
MASTER_SITES= SF/libpng/zlib/${PORTVERSION}
DISTNAME= zlib-${PORTVERSION}
MAINTAINER= coder@tuxfamily.org
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Zip library and programs from Zlib distribution
LICENSE= ZLIB
USES= autoreconf libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-demos
INSTALL_TARGET= install-strip

View File

@ -1,2 +1,3 @@
SHA256 (zlib-1.2.8.tar.xz) = 831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057
SIZE (zlib-1.2.8.tar.xz) = 450776
TIMESTAMP = 1483559487
SHA256 (zlib-1.2.10.tar.xz) = 9612bf086047078ce3a1c154fc9052113fc1a2a97234a059da17a6299bd4dd32
SIZE (zlib-1.2.10.tar.xz) = 467980

View File

@ -40,7 +40,7 @@ IGNORE= requires a kernel with compiled-in IA32 compatibility
.endif
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 && ${PORT_OPTIONS:MSFX}
.if ${OPSYS} == FreeBSD && ${PORT_OPTIONS:MSFX}
RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:misc/compat9x
.endif

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gogglesmm
PORTVERSION= 1.1.4
PORTVERSION= 1.1.5
CATEGORIES= audio
MAINTAINER= jhale@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1482584810
SHA256 (gogglesmm-gogglesmm-1.1.4_GH0.tar.gz) = 92df634580ecf5734a5a1fe21cc0296498aa8dd264ec1164e9a2b60d4c659a90
SIZE (gogglesmm-gogglesmm-1.1.4_GH0.tar.gz) = 1411691
TIMESTAMP = 1483653900
SHA256 (gogglesmm-gogglesmm-1.1.5_GH0.tar.gz) = 91edfd96d8d12b8dd55227788c0c90db8b8a88f34c81cfcdc48a04072c658d96
SIZE (gogglesmm-gogglesmm-1.1.5_GH0.tar.gz) = 1411737

View File

@ -33,7 +33,6 @@ OPTIONS_SUB= yes
IMOBILE_DESC= Apple iPhone/iPod Touch support
IMOBILE_LIB_DEPENDS= libimobiledevice.so:comms/libimobiledevice
IMOBILE_CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
IMOBILE_CONFIGURE_WITH= libimobiledevice
MONO_USE= GNOME=gtksharp20

View File

@ -1,7 +1,7 @@
# Created by: vanilla
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= chinese
MAINTAINER= vanilla@FreeBSD.org
@ -10,7 +10,6 @@ COMMENT= zh-tw cursor movement friendly, wrapping clean irssi
CONFLICTS?= irssi-*
MASTERDIR= ${.CURDIR}/../../irc/irssi
EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \
${.CURDIR}/files/patch-utf8_break
EXTRA_PATCHES= ${.CURDIR}/files/patch-utf8_break
.include "${MASTERDIR}/Makefile"

View File

@ -12,9 +12,7 @@ COMMENT= Device Firmware Update based USB programmer for Atmel chips
LICENSE= GPLv2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lusb
LIBS+= -lusb
PLIST_FILES= bin/dfu-programmer man/man1/dfu-programmer.1.gz
PORTDOCS= *

View File

@ -12,8 +12,6 @@ COMMENT= Device firmware update (DFU) USB programmer
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV= USE_LIBS="-lusb" \
ac_cv_lib_usbpath_usb_path2devnum=no
PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz

View File

@ -41,7 +41,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
# volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
USES= cmake:outsource compiler:c11 iconv perl5 python:2.7 shebangfix
USES= cmake:outsource compiler:c11 iconv perl5 pkgconfig python:2.7 shebangfix
SHEBANG_FILES= grc/freedesktop/grc_setup_freedesktop.in
CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\
-DICONV_PREFIX:STRING="${ICONV_PREFIX}" \

View File

@ -1,51 +1,5 @@
--- cmake/Modules/FindUSB.cmake.orig 2015-04-13 14:32:43 UTC
+++ cmake/Modules/FindUSB.cmake
@@ -1,20 +1,30 @@
if(NOT LIBUSB_FOUND)
- pkg_check_modules (LIBUSB_PKG libusb-1.0)
- find_path(LIBUSB_INCLUDE_DIR NAMES libusb.h
- PATHS
- ${LIBUSB_PKG_INCLUDE_DIRS}
- /usr/include/libusb-1.0
- /usr/include
- /usr/local/include
- )
-
- find_library(LIBUSB_LIBRARIES NAMES usb-1.0 usb
- PATHS
- ${LIBUSB_PKG_LIBRARY_DIRS}
- /usr/lib
- /usr/local/lib
- )
+ if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ message(status "--- Looking for FreeBSD usb")
+ find_library(LIBUSB_LIBRARIES NAMES usb
+ PATHS
+ ${LIBUSB_PKG_LIBRARY_DIRS}
+ /usr/lib
+ )
+ else()
+ message(status "--- LIBUSB_LIBRARIES ${LIBUSB_LIBRARIES}")
+ pkg_check_modules (LIBUSB_PKG libusb-1.0)
+ find_path(LIBUSB_INCLUDE_DIR NAMES libusb.h
+ PATHS
+ ${LIBUSB_PKG_INCLUDE_DIRS}
+ /usr/include/libusb-1.0
+ /usr/include
+ /usr/local/include
+ )
+ find_library(LIBUSB_LIBRARIES NAMES usb-1.0 usb
+ PATHS
+ ${LIBUSB_PKG_LIBRARY_DIRS}
+ /usr/lib
+ /usr/local/lib
+ )
+ endif()
+
if(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES)
set(LIBUSB_FOUND TRUE CACHE INTERNAL "libusb-1.0 found")
message(STATUS "Found libusb-1.0: ${LIBUSB_INCLUDE_DIR}, ${LIBUSB_LIBRARIES}")
@@ -23,6 +33,17 @@ else(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRA
message(STATUS "libusb-1.0 not found.")
endif(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES)

View File

@ -22,11 +22,12 @@ NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e '/PKG_CONFIG.*libusb/s/ >= 0\.1\.[0-9]*/-0.1/' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticables2.pc.in
.include <bsd.port.mk>

View File

@ -3,6 +3,7 @@
PORTNAME= owfs
PORTVERSION= 3.1p1
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= SF/owfs/owfs/${PORTVERSION}
@ -71,7 +72,6 @@ OWFS_USES= fuse
ZERO_CONFIGURE_ENABLE= zero
USB_CONFIGURE_ENABLE= usb
USB_LDFLAGS= -lusb
.include <bsd.port.options.mk>

View File

@ -3,7 +3,7 @@
PORTNAME= rtl-sdr
PORTVERSION= 20140210
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac

View File

@ -1,16 +1,5 @@
--- configure.ac.orig 2012-08-23 08:40:54.000000000 +0200
+++ configure.ac 2012-08-23 11:47:20.000000000 +0200
@@ -14,9 +14,7 @@
LT_INIT
AC_PROG_LIBTOOL
-PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0)
-LIBS="$LIBS $LIBUSB_LIBS"
-CFLAGS="$CFLAGS $LIBUSB_CFLAGS"
+LIBS="$LIBS -lusb"
AC_PATH_PROG(DOXYGEN,doxygen,false)
AM_CONDITIONAL(HAVE_DOXYGEN, test $DOXYGEN != false)
@@ -34,7 +32,7 @@
dnl checks for required libraries

View File

@ -1,3 +1,5 @@
libusb-1.0 is already part of RTLSDR_PC_LIBS
--- librtlsdr.pc.in.orig 2014-07-11 08:56:42.640078065 +0000
+++ librtlsdr.pc.in 2014-07-11 08:56:57.487076496 +0000
@@ -7,5 +7,5 @@
@ -5,5 +7,5 @@
Version: @VERSION@
Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@
-Libs: -L${libdir} -lrtlsdr -lusb-1.0
+Libs: -L${libdir} -lrtlsdr -lusb
+Libs: -L${libdir} -lrtlsdr
Libs.private: @RTLSDR_PC_LIBS@

View File

@ -17,9 +17,7 @@ LIB_DEPENDS= libplist.so:devel/libplist \
USES= autoreconf cpe libtool pathfix pkgconfig tar:bzip2
CPE_VENDOR= nikias_bassen
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-systemd \
libusb_CFLAGS="-I/usr/include" \
libusb_LIBS="-lusb"
CONFIGURE_ARGS= --without-systemd
PLIST_FILES= man/man1/${PORTNAME}.1.gz \
sbin/${PORTNAME}

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= wsjtx
PORTVERSION= 1.6.0
PORTREVISION= 1
PORTVERSION= 1.7.0
CATEGORIES= comms hamradio
MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@ -12,24 +11,33 @@ COMMENT= Weak signal ham radio communication package
LICENSE= GPLv3
BUILD_DEPENDS= a2x:textproc/asciidoc \
${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
a2x:textproc/asciidoc \
${LOCALBASE}/share/xsl/docbook:textproc/docbook-xsl
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libhamlib.so:comms/hamlib \
libxslt.so:textproc/libxslt
RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:comms/kvasd
libxslt.so:textproc/libxslt \
libomp.so:devel/openmp
MAKE_JOBS_UNSAFE= yes
USE_GL= yes
USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport
USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig tar:tgz
CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \
-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib
-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
-DLOCALBASE::STRING="${LOCALBASE}"
WRKSRC= ${WRKDIR}/${PORTNAME}
#
# This nonsense is because wsjtx is shipped with a copy of hamlib
# as well as wsjtx
#
do-extract:
${TAR} xf ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C${WRKDIR}
${TAR} xf ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/wsjtx.tgz -C${WRKDIR}
BROKEN_i386= does not build on i386 due to openmp
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
SHA256 (wsjtx-1.6.0.tgz) = 2dc2563827146b0009ab75f0bf45771bf2530cfcd8a341a93bc6958d238f86f2
SIZE (wsjtx-1.6.0.tgz) = 12537071
SHA256 (wsjtx-main-1.6.0.html) = eea98304686db562f35c8aa98dc431d15c3ae4d8b2577c2cf402735ab02074dc
SIZE (wsjtx-main-1.6.0.html) = 2606371
TIMESTAMP = 1482183615
SHA256 (wsjtx-1.7.0.tgz) = e7b3f31dad87b2b9cfb0a39bbba466f7039200541d37bfd181974fd11956a358
SIZE (wsjtx-1.7.0.tgz) = 21293155

View File

@ -1,20 +1,25 @@
--- CMakeLists.txt.orig 2015-12-11 00:00:13 UTC
--- CMakeLists.txt.orig 2017-01-05 15:57:44 UTC
+++ CMakeLists.txt
@@ -93,6 +93,13 @@ if (CMAKE_BUILD_TYPE MATCHES "[Dd][Ee][B
@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 2.8.10 FATAL_ERROR)
-
if (APPLE)
#
# The following variables define the portability and compatability attributes of the Mac OS X build
@@ -97,6 +96,12 @@ if (CMAKE_BUILD_TYPE MATCHES "[Dd][Ee][B
set (is_debug_build 1)
endif ()
+if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ set (FREEBSD 1)
+ set (FREEBSD TRUE)
+ link_directories("/usr/lib" "${LOCALBASE}/lib")
+ include_directories("/usr/include" "${LOCALBASE}/include")
+endif()
+
+if (FREEBSD)
+ set (WSJT_INCLUDE_KVASD Off)
+endif ()
#
# Options & features
@@ -153,7 +160,14 @@ set (LIB_DESTINATION lib)
@@ -161,7 +166,14 @@ set (INCLUDE_DESTINATION include)
set (SHARE_DESTINATION share)
set (DOC_DESTINATION doc/${CMAKE_PROJECT_NAME})
set (DATA_DESTINATION ${CMAKE_PROJECT_NAME})
@ -30,24 +35,45 @@
set (PLUGIN_DESTINATION lib/plugins)
set (QT_CONF_DESTINATION bin)
@@ -937,7 +951,13 @@ set_target_properties (wsjtx PROPERTIES
MACOSX_BUNDLE_GUI_IDENTIFIER "org.k1jt.wsjtx"
)
-target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES} Qt5::Multimedia)
+if(FREEBSD)
+ set (extraLIBS "ltdl" "usb")
+else()
+ set (extraLIBS "")
+endif()
@@ -721,7 +733,20 @@ find_program(ETAGS etags)
#
# OpenMP
#
-find_package (OpenMP)
+message (status "ZZZ About to find_package (OpenMP)")
+# OpenMP_C_FLAGS - flags to add to the C compiler for OpenMP support
+# OpenMP_CXX_FLAGS - flags to add to the CXX compiler for OpenMP support
+# OpenMP_Fortran_FLAGS - flags to add to the Fortran compiler for OpenMP support
+# OPENMP_FOUND - true if openmp is detected
+
+target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt ${hamlib_LIBRARIES} ${extraLIBS} ${FFTW3_LIBRARIES} Qt5::Multimedia)
qt5_use_modules (wsjtx SerialPort) # not sure why the interface link library syntax above doesn't work
+if (FREEBSD)
+ set (OpenMP_C_FLAGS "-openmp")
+ set (OpenMP_CXX_FLAGS "-openmp")
+ set (OpenMP_Fortran_FLAGS "-openmp")
+ set (OPENMP_FOUND TRUE)
+else()
+ find_package (OpenMP)
+endif()
add_resources (message_aggregator_RESOURCES /qss ${message_aggregator_STYLESHEETS})
@@ -1011,20 +1031,6 @@ else (WSJT_INCLUDE_KVASD)
endif (APPLE)
endif (WSJT_INCLUDE_KVASD)
#
# fftw3 single precision library
@@ -1132,6 +1157,13 @@ if (APPLE)
target_link_libraries (wsjtx wsjt_fort wsjt_cxx wsjt_qt wsjt_qtmm ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES})
else ()
target_link_libraries (wsjtx wsjt_fort_omp wsjt_cxx wsjt_qt wsjt_qtmm ${hamlib_LIBRARIES} ${FFTW3_LIBRARIES})
+
+ if(FREEBSD)
+ set (extraLIBS "ltdl" "usb")
+ else()
+ set (extraLIBS "")
+ endif()
+
set_target_properties (wsjtx PROPERTIES
COMPILE_FLAGS "${OpenMP_C_FLAGS}"
LINK_FLAGS "${OpenMP_C_FLAGS}"
@@ -1232,20 +1264,6 @@ install (TARGETS jt9 jt65code qra64code
BUNDLE DESTINATION ${WSJT_BIN_DESTINATION} COMPONENT runtime
)
-install (PROGRAMS
- ${RIGCTL_EXE}

View File

@ -1,6 +1,6 @@
--- Configuration.cpp.orig 2015-12-11 00:00:14 UTC
--- Configuration.cpp.orig 2017-01-05 15:57:44 UTC
+++ Configuration.cpp
@@ -2507,13 +2507,13 @@ void Configuration::impl::fill_port_comb
@@ -2548,13 +2548,13 @@ void Configuration::impl::fill_port_comb
auto Configuration::impl::apply_calibration (Frequency f) const -> Frequency
{

View File

@ -1,6 +1,6 @@
--- Radio.cpp.orig 2015-12-11 00:00:13 UTC
--- Radio.cpp.orig 2017-01-05 15:57:45 UTC
+++ Radio.cpp
@@ -33,7 +33,7 @@ namespace Radio
@@ -30,7 +30,7 @@ namespace Radio
{
value = v.toDouble ();
}
@ -9,7 +9,7 @@
}
FrequencyDelta frequency_delta (QVariant const& v, int scale, QLocale const& locale)
@@ -47,7 +47,7 @@ namespace Radio
@@ -44,7 +44,7 @@ namespace Radio
{
value = v.toDouble ();
}

View File

@ -1,4 +1,4 @@
--- WFPalette.hpp.orig 2015-12-11 00:00:14 UTC
--- WFPalette.hpp.orig 2017-01-05 15:57:44 UTC
+++ WFPalette.hpp
@@ -5,6 +5,7 @@
#include <QList>

View File

@ -1,16 +1,18 @@
--- lib/wsprd/Makefile.orig 2015-12-11 00:00:13 UTC
--- lib/wsprd/Makefile.orig 2017-01-05 15:57:44 UTC
+++ lib/wsprd/Makefile
@@ -1,9 +1,9 @@
@@ -1,10 +1,10 @@
-CC = gcc
+#CC = gcc
#CC = clang
#CC = clang-3.5
-FC = gfortran
+#FC = gfortran
-CFLAGS= -I/usr/include -Wall -Wno-missing-braces -O3 -ffast-math
-LDFLAGS = -L/usr/lib
+CFLAGS= -Wno-missing-braces -O3 -ffast-math
-FFLAGS = -O2 -Wall -Wno-conversion
+#CFLAGS= -I/usr/include -Wall -Wno-missing-braces -O3 -ffast-math
+#LDFLAGS = -L/usr/lib
LIBS = -lfftw3 -lm
+#FFLAGS = -O2 -Wall -Wno-conversion
LIBS = -lfftw3f -lm
# Default rules

View File

@ -1,11 +1,11 @@
--- manpages/CMakeLists.txt.orig 2015-12-11 00:00:14 UTC
--- manpages/CMakeLists.txt.orig 2017-01-05 15:57:47 UTC
+++ manpages/CMakeLists.txt
@@ -1,8 +1,6 @@
set (ASCIIDOC_MANS
@@ -2,8 +2,6 @@ set (ASCIIDOC_MANS
man1/wsjtx.1.txt
man1/wsprd.1.txt
man1/jt65code.1.txt
- man1/rigctl-wsjtx.1.txt
- man1/rigctld-wsjtx.1.txt
man1/message_aggregator.1.txt
man1/udp_daemon.1.txt
)

View File

@ -3,6 +3,10 @@ bin/jt65code
bin/jt9
bin/jt9code
bin/message_aggregator
bin/msk144code
bin/qra64code
bin/qra64sim
bin/udp_daemon
bin/wsjtx
bin/wsprd
man/man1/jt4code.1.gz
@ -10,8 +14,10 @@ man/man1/jt65code.1.gz
man/man1/jt9.1.gz
man/man1/jt9code.1.gz
man/man1/message_aggregator.1.gz
man/man1/udp_daemon.1.gz
man/man1/wsjtx.1.gz
man/man1/wsprd.1.gz
share/applications/message_aggregator.desktop
share/applications/wsjtx.desktop
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/BUGS
@ -22,6 +28,6 @@ share/applications/wsjtx.desktop
%%DOCSDIR%%/THANKS
%%DOCSDIR%%/changelog.Debian.gz
%%DOCSDIR%%/copyright
%%DOCSDIR%%/wsjtx-main-1.6.0.html
%%DOCSDIR%%/wsjtx-main-1.7.0.html
share/pixmaps/wsjtx_icon.png
%%DATADIR%%/JPLEPH

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= base64url
PORTVERSION= 0.0.1
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
CATEGORIES= converters
PKGNAMEPREFIX= erlang-
@ -14,6 +14,5 @@ LICENSE= MIT
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= dvv
GH_TAGNAME= f2c64ed
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (dvv-base64url-v0.0.1-f2c64ed_GH0.tar.gz) = 689d99ad60919afa6b30fddf560ac9ec22a40dea6ddb18d126f72095724f0e90
SIZE (dvv-base64url-v0.0.1-f2c64ed_GH0.tar.gz) = 2762
TIMESTAMP = 1483681220
SHA256 (dvv-base64url-v1.0_GH0.tar.gz) = 73d15d618741e59b5ba260e2478f566c6bb30b01c23340157204e78d228a2c7e
SIZE (dvv-base64url-v1.0_GH0.tar.gz) = 2759

View File

@ -12,7 +12,7 @@ LICENSE= MIT
BUILD_DEPENDS= go>=1.5.0:lang/go
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS= i386 amd64 armv6
USE_RC_SUBR= influxd

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DBIx-XHTML_Table
PORTVERSION= 1.48
PORTVERSION= 1.49
CATEGORIES= databases www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,2 +1,3 @@
SHA256 (DBIx-XHTML_Table-1.48.tar.gz) = 44b5e7744131fd8fe3be78f1968136cbc103101a14b72ff3447f395096153b48
SIZE (DBIx-XHTML_Table-1.48.tar.gz) = 27529
TIMESTAMP = 1483558410
SHA256 (DBIx-XHTML_Table-1.49.tar.gz) = 3b6a603acbec496202e4b601830aefbe3ef78037142cf496dd2c45de8635116d
SIZE (DBIx-XHTML_Table-1.49.tar.gz) = 27532

View File

@ -1,6 +1,6 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2015-10-05 21:09:44.000000000 +0200
+++ src/backend/utils/misc/postgresql.conf.sample 2015-10-08 21:51:37.862060431 +0200
@@ -318,6 +318,7 @@
--- src/backend/utils/misc/postgresql.conf.sample.orig 2016-10-24 20:08:51 UTC
+++ src/backend/utils/misc/postgresql.conf.sample
@@ -330,6 +330,7 @@
# - Where to Log -
@ -8,7 +8,7 @@
#log_destination = 'stderr' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
@@ -449,7 +450,9 @@
@@ -464,7 +465,9 @@
#cluster_name = '' # added to process titles if nonempty
# (change requires restart)

View File

@ -23,6 +23,7 @@ USE_RUBY= yes
USE_RUBY_EXTCONF= yes
MAKE_ENV+= RUBY_RDOC=${LOCALBASE}/bin/rdoc
ALL_TARGET= all rdoc
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
--with-db-lib=${BDB_LIB_DIR}
INSTALL_TARGET= site-install
@ -73,10 +74,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-22 \
post-patch:
@${RM} ${WRKSRC}/docs/*.orig
post-build:
(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc)
post-install:
${STRIP_CMD} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}/bdb.so
${MKDIR} ${STAGEDIR}${DOCSDIR}/doc

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
PORTVERSION= 1.3.12
PORTVERSION= 1.3.13
CATEGORIES= databases rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481130118
SHA256 (rubygem/sqlite3-1.3.12.gem) = 7d912f1b53d4bc11f84c4076c7ebae73bc21a9d82cc2df750fc37bbef3418d42
SIZE (rubygem/sqlite3-1.3.12.gem) = 64512
TIMESTAMP = 1483558458
SHA256 (rubygem/sqlite3-1.3.13.gem) = b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06
SIZE (rubygem/sqlite3-1.3.13.gem) = 64512

View File

@ -3209,6 +3209,7 @@
SUBDIR += p5-Sub-Exporter-Progressive
SUBDIR += p5-Sub-Identify
SUBDIR += p5-Sub-Infix
SUBDIR += p5-Sub-Info
SUBDIR += p5-Sub-Install
SUBDIR += p5-Sub-Installer
SUBDIR += p5-Sub-Multi

View File

@ -20,15 +20,7 @@ PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/${OPSYS}/libacsccid.so
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
# Old versions don't have pkgconfig files for libusb
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000024
CONFIGURE_ENV+= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/${OPSYS}/libacsccid.so
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -26,16 +26,10 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003000
CONFIGURE_ENV+= PKG_CONFIG_PATH=${FILESDIR}
.endif
post-patch:
@${REINPLACE_CMD} '/add_subdirectory(docs)/d' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
${WRKSRC}/version.sh
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -31,33 +31,16 @@ USE_LDCONFIG= yes
PORTDOCS= ChangeLog std-ext-lib.txt API.txt lttng-live.txt
.include <bsd.port.pre.mk>
# FreeBSD 9.x and earlier do not have an updated flex
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
BUILD_DEPENDS+= flex>=2.5.35:textproc/flex
.endif
post-patch:
@${REINPLACE_CMD} -e 's|LICENSE mit-license.txt gpl-2.0.txt||' \
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's|machine\/endian|sys\/endian|' \
${WRKSRC}/include/babeltrace/endian.h
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
@${REINPLACE_CMD} -e 's|\[FLEX\],\[flex\]|\[FLEX\],\[flex\],\[\/usr\/bin\/flex\],${LOCALBASE}/bin:${PATH}|' \
${WRKSRC}/configure.ac
.endif
pre-configure:
(cd ${WRKSRC}; ./bootstrap )
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
pre-build:
@${REINPLACE_CMD} -e 's|(LEX)|(FLEX)|' \
${WRKSRC}/formats/ctf/metadata/Makefile
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbabeltrace*so.1.0.0
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -28,11 +28,4 @@ CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \
USES= autoreconf gmake libtool perl5
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
CONFIGURE_ENV+= CPPFLAGS="-stdlib=libstdc++ -I${LOCALBASE}/lib/gcc48/include/c++/ -I${LOCALBASE}/lib/gcc48/include/ -I${LOCALBASE}/lib/gcc48/include/c++/${ARCH:C/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}/ -L${LOCALBASE}/lib -L${LOCALBASE}/lib/gcc48" \
LDFLAGS="-L/usr/local/lib/gcc48 -lstdc++"
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -15,13 +15,15 @@ MAINTAINER= ohauer@FreeBSD.org
COMMENT= CVS to Subversion Repository Converter
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm \
cvs:devel/cvs
# 2.4.0 -> svn r5392
PATCHREV= 5433
USES= shebangfix python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
SHEBANG_FILES= cvs2svn cvs2git cvs2bzr *.py \
contrib/* cvs2svn_lib/*.py \
@ -39,12 +41,6 @@ SUBVERSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion
GIT_RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git
BAZAAR_RUN_DEPENDS= ${LOCALBASE}/bin/bzr:devel/bzr
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
RUN_DEPENDS+= cvs:devel/cvs
.endif
# documents from ${WRKSRC}/doc
DOCS1= design-notes.txt making-releases.txt \
revision-reader.txt symbol-notes.txt

View File

@ -21,14 +21,8 @@ CONFIGURE_ARGS= --prefix=\$${DESTDIR}${PREFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000013
USES+= bison
.else
post-patch:
@${REINPLACE_CMD} -e "s/bison/byacc/g" ${WRKSRC}/configure
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

View File

@ -19,18 +19,10 @@ USES= gmake mono pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= mono
.include <bsd.port.options.mk>
post-patch:
.if ${OSVERSION} < 1000044
# libc.so is a symlink to the right libc.so.X
${REINPLACE_CMD} -e 's|libc.so.6|libc.so|' \
${WRKSRC}/src/dbus-sharp.dll.config
.else
# libc.so is an LD script not usable by dllmap, so we have to set a proper
# version number.
${REINPLACE_CMD} -e 's|libc.so.6|libc.so.7|' \
@${REINPLACE_CMD} -e 's|libc.so.6|libc.so.7|' \
${WRKSRC}/src/dbus-sharp.dll.config
.endif
.include <bsd.port.mk>

View File

@ -53,15 +53,8 @@ DOCS_PLIST_FILES= man/man1/doxygen.1.gz \
DOCS_IMPLIES= LATEX
PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000033
BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex
CMAKE_ARGS+= -DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex
.endif
post-patch:
@${REINPLACE_CMD} -e '/PERL_PATH/ s|/usr/bin/perl|${perl_CMD}|' \
${WRKSRC}/src/config.xml
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= combine
PORTVERSION= 0.9.4
PORTVERSION= 0.9.5
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483561113
SHA256 (bitwalker-combine-0.9.4_GH0.tar.gz) = 6778b10ad4be87ff11011155a9786af61e4a5ee51be8bc8afb0d7af6fccf9f3a
SIZE (bitwalker-combine-0.9.4_GH0.tar.gz) = 93767
TIMESTAMP = 1483596686
SHA256 (bitwalker-combine-0.9.5_GH0.tar.gz) = 976a1c540b4dcaa86a0c6aa7d28681f265cc528dc6e618cc3d2bca08088326a6
SIZE (bitwalker-combine-0.9.5_GH0.tar.gz) = 93789

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= exprotobuf
DISTVERSION= 1.2.2
DISTVERSION= 1.2.3
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483562834
SHA256 (bitwalker-exprotobuf-1.2.2_GH0.tar.gz) = b787af417ad9b98473a56e18b306861758b34cdf86f66321bc39c068c6779fe4
SIZE (bitwalker-exprotobuf-1.2.2_GH0.tar.gz) = 22861
TIMESTAMP = 1483597187
SHA256 (bitwalker-exprotobuf-1.2.3_GH0.tar.gz) = f5e85da54c6379048ba6a1d3b9aab00464d94e8ee9f5c27501cbb93f371ab759
SIZE (bitwalker-exprotobuf-1.2.3_GH0.tar.gz) = 22877

View File

@ -1,12 +1,12 @@
--- mix.exs.orig 2015-07-06 14:47:27 UTC
--- mix.exs.orig 2017-01-05 03:20:53 UTC
+++ mix.exs
@@ -6,8 +6,7 @@ defmodule Protobuf.Mixfile do
version: "0.10.0",
elixir: "~> 1.0.0",
description: description,
- package: package,
- deps: deps]
+ package: package]
version: "1.2.3",
elixir: "~> 1.2",
description: description(),
- package: package(),
- deps: deps()]
+ package: package()]
end
def application do

View File

@ -18,11 +18,4 @@ CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
USES= bison gmake tar:bz2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*//}
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000033
BUILD_DEPENDS+= flex>=2.5.35:textproc/flex
CONFIGURE_ARGS+=LEX=${LOCALBASE}/bin/flex
.endif
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= jenkins
PORTVERSION= 2.19.4
PORTVERSION= 2.32.1
CATEGORIES= devel java
MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/
PKGNAMESUFFIX= -lts

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481577159
SHA256 (jenkins/2.19.4/jenkins.war) = c1b82650ad4bbddc696a18b4907c6e21078adfdabd4ed609c789aba29483fa72
SIZE (jenkins/2.19.4/jenkins.war) = 69770196
TIMESTAMP = 1483604333
SHA256 (jenkins/2.32.1/jenkins.war) = efbb4360de55947189f67895be0960ddfd75104732802948f082f8a5e93228ca
SIZE (jenkins/2.32.1/jenkins.war) = 70146512

View File

@ -16,10 +16,4 @@ USE_QT5= buildtools_build core dbus gui qmake_build xml
# Make the applications.menu file not conflict with KDE4.
CMAKE_ARGS= -DAPPLICATIONS_MENU_NAME:STRING="kf5-applications.menu"
.include <bsd.port.pre.mk>
# Flex on FreeBSD 9 and older 10 is too old
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -19,8 +19,6 @@ GNU_CONFIGURE= yes
USE_PERL5= build
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
PLIST_SUB= VER=${PORTVERSION}
INSTALL_TARGET= install-strip

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 library
USES= libtool
USES= libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -1,39 +0,0 @@
--- configure.orig 2011-04-15 10:36:10.000000000 +0200
+++ configure 2011-04-15 15:27:11.000000000 +0200
@@ -20067,35 +20067,11 @@
if test -n "$libg19_CFLAGS"; then
pkg_cv_libg19_CFLAGS="$libg19_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libusb-1.0\"") >&5
- ($PKG_CONFIG --exists --print-errors "libusb-1.0") 2>&5
- ac_status=$?
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- pkg_cv_libg19_CFLAGS=`$PKG_CONFIG --cflags "libusb-1.0" 2>/dev/null`
-else
- pkg_failed=yes
-fi
- else
- pkg_failed=untried
fi
if test -n "$libg19_LIBS"; then
pkg_cv_libg19_LIBS="$libg19_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libusb-1.0\"") >&5
- ($PKG_CONFIG --exists --print-errors "libusb-1.0") 2>&5
- ac_status=$?
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- pkg_cv_libg19_LIBS=`$PKG_CONFIG --libs "libusb-1.0" 2>/dev/null`
else
- pkg_failed=yes
-fi
- else
- pkg_failed=untried
+ pkg_cv_libg19_LIBS="-lusb"
fi

View File

@ -16,7 +16,7 @@ USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
USE_QT5= buildtools_build qmake_build dbus core gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= qtxdg
USE_LXQT= buildtools qtxdg
USE_XORG= x11 xscrnsaver
.include <bsd.port.mk>

View File

@ -24,7 +24,4 @@ PLIST_FILES= bin/felica_dump bin/pasori_test \
lib/libpafe.a lib/libpafe.so lib/libpafe.so.0 \
lib/libpafe.so.0.0.8
CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \
LIBUSB_LIBS="-L/usr/lib -lusb"
.include <bsd.port.mk>

View File

@ -20,9 +20,14 @@ USES= gmake pathfix libtool pkgconfig
USE_GNOME= glib20
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
LDFLAGS+= -L/usr/lib -lusb
USE_LDCONFIG= yes
post-patch:
# libusb can be disabled via src.conf(5), so detect via pkg-config
@${REINPLACE_CMD} -e 's/\(libusb-1\.0\) >= 1\.0\.[0-9]*/\1/' \
-e '/\*freebsd\*/,/;;/d' \
${WRKSRC}/configure
.include <bsd.port.pre.mk>
# Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION

View File

@ -58,7 +58,8 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
INFO= openocd
post-patch:
chmod +x ${WRKSRC}/libusb_finder
@${REINPLACE_CMD} -e '/PKG_CONFIG/{/1\.0/!s/libusb/&-0.1/;}' \
${WRKSRC}/configure
# IMPORTANT INFORMATION FOR DEVELOPERS:
# Some Interfaces and Options are not on the list because they break a build.

View File

@ -1,101 +0,0 @@
--- configure.orig 2015-05-17 21:09:56 UTC
+++ configure
@@ -15124,12 +15124,12 @@ if test -n "$LIBUSB1_CFLAGS"; then
pkg_cv_LIBUSB1_CFLAGS="$LIBUSB1_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libusb-1.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libusb-1.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: ./libusb_finder --exists --print-errors \"libusb-1.0\""; } >&5
+ (./libusb_finder --exists --print-errors "libusb-1.0") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBUSB1_CFLAGS=`$PKG_CONFIG --cflags "libusb-1.0" 2>/dev/null`
+ pkg_cv_LIBUSB1_CFLAGS=`./libusb_finder --cflags "libusb-1.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -15141,12 +15141,12 @@ if test -n "$LIBUSB1_LIBS"; then
pkg_cv_LIBUSB1_LIBS="$LIBUSB1_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libusb-1.0\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libusb-1.0") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: ./libusb_finder --exists --print-errors \"libusb-1.0\""; } >&5
+ (./libusb_finder --exists --print-errors "libusb-1.0") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBUSB1_LIBS=`$PKG_CONFIG --libs "libusb-1.0" 2>/dev/null`
+ pkg_cv_LIBUSB1_LIBS=`./libusb_finder --libs "libusb-1.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -15167,9 +15167,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBUSB1_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libusb-1.0" 2>&1`
+ LIBUSB1_PKG_ERRORS=`./libusb_finder --short-errors --print-errors --cflags --libs "libusb-1.0" 2>&1`
else
- LIBUSB1_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libusb-1.0" 2>&1`
+ LIBUSB1_PKG_ERRORS=`./libusb_finder --print-errors --cflags --libs "libusb-1.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBUSB1_PKG_ERRORS" >&5
@@ -15198,8 +15198,8 @@ $as_echo "yes" >&6; }
$as_echo "#define HAVE_LIBUSB1 1" >>confdefs.h
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libusb-1.0 >= 1.0.9\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libusb-1.0 >= 1.0.9") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: ./libusb_finder --exists --print-errors \"libusb-1.0 >= 1.0.9\""; } >&5
+ (./libusb_finder --exists --print-errors "libusb-1.0 >= 1.0.9") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
@@ -15225,12 +15225,12 @@ if test -n "$LIBUSB0_CFLAGS"; then
pkg_cv_LIBUSB0_CFLAGS="$LIBUSB0_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libusb\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libusb") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: ./libusb_finder --exists --print-errors \"libusb\""; } >&5
+ (./libusb_finder --exists --print-errors "libusb-0.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBUSB0_CFLAGS=`$PKG_CONFIG --cflags "libusb" 2>/dev/null`
+ pkg_cv_LIBUSB0_CFLAGS=`./libusb_finder --cflags "libusb-0.1" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -15242,12 +15242,12 @@ if test -n "$LIBUSB0_LIBS"; then
pkg_cv_LIBUSB0_LIBS="$LIBUSB0_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libusb\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libusb") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: ./libusb_finder --exists --print-errors \"libusb-0.1\""; } >&5
+ (./libusb_finder --exists --print-errors "libusb-0.1") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_LIBUSB0_LIBS=`$PKG_CONFIG --libs "libusb" 2>/dev/null`
+ pkg_cv_LIBUSB0_LIBS=`./libusb_finder --libs "libusb-0.1" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -15268,9 +15268,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBUSB0_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libusb" 2>&1`
+ LIBUSB0_PKG_ERRORS=`./libusb_finder --short-errors --print-errors --cflags --libs "libusb" 2>&1`
else
- LIBUSB0_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libusb" 2>&1`
+ LIBUSB0_PKG_ERRORS=`./libusb_finder --print-errors --cflags --libs "libusb" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBUSB0_PKG_ERRORS" >&5

View File

@ -1,30 +0,0 @@
--- libusb_finder.orig 2016-07-22 13:59:36 UTC
+++ libusb_finder
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+set -e
+
+case `uname -r` in
+ 9.*) ;;
+ *) pkg-config $@ && exit 0;;
+esac
+
+if [ ! -e /usr/lib/libusb.so ]; then
+ echo "$0: libusb does not seem to be available" > /dev/stderr
+ exit 1
+fi
+
+for param in $@; do
+ case $param in
+ "--exists") ;;
+ "--cflags") ;;
+ "--libs") echo "-lusb" ;;
+ "--short-errors") ;;
+ "--print-errors") ;;
+ libusb*) ;;
+ *)
+ echo "$0: Unhandled parameters: $@" > /dev/stderr
+ exit 1 ;;
+ esac
+done

View File

@ -13,6 +13,9 @@ EXTRACT_ONLY= # none
MAINTAINER= gordon@FreeBSD.org
COMMENT= Perforce server
# 10.x (and higher) needs compat libs
LIB_DEPENDS= libstdc++.so.6:misc/compat9x
ONLY_FOR_ARCHS= amd64 i386
P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//}
@ -32,11 +35,6 @@ USE_RC_SUBR= p4web
.include <bsd.port.pre.mk>
# 10.x (and higher) needs compat libs
.if ${OSVERSION} >= 1000054
LIB_DEPENDS+= libstdc++.so.6:misc/compat9x
.endif
# Figure out what to install
.if ${ARCH} == amd64
PLATFORM= freebsd70x86_64

View File

@ -20,6 +20,8 @@ BUILD_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USE_PERL5= configure
USES= perl5

View File

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sub-Info
PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to inspect subroutines
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=1.302072:devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1483561226
SHA256 (Sub-Info-0.002.tar.gz) = ea3056d696bdeff21a99d340d5570887d39a8cc47bff23adfc82df6758cdd0ea
SIZE (Sub-Info-0.002.tar.gz) = 11713

View File

@ -0,0 +1,3 @@
Sub::Info is a tool to inspect subroutines.
WWW: http://search.cpan.org/dist/Sub-Info/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Sub/Info.pm
%%PERL5_MAN3%%/Sub::Info.3.gz

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test2-Suite
PORTVERSION= 0.000065
PORTVERSION= 0.000067
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EXODIST
@ -16,6 +16,7 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer \
p5-Sub-Info>=0.001:devel/p5-Sub-Info \
p5-Term-Table>=0.002:devel/p5-Term-Table \
p5-Test-Simple>=1.302073:devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1482334182
SHA256 (Test2-Suite-0.000065.tar.gz) = 33930ae716762263e222441e6acba444407ee38d4c2364c2cc2dce7743e51a65
SIZE (Test2-Suite-0.000065.tar.gz) = 139318
TIMESTAMP = 1483558382
SHA256 (Test2-Suite-0.000067.tar.gz) = 7fe03300100c4e760936c86752ac0e4b2b4dbc817ceca7f63a1d908a6cb3f119
SIZE (Test2-Suite-0.000067.tar.gz) = 138399

View File

@ -4,12 +4,13 @@
PORTNAME= pas2dox
DISTVERSION= 0.50rc1
CATEGORIES= devel converters
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.50rc1
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Preprocessor to use doxygen with Pascal sources
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -18,13 +19,6 @@ ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000033
BUILD_DEPENDS+= flex>0:textproc/flex
MAKE_ENV+= LEX="${LOCALBASE}/bin/flex"
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|^LEX=|LEX?=| ; \
@ -36,7 +30,6 @@ pre-build:
@${RM} ${WRKSRC}/${PORTNAME}.cpp
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
${STAGEDIR}${PREFIX}/bin)
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -21,8 +21,7 @@ USE_RC_SUBR= pcscd
SHEBANG_FILES= ${WRKSRC}/src/spy/pcsc-spy
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \
LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
PKGMESSAGE= ${WRKDIR}/pkg-message

View File

@ -30,6 +30,9 @@ RUN_DEPENDS= pear-File_Iterator>=1.3.1:devel/pear-File_Iterator \
pear-Symfony_Component_Yaml>=2.1.0:textproc/pear-Symfony_Component_Yaml \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
DEPRECATED= Deprecated by upstream, use devel/phpunit instead
EXPIRATION_DATE= 2017-01-31
CONFLICTS= pear-PHPUnit-[12]*
USES= pear

View File

@ -18,12 +18,4 @@ USES= php:ext tar:tgz
USE_GCC= any
IGNORE_WITH_PHP= 70
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000034
LIB_DEPENDS+= libmissing.so:math/libmissing
CONFIGURE_ARGS= --with-libmissing=${LOCALBASE}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libmissing
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,11 +0,0 @@
--- qb_interpreter_functions.h.orig 2014-12-10 10:54:35.485422703 +0000
+++ qb_interpreter_functions.h 2014-12-10 10:54:54.694421330 +0000
@@ -22,6 +22,8 @@
#ifndef QB_INTERPRETER_FUNCTIONS_H_
#define QB_INTERPRETER_FUNCTIONS_H_
+#include <missing_complex.h>
+
int qb_compare_ascending_F32(const void *p1, const void *p2);
int qb_compare_ascending_F32_array(const void *p1, const void *p2, const void *p3);
int qb_compare_ascending_F64(const void *p1, const void *p2);

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= coverage
PORTVERSION= 4.3
PORTVERSION= 4.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1482912076
SHA256 (coverage-4.3.tar.gz) = babc2503bc41a3044cae734221517443730ebfc6c414ccac5a7a4a3fb358b423
SIZE (coverage-4.3.tar.gz) = 371463
TIMESTAMP = 1483596915
SHA256 (coverage-4.3.1.tar.gz) = fcc5838147c7b98871f32404ea9d60efc686ccca9adad3024291cb08c0b433cf
SIZE (coverage-4.3.1.tar.gz) = 372102

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk-core
PORTVERSION= 2.6.43
PORTVERSION= 2.6.44
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483108827
SHA256 (rubygem/aws-sdk-core-2.6.43.gem) = 9cabafd53901c665a459e547e347a4ca3b57ac288558bb8a58d4cc7726b5130a
SIZE (rubygem/aws-sdk-core-2.6.43.gem) = 905216
TIMESTAMP = 1483558464
SHA256 (rubygem/aws-sdk-core-2.6.44.gem) = bfee8756a88c44e3f25ee0c29218add98fbf8c12d6ef430564b1ccd22c5c0c3f
SIZE (rubygem/aws-sdk-core-2.6.44.gem) = 921600

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk-resources
PORTVERSION= 2.6.43
PORTVERSION= 2.6.44
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483108829
SHA256 (rubygem/aws-sdk-resources-2.6.43.gem) = be4ef617758d42d1913b5152aed5efaebdbe95be3704c46b105de1391684049e
SIZE (rubygem/aws-sdk-resources-2.6.43.gem) = 47104
TIMESTAMP = 1483558469
SHA256 (rubygem/aws-sdk-resources-2.6.44.gem) = 1251e89ad46ece1f95986baa829ba1440f2a8020ae458de14a5a165384a7f1d6
SIZE (rubygem/aws-sdk-resources-2.6.44.gem) = 47104

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk
PORTVERSION= 2.6.43
PORTVERSION= 2.6.44
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483108824
SHA256 (rubygem/aws-sdk-2.6.43.gem) = 54cd907f24ee97a25a101a18bbb4fdeba2dbbe8afa9c98fb8d81acf4e015187e
SIZE (rubygem/aws-sdk-2.6.43.gem) = 4608
TIMESTAMP = 1483558473
SHA256 (rubygem/aws-sdk-2.6.44.gem) = bbd05fba4de838e525284e27011e902e0af8538078b65cd7f0f660daf65da348
SIZE (rubygem/aws-sdk-2.6.44.gem) = 4608

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rufus-scheduler
PORTVERSION= 3.3.1
PORTVERSION= 3.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1480754867
SHA256 (rubygem/rufus-scheduler-3.3.1.gem) = 1e7b5d6dcb992b7055afa0615ac7f21cfba7b72aad3348964f1e37c90c7ac378
SIZE (rubygem/rufus-scheduler-3.3.1.gem) = 47616
TIMESTAMP = 1483558402
SHA256 (rubygem/rufus-scheduler-3.3.2.gem) = 9d60bbfedb73eac9e558121af2a63746877c9c2900749e0eb7eb1a05deefe393
SIZE (rubygem/rufus-scheduler-3.3.2.gem) = 47104

View File

@ -1,13 +0,0 @@
--- configure.ac.orig 2014-02-01 10:35:47.000000000 +0400
+++ configure.ac 2014-02-15 18:30:35.000000000 +0400
@@ -21,8 +21,8 @@
AC_REPLACE_FUNCS(mmap)
# Checks for libraries.
-PKG_CHECK_MODULES(USB, libusb-1.0 >= 1.0.0,,
- AC_MSG_ERROR([*** Required libusb-1.0 >= 1.0.0 not installed ***]))
+LIBS="$LIBS -lusb"
+
AC_CHECK_LIB([usbpath],[usb_path2devnum],,,-lusb)
LIBS="$LIBS $USB_LIBS"

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= xa65
PORTVERSION= 2.3.6
PORTVERSION= 2.3.7
CATEGORIES= devel
MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/unsupported/
MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/
DISTNAME= xa-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@ -15,9 +15,6 @@ LICENSE= GPLv2
USES= gmake
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
@ -27,11 +24,15 @@ do-install:
.endfor
${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${LN} -sf xa.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/xa65.1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ChangeLog README.1st TODO
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

View File

@ -1,2 +1,3 @@
SHA256 (xa-2.3.6.tar.gz) = 1c55388aca54909ce10d242e78da198d84b1a4888445bb4d75f76fc6ab8825eb
SIZE (xa-2.3.6.tar.gz) = 159310
TIMESTAMP = 1483618940
SHA256 (xa-2.3.7.tar.gz) = 34e792c159584153f5b5a246ae5d2142dfc92a20b673ea8c9e04584bde594442
SIZE (xa-2.3.7.tar.gz) = 149087

View File

@ -11,3 +11,20 @@ man/man1/reloc65.1.gz
man/man1/uncpk.1.gz
man/man1/xa.1.gz
man/man1/xa65.1.gz
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.1st
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/fileformat.txt
%%PORTDOCS%%%%DOCSDIR%%/xa-de.log
%%PORTDOCS%%%%DOCSDIR%%/xa-de.txt
%%PORTDOCS%%%%DOCSDIR%%/xa.html
%%PORTDOCS%%%%DOCSDIR%%/xa.log
%%PORTDOCS%%%%DOCSDIR%%/xa.txt
%%PORTDOCS%%%%DOCSDIR%%/xaannounce
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/a.o65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c64def.def
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pack.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pack_eng.a65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pack_ger.a65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/peng.l

View File

@ -44,22 +44,14 @@ LIBUV_CONFIGURE_WITH= libuv
LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2
LIBEVENT_CONFIGURE_WITH=libevent
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 1000000
CONFIGURE_ARGS+= --disable-gost
.endif
post-patch:
${REINPLACE_CMD} -Ee 's,^(sharedoc = ).*,\1${WRKDIR}/doc,' \
-e '/echo .\*\*\*/d' ${WRKSRC}/Makefile.in
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
(cd ${WRKSRC}/spec/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
.endif
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns.so.*
.include <bsd.port.post.mk>
post-install-EXAMPLES-on:
(cd ${WRKSRC}/spec/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
.include <bsd.port.mk>

View File

@ -54,11 +54,4 @@ USERS= pdns_recursor
GROUPS= pdns
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000 && ${ARCH} == i386
#BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
LDFLAGS+= -latomic
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -13,11 +13,8 @@ COMMENT= Tool to manage keys and signatures for DNSSEC-zones
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000055
BUILD_DEPENDS= dnssec-signzone:dns/bind99
RUN_DEPENDS:= ${BUILD_DEPENDS}
.endif
BUILD_DEPENDS= dnssec-signzone:dns/bind99
RUN_DEPENDS:= ${BUILD_DEPENDS}
DIR_NAMED_CONF?= /etc/namedb
GNU_CONFIGURE= yes
@ -38,4 +35,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/man/zkt-ls.8 ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/man/zkt-signer.8 ${STAGEDIR}${PREFIX}/man/man8/
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -110,6 +110,7 @@ CONFIGURE_ARGS+= --sparc_cpu=v9
# but it shouldn't matter much
post-patch:
@${REINPLACE_CMD} -e '/LIBS/s|-lprocstat|-lprocstat -lelf|' \
-e '/libusb/s/ --atleast-version=1\.0\.[0-9]*//' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/libs_qga=/s|glib_libs|glib_libs -lintl|' ${WRKSRC}/configure
@${REINPLACE_CMD} -E \

View File

@ -130,32 +130,6 @@
fi
# Search for bswap_32 function
@@ -3992,6 +4045,17 @@ fi
# check for libusb
if test "$libusb" != "no" ; then
+ cat > $TMPC << EOF
+#include <libusb.h>
+
+int main(void) { return libusb_get_port_path(NULL, NULL, NULL, 0); }
+EOF
+ if compile_prog "-Werror" "-lusb -pthread" ; then
+ libusb="yes"
+ libusb_cflags=""
+ libusb_libs=-lusb
+ libs_softmmu="$libs_softmmu $libusb_libs"
+ else
if $pkg_config --atleast-version=1.0.13 libusb-1.0; then
libusb="yes"
libusb_cflags=$($pkg_config --cflags libusb-1.0)
@@ -4004,6 +4068,7 @@ if test "$libusb" != "no" ; then
fi
libusb="no"
fi
+ fi
fi
# check for usbredirparser for usb network redirection support
@@ -4769,6 +4834,7 @@ echo "Audio drivers $audio_drv_list"
echo "Block whitelist (rw) $block_drv_rw_whitelist"
echo "Block whitelist (ro) $block_drv_ro_whitelist"

View File

@ -111,6 +111,7 @@ CONFIGURE_ARGS+= --sparc_cpu=v9
# but it shouldn't matter much
post-patch:
@${REINPLACE_CMD} -e '/LIBS/s|-lprocstat|-lprocstat -lelf|' \
-e '/libusb/s/ --atleast-version=1\.0\.[0-9]*//' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/libs_qga=/s|glib_libs|glib_libs -lintl|' ${WRKSRC}/configure
@${REINPLACE_CMD} -E \

View File

@ -130,32 +130,6 @@
fi
# Search for bswap_32 function
@@ -3992,6 +4045,17 @@ fi
# check for libusb
if test "$libusb" != "no" ; then
+ cat > $TMPC << EOF
+#include <libusb.h>
+
+int main(void) { return libusb_get_port_path(NULL, NULL, NULL, 0); }
+EOF
+ if compile_prog "-Werror" "-lusb -pthread" ; then
+ libusb="yes"
+ libusb_cflags=""
+ libusb_libs=-lusb
+ libs_softmmu="$libs_softmmu $libusb_libs"
+ else
if $pkg_config --atleast-version=1.0.13 libusb-1.0; then
libusb="yes"
libusb_cflags=$($pkg_config --cflags libusb-1.0)
@@ -4004,6 +4068,7 @@ if test "$libusb" != "no" ; then
fi
libusb="no"
fi
+ fi
fi
# check for usbredirparser for usb network redirection support
@@ -4769,6 +4834,7 @@ echo "Audio drivers $audio_drv_list"
echo "Block whitelist (rw) $block_drv_rw_whitelist"
echo "Block whitelist (ro) $block_drv_ro_whitelist"

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= curlpp
PORTVERSION= 0.7.3
PORTVERSION= 0.7.4
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= ftp
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -1,2 +1,3 @@
SHA256 (jpbarrette-curlpp-v0.7.3_GH0.tar.gz) = b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c
SIZE (jpbarrette-curlpp-v0.7.3_GH0.tar.gz) = 200095
TIMESTAMP = 1483558371
SHA256 (jpbarrette-curlpp-v0.7.4_GH0.tar.gz) = 3316741ec4c140f42c3d3f1ee421739ae4ae4266371aa9846edc4844da39c4df
SIZE (jpbarrette-curlpp-v0.7.4_GH0.tar.gz) = 1474205

View File

@ -3,7 +3,7 @@
PORTNAME= alienarena
PORTVERSION= 2013.766
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \
http://icculus.org/alienarena/Files/ \
@ -48,11 +48,10 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCLIENT}
USES+= openal:soft,alut pkgconfig
USES+= jpeg openal:soft,alut pkgconfig
LIB_DEPENDS+= libcurl.so:ftp/curl \
libfreetype.so:print/freetype2 \
libjpeg.so:graphics/jpeg \
libpng16.so:graphics/png \
libpng.so:graphics/png \
libvorbis.so:audio/libvorbis
BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:devel/ode
USE_GL= yes

View File

@ -36,14 +36,7 @@ CRASHREPORTER_USE= QT4=corelib,gui,network \
CRASHREPORTER_CMAKE_ON= -DBUILD_CRASHREPORTER=ON -DUSE_QT5=OFF
CRASHREPORTER_CMAKE_OFF=-DBUILD_CRASHREPORTER=OFF
.include <bsd.port.options.mk>
post-patch:
.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1000705 && ${OSVERSION} < 1001503) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100046))
# Workaround for clang 3.4 bug: it crashes when debug info is enabled
# See http://llvm.org/bugs/show_bug.cgi?id=19031, http://llvm.org/bugs/show_bug.cgi?id=20893
@${REINPLACE_CMD} -e '/add_cxxflag.*-g2/ d' ${WRKSRC}/cmake/BuildType.cmake
.endif
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
post-install:

Some files were not shown because too many files have changed in this diff Show More