pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ada-polyorb



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Wed Jan  7 18:08:33 UTC 2026

Modified Files:
        pkgsrc/net/ada-polyorb: Makefile

Log Message:
net/ada-polyorb: fix incorrect var usage

PR pkg/59878: don't evaluate variable in empty()
https://gnats.netbsd.org/59878


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ada-polyorb/Makefile

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

Modified files:

Index: pkgsrc/net/ada-polyorb/Makefile
diff -u pkgsrc/net/ada-polyorb/Makefile:1.1 pkgsrc/net/ada-polyorb/Makefile:1.2
--- pkgsrc/net/ada-polyorb/Makefile:1.1 Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/Makefile     Wed Jan  7 18:08:33 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/07 18:08:33 dkazankov Exp $
 
 DISTNAME=      polyorb-${PKGVERSION_NOREV}
 PKGNAME=       polyorb-${GNAT_NAME}-25.0.0
+PKGREVISION=   1
 CATEGORIES=    net devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AdaCore/}
 GITHUB_PROJECT=        PolyORB
@@ -50,7 +51,7 @@ SUBST_SED.time=               -e "s,\"time\",\"__gnat
 
 CONFIGURE_ARGS+=       --with-appli-perso=${APP_PERSONALITIES:Q}
 CONFIGURE_ARGS+=       --with-proto-perso=${PROTOCOL_PERSONALITIES:Q}
-.if !empty(${CORBA_SERVICES})
+.if !empty(CORBA_SERVICES)
 CONFIGURE_ARGS+=       --with-corba-services=${CORBA_SERVICES:Q}
 .endif
 EXTRA_GNATMAKE_FLAGS+= -eL -R -largs $${LDFLAGS} -margs



Home | Main Index | Thread Index | Old Index