Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#64069 closed defect (fixed)

gtk3 @3.24.30 uses obsolete configure argument '--disable-cloudprint'

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: gtk3

Description

configure: WARNING: unrecognized options: --disable-cloudprint

The list of arguments is this one:

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --disable-maintainer-mode
                          disable make rules and dependencies not useful (and
                          sometimes confusing) to the casual installer
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --disable-nls           do not use Native Language Support
  --disable-rpath         do not hardcode runtime library paths
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-largefile     omit support for large files
  --enable-debug=[no/minimum/yes]
                          turn on debugging [default=debug_default]
  --enable-installed-tests
                          Install test programs (default: no)
  --enable-xkb            support XKB extension [default=maybe]
  --enable-xinerama       support Xinerama extension [default=maybe]
  --enable-xrandr         support XRandR extension [default=maybe]
  --enable-xfixes         support XFixes extension [default=maybe]
  --enable-xcomposite     support X Composite extension [default=maybe]
  --enable-xdamage        support X Damage extension [default=maybe]
  --enable-x11-backend    enable the X11 gdk backend
  --enable-win32-backend  enable the Win32 gdk backend
  --enable-quartz-backend enable the quartz gdk backend
  --enable-broadway-backend
                          enable the broadway (HTML5) gdk backend
  --enable-wayland-backend
                          enable the wayland gdk backend
  --enable-cloudproviders enable libcloudproviders integration
  --enable-profiler       enable profiler integration
  --enable-quartz-relocation
                          enable bundle-based relocation functions
  --enable-explicit-deps=[yes/no/auto]
                          use explicit dependencies in .pc files
                          [default=auto]
  --disable-glibtest      do not try to compile and run a test GLIB program
  --disable-modules       disable dynamic module loading
  --enable-win32-gles     enable OpenGL ES rendering in Win32 backend,
                          disabled by default
  --disable-cups          disable cups print backend
  --disable-papi          disable papi print backend
  --enable-tracker3       enable tracker3 search engine
  --enable-test-print-backend
                          build test print backend
  --disable-schemas-compile
                          Disable regeneration of gschemas.compiled on install
  --enable-introspection=[no/auto/yes]
                          Enable introspection for this build
  --enable-colord=[yes/no/auto]
                          build colord support code [default=auto]
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
  --enable-man            generate man pages [default=auto]
  --disable-doc-cross-references
                          cross reference symbols from other libraries
                          [default=yes]
  --disable-Bsymbolic     avoid linking with -Bsymbolic

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  --without-libintl-prefix     don't search for libintl in includedir and libdir
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                          both]
  --with-aix-soname=aix|svr4|both
                          shared library versioning (aka "SONAME") variant to
                          provide on AIX, [default=aix].
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                          compiler's sysroot if not specified).
  --with-included-immodules=MODULE1,MODULE2,...
                          build the specified input methods into gtk
  --with-x                use the X Window System
  --with-html-dir=PATH    path to installed docs
  --with-xml-catalog=CATALOG
                          path to xml catalog to use

Change History (5)

comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)

Cc: mascguy@… removed
Owner: set to mascguy
Status: newassigned

comment:2 Changed 2 years ago by Christopher Nielsen <mascguy@…>

In 295dc1475497f7e8465858cae221a6db99e82bf7/macports-ports (master):

gtk3-devel: update to 3.24.31

  • Also remove obsolete configure arg '--disable-cloudprint'

See: #64069

comment:3 Changed 2 years ago by mascguy (Christopher Nielsen)

Summary: gtk3 @3.24.30 uses an obsolete configure argument:gtk3 @3.24.30 uses obsolete configure argument '--disable-cloudprint'

comment:4 Changed 2 years ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 3af6651ed86c8bdf5d84283e5a4c00983aba3ef9/macports-ports (master):

gtk3: Remove obsolete configure arg '--disable-cloudprint'
Fixes: #64069

comment:5 Changed 2 years ago by mascguy (Christopher Nielsen)

Type: enhancementdefect
Note: See TracTickets for help on using tickets.