1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

*: Clean up some things

- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
This commit is contained in:
Tobias Kortkamp 2021-10-12 12:56:12 +02:00
parent 532de2c4c6
commit ae22a7846a
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61
70 changed files with 29 additions and 111 deletions

View File

@ -12,7 +12,7 @@ COMMENT= Fast, memory-efficient counting of k-mers in DNA
LICENSE= BSD3CLAUSE GPLv3+
LICENSE_COMB= dual
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE-BSD-3-Clause
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL-3.0
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE-GPL-3.0
LIB_DEPENDS= libhts.so:biology/htslib

View File

@ -2,7 +2,7 @@
PORTNAME= kicad
DISTVERSION= r${GIT_P3D_DATE}
#PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= cad
MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-packages3D/-/archive/${GL_COMMIT}/
PKGNAMESUFFIX= -library-packages3d-devel

View File

@ -2,7 +2,6 @@
PORTNAME= qtel
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Qtel Echolink client
LICENSE= GPLv2

View File

@ -8,7 +8,7 @@ CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
COMMENT?= General purpose ham radio voice services
LICENSE= GPLv2
LICENSE?= GPLv2
LIB_DEPENDS?= libgsm.so:audio/gsm \
libspeex.so:audio/speex \

View File

@ -2,7 +2,7 @@
PORTNAME?= cvstrac
PORTVERSION= 2.0.1
PORTREVISION= 1
PORTREVISION?= 1
CATEGORIES= devel
MASTER_SITES= http://www.cvstrac.org/
DISTNAME= cvstrac-${PORTVERSION}

View File

@ -1,7 +1,6 @@
# Created by: Greg Larkin <glarkin@FreeBSD.org>
PORTNAME= gittrac
CATEGORIES= devel
COMMENT= Web-Based Bug And Patch-Set Tracking System For Git

View File

@ -1,6 +1,6 @@
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
PORTREVISION= 1
PORTREVISION= 4
PKGNAMESUFFIX= -tools
COMMENT= Game integrated development environment

View File

@ -3,7 +3,7 @@
PORTNAME= godot
DISTVERSION= 3.2.3
DISTVERSIONSUFFIX= -stable
PORTREVISION= 4
PORTREVISION?= 4
CATEGORIES= devel games
MAINTAINER= FreeBSD@Shaneware.biz

View File

@ -1,10 +1,7 @@
PKGNAMESUFFIX= -doc
MAINTAINER= nivit@FreeBSD.org
COMMENT= Documentation of Jinja2 template engine
LICENSE= BSD3CLAUSE
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../py-Jinja2

View File

@ -12,10 +12,9 @@ LICENSE= PD
TEST_DEPENDS= bash:shells/bash
USES= cmake cpe python:3.6+,test tar:xz
USES= cmake cpe python:3.6+,test shebangfix tar:xz
TEST_TARGET= check
TEST_USES= shebangfix
SHEBANG_FILES= test/posix_captures/.run/__run.sh \
test/posix_captures/.gen/__gen.sh \
test/__run_unicode_tests.sh

View File

@ -2,7 +2,6 @@
PORTNAME= svntrac
PORTREVISION= 4
CATEGORIES= devel
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion

View File

@ -109,7 +109,6 @@ OPTIONS_EXCLUDE= DNSTAP DOCS GEOIP LMDB \
OPTIONS_SUB= yes
CRYPTO_DESC= Choose which crypto engine to use
DNSTAP_DESC= Provides fast passive logging of DNS messages
FIXED_RRSET_DESC= Enable fixed rrset ordering
GSSAPI_BASE_DESC= Using Heimdal in base

View File

@ -219,7 +219,7 @@
SUBDIR += pico-alpine
SUBDIR += picpas
SUBDIR += pluma
SUBDIR += pluma-plugins
SUBDIR += pluma-plugins
SUBDIR += poedit
SUBDIR += poke
SUBDIR += psgml

View File

@ -121,7 +121,6 @@ OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 GTK4 JAVA KF5 LTO MMEDIA PGSQL MARIA
OPTIONS_DEFAULT= CUPS JAVA MMEDIA QT5
COINMP_DESC= Enable CoinMP (deprecated) math solver
GTK3_DESC= GTK+ 3 GUI toolkit support
GTK4_DESC= GTK+ 4 GUI toolkit support
JAVA_DESC= Add Java support (XML filters, macros, DB connections)
KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5)

View File

@ -68,6 +68,5 @@ MAGICK_CMAKE_BOOL= USE_MAGICK
QT5_USES= desktop-file-utils qt:5
QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia
QT5_CMAKE_BOOL= BUILD_QT
QT5_VARS= installs_icons=yes
.include <bsd.port.mk>

View File

@ -2,8 +2,6 @@
MASTERDIR= ${.CURDIR}/../nethack33
MAINTAINER= glewis@FreeBSD.org
PKGNAMESUFFIX= -nox11
.include "${MASTERDIR}/Makefile"

View File

@ -2,8 +2,6 @@
MASTERDIR= ${.CURDIR}/../nethack34
MAINTAINER= glewis@FreeBSD.org
PKGNAMESUFFIX= -nox11
.include "${MASTERDIR}/Makefile"

View File

@ -2,8 +2,6 @@
MASTERDIR= ${.CURDIR}/../nethack36
MAINTAINER= glewis@FreeBSD.org
PKGNAMESUFFIX= -nox11
.include "${MASTERDIR}/Makefile"

View File

@ -41,7 +41,7 @@ OPTIONS_DEFAULT=WXGTK
OPTIONS_SUB= yes
WXGTK_USE= WX=2.8
WXGTK_VARS= WX_COMP=wx:lib:build WX_CONFIG_ARGS=absolute
WXGTK_VARS= WX_COMPS=wx WX_CONFIG_ARGS=absolute
WXGTK_CONFIGURE_ENABLE= wxwidgets
pre-patch:

View File

@ -18,7 +18,7 @@ USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig sdl
USE_GL= gl
USE_SDL= image2 mixer2 sdl2 ttf2
LICENSE_FILE_GPLv2+= ${WRKSRC}/COPYING
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_ETHYMONICS= ${WRKSRC}/share/music/README
LICENSE_NAME_ETHYMONICS= Ethymonics Free Music License
LICENSE_PERMS_ETHYMONICS= dist-mirror dist-sell pkg-mirror pkg-sell \

View File

@ -2,8 +2,6 @@
MASTERDIR= ${.CURDIR}/../xnethack
MAINTAINER= fuz@fuz.su
PKGNAMESUFFIX= -nox11
.include "${MASTERDIR}/Makefile"

View File

@ -457,8 +457,8 @@
SUBDIR += libgphoto2
SUBDIR += libgxps
SUBDIR += libheif
SUBDIR += libimg
SUBDIR += libimagequant
SUBDIR += libimg
SUBDIR += libiptcdata
SUBDIR += libjpeg-turbo
SUBDIR += libjxl

View File

@ -2,8 +2,6 @@
PKGNAMESUFFIX= -lite
COMMENT= MATE multi-format document viewer
OPTIONS_EXCLUDE= CAJA DBUS
MASTERDIR= ${.CURDIR}/../../graphics/atril

View File

@ -3,10 +3,10 @@
PORTNAME= openshadinglanguage
DISTVERSIONPREFIX= Release-
DISTVERSION= 1.11.15.0
CATEGORIES= graphics devel
CATEGORIES?= graphics devel
MAINTAINER= FreeBSD@Shaneware.biz
COMMENT= Advanced shading language for production GI renderers
COMMENT?= Advanced shading language for production GI renderers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md

View File

@ -1,5 +1,4 @@
PORTREVISION= 0
PKGNAMESUFFIX= -qt5
COMMENT= Qt 5 bindings to poppler

View File

@ -20,8 +20,6 @@ GH_ACCOUNT= alexpevzner
MAKE_ARGS= CC=${CC} PKG_CONFIG=pkgconf
MANPAGES= sane-airscan.5 airscan-discover.1
post-install:
@${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/airscan.conf \
${STAGEDIR}${PREFIX}/etc/sane.d/airscan.conf.sample

View File

@ -9,6 +9,4 @@ OPTIONS_SLAVE= M17N
PKGNAMESUFFIX= -m17n${PKGNAMESUFFIX2}
PORTREVISION= 1
.include "${MASTERDIR}/Makefile"

View File

@ -38,7 +38,7 @@ PORTDOCS= *
OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA PERL TEXTFE \
SYSINFO
OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL
OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS PERL
OPTIONS_SUB= yes
@ -49,8 +49,6 @@ TEXTFE_DESC= Text frontend
SYSINFO_DESC= Sysinfo plugin
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
CA_BUNDLE_VARS= CA_BUNDLE="${LOCALBASE}/share/certs/ca-root-nss.crt"
CA_BUNDLE_VARS_OFF= CA_BUNDLE=NULL
CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra
CANBERRA_MESON_ON= -Dlibcanberra=enabled
CANBERRA_MESON_OFF= -Dlibcanberra=disabled
@ -62,8 +60,6 @@ LUA_MESON_ON= -Dwith-lua=lua-${LUA_VER}
LUA_MESON_OFF= -Dwith-lua=false
LUA_USES= lua
LUA_USE= GCC=any
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_MESON_TRUE= with-libnotify
PERL_MESON_TRUE= with-perl
PERL_USES= perl5
TEXTFE_MESON_TRUE= text-frontend

View File

@ -4,7 +4,7 @@ PORTNAME= litehtml_viewer
COMMENT= Viewer plugin for HTML emails, using the litehtml library
USES+= compiler:c++11-lang
USES+= compiler:c++11-lang gnome
USE_GNOME= cairo glib20
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libgumbo.so:devel/gumbo \

View File

@ -23,7 +23,7 @@ OPTIONS_DEFINE= BLAS TEST
OPTIONS_DEFAULT=BLAS
BLAS_DESC= Adds math dependencies
BLAS_CMAKE_ARGS=-DBLAS_DIR:PATH="${LOCALBASE}"
BLAS_CMAKE_ON= -DBLAS_DIR:PATH="${LOCALBASE}"
BLAS_USES= blaslapack pkgconfig
TEST_CMAKE_ON= EIGEN_TEST_CUDA EIGEN_TEST_CUDA_CLANG

View File

@ -35,7 +35,7 @@ FFTW_SUFX= s
PKGNAMESUFFIX= -float
.else
USES+= makeinfo
FFTW_SUFIX=
FFTW_SUFX=
INFO= fftw
.endif

View File

@ -20,7 +20,7 @@ DIST_SUBDIR= lapack-${PORTVERSION}
MAINTAINER?= fortran@FreeBSD.org
COMMENT?= Linear Algebra PACKage
LICENSE= BSD3CLAUSE
LICENSE?= BSD3CLAUSE
USES= cmake:testing fortran
WRKSRC= ${WRKDIR}/lapack-${PORTVERSION}

View File

@ -15,7 +15,6 @@ RUN_DEPENDS= perl-amanda:misc/amanda-perl-wrapper
BUILD_DEPENDS= perl-amanda:misc/amanda-perl-wrapper
WRKSRC= ${WRKDIR}/amanda-${PORTVERSION}
SLAVEDIRS= misc/amanda-client
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@ -33,7 +32,6 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-ssh-security \
--disable-installperms --with-security-file=${ETCDIR}/amanda-security.conf
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda
PKG_MESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
SUB_LIST= PORTSDIR=${PORTSDIR}

View File

@ -53,7 +53,6 @@ GH_ACCOUNT= telegramdesktop
GH_PROJECT= tdesktop
USE_GL= gl
USE_GNOME= glib20 glibmm gtk30
INSTALLS_ICONS= yes
USE_QT= core dbus gui imageformats network widgets buildtools_build \
qmake_build wayland svg
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xrandr xtst

View File

@ -277,10 +277,10 @@
SUBDIR += pandorafms_server
SUBDIR += percona-monitoring-plugins
SUBDIR += pftabled
SUBDIR += php-fpm_exporter
SUBDIR += php73-snmp
SUBDIR += php74-snmp
SUBDIR += php80-snmp
SUBDIR += php-fpm_exporter
SUBDIR += phpfpm_exporter
SUBDIR += phpipam
SUBDIR += phpweathermap

View File

@ -1,4 +1,3 @@
PORTNAME= chrony
PKGNAMESUFFIX= -lite
MAINTAINER= decke@FreeBSD.org

View File

@ -1,7 +1,6 @@
# Created by: Bill Fumerola <billf@mu.org>
PORTNAME= tshark
CATEGORIES= net
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*

View File

@ -1,7 +1,3 @@
CATEGORIES= news
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR= ${.CURDIR}/../suck
OPTIONS_DEFAULT= SSL CNEWS

View File

@ -3,7 +3,6 @@
PORTREVISION= 1
PKGNAMEPREFIX= gimp-
MAINTAINER= cmt@FreeBSD.org
COMMENT= Gimp print plug-in
MASTERDIR= ${.CURDIR}/../../print/gutenprint

View File

@ -7,7 +7,7 @@ CATEGORIES= print
MASTER_SITES= SF/gimp-print/gutenprint-5.3/${PORTVERSION}
MAINTAINER= cmt@FreeBSD.org
COMMENT= Gutenprint Printer Drivers
COMMENT?= Gutenprint Printer Drivers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -2,8 +2,6 @@
PKGNAMESUFFIX= -perl
MAINTAINER= ale@FreeBSD.org
MASTERDIR= ${.CURDIR}/../pdflib
OPTIONS_DEFAULT=PERL

View File

@ -3,8 +3,6 @@ PKGNAMESUFFIX= -openmpi
MPIPREFIX= mpi/openmpi/
MAINTAINER= jwb@FreeBSD.org
LIB_DEPENDS+= libmpi.so:net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom

View File

@ -6,7 +6,7 @@ CATEGORIES= science math
MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
MAINTAINER= iblis@hs.ntnu.edu.tw
MAINTAINER?= iblis@hs.ntnu.edu.tw
COMMENT= Library for Support Vector Machines
LICENSE= BSD3CLAUSE

View File

@ -1,7 +1,6 @@
PORTREVISION= 0
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gpgme C++ bindings
MASTERDIR= ${.CURDIR}/../../security/gpgme

View File

@ -1,7 +1,6 @@
PORTREVISION= 0
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gpgme Qt5 bindings
LICENSE= GPLv2+

View File

@ -23,8 +23,6 @@ CFLAGS+= -fcommon
CONFLICTS?= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]*
SLAVEDIRS= sysutils/genisoimage
PLIST_SUB?= CDRKIT="" GENISOIMAGE="@comment "
post-patch:

View File

@ -13,8 +13,6 @@ CONFLICTS= # nada
PLIST_SUB= CDRKIT="@comment " GENISOIMAGE=""
SLAVE_PORT= cdrkit
MASTERDIR= ${.CURDIR}/../cdrkit
.include "${MASTERDIR}/Makefile"

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgi
COMMENT= MooseFS CGI interface
LICENSE= GPLv2
MFS_COMPONENT= cgi
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgiserv
COMMENT= MooseFS CGI webserver
LICENSE= GPLv2
MFS_COMPONENT= cgiserv
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -chunkserver
COMMENT= MooseFS data storage and synchronization component
LICENSE= GPLv2
MFS_COMPONENT= chunkserver
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cli
COMMENT= MooseFS command line interface
LICENSE= GPLv2
MFS_COMPONENT= cli
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -client
COMMENT= MooseFS client tools
LICENSE= GPLv2
MFS_COMPONENT= client
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -metalogger
COMMENT= MooseFS metadata backup server
LICENSE= GPLv2
MFS_COMPONENT= metalogger
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -netdump
COMMENT= MooseFS network packet dump utility
LICENSE= GPLv2
MFS_COMPONENT= netdump
MASTERDIR= ${.CURDIR}/../moosefs2-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgi
COMMENT= MooseFS CGI interface
LICENSE= GPLv2
MFS_COMPONENT= cgi
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgiserv
COMMENT= MooseFS CGI webserver
LICENSE= GPLv2
MFS_COMPONENT= cgiserv
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -chunkserver
COMMENT= MooseFS data storage and synchronization component
LICENSE= GPLv2
MFS_COMPONENT= chunkserver
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cli
COMMENT= MooseFS command line interface
LICENSE= GPLv2
MFS_COMPONENT= cli
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -client
COMMENT= MooseFS client tools
LICENSE= GPLv2
MFS_COMPONENT= client
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -metalogger
COMMENT= MooseFS metadata backup server
LICENSE= GPLv2
MFS_COMPONENT= metalogger
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,8 +4,6 @@ PKGNAMESUFFIX= -netdump
COMMENT= MooseFS network packet dump utility
LICENSE= GPLv2
MFS_COMPONENT= netdump
MASTERDIR= ${.CURDIR}/../moosefs3-master

View File

@ -4,7 +4,7 @@ DISTVERSION= 4.16.0-1
CATEGORIES= sysutils
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices
COMMENT?= Firmware Burning and Diagnostics Tools for Mellanox devices
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= dual

View File

@ -37,7 +37,7 @@ MAKE_ENV= NO_QR=yes
GH_ACCOUNT= pwsafe
GH_PROJECT= ${GH_ACCOUNT}
WX_COMP= wx
WX_COMPS= wx
WANT_WX_VER= 3.0
LDFLAGS= -L${PREFIX}/lib -lqrencode

View File

@ -3,6 +3,7 @@
PORTNAME= pdsh
PORTVERSION= 2.34
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= i@levsha.me
@ -12,7 +13,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
# :keepla because port uses lt_dlopen
USES= autoreconf gmake libtool:keepla shebangfix
USES= autoreconf gmake libtool:keepla perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= chaos
USE_PERL5= run

View File

@ -2,7 +2,7 @@
PORTNAME= sarg
PORTVERSION= 2.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -37,7 +37,7 @@ PHP_CONFIGURE_ON= --enable-sargphp="${ETCDIR}"
PHP_CONFIGURE_OFF= --disable-sargphp
PCRE_CONFIGURE_WITH= pcre
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
LDAP_USE= USE_OPENLDAP=yes
LDAP_USE= OPENLDAP=yes
LDAP_CONFIGURE_WITH= ldap
ICONV_USES= iconv
ICONV_CONFIGURE_WITH= iconv

View File

@ -1,7 +1,5 @@
PKGNAMESUFFIX= -activesync
MAINTAINER= acm@FreeBSD.org
CONFLICTS= sogo[2-4]-[0-9]* sogo[2-4]-activesync-[0-9]*
OPTIONS_SLAVE= ACTIVESYNC MFA

View File

@ -1,7 +1,5 @@
PKGNAMESUFFIX= -activesync
MAINTAINER= acm@FreeBSD.org
CONFLICTS= sogo[2-4]-[0-9]* sogo[3-4]-activesync-[0-9]*
OPTIONS_SLAVE= ACTIVESYNC

View File

@ -67,8 +67,6 @@ CMAKE_OFF_powerpc= ENABLE_JIT
CMAKE_OFF_powerpc64= ENABLE_JIT
INSTALL_TARGET= install
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
OPTIONS_DEFINE= DEBUG GEOIP GSTREAMER WAYLAND
OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND
OPTIONS_SUB= yes

View File

@ -152,11 +152,11 @@
SUBDIR += sawfish-themes
SUBDIR += sddm-freebsd-black-theme
SUBDIR += sierra-gtk-themes
SUBDIR += skeuos-gtk-themes
SUBDIR += slim-freebsd-black-theme
SUBDIR += slim-freebsd-dark-theme
SUBDIR += slim-freebsd-themes
SUBDIR += slim-themes
SUBDIR += skeuos-gtk-themes
SUBDIR += thewidgetfactory
SUBDIR += wallpapers-freebsd-kde
SUBDIR += xcursor-themes

View File

@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Symbolic Icons
LICENSE= CC-BY-SA-3.0
LICENSE_FILES= ${WRKSRC}/COPYING
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils