*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-11-10 18:11:48 +01:00
parent e17b02bc8c
commit d1106402b4
2079 changed files with 8811 additions and 3513 deletions

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544196
SHA256 (KDE/applications/19.08.2/kmag-19.08.2.tar.xz) = 6e8ecfab87dca12804a5a8d0a8adf1545e9e17039e0f9667b10a8f2832512e71
SIZE (KDE/applications/19.08.2/kmag-19.08.2.tar.xz) = 674000
TIMESTAMP = 1572930673
SHA256 (KDE/applications/19.08.3/kmag-19.08.3.tar.xz) = 216e5db763f72ff1f4ada339912dc686fa7a6cea0dafc8b9eab35601edabc950
SIZE (KDE/applications/19.08.3/kmag-19.08.3.tar.xz) = 673556

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544217
SHA256 (KDE/applications/19.08.2/kmousetool-19.08.2.tar.xz) = 7cdc327e82548bf70c4ef4feab7a30938f3aefa1e80fccb343ce0d5ca8976ccb
SIZE (KDE/applications/19.08.2/kmousetool-19.08.2.tar.xz) = 113528
TIMESTAMP = 1572930674
SHA256 (KDE/applications/19.08.3/kmousetool-19.08.3.tar.xz) = 0434d4883d5478168c696ec1a43164ff09a15999416ff198b749d45981983399
SIZE (KDE/applications/19.08.3/kmousetool-19.08.3.tar.xz) = 113556

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544217
SHA256 (KDE/applications/19.08.2/kmouth-19.08.2.tar.xz) = 7a71d9d15d6a5f72c86f41e874f7cb3b45d8edaae2b3bd5409b20bd7bad4a0d3
SIZE (KDE/applications/19.08.2/kmouth-19.08.2.tar.xz) = 1964932
TIMESTAMP = 1572930675
SHA256 (KDE/applications/19.08.3/kmouth-19.08.3.tar.xz) = b962dec13a0fa610b4e9fa03f4f0c9ce28cb8c45e8fc18243c26452783ebf2a9
SIZE (KDE/applications/19.08.3/kmouth-19.08.3.tar.xz) = 1965320

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544218
SHA256 (KDE/applications/19.08.2/ark-19.08.2.tar.xz) = 63fcec0a32d806cfc82fb1c136b5e037bfe75459b148ac08c00be7e45ac70c50
SIZE (KDE/applications/19.08.2/ark-19.08.2.tar.xz) = 2584864
TIMESTAMP = 1572930675
SHA256 (KDE/applications/19.08.3/ark-19.08.3.tar.xz) = bc1fcd84632c628a10e8536d56b65a7acbd4235ed0e034fec864b78bdc36f8f1
SIZE (KDE/applications/19.08.3/ark-19.08.3.tar.xz) = 2585196

View File

@ -1,7 +1,7 @@
bin/ark
share/qlogging-categories5/ark.categories
lib/libkerfuffle.so.%%KDE_APPLICATIONS_VERSION_SHORT%%
lib/libkerfuffle.so.19.8.2
lib/libkerfuffle.so.19.8.3
%%QT_PLUGINDIR%%/arkpart.so
%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_cli7z.so
%%QT_PLUGINDIR%%/kerfuffle/kerfuffle_clirar.so

View File

@ -18,6 +18,7 @@ USE_HORDE_RUN= Horde_Exception \
Horde_Util \
Horde_Stream_Filter
ZLIB_USES= php
ZLIB_USE= PHP=zlib
.include <bsd.port.mk>

View File

@ -14,6 +14,8 @@ COMMENT= Unarchiver for a vast variety of file formats
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/License.txt
BROKEN_powerpc64= fails to compile: Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now.
# XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly
LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \
libicuuc.so:devel/icu \

View File

@ -13,7 +13,7 @@ COMMENT= OpenDarwin XML eXtensible ARchiver
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake libtool ssl
USES= gmake gnome libtool ssl
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -3,14 +3,11 @@
PORTNAME= xarchiver
PORTVERSION= 0.5.4.7
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= archivers
MAINTAINER= danilo@FreeBSD.org
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
BROKEN= unfetchable
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
@ -21,10 +18,11 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
zip:archivers/zip \
zipinfo:archivers/unzip
USES= desktop-file-utils gmake gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ib
USES= desktop-file-utils gmake gnome pkgconfig
USE_GNOME= cairo glib20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1469123437
SHA256 (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 124eeccd819419c3d8f2935a78a3ad0ad47174bf7ef641441341e3aa32ea8f11
SIZE (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 986042
TIMESTAMP = 1573391800
SHA256 (ib-xarchiver-0.5.4.7_GH0.tar.gz) = 73a018f14dbb0d6eda9759103cb31ebef65f12a4297dc7a00a770d5395f2ad21
SIZE (ib-xarchiver-0.5.4.7_GH0.tar.gz) = 985956

View File

@ -12,7 +12,6 @@ COMMENT= Software for describing astronomical images
LICENSE= GPLv2
BROKEN_aarch64= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
BROKEN_armv6= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'
BROKEN_armv7= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name'

View File

@ -24,7 +24,7 @@ INFO= foxtrotgps
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME=share
CONFIGURE_ARGS= --disable-schemas-install
USES= compiler:c++11-lang gettext gmake pkgconfig python \
USES= compiler:c++11-lang gettext gmake gnome pkgconfig python \
shebangfix sqlite:3
SHEBANG_FILES= contrib/convert2gpx \
contrib/convert2osm \

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= gkrellm:sysutils/gkrellm2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig
USES= gnome pkgconfig
USE_GNOME= gtk20
ALL_TARGET= gkrellmoon.so

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libgtkmm-2.4.so:x11-toolkits/gtkmm24
USES= compiler:c++11-lang gmake pkgconfig
USES= compiler:c++11-lang gmake gnome pkgconfig
USE_GNOME= libxml2
USE_GITHUB= yes

View File

@ -136,6 +136,7 @@ CPPBIND_MAKE_ARGS_OFF= libgpsmm=no
X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
#X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
X11_USES= gnome
X11_USE= GNOME=gtk30
# Build control

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= kstars
DISTVERSION= 3.3.6
DISTVERSION= 3.3.7
PORTEPOCH= 1
CATEGORIES= astro kde
MASTER_SITES= KDE/stable/${PORTNAME}
@ -33,10 +33,4 @@ USE_QT= concurrent core datavis3d dbus declarative gui multimedia \
xml \
buildtools_build qmake_build
post-patch:
# climits defines ULLONG_MAX and LLONG_MAX
${REINPLACE_CMD} -e 's#ULONG_LONG_MAX#ULLONG_MAX#g' \
-e 's#LONG_LONG_MAX#LLONG_MAX#g' \
${WRKSRC}/kstars/fitsviewer/fitsdata.cpp
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570735089
SHA256 (kstars-3.3.6.tar.xz) = 2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831
SIZE (kstars-3.3.6.tar.xz) = 70700044
TIMESTAMP = 1573287614
SHA256 (kstars-3.3.7.tar.xz) = fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216
SIZE (kstars-3.3.7.tar.xz) = 70980204

View File

@ -1,11 +1,11 @@
--- kstars/auxiliary/ksutils.cpp.orig 2019-09-08 19:12:11 UTC
--- kstars/auxiliary/ksutils.cpp.orig 2019-11-07 16:33:51 UTC
+++ kstars/auxiliary/ksutils.cpp
@@ -1323,7 +1323,7 @@ bool copyRecursively(QString sourceFolder, QString des
//One is createLocalAstrometryConf and the other is configureAstrometry
bool configureLocalAstrometryConfIfNecessary()
@@ -1419,7 +1419,7 @@ bool createLocalAstrometryConf()
QString getAstrometryConfFilePath()
{
-#if defined(Q_OS_LINUX)
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
QString confPath = KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1Literal("astrometry") + QLatin1Literal("/astrometry.cfg");
if (QFileInfo(confPath).exists() == false)
{
if (Options::astrometryConfFileIsInternal())
return KSPaths::writableLocation(QStandardPaths::GenericDataLocation) + QLatin1String("astrometry") + QLatin1String("/astrometry.cfg");
#elif defined(Q_OS_OSX)

View File

@ -593,6 +593,7 @@ share/doc/HTML/it/kstars/details.docbook
share/doc/HTML/it/kstars/devicemanager.png
share/doc/HTML/it/kstars/dumpmode.docbook
share/doc/HTML/it/kstars/ecliptic.docbook
share/doc/HTML/it/kstars/ekos-logs.docbook
share/doc/HTML/it/kstars/ellipticalgalaxies.docbook
share/doc/HTML/it/kstars/epoch.docbook
share/doc/HTML/it/kstars/equinox.docbook
@ -1757,6 +1758,7 @@ share/locale/ro/LC_MESSAGES/kstars.mo
share/locale/ru/LC_MESSAGES/kstars.mo
share/locale/se/LC_MESSAGES/kstars.mo
share/locale/si/LC_MESSAGES/kstars.mo
share/locale/sk/LC_MESSAGES/kstars.mo
share/locale/sl/LC_MESSAGES/kstars.mo
share/locale/sq/LC_MESSAGES/kstars.mo
share/locale/sv/LC_MESSAGES/kstars.mo

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544219
SHA256 (KDE/applications/19.08.2/libkgeomap-19.08.2.tar.xz) = 145692b900d87a84b74507b53ddc05947e6c1cce46381d8960559b5907296219
SIZE (KDE/applications/19.08.2/libkgeomap-19.08.2.tar.xz) = 150664
TIMESTAMP = 1572930676
SHA256 (KDE/applications/19.08.3/libkgeomap-19.08.3.tar.xz) = 858a6327fe45b67bd31e1f592412a30e0c0f64eb353279480f62b19e51df9576
SIZE (KDE/applications/19.08.3/libkgeomap-19.08.3.tar.xz) = 150620

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544220
SHA256 (KDE/applications/19.08.2/marble-19.08.2.tar.xz) = 4add63522a51fdea7b425f29bd3d35c558a0b881336ff6a90bfc07483acbf6a6
SIZE (KDE/applications/19.08.2/marble-19.08.2.tar.xz) = 52327484
TIMESTAMP = 1572930677
SHA256 (KDE/applications/19.08.3/marble-19.08.3.tar.xz) = cd5d7f758d2234dc8e2fa638b9e1326461655e10dbe21910dbef029e80ef7a68
SIZE (KDE/applications/19.08.3/marble-19.08.3.tar.xz) = 52406676

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
libproj.so:graphics/proj \
libquazip5.so:archivers/quazip
USES= compiler:c++11-lang pkgconfig qmake qt:5 sqlite:3
USES= compiler:c++11-lang gnome pkgconfig qmake qt:5 sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
USE_LDCONFIG= yes

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://www.la-samhna.de/nightfall/
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive binary star application
USES= compiler gettext gmake pathfix perl5 pkgconfig
USES= compiler gettext gmake gnome pathfix perl5 pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -29,6 +29,7 @@ GNOME_VARS= INSTALLS_OMF=yes
OPENGL_CONFIGURE_ON= --with-lib-GL
OPENGL_CONFIGURE_OFF= --disable-opengl
OPENGL_LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2
OPENGL_USES= gl
OPENGL_USE= GL=glut
PGPLOT_DESC= PGPLOT support

View File

@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USES= python:-3.6
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -22,7 +22,7 @@ INSTALL_WRKSRC= ${WRKSRC}/src
MAKE_JOBS_UNSAFE= yes
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
USE_GNOME= gtk20
MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
RUN_DEPENDS= gnome-themes-extra>=3.0.0:x11-themes/gnome-themes-extra \
gnome-icon-theme>=0:misc/gnome-icon-theme
USES= pkgconfig waf tar:bzip2
USES= gnome pkgconfig tar:bzip2 waf
USE_GNOME= gtk30 intltool
MAKE_ARGS= MANDIR=${MANPREFIX}/man

View File

@ -30,7 +30,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
libcdio_paranoia.so:sysutils/libcdio-paranoia \
liblrdf.so:textproc/liblrdf
USES= compiler:c++11-lang gettext localbase lua pkgconfig
USES= compiler:c++11-lang gettext gnome localbase lua pkgconfig
USE_GNOME= gtk20 libxml2 libxslt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ifp=no

View File

@ -31,7 +31,7 @@ LIB_DEPENDS= libaubio.so:audio/aubio \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= cpe gettext scons pkgconfig tar:bzip2
USES= cpe gettext gnome pkgconfig scons tar:bzip2
MAKE_ARGS+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes
CFLAGS+= -I${LOCALBASE}/include -DHAVE_AUBIO4
USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 \

View File

@ -16,7 +16,7 @@ BUILD_DEPENDS= intltoolize:textproc/intltool
LIB_DEPENDS= libcurl.so:ftp/curl
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USES= gmake gnome libtool pkgconfig
USE_LDCONFIG= yes
USE_GNOME= gtk30 pango atk cairo gdkpixbuf2 glib20 libxml2
INSTALLS_ICONS= yes

View File

@ -22,7 +22,7 @@ OPTIONS_SUB= yes
WINDOWS_CHARS_DESC= Allow Windows special chars in filenames
GNU_CONFIGURE= yes
USES= desktop-file-utils gettext gmake pkgconfig tar:bzip2
USES= desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2
USE_GNOME= gtk20 glib20 intltool intlhack
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544221
SHA256 (KDE/applications/19.08.2/audiocd-kio-19.08.2.tar.xz) = 383c0e9055b0093661b589395288bb8d173372572490a4ba4960d214b2746b3a
SIZE (KDE/applications/19.08.2/audiocd-kio-19.08.2.tar.xz) = 356008
TIMESTAMP = 1572930678
SHA256 (KDE/applications/19.08.3/audiocd-kio-19.08.3.tar.xz) = 98d836def762b839b9636acc540158d5b4789a84d1bdb535ae139b10e9e144a4
SIZE (KDE/applications/19.08.3/audiocd-kio-19.08.3.tar.xz) = 355684

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
USES= shebangfix perl5 pkgconfig
USES= gnome perl5 pkgconfig shebangfix
SHEBANG_FILES= zentime
USE_PERL5= run

View File

@ -23,6 +23,7 @@ OPTIONS_DEFINE= GUI
OPTIONS_DEFAULT=GUI
OPTIONS_SUB= yes
GUI_USES= gnome
GUI_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
ALL_TARGET= aylet

View File

@ -12,7 +12,7 @@ COMMENT= Real-time 3D sound generation library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:bzip2 cmake
USES= cmake sdl tar:bzip2
USE_SDL= sdl
USE_LDCONFIG= yes

View File

@ -4,7 +4,7 @@
PORTNAME= cmus
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= tobik@FreeBSD.org
@ -44,7 +44,7 @@ CONFIGURE_ARGS+= CONFIG_${opt}=n
.endfor
OPTIONS_DEFINE= EXAMPLES
OPTIONS_DEFAULT= AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
OPTIONS_DEFAULT= AAC FFMPEG FLAC MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
OPTIONS_SUB= yes
OPTIONS_GROUP= OUT IN

View File

@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USES= ssl
USES= gnome ssl
USE_LDCONFIG= yes
USE_GNOME= glib20

View File

@ -66,6 +66,7 @@ EXCITER_DESC= Build the exciter opcode
EXCITER_CMAKE_BOOL= BUILD_EXCITER_OPCODES
FLTK_DESC= Build FLTK plugin and GUI
FLTK_USES= xorg
FLTK_USE= XORG=ice,sm,x11,xext
FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
FLTK_CMAKE_ON= -DBUILD_WINSOUND:BOOL=ON

View File

@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= Serranya
USES= autoreconf libtool pkgconfig
USES= autoreconf gnome libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20

View File

@ -17,7 +17,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_musical_spectrum
GH_TAGNAME= 353870a
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT= GTK2

View File

@ -16,7 +16,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_playback_status
GH_TAGNAME= fce1de0
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
MAKE_JOBS_UNSAFE= yes

View File

@ -16,7 +16,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_quick_search
GH_TAGNAME= 332e994
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
MAKE_JOBS_UNSAFE= yes

View File

@ -19,7 +19,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_spectrogram
GH_TAGNAME= 8d1b371
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
MAKE_JOBS_UNSAFE= yes

View File

@ -16,7 +16,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_vu_meter
GH_TAGNAME= 940d8d7
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
MAKE_JOBS_UNSAFE= yes

View File

@ -16,7 +16,7 @@ GH_ACCOUNT= cboxdoerfer
GH_PROJECT= ddb_waveform_seekbar
GH_TAGNAME= 0402f6d
USES= gmake pkgconfig sqlite
USES= gmake gnome pkgconfig sqlite
MAKE_JOBS_UNSAFE= yes

View File

@ -14,8 +14,8 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
GNU_CONFIGURE= yes
USES= compiler:c11 desktop-file-utils gettext gmake iconv libtool \
pkgconfig shebangfix tar:bzip2
USES= compiler:c11 desktop-file-utils gettext gmake gnome iconv \
libtool pkgconfig shebangfix tar:bzip2
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static
CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \

View File

@ -20,7 +20,7 @@ BROKEN_armv7= fails to package: Unable to access file locale/ar/LC_MESSAGES/deci
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.80:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR}
USES= gmake gettext desktop-file-utils python:2.7
USES= desktop-file-utils gettext gmake gnome python:2.7
USE_GNOME= pygnome2 pygtk2
USE_GSTREAMER= python good bad
NO_BUILD= yes

View File

@ -31,7 +31,7 @@ EXTRACT_BEFORE_ARGS=\
-s '!\(/Clarinet in B\).*\(\.denemo\)$$!\1b\2!p' -xf
USES= bison compiler:c++11-lang desktop-file-utils gettext gmake \
pkgconfig
gnome pkgconfig
USE_GNOME= intltool librsvg2 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-jack \

View File

@ -10,6 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Drum machine compiler
USES= sdl
USE_SDL= sdl
CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type
LIBS+= `${SDL_CONFIG} --libs`

View File

@ -18,7 +18,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cmake compiler:c++11-lang dos2unix localbase:ldflags pkgconfig
USES= cmake compiler:c++11-lang dos2unix gnome localbase:ldflags \
pkgconfig
USE_GNOME= glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm
DOS2UNIX_FILES= dsp/vu.h

View File

@ -12,7 +12,7 @@ MASTER_SITES= LOCAL/gahr \
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
USES= ncurses
USES= ncurses sdl
USE_SDL= sdl
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR}
MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg
USES= desktop-file-utils gmake python:2.7
USES= desktop-file-utils gmake gnome python:2.7
USE_GNOME= pygtk2 librsvg2
USE_GSTREAMER= good faad python

View File

@ -19,7 +19,7 @@ OPTIONS_DEFAULT= TAGLIB
TAGLIB_DESC= TagLib support
USES= iconv pkgconfig
USES= gnome iconv pkgconfig
USE_GNOME= libxml2
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes

View File

@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
USES= libtool pkgconfig tar:bzip2
USES= libtool pkgconfig sdl tar:bzip2
USE_SDL= sdl
GNU_CONFIGURE= yes

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USES= gmake gnome libtool pkgconfig
USE_GNOME= gtk20
.include <bsd.port.mk>

View File

@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Sound theme based on the FreeDesktop specification
USE_GNOME= intlhack
USES= gettext-tools gmake tar:bzip2
USES= gettext-tools gmake gnome tar:bzip2
GNU_CONFIGURE= yes
NO_ARCH= yes

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd \
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USES= gettext gmake gnome pkgconfig
USE_GNOME= gtk20 intltool
post-patch:

View File

@ -23,7 +23,7 @@ LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
libjack.so:audio/jack
USE_GNOME= gtk20
USES= tar:bzip2 gmake pkgconfig
USES= gmake gnome pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-jackmidi

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd \
libtag.so:audio/taglib \
libnxml.so:textproc/libnxml
USES= tar:bzip2 desktop-file-utils gmake pkgconfig
USES= desktop-file-utils gmake gnome pkgconfig tar:bzip2
USE_GNOME= gtk20 intltool libglade2
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME=share

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmpd.so:audio/libmpd
GNU_CONFIGURE= yes
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
USE_GNOME= gtk20 glib20 libglade2
MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool
INSTALL_TARGET= install-strip

View File

@ -16,7 +16,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk20 intltool
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool libxml2
INSTALL_TARGET= install-strip

View File

@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USES= libtool pkgconfig
USES= gnome libtool pkgconfig
USE_GNOME= glib20 gtk20 libglade2 libxml2
INSTALL_TARGET= install-strip

View File

@ -21,7 +21,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool libxml2
INSTALL_TARGET= install-strip

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk20 intltool
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
INSTALL_TARGET= install-strip
PLIST_FILES= lib/gmpc/plugins/libnotifyplugin.so

View File

@ -19,7 +19,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= intltool glib20 gtk20 libxml2
USES= gettext gmake libtool pathfix pkgconfig
USES= gettext gmake gnome libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
PLIST_FILES= lib/gmpc/plugins/lyricsplugin.so

View File

@ -18,7 +18,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= intltool glib20 gtk20 libxml2
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
INSTALL_TARGET= install-strip
PLIST_FILES= lib/gmpc/plugins/lyricspluginplugin.so

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd \
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
RUN_DEPENDS= gmpc:audio/gmpc
USES= gettext gmake libtool pkgconfig sqlite
USES= gettext gmake gnome libtool pkgconfig sqlite
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libglade2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
INSTALL_TARGET= install-strip

View File

@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= glib20 gtk20 intltool libxml2
USES= gettext gmake libtool pathfix pkgconfig
USES= gettext gmake gnome libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@ -22,7 +22,7 @@ RUN_DEPENDS= gmpc:audio/gmpc \
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USES= gettext gmake gnome libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
INSTALL_TARGET= install-strip

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libmtp.so:multimedia/libmtp \
libvorbis.so:audio/libvorbis
GNU_CONFIGURE= yes
USES= gmake localbase pkgconfig
USES= gmake gnome localbase pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20
PORTDOCS= AUTHORS COPYING ChangeLog README

View File

@ -13,7 +13,7 @@ COMMENT= Alternative for replaygain
RUN_DEPENDS+= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
wavegain:audio/wavegain
USES= perl5 shebangfix
USES= gnome perl5 shebangfix
USE_PERL5= run
INSTALLS_ICONS= yes

View File

@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time guitar processor
USE_GNOME= gtk20
USES= tar:bzip2 gmake pkgconfig
USES= gmake gnome pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk2 \
--enable-clip-everywhere \

View File

@ -18,7 +18,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \
libexpat.so:textproc/expat2 \
libFOX-1.7.so:x11-toolkits/fox17
USES= cmake compiler:c++11-lib desktop-file-utils \
USES= cmake compiler:c++11-lib desktop-file-utils gnome \
localbase:ldflags pkgconfig shebangfix sqlite xorg
USE_GITHUB= yes
USE_XORG= ice sm x11

View File

@ -16,7 +16,7 @@ LICENSE= GPLv2+
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= compiler:c++11-lang pkgconfig
USES= compiler:c++11-lang gnome pkgconfig
USE_CXXSTD= c++11
USE_GNOME= gtkmm24
GNU_CONFIGURE= yes

View File

@ -15,7 +15,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libid3tag.so:audio/libid3tag \
libgpod.so:audio/libgpod
USES= gettext gmake pkgconfig python:run shebangfix
USES= gettext gmake gnome pkgconfig python:run shebangfix
SHEBANG_FILES= scripts/mab2vcard scripts/sync-evolution.sh \
scripts/sync-knotes.sh scripts/sync-ldif.sh \
scripts/sync-palm-jppy.py

View File

@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= svagner
USES= pkgconfig
USES= gnome pkgconfig
USE_GNOME= gtk20
do-install:

View File

@ -16,7 +16,7 @@ CONFIGURE_ARGS+=--enable-oss
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake iconv pkgconfig
USES= gmake gnome iconv pkgconfig
USE_GNOME= gtk30 intltool
PORTDOCS= AUTHORS ChangeLog README

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libxmmsclient.so:audio/xmms2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gtk20
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/gxmms2 \

View File

@ -14,7 +14,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+=verbose
CONFIGURE_ENV+= PREFIX=${PREFIX}
USES= pkgconfig ncurses tar:bzip2
USES= gnome ncurses pkgconfig tar:bzip2
USE_GNOME= glib20
OPTIONS_DEFINE= MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
libjack.so:audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi
USES= gmake libtool pkgconfig tar:bzip2
USES= gmake gnome libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20

View File

@ -33,7 +33,7 @@ RUN_DEPENDS= oggenc:audio/vorbis-tools \
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= YES
USES= compiler:nestedfct desktop-file-utils gettext gmake \
USES= compiler:nestedfct desktop-file-utils gettext gmake gnome \
libtool pathfix pkgconfig python:2.7
LDFLAGS+= -L${LOCALBASE}/lib
NLS_USES= gettext

View File

@ -18,7 +18,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
USES= gmake localbase pkgconfig tar:tgz
USES= gmake gnome localbase pkgconfig tar:tgz
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20
LLD_UNSAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

View File

@ -21,7 +21,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libzita-convolver.so:audio/zita-convolver \
libfontconfig.so:x11-fonts/fontconfig
USES= gmake pkgconfig
USES= gmake gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= tomszilagyi
GH_PROJECT= ir.lv2

View File

@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjack.so:audio/jack
USE_GNOME= gtk20
USES= cmake
USES= cmake gnome
INSTALLS_ICONS= yes
OPTIONS_DEFINE= LASH

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack \
liblash.so:audio/lash
USES= pkgconfig
USES= gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20

View File

@ -23,7 +23,8 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler:c++11-lang qmake:no_configure,no_env qt:5 waf tar:bz2 pkgconfig
USES= compiler:c++11-lang gnome pkgconfig qmake:no_configure,no_env \
qt:5 tar:bz2 waf
CONFIGURE_ARGS= --no-qt4
USE_CXXSTD= c++11
USE_QT= core gui widgets buildtools_build

View File

@ -18,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
GNU_CONFIGURE= yes
USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info
USES= desktop-file-utils gmake gnome libtool pkgconfig \
shared-mime-info
USE_GNOME= gtk20 intltool libxml2
post-install:

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
USES= desktop-file-utils python:2.7 shared-mime-info
USES= desktop-file-utils gnome python:2.7 shared-mime-info
USE_PYTHON= distutils
USE_GSTREAMER= gnonlin good python
INSTALLS_ICONS= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544221
SHA256 (KDE/applications/19.08.2/juk-19.08.2.tar.xz) = b3f0e006d6defa58e0724088a1c99c1c412bc5764f8d1bebadf31b5f331d51d3
SIZE (KDE/applications/19.08.2/juk-19.08.2.tar.xz) = 1866212
TIMESTAMP = 1572930679
SHA256 (KDE/applications/19.08.3/juk-19.08.3.tar.xz) = 6ef343b31b4b996d3a576e91a8a0b57b55b61ed76e9ddc51c5072a6243cb3030
SIZE (KDE/applications/19.08.3/juk-19.08.3.tar.xz) = 1867552

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544242
SHA256 (KDE/applications/19.08.2/kmix-19.08.2.tar.xz) = 5d852df8b54d3abca98db4aa2b259973231fed0a597d511d54fb41c6389ce61a
SIZE (KDE/applications/19.08.2/kmix-19.08.2.tar.xz) = 1005640
TIMESTAMP = 1572930700
SHA256 (KDE/applications/19.08.3/kmix-19.08.3.tar.xz) = cf71abee1ab35423b0daeaf1fbddbcdcb2f40fd946dfabf0cb19b8762b8582bc
SIZE (KDE/applications/19.08.3/kmix-19.08.3.tar.xz) = 1005308

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsmpeg.so:multimedia/smpeg
GNU_CONFIGURE= yes
USES= ncurses pathfix
USES= ncurses pathfix sdl
USE_SDL= sdl
NO_WRKSUBDIR= yes
EXTRACT_AFTER_ARGS= --exclude CVS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544243
SHA256 (KDE/applications/19.08.2/kwave-19.08.2.tar.xz) = 7836b7737d3f578f6d44b40dddf8b3abae53eaa84b3352bfed242eb6ef3d5604
SIZE (KDE/applications/19.08.2/kwave-19.08.2.tar.xz) = 6194828
TIMESTAMP = 1572930700
SHA256 (KDE/applications/19.08.3/kwave-19.08.3.tar.xz) = bde8d2c3805b52bdcf0371c28e870d20fdfdd8b69831a9ba4e59ee9ae0a863ef
SIZE (KDE/applications/19.08.3/kwave-19.08.3.tar.xz) = 6196324

View File

@ -19,7 +19,7 @@ LIB_DEPENDS= libjack.so:audio/jack \
libfontconfig.so:x11-fonts/fontconfig \
libuuid.so:misc/e2fsprogs-libuuid
USES= gmake pathfix pkgconfig libtool
USES= gmake gnome libtool pathfix pkgconfig
USE_GNOME= gtk20 libxml2 gdkpixbuf2 cairo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi

View File

@ -16,8 +16,8 @@ LIB_DEPENDS= libplist.so:devel/libplist \
libtag.so:audio/taglib \
libsgutils2.so:sysutils/sg3_utils
USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \
pkgconfig sqlite:3 tar:bzip2
USES= compiler:c++11-lang gettext gmake gnome libtool localbase \
pathfix pkgconfig sqlite:3 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-udev --without-hal \
--with-html-dir="${DOCSDIR:H}"

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
USE_GITHUB= yes
GH_ACCOUNT= andrewrk
USES= cmake
USES= cmake sdl
USE_SDL= sdl2
USE_LDCONFIG= yes
CFLAGS+= -Wno-error=deprecated-declarations # ffmpeg 3.1

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544244
SHA256 (KDE/applications/19.08.2/libkcddb-19.08.2.tar.xz) = f3e4c650b0abe10f281037bd6c805243a656fecdfc046a8586324c760ba90e48
SIZE (KDE/applications/19.08.2/libkcddb-19.08.2.tar.xz) = 423708
TIMESTAMP = 1572930701
SHA256 (KDE/applications/19.08.3/libkcddb-19.08.3.tar.xz) = 56fe09cfab0455581057aa1681cec01777159a51af1871419cd1b5fb9d4e8ae6
SIZE (KDE/applications/19.08.3/libkcddb-19.08.3.tar.xz) = 424108

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1570544244
SHA256 (KDE/applications/19.08.2/libkcompactdisc-19.08.2.tar.xz) = e185f528a4c6fea1b789186fe64a183197afc447c8cb939c9b6b9957f60d04e0
SIZE (KDE/applications/19.08.2/libkcompactdisc-19.08.2.tar.xz) = 89016
TIMESTAMP = 1572930702
SHA256 (KDE/applications/19.08.3/libkcompactdisc-19.08.3.tar.xz) = 912b885badf6aff6b0378fba993633c9fb5cf026dc6791e4cda0c4c27913f425
SIZE (KDE/applications/19.08.3/libkcompactdisc-19.08.3.tar.xz) = 88900

View File

@ -13,7 +13,7 @@ LICENSE= LGPL21
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 intlhack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-null \

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