pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/mk/configure



On Sun, Aug 25, 2024 at 12:53:20PM -0400, Greg Troxel wrote:
> "Thomas Klausner" <wiz%netbsd.org@localhost> writes:
> 
> > Module Name:        pkgsrc
> > Committed By:       wiz
> > Date:               Sun Aug 25 16:38:38 UTC 2024
> >
> > Modified Files:
> >     pkgsrc/mk/configure: configure.mk
> >
> > Log Message:
> > mk: comment out USE_CMAKE deprecation warning
> >
> > It adds too much noise to the mirror-distfiles job.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.35 -r1.36 pkgsrc/mk/configure/configure.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/configure/configure.mk
> > diff -u pkgsrc/mk/configure/configure.mk:1.35 pkgsrc/mk/configure/configure.mk:1.36
> > --- pkgsrc/mk/configure/configure.mk:1.35   Sun Aug 25 06:19:03 2024
> > +++ pkgsrc/mk/configure/configure.mk        Sun Aug 25 16:38:38 2024
> > @@ -1,4 +1,4 @@
> > -# $NetBSD: configure.mk,v 1.35 2024/08/25 06:19:03 wiz Exp $
> > +# $NetBSD: configure.mk,v 1.36 2024/08/25 16:38:38 wiz Exp $
> >  #
> >  # = Package-settable variables =
> >  #
> > @@ -83,7 +83,7 @@ _BUILD_DEFS+=             CONFIGURE_ENV CONFIGURE_A
> >  .  include "replace-localedir.mk"
> >  .endif
> >  .if defined(USE_CMAKE)
> > -WARNINGS+=                 "USE_CMAKE is deprecated; use devel/cmake/build.mk instead."
> > +#WARNINGS+=                "USE_CMAKE is deprecated; use devel/cmake/build.mk instead."
> >  .  include "cmake.mk"
> >  .endif
> >  .if defined(_CMAKE_CONFIGURE_SETTINGS)
> 
> Perhaps you could conditionalize it on PKG_DEVELOPER instead of just
> reverting it.

Sure, done.
 Thomas



Home | Main Index | Thread Index | Old Index