diff --git a/devel/smooth/Makefile b/devel/smooth/Makefile index 7303fe184634..2c7839d80185 100644 --- a/devel/smooth/Makefile +++ b/devel/smooth/Makefile @@ -1,34 +1,34 @@ PORTNAME= smooth PORTVERSION= 0.9.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= Object-oriented C++ class library WWW= https://www.smooth-project.org/ LICENSE= ART20 LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \ libcurl.so:ftp/curl \ libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png \ libwebp.so:graphics/webp USES= gmake gnome iconv jpeg localbase pkgconfig xorg USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf gtk30 libxml2 USE_XORG= x11 MAKE_ARGS= config="systemlibcpuid systemlibwebp" post-extract: @${REINPLACE_CMD} -e 's,register ,,' \ ${WRKSRC}/classes/gui/dialogs/colordlg.cpp # Prevent accidental build/use of bundled libraries' code/headers @${RM} -r ${WRKSRC}/libraries/fribidi ${WRKSRC}/libraries/lib* \ ${WRKSRC}/libraries/v8 ${WRKSRC}/libraries/zlib @${RM} -r ${WRKSRC}/include/support .include diff --git a/sysutils/cpu-x/Makefile b/sysutils/cpu-x/Makefile index da2fc367fdc4..e5d6d107a16f 100644 --- a/sysutils/cpu-x/Makefile +++ b/sysutils/cpu-x/Makefile @@ -1,59 +1,59 @@ PORTNAME= cpu-x PORTVERSION= 4.5.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org COMMENT= Gathers information about CPU, motherboard, and more WWW= https://thetumultuousunicornofdarkness.github.io/CPU-X/ LICENSE= GPLv3+ LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \ libpci.so:devel/libpci \ libstatgrab.so:devel/libstatgrab USES= cmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= TheTumultuousUnicornOfDarkness GH_PROJECT= ${PORTNAME:tu} CMAKE_OFF= WITH_LIBGLFW WITH_VULKAN WITH_OPENCL PORTDOCS= ChangeLog.md README.md OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_OFF= -DWITH_GETTEXT:BOOL=OFF FLAVORS= gtk3 ncurses CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/${PORTNAME}-/} .if ${FLAVOR:U} == ncurses PKGNAMESUFFIX= -tuionly USES+= ncurses CMAKE_ARGS+= -DWITH_GTK:BOOL=OFF PLIST_SUB+= X11="@comment " .else USES+= gnome USE_GNOME= gtk30 GLIB_SCHEMAS= org.cpu-x.gschema.xml PLIST_SUB+= X11="" .endif .include .if ${ARCH} == i386 || ${ARCH} == amd64 BUILD_DEPENDS+= nasm:devel/nasm .else CMAKE_OFF+= WITH_BANDWIDTH .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/powermon/Makefile b/sysutils/powermon/Makefile index deeab549a2b0..ffd138011f2a 100644 --- a/sysutils/powermon/Makefile +++ b/sysutils/powermon/Makefile @@ -1,32 +1,32 @@ PORTNAME= powermon PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yamagi@yamagi.org COMMENT= Displays the CPUs current power consumption WWW= https://github.com/Yamagi/powermon LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= specific to recent x86 processors LIB_DEPENDS= libcpuid.so:sysutils/libcpuid USES= gmake ncurses USE_GITHUB= yes GH_ACCOUNT= yamagi MAKE_ENV= NCURSESLIBS="${NCURSESLIBS}" VERBOSE=1 PLIST_FILES= share/man/man8/powermon.8.gz sbin/powermon do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/release/powermon \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${INSTALL_WRKSRC}/misc/powermon.8 \ ${STAGEDIR}${PREFIX}/share/man/man8 .include