From 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 3 Nov 2019 11:45:28 +0000 Subject: net: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- net/omniORB/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'net/omniORB') diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index c20ab70f8fc..3168c1b5e1f 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:50 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/03 11:45:46 rillig Exp $ DISTNAME= omniORB-4.1.7 PKGREVISION= 2 @@ -16,19 +16,19 @@ GNU_CONFIGURE= YES USE_LANGUAGES= c c++03 USE_TOOLS+= gmake -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOS4.pc.in -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOSDynamic4.pc.in -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniConnectionMgmt4.pc.in -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniDynamic4.pc.in -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniORB4.pc.in -PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omnithread3.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOS4.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOSDynamic4.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniConnectionMgmt4.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniDynamic4.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniORB4.pc.in +PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omnithread3.pc.in # omniORB requires native threads support PTHREAD_OPTS= require native -RCD_SCRIPTS= omninames +RCD_SCRIPTS= omninames -OMNIORB_ETCDIR?= ${PKG_SYSCONFDIR} -OMNIORB_CONFIG= ${OMNIORB_ETCDIR}/omniORB.cfg +OMNIORB_ETCDIR?= ${PKG_SYSCONFDIR} +OMNIORB_CONFIG= ${OMNIORB_ETCDIR}/omniORB.cfg CONFIGURE_ARGS+= --with-omniORB-config=${OMNIORB_CONFIG:Q} #CONFIGURE_ARGS+= --with-omniNames-logdir= @@ -43,8 +43,8 @@ PKG_SUGGESTED_OPTIONS= inet6 CONFIGURE_ARGS+=--disable-ipv6 .endif -PY_PATCHPLIST= yes -REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py +PY_PATCHPLIST= yes +REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.1.7 post-install: -- cgit v1.2.3