pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libvips: indent more consistently.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Wed Aug 20 12:45:28 2025 -0400
Changeset:	d0012bdfe8432b7d8625d5aec40a7fe9480b8c2d

Modified Files:
	libvips/Makefile

Log Message:
libvips: indent more consistently.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0012bdfe8432b7d8625d5aec40a7fe9480b8c2d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libvips/Makefile | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diffs:
diff --git a/libvips/Makefile b/libvips/Makefile
index 484851d212..f23a9ae1fd 100644
--- a/libvips/Makefile
+++ b/libvips/Makefile
@@ -1,19 +1,19 @@
 # $NetBSD$
 
-DISTNAME=	vips-8.17.1
-PKGNAME=	lib${DISTNAME}
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libvips/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	base%atomicules.co.uk@localhost
-HOMEPAGE=	https://libvips.github.io/libvips/
-COMMENT=	Demand-driven, horizontally threaded image processing lib
-LICENSE=	gnu-lgpl-v2.1
+DISTNAME=		vips-8.17.1
+PKGNAME=		lib${DISTNAME}
+CATEGORIES=		graphics
+MASTER_SITES=		${MASTER_SITE_GITHUB:=libvips/}
+GITHUB_RELEASE=		v${PKGVERSION_NOREV}
+EXTRACT_SUFX=		.tar.xz
+
+MAINTAINER=		base%atomicules.co.uk@localhost
+HOMEPAGE=		https://libvips.github.io/libvips/
+COMMENT=		Demand-driven, horizontally threaded image processing lib
+LICENSE=		gnu-lgpl-v2.1
 
 # disable examples and deprecated interfaces
-MESON_ARGS+=	-Ddeprecated=false -Dexamples=false
+MESON_ARGS+=		-Ddeprecated=false -Dexamples=false
 
 USE_TOOLS+=		pkg-config msgfmt xgettext
 USE_LANGUAGES=		c c++
@@ -28,7 +28,7 @@ PKGCONFIG_OVERRIDE+=		output/meson-private/vips.pc
 # disable relro otherwise it'll crash on NetBSD:
 # https://github.com/libvips/libvips/issues/3977 and
 # https://mail-index.netbsd.org/netbsd-bugs/2023/12/26/msg080904.html
-RELRO_SUPPORTED=		no
+RELRO_SUPPORTED=	no
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index