svn commit: r537928 - in head: devel games/libretro-fbneo net net-p2p/litecoin net-p2p/zetacoin
Tobias Kortkamp
tobik at FreeBSD.org
Thu Jun 4 18:36:55 UTC 2020
Author: tobik
Date: Thu Jun 4 18:36:53 2020
New Revision: 537928
URL: https://svnweb.freebsd.org/changeset/ports/537928
Log:
Clean up some things
Reported by: portscan
Modified:
head/devel/Makefile
head/games/libretro-fbneo/Makefile
head/net-p2p/litecoin/Makefile
head/net-p2p/zetacoin/Makefile
head/net/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Jun 4 18:29:17 2020 (r537927)
+++ head/devel/Makefile Thu Jun 4 18:36:53 2020 (r537928)
@@ -657,7 +657,6 @@
SUBDIR += fortytwo-encore
SUBDIR += fossil
SUBDIR += fossology-nomos-standalone
- SUBDIR += frink
SUBDIR += fp16
SUBDIR += fpc-bfd
SUBDIR += fpc-dbus
@@ -692,6 +691,7 @@
SUBDIR += frama-c
SUBDIR += freebsd-gcc6
SUBDIR += freebsd-gcc9
+ SUBDIR += frink
SUBDIR += fsmtrie
SUBDIR += fstrcmp
SUBDIR += fstrm
@@ -5271,8 +5271,8 @@
SUBDIR += py-zope.testing
SUBDIR += py-zope.traversing
SUBDIR += py-zsm-lib
- SUBDIR += py_static_check
SUBDIR += py3c
+ SUBDIR += py_static_check
SUBDIR += pybind11
SUBDIR += pybugz
SUBDIR += pycanberra
Modified: head/games/libretro-fbneo/Makefile
==============================================================================
--- head/games/libretro-fbneo/Makefile Thu Jun 4 18:29:17 2020 (r537927)
+++ head/games/libretro-fbneo/Makefile Thu Jun 4 18:36:53 2020 (r537928)
@@ -10,17 +10,13 @@ COMMENT= Final Burn Alpha fork for libretro
LICENSE= FBNeo
LICENSE_NAME= FBNeo
LICENSE_FILE= ${WRKSRC}/src/license.txt
-LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= gmake gl
USE_LDCONFIG= yes
USE_GL= gl
-BUILD_DEPEND= devel/nasm
-
PLIST_FILES= lib/libretro/fbneo_libretro.so
-
-NO_CDROM= Commercial users must seek permission from copyright holders.
USE_GITHUB= yes
GH_ACCOUNT= libretro
Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile Thu Jun 4 18:29:17 2020 (r537927)
+++ head/net-p2p/litecoin/Makefile Thu Jun 4 18:36:53 2020 (r537928)
@@ -41,7 +41,6 @@ OPTIONS_SUB= yes
HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack)
QRCODES_DESC= Display QR Codes
TESTS_DESC= Build test binary and unit tests
-WALLET_DESC= Wallet Management Support
WALLET_BDBMODERN_DESC= Wallet using modern BDB 5.x or 6.x
ZMQ_DESC= Block and transaction broadcasting with ZeroMQ
Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile Thu Jun 4 18:29:17 2020 (r537927)
+++ head/net-p2p/zetacoin/Makefile Thu Jun 4 18:36:53 2020 (r537928)
@@ -44,7 +44,6 @@ OPTIONS_SUB= yes
HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack)
QRCODES_DESC= Display QR Codes
TESTS_DESC= Build test binary and unit tests
-WALLET_DESC= Wallet Management Support
WALLET_BDBMODERN_DESC= Wallet using modern BDB 5.x or 6.x
ZMQ_DESC= Block and transaction broadcasting with ZeroMQ
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Jun 4 18:29:17 2020 (r537927)
+++ head/net/Makefile Thu Jun 4 18:36:53 2020 (r537928)
@@ -990,8 +990,8 @@
SUBDIR += ptpd2
SUBDIR += ptunnel
SUBDIR += pvm
- SUBDIR += pwnat
SUBDIR += pwhois
+ SUBDIR += pwnat
SUBDIR += pxe
SUBDIR += pxe-pdhcp
SUBDIR += py-DTLSSocket
More information about the svn-ports-head
mailing list