git: f3df06b4926c - main - devel/allegro: Remove USES=makeinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 19:01:52 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3df06b4926c09b6c9ad214a14c1d884ac5fa7bd
commit f3df06b4926c09b6c9ad214a14c1d884ac5fa7bd
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 17:59:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-21 19:01:37 +0000
devel/allegro: Remove USES=makeinfo
- Distfile ships with info files and no need to regenereate these files
- Pet portclippy
---
devel/allegro/Makefile | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile
index 0f2991292d6f..9ccc15813e03 100644
--- a/devel/allegro/Makefile
+++ b/devel/allegro/Makefile
@@ -17,28 +17,27 @@ LIB_DEPENDS= libogg.so:audio/libogg \
libpng.so:graphics/png \
libvorbis.so:audio/libvorbis
-USES= cmake gl makeinfo pkgconfig xorg
+USES= cmake gl pkgconfig xorg
USE_GL= gl glu
-USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm
USE_LDCONFIG= yes
+USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm
-INFO= allegro
-PORTDOCS= *
-PORTEXAMPLES= *
-
-PLIST_SUB= SHLIB_VER="${PORTVERSION:R}"
CMAKE_ARGS= -DDOCDIR="${DOCSDIR}"
-CMAKE_OFF= WANT_EXAMPLES WANT_MODULES
CMAKE_ON= WANT_LOGG
+CMAKE_OFF= WANT_EXAMPLES WANT_MODULES
# Wrong versioning upstream
PORTSCOUT= ignore:1
+INFO= allegro
+PLIST_SUB= SHLIB_VER="${PORTVERSION:R}"
+PORTDOCS= *
+PORTEXAMPLES= *
+
OPTIONS_DEFINE= DOCS EXAMPLES
+OPTIONS_DEFAULT= OSS
OPTIONS_MULTI= AUDIO
OPTIONS_MULTI_AUDIO= ALSA JACK OSS SNDIO
-OPTIONS_DEFAULT= OSS
-
OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib