Skip to content

Commit

Permalink
*: Clean up some things
Browse files Browse the repository at this point in the history
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Add missing USES

Reported by:	portscan
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Jun 6, 2021
1 parent cf74b0f commit 8989320
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 22 deletions.
1 change: 0 additions & 1 deletion devel/rubygem-tty-config/Makefile
Expand Up @@ -6,7 +6,6 @@ CATEGORIES= devel rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Define, read and write any Ruby app configurations
COMMENT= Highly customisable application configuration interface for terminal tools

LICENSE= MIT
Expand Down
1 change: 0 additions & 1 deletion dns/dnsmasq/Makefile
Expand Up @@ -8,7 +8,6 @@ PORTEPOCH= 1
CATEGORIES= dns
MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/ \
LOCAL/mandree/
PATCH_STRIP= -p1

MAINTAINER= mandree@FreeBSD.org
COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server
Expand Down
2 changes: 1 addition & 1 deletion editors/imhex/Makefile
Expand Up @@ -29,7 +29,7 @@ LIB_DEPENDS= libcapstone.so:devel/capstone4 \
libmbedtls.so:security/mbedtls \
libtre.so:textproc/libtre

USES= cmake pkgconfig python:3.8+ xorg
USES= cmake gnome pkgconfig python:3.8+ xorg
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_XORG= x11 xcb xau xdmcp
USE_GITHUB= yes
Expand Down
10 changes: 2 additions & 8 deletions graphics/blender-lts28/Makefile
Expand Up @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY}
# libraries are used, if either of the most common options in blender
# are set. We will pull boost in just to be on the safe side.

USES= cmake compiler:c++14-lang gl jpeg python:3.7 shebangfix \
USES= cmake compiler:c++14-lang gl gnome jpeg python:3.7 shebangfix \
tar:xz xorg
USE_XORG= x11 xext xfixes xmu xrender
USE_GL= gl glu glew
Expand Down Expand Up @@ -57,15 +57,13 @@ OPTIONS_SUB= yes
ALEMBIC_CMAKE_BOOL= WITH_ALEMBIC
ALEMBIC_LIB_DEPENDS= libAlembic.so:graphics/alembic
# note that this needs to be set to match alembics hdf5 option
ALEMBIC_HDF5_REQUIRES= ALEMBIC
ALEMBIC_HDF5_IMPLIES= ALEMBIC
ALEMBIC_HDF5_CMAKE_BOOL= WITH_ALEMBIC_HDF5
ALEMBIC_HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
AVI_CMAKE_BOOL= WITH_CODEC_AVI
BULLET_CMAKE_BOOL= WITH_BULLET
CAMERATRACK_CMAKE_BOOL= WITH_LIBMV
CAMERATRACK_LIB_DEPENDS= libunwind.so:devel/libunwind
CAMERATRACK_ONLY_FOR_ARCHS= i386 amd64
CAMERATRACK_ONLY_FOR_ARCHS_REASON= libunwind only supports x86/amd64
CINEON_CMAKE_BOOL= WITH_IMAGE_CINEON
COLLADA_CMAKE_BOOL= WITH_OPENCOLLADA
COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \
Expand All @@ -79,8 +77,6 @@ CYCLES_LIB_DEPENDS= libpugixml.so:textproc/pugixml
CYCLESEMBR_IMPLIES= CYCLES
CYCLESEMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE
CYCLESEMBR_LIB_DEPENDS= libembree3.so:graphics/embree
CYCLESEMBR_ONLY_FOR_ARCHS= amd64
CYCLESEMBR_ONLY_FOR_ARCHS_REASON= embree only supports amd64
CYCLESOSL_IMPLIES= CYCLES
CYCLESOSL_CMAKE_BOOL= WITH_CYCLES_OSL WITH_LLVM
CYCLESOSL_CMAKE_ON= -DLLVM_STATIC:BOOL=OFF \
Expand Down Expand Up @@ -135,8 +131,6 @@ OPENIMAGEIO_CMAKE_BOOL= WITH_OPENIMAGEIO
OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio
OPENIMAGEDN_CMAKE_BOOL= WITH_OPENIMAGEDENOISE
OPENIMAGEDN_LIB_DEPENDS= libOpenImageDenoise.so:graphics/oidn
OPENIMAGEDN_ONLY_FOR_ARCHS= amd64
OPENIMAGEDN_ONLY_FOR_ARCHS_REASON= oidn only supports amd64
# openmp usually works on amd64
OPENMP_CMAKE_BOOL= WITH_OPENMP
OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV
Expand Down
10 changes: 2 additions & 8 deletions graphics/blender/Makefile
Expand Up @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYNUMPY}
# libraries are used, if either of the most common options in blender
# are set. We will pull boost in just to be on the safe side.

USES= cmake compiler:c++14-lang gl jpeg python:3.8 shebangfix \
USES= cmake compiler:c++14-lang gl gnome jpeg python:3.8 shebangfix \
tar:xz xorg
USE_XORG= x11 xext xfixes xmu xrender
USE_GL= gl glu glew
Expand Down Expand Up @@ -57,15 +57,13 @@ OPTIONS_SUB= yes
ALEMBIC_CMAKE_BOOL= WITH_ALEMBIC
ALEMBIC_LIB_DEPENDS= libAlembic.so:graphics/alembic
# note that this needs to be set to match alembics hdf5 option
ALEMBIC_HDF5_REQUIRES= ALEMBIC
ALEMBIC_HDF5_IMPLIES= ALEMBIC
ALEMBIC_HDF5_CMAKE_BOOL= WITH_ALEMBIC_HDF5
ALEMBIC_HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
AVI_CMAKE_BOOL= WITH_CODEC_AVI
BULLET_CMAKE_BOOL= WITH_BULLET
CAMERATRACK_CMAKE_BOOL= WITH_LIBMV
CAMERATRACK_LIB_DEPENDS= libunwind.so:devel/libunwind
CAMERATRACK_ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le
CAMERATRACK_ONLY_FOR_ARCHS_REASON= libunwind only supports x86/amd64/aarch64/powerpc64/powerpc64le
CINEON_CMAKE_BOOL= WITH_IMAGE_CINEON
COLLADA_CMAKE_BOOL= WITH_OPENCOLLADA
COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \
Expand All @@ -79,8 +77,6 @@ CYCLES_LIB_DEPENDS= libpugixml.so:textproc/pugixml
CYCLESEMBR_IMPLIES= CYCLES
CYCLESEMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE
CYCLESEMBR_LIB_DEPENDS= libembree3.so:graphics/embree
CYCLESEMBR_ONLY_FOR_ARCHS= amd64
CYCLESEMBR_ONLY_FOR_ARCHS_REASON= embree only supports amd64
CYCLESOSL_IMPLIES= CYCLES
CYCLESOSL_CMAKE_BOOL= WITH_CYCLES_OSL WITH_LLVM
CYCLESOSL_CMAKE_ON= -DLLVM_STATIC:BOOL=OFF \
Expand Down Expand Up @@ -138,8 +134,6 @@ OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio
OPENIMAGEDN_IMPLIES= TBB
OPENIMAGEDN_CMAKE_BOOL= WITH_OPENIMAGEDENOISE
OPENIMAGEDN_LIB_DEPENDS= libOpenImageDenoise.so:graphics/oidn
OPENIMAGEDN_ONLY_FOR_ARCHS= amd64
OPENIMAGEDN_ONLY_FOR_ARCHS_REASON= oidn only supports amd64
# openmp usually works on amd64
OPENMP_CMAKE_BOOL= WITH_OPENMP
OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV
Expand Down
4 changes: 2 additions & 2 deletions net/pear-Net_Sieve/Makefile
Expand Up @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}

USES= pear
NOARCH= yes
USES= pear
NO_ARCH= yes

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion www/Makefile
Expand Up @@ -344,8 +344,8 @@
SUBDIR += minio
SUBDIR += minio-client
SUBDIR += miniserve
SUBDIR += mitmproxy
SUBDIR += mirrorselect
SUBDIR += mitmproxy
SUBDIR += mknmz-wwwoffle
SUBDIR += mnogosearch
SUBDIR += mod_amazon_proxy
Expand Down

0 comments on commit 8989320

Please sign in to comment.