*: Clean up some things

- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax

Reported by:	portscan
This commit is contained in:
Tobias Kortkamp 2021-12-14 13:27:51 +01:00
parent e633e6dc52
commit feb95d6a41
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61
12 changed files with 6 additions and 17 deletions

View File

@ -32,8 +32,6 @@ USE_GITHUB= yes
GH_ACCOUNT= calf-studio-gear
GH_TAGNAME= 648f05e85287cf08af198bdd9e52baba95b502ec # this revision has clang compilation issues fixed
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS LASH

View File

@ -1,6 +1,6 @@
PORTNAME= klog
PORTVERSION= 1.8.5
#PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org

View File

@ -31,7 +31,6 @@ GH_ACCOUNT= babluboy
USE_GNOME= gdkpixbuf2 glib20 gtk30 libxml2 pango
GLIB_SCHEMAS= com.github.babluboy.bookworm.gschema.xml
INSTALLS_ICONS= yes
SHEBANG_FILES= data/scripts/com.github.babluboy.bookworm.search.sh \
data/scripts/mobi_lib/mobi_dict.py \
data/scripts/mobi_lib/mobi_html.py \

View File

@ -289,6 +289,7 @@
SUBDIR += brz
SUBDIR += bsdbuild
SUBDIR += bsdcflow
SUBDIR += bsddialog
SUBDIR += bsdowl
SUBDIR += bugzilla44
SUBDIR += bugzilla50
@ -298,7 +299,6 @@
SUBDIR += busybee
SUBDIR += byacc
SUBDIR += byaccj
SUBDIR += bsddialog
SUBDIR += c2mdoc
SUBDIR += caf
SUBDIR += calibrator

View File

@ -8,7 +8,7 @@ MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= QEMU CPU Emulator
COMMENT= QEMU CPU Emulator ${${FLAVOR}_COMMENT}
LICENSE= GPLv2

View File

@ -6,7 +6,7 @@ MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= QEMU CPU Emulator - 5.X.X branch
COMMENT= QEMU CPU Emulator - 5.X.X branch ${${FLAVOR}_COMMENT}
LICENSE= GPLv2
@ -113,7 +113,6 @@ CONFIGURE_ARGS= --localstatedir=/var --extra-ldflags=-L\"/usr/lib\" \
--disable-linux-user --disable-linux-aio --disable-xen \
--enable-debug-info --python=${PYTHON_CMD} \
--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\"
INSTALLS_ICONS= yes
.include <bsd.port.options.mk>

View File

@ -67,7 +67,6 @@ LUA_DESC= Bindings for LUA user scripts
USES+= gl sdl
USE_SDL= sdl2 image2 mixer2
USE_GL= gl glu
SDL_USES_OFF= ncurses
MAKE_ARGS+= TILES=y SOUND=y
BUILD_DEPENDS+= \
advpng:archivers/advancecomp \

View File

@ -106,9 +106,6 @@ OPTIONS_DEFAULT= LAME X11
LAME_LIB_DEPENDS= libmp3lame.so:audio/lame
LAME_CONFIGURE_ENABLE= libmp3lame
SMB_USES= samba:lib
SMB_CONFIGURE_ENABLE= libsmbclient
X11_USES= xorg magick:6
X11_USES_OFF= magick:6,nox11
X11_USE= xorg=x11

View File

@ -71,8 +71,6 @@ CXXFLAGS+= -DNDEBUG
# see Bugzilla #245452 for details
NO_CCACHE= yes
INSTALLS_ICONS= yes
# Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA.
# It dynamically loads PulseAudio, and if this fails, it loads ALSA.
# If both of them are not installed, then voice calls do not work, but other functionalities still work.

View File

@ -9,7 +9,7 @@ COMMENT= SSL/TLS and cryptography library
LICENSE= APACHE20 GPLv2+
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/apache-2.0.txt
LICENSE_FILE_GPLv2= ${WRKSRC}/gpl-2.0.txt
LICENSE_FILE_GPLv2+ = ${WRKSRC}/gpl-2.0.txt
USE_GITHUB= yes
GH_ACCOUNT= ARMmbed

View File

@ -74,7 +74,6 @@ CPE_PRODUCT= chrome
DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h
USE_GL= gbm gl
USE_GNOME= atk dconf gdkpixbuf2 glib20 gtk30 libxml2 libxslt
INSTALLS_ICONS= yes
USE_LDCONFIG= ${DATADIR}
USE_PERL5= build
USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \

View File

@ -68,7 +68,7 @@ ZLIB_USE= PHP=zlib
.if ${PORT_OPTIONS:MIMAGICK}
.if ${PORT_OPTIONS:MX11}
USES+= magick:6,run
else
.else
USES+= magick:6,run,nox11
.endif
.endif