pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXmu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  3 21:26:00 UTC 2024

Modified Files:
        pkgsrc/x11/libXmu: Makefile builtin.mk distinfo

Log Message:
libXmu: update to 1.2.0.

This release raises the minimum version of libXt required to 1.1.0
(released in 2011), and for those builders who need to regenerate
the autoconf files, raises the minimum version of autoconf required
to 2.70 (released in 2020).

Alan Coopersmith (21):
      configure: raise minimum autoconf requirement to 2.70
      src/Makefile.am: Remove hardcoded -D_BSD_SOURCE
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      test: Convert test code to use glib test helpers
      test: Add simple test cases for functions in src/RdBitF.c
      test: Add simple test cases for functions in src/CursorName.c
      test: Add simple test cases for functions in src/Lower.c
      test: Add simple test cases for functions in src/StrToBS.c
      test: Add simple test cases for functions in src/StrToGrav.c
      test: Add simple test cases for functions in src/StrToJust.c
      test: Add simple test cases for functions in src/StrToLong.c
      test: Add simple test cases for functions in src/StrToOrnt.c
      test: Add simple test cases for functions in src/StrToShap.c
      test: Add simple test cases for functions in src/reallocarray.c
      XmuReadBitmapDataFromFile: set close-on-exec when opening files
      unifdef hpux
      unifdef Lynx
      Remove "#ifndef notdef" checks
      unifdef SYSV
      Use XtAsprintf to simplify os_name string generation
      libXmu 1.2.0


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/libXmu/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libXmu/builtin.mk
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXmu/distinfo

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

Modified files:

Index: pkgsrc/x11/libXmu/Makefile
diff -u pkgsrc/x11/libXmu/Makefile:1.17 pkgsrc/x11/libXmu/Makefile:1.18
--- pkgsrc/x11/libXmu/Makefile:1.17     Wed Nov  9 13:14:22 2022
+++ pkgsrc/x11/libXmu/Makefile  Wed Apr  3 21:26:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/11/09 13:14:22 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2024/04/03 21:26:00 wiz Exp $
 
-DISTNAME=              libXmu-1.1.4
+DISTNAME=              libXmu-1.2.0
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz
@@ -19,5 +19,6 @@ X11_LIB_NAME?=                libXmu
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 .include "../../x11/libXext/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libXt+=  libXt>=1.1.0
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/libXmu/builtin.mk
diff -u pkgsrc/x11/libXmu/builtin.mk:1.3 pkgsrc/x11/libXmu/builtin.mk:1.4
--- pkgsrc/x11/libXmu/builtin.mk:1.3    Sun Nov  3 09:14:12 2019
+++ pkgsrc/x11/libXmu/builtin.mk        Wed Apr  3 21:26:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2019/11/03 09:14:12 rillig Exp $
+# $NetBSD: builtin.mk,v 1.4 2024/04/03 21:26:00 wiz Exp $
 
 BUILTIN_PKG:=  libXmu
 
@@ -31,10 +31,10 @@ USE_BUILTIN.libXmu= no
 .  else
 USE_BUILTIN.libXmu=    ${IS_BUILTIN.libXmu}
 .    if defined(BUILTIN_PKG.libXmu) && \
-        !empty(IS_BUILTIN.libXmu:M[yY][eE][sS])
+        ${IS_BUILTIN.libXmu:tl} == yes
 USE_BUILTIN.libXmu=    yes
 .      for _dep_ in ${BUILDLINK_API_DEPENDS.libXmu}
-.        if !empty(USE_BUILTIN.libXmu:M[yY][eE][sS])
+.        if ${USE_BUILTIN.libXmu:tl} == yes
 USE_BUILTIN.libXmu!=                                                   \
        if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.libXmu:Q}; then \
                ${ECHO} yes;                                            \

Index: pkgsrc/x11/libXmu/distinfo
diff -u pkgsrc/x11/libXmu/distinfo:1.11 pkgsrc/x11/libXmu/distinfo:1.12
--- pkgsrc/x11/libXmu/distinfo:1.11     Mon Oct 17 21:41:37 2022
+++ pkgsrc/x11/libXmu/distinfo  Wed Apr  3 21:26:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/10/17 21:41:37 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/04/03 21:26:00 wiz Exp $
 
-BLAKE2s (libXmu-1.1.4.tar.xz) = 118f6080e9fd8a092718421e7c656471c1e3b54d2d5bffc155d435c33e7835ad
-SHA512 (libXmu-1.1.4.tar.xz) = 3cf90cb3ff380aafefbb39297bdd95b9e1e6d6618cecb53ff09faf38f9b9c54599d28367f07a9ec77a20214c6c3e661b8d0a12b38082556790a79a59942039c1
-Size (libXmu-1.1.4.tar.xz) = 349264 bytes
+BLAKE2s (libXmu-1.2.0.tar.xz) = ce5c0ee5668d6de599e144cf39f02f8fba6bd6ec689e7aa39e3ad6fbf2a375f0
+SHA512 (libXmu-1.2.0.tar.xz) = 199310c57d9ce15d3a049890ba2b853357fbda267ca0f075624ed4757c72c548a1c4153a4f7492a2ebf06eb90518ef02c21b44ca298933c038c62196f2cddb2e
+Size (libXmu-1.2.0.tar.xz) = 366440 bytes



Home | Main Index | Thread Index | Old Index