pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Fri Aug 15 09:06:10 UTC 2025

Modified Files:
        pkgsrc/mk/defaults: options.description
        pkgsrc/net/ada-polyorb: options.mk

Log Message:
polyorb: fix specific option names


To generate a diff of this commit:
cvs rdiff -u -r1.746 -r1.747 pkgsrc/mk/defaults/options.description
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ada-polyorb/options.mk

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

Modified files:

Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.746 pkgsrc/mk/defaults/options.description:1.747
--- pkgsrc/mk/defaults/options.description:1.746        Fri Aug 15 08:16:51 2025
+++ pkgsrc/mk/defaults/options.description      Fri Aug 15 09:06:10 2025
@@ -32,10 +32,6 @@ anthy-2ch-dict               Include the 2ch dictiona
 anthy-okinawa-dict     Include the okinawa dictionary.
 aom                    Enable AV1 support using libaom.
 ap-php                 Use PHP via Apache module.
-ap-corba               Build PolyORB with CORBA application personality.
-ap-dsa                 Build PolyORB with DSA application personality.
-ap-moma                        Build PolyORB with MOMA application personality.
-ap-aws                 Build PolyORB with AWS application personality.
 apache                 Enable support for Apache web server.
 apache-managed-domain-handling Enable managing domains and ACME support in Apache web server.
 apache-mpm-event       Use multi-threaded workers in Apache web server.
@@ -131,11 +127,6 @@ courier-esmtp              ESMTP mail delivery.
 courier-gnutls         Support using GNU TLS instead of OpenSSL.
 courier-local          Local mail delivery.
 courier-uucp           UUCP mail delivery.
-cs-event               Build PolyORB with Event COS service.
-cs-ir                  Build PolyORB with Interface Repository COS service.
-cs-naming              Build PolyORB with Naming COS service.
-cs-notification                Build PolyORB with Notification COS service.
-cs-time                        Build PolyORB with Time COS service.
 cups                   Enable cups (Common UNIX Printing System) support.
 curl                   Enable curl support.
 curses                 Enable curses support.
@@ -315,7 +306,6 @@ glfw                        Enable GLFW support
 glib2                  Enable libGIO support.
 gmp                    Enable gmp (GNU Multiple Precision Arithmetic Library) support.
 gmp-fat                        Build-in all x86 assembler code, detecting CPU at run-time.
-gnatcoll               Build PolyORB with GNATCOLL support.
 gnome                  Enable GNOME support.
 gnome-keyring          Enable GNOME keyring support.
 gnomecanvas            Enable GNOME canvas support
@@ -770,16 +760,26 @@ pkgin-static              Link all pkgsrc libraries 
 plotutils              Enable plotutils support.
 png                    Enable PNG support.
 polkit                  Enable Polkit support.
+polyorb-ap-corba       Build PolyORB with CORBA application personality.
+polyorb-ap-dsa         Build PolyORB with DSA application personality.
+polyorb-ap-moma                Build PolyORB with MOMA application personality.
+polyorb-ap-aws         Build PolyORB with AWS application personality.
+polyorb-cs-event       Build PolyORB with Event COS service.
+polyorb-cs-ir          Build PolyORB with Interface Repository COS service.
+polyorb-cs-naming      Build PolyORB with Naming COS service.
+polyorb-cs-notification        Build PolyORB with Notification COS service.
+polyorb-cs-time                Build PolyORB with Time COS service.
+polyorb-gnatcoll       Build PolyORB with GNATCOLL support.
+polyorb-pp-giop                Build PolyORB with GIOP protocol personality.
+polyorb-pp-soap                Build PolyORB with SOAP protocol personality.
+polyorb-pp-srp         Build PolyORB with SRP protocol personality.
+polyorb-pp-dns         Build PolyORB with DNS protocol personality.
 poppler                        Enable poppler-utils support.
 portals                        Enable BSD Portals support
 portaudio              Enable PortAudio audio library support.
 postfix-milter         Build the milter with support for the Postfix MTA.
 postfix-stress         Enable Postfix stress-adaptive behaviour.
 postgrey-targrey       Enable the Postgrey taRgrey tarpitting patch.
-pp-giop                        Build PolyORB with GIOP protocol personality.
-pp-soap                        Build PolyORB with SOAP protocol personality.
-pp-srp                 Build PolyORB with SRP protocol personality.
-pp-dns                 Build PolyORB with DNS protocol personality.
 ppx                    Enable PPX support.
 prime                  Use Prime for Kana-to-Kanji conversion.
 proftpd-readme         Enable mod_readme.

Index: pkgsrc/net/ada-polyorb/options.mk
diff -u pkgsrc/net/ada-polyorb/options.mk:1.1 pkgsrc/net/ada-polyorb/options.mk:1.2
--- pkgsrc/net/ada-polyorb/options.mk:1.1       Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/options.mk   Fri Aug 15 09:06:10 2025
@@ -1,15 +1,17 @@
-# $NetBSD: options.mk,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+# $NetBSD: options.mk,v 1.2 2025/08/15 09:06:10 dkazankov Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.polyorb
-PKG_SUPPORTED_OPTIONS=         cs-event cs-ir cs-naming cs-notification cs-time \
-                               gnatcoll openssl
-PKG_OPTIONS_NONEMPTY_SETS=     ap pp
-PKG_OPTIONS_SET.ap=            ap-corba ap-dsa ap-moma ap-aws
-PKG_OPTIONS_SET.pp=            pp-giop pp-soap pp-srp pp-dns
-PKG_SUGGESTED_OPTIONS=         ap-corba ap-dsa ap-moma \
-                               pp-giop pp-soap pp-srp pp-dns \
-                               cs-event cs-ir cs-naming cs-notification cs-time \
-                               gnatcoll openssl
+PKG_SUPPORTED_OPTIONS=         polyorb-cs-event polyorb-cs-ir polyorb-cs-naming \
+                               polyorb-cs-notification polyorb-cs-time \
+                               polyorb-gnatcoll openssl
+PKG_OPTIONS_NONEMPTY_SETS=     polyorb-ap polyorb-pp
+PKG_OPTIONS_SET.polyorb-ap=    polyorb-ap-corba polyorb-ap-dsa polyorb-ap-moma polyorb-ap-aws
+PKG_OPTIONS_SET.polyorb-pp=    polyorb-pp-giop polyorb-pp-soap polyorb-pp-srp polyorb-pp-dns
+PKG_SUGGESTED_OPTIONS=         polyorb-ap-corba polyorb-ap-dsa polyorb-ap-moma \
+                               polyorb-pp-giop polyorb-pp-soap polyorb-pp-srp polyorb-pp-dns \
+                               polyorb-cs-event polyorb-cs-ir polyorb-cs-naming \
+                               polyorb-cs-notification polyorb-cs-time \
+                               polyorb-gnatcoll openssl
 
 .include "../../mk/bsd.fast.prefs.mk"
 .include "../../mk/bsd.options.mk"
@@ -19,54 +21,54 @@ PKG_SUGGESTED_OPTIONS=              ap-corba ap-dsa 
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
 .endif
 
-.if !empty(PKG_OPTIONS:Mgnatcoll)
+.if !empty(PKG_OPTIONS:Mpolyorb-gnatcoll)
 .include "../../textproc/ada-xmlada-25/buildlink3.mk"
 .include "../../devel/ada-libgpr-25/buildlink3.mk"
 .include "../../devel/ada-gnatcoll-core-25/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gnatcoll
 .endif
 
-.if !empty(PKG_OPTIONS:Map-aws)
+.if !empty(PKG_OPTIONS:Mpolyorb-ap-aws)
 # AWS personality is not currently compiling
 #APP_PERSONALITIES+=   aws
 #.include "../../textproc/ada-xmlada-25/buildlink3.mk"
 .endif
-.if !empty(PKG_OPTIONS:Map-corba)
+.if !empty(PKG_OPTIONS:Mpolyorb-ap-corba)
 APP_PERSONALITIES+=    corba
 .endif
-.if !empty(PKG_OPTIONS:Map-dsa)
+.if !empty(PKG_OPTIONS:Mpolyorb-ap-dsa)
 APP_PERSONALITIES+=    dsa
 .endif
-.if !empty(PKG_OPTIONS:Map-moma)
+.if !empty(PKG_OPTIONS:Mpolyorb-ap-moma)
 APP_PERSONALITIES+=    moma
 .endif
 
-.if !empty(PKG_OPTIONS:Mpp-dns)
+.if !empty(PKG_OPTIONS:Mpolyorb-pp-dns)
 PROTOCOL_PERSONALITIES+=       dns
 .endif
-.if !empty(PKG_OPTIONS:Mpp-giop)
+.if !empty(PKG_OPTIONS:Mpolyorb-pp-giop)
 PROTOCOL_PERSONALITIES+=       giop
 .endif
-.if !empty(PKG_OPTIONS:Mpp-soap)
+.if !empty(PKG_OPTIONS:Mpolyorb-pp-soap)
 PROTOCOL_PERSONALITIES+=       soap
 .include "../../textproc/ada-xmlada-25/buildlink3.mk"
 .endif
-.if !empty(PKG_OPTIONS:Mpp-srp)
+.if !empty(PKG_OPTIONS:Mpolyorb-pp-srp)
 PROTOCOL_PERSONALITIES+=       srp
 .endif
 
-.if !empty(PKG_OPTIONS:Mcs-event)
+.if !empty(PKG_OPTIONS:Mpolyorb-cs-event)
 CORBA_SERVICES+=       event
 .endif
-.if !empty(PKG_OPTIONS:Mcs-ir)
+.if !empty(PKG_OPTIONS:Mpolyorb-cs-ir)
 CORBA_SERVICES+=       ir
 .endif
-.if !empty(PKG_OPTIONS:Mcs-naming)
+.if !empty(PKG_OPTIONS:Mpolyorb-cs-naming)
 CORBA_SERVICES+=       naming
 .endif
-.if !empty(PKG_OPTIONS:Mcs-notification)
+.if !empty(PKG_OPTIONS:Mpolyorb-cs-notification)
 CORBA_SERVICES+=       notification
 .endif
-.if !empty(PKG_OPTIONS:Mcs-time)
+.if !empty(PKG_OPTIONS:Mpolyorb-cs-time)
 CORBA_SERVICES+=       time
 .endif



Home | Main Index | Thread Index | Old Index