The NetBSD Project

CVS log for pkgsrc/x11/libXt/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Thu Jun 29 10:42:24 2023 UTC (9 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.5 (colored)

x11/libXt: Fix typo in previous: ac_cv_path_*, not ac_cv_peath_*.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 27 10:28:34 2023 UTC (9 months ago) by riastradh
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.5 (colored)

Use TOOLBASE, not PREFIX, to get at tradcpp executable.

(Maybe this should be factored into a devel/tradcpp/tool.mk?)

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 25 11:53:08 2023 UTC (10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.5 (colored)

libXt: Do not use _Static_assert in C++ code.

Fixes lots of dependencies.  Bump PKGREVISION.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Apr 9 21:44:13 2023 UTC (11 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.5 (colored)

libXt: update to 1.3.0.

Alan Coopersmith (19):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      Use memcpy() instead of memmove() when buffers are known not to overlap
      Use memcpy() instead of XtMemmove() when buffers are known to differ
      tests: update g_test_bug_base url from bugzilla to gitlab
      tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
      tests: Replace g_assert() calls with g_assert_*() calls
      configure.ac: Replace HAVE_LIBRARY with AC_CHECK_LIB
      Add xfilesearchpath to xt.pc
      TMstate.c: Handle -Wduplicated-branches warnings
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
      Add XtReallocArray() for overflow checking of multiplied args
      Replace XtRealloc() calls with XtReallocArray()
      Replace XtMalloc() calls with XtMallocArray()
      libXt 1.3.0

Alex Richardson (6):
      Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long
      XtArgVal: Support architectures where pointers are bigger than long
      Use XtUIntPtr for integer types that can hold pointers
      Cast via intptr_t when converting integers to pointers
      Fix XrmResource layout if pointers are bigger than long
      Fix InternalCallbackRec layout if pointers are bigger than 64 bits

Keith Packard (1):
      Support buttons > 5 in translation tables [v2]

Thomas E. Dickey (7):
      add _X_NORETURN to agree with header-file
      codespell-fixes
      cppcheck and clang --analyze fixes
      fixes for gcc13 warnings
      cppcheck fixes (const, null dereferencing, uninitialized, scope)
      cppcheck (revise IsDescendant() to fix possible null-dereference)
      update copyright-date

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:22 2022 UTC (16 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.5 (colored)

Reset MAINTAINER

Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 10 08:53:16 2022 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.5 (colored)

x11: adapt to new avoid-duplicate.mk usage

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 1 13:01:15 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored) to selected 1.5 (colored)

x11: Add avoid-duplicate.mk to Xorg library packages

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 24 15:54:00 2021 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.5 (colored)

Matt Turner (1):
      libXt 1.2.1

Thomas E. Dickey (72):
      update to 1.1.5.3 to reflect documentation updates/review
      fix a typo
      use _X_UNUSED to quiet compiler warnings
      constify table passed to _XtTableAddConverter to reduce strict compiler warnings
      fix a possibly-uninitialized quark, and remove unnecessary casts which produced warnings
      remove/amend a few casts which produced warnings
      fix a couple of strict warnings by refactoring macros
      add curly-braces in a couple of places to allow running "indent"
      indent'd like "x-indent.sh", but with a more complete set of typedefs - see
      (last line repeated ~ 40 times)
      turn off indent in generated files
      remove the ARGUSED lines, which confuse GNU indent, ditto for LINTLIBRARY
      bump minor version to reflect code-cleanup
      improved the script used for typedef-options with indent, updated indentation
      issue 12 - DISPLAY=:0.-1 XtScreenDatabase segfault
      new build
      issue #12: work within existing interface which attempts to obtain the
      add a null-pointer check, overlooked in fix for issue #12.
      _XtCalloc actually uses a Cardinal, not size_t

Walter Harms (3):
      no need to check arguments for XtFree()
      refactoring, reduce indent level
      add errorhandling to _XtVaToTypedArgList()

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:53 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.5 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Nov 13 22:01:53 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored) to selected 1.5 (colored)

libXt: update to 1.2.0.

Alan Coopersmith (3):
      Get rid of some extraneous ; at the end of C source lines
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Benjamin Tissoires (3):
      Fix leaks detected by covscan
      dummy fix for covscan
      Fix covscan complain

Emil Velikov (1):
      autogen.sh: use quoted string variables

Fabrice Fontaine (1):
      libXt: util: don't link makestrs with target cflags

Jeremy Huddleston Sequoia (1):
      darwin: Don't build libXt with -flat_namespace

Jon Turney (2):
      Fix WHITEFILL after const fixes
      Provide suseconds_t typedef on Win32

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Rin Okuyama (1):
      avoid -Wformat errors from clang when building with -DDEBUG

Thomas E. Dickey (134):
      fix build when XT_GEO_TATTLER is defined
      fix bug introduced by
      workaround for obsolete macro/command ".ny", in the manpages since late
      trim undefined symbol "D" from ".Ds" macros in manpages.
      fix typo from last step
      split-up lines longer than 80 columns in manpages
      cleanup undefined macros in manpages
      trim down the "De" macro by removing the parts that used never-defined registers
      fix typo from last change
      None of the versions of the "Ds" macro (going back to X11R4) worked with
      update the "Ds" macro in the other files, for consistency
      Use standard size_t type in the casts for length-parameter of memcpy, memmove
      bzero was marked "legacy" in POSIX 2001, and is not part of the later revisions.
      This cleans up the "easy" warning fixes which can be made using my
      The ".BR" macro is used to join bold/regular text.
      restore fixed-pitch formatting of code-examples
      eliminate casts of NULL for String* and Cardinal*, since those are unnecessary
      Referring to the xterm FAQ
      The last commit removed "IN" macro, but not the lines which used it.
      This is a minimal change which compiles when predefining _CONST_X_STRING,
      Allow all of the "argv" strings to be writable, since those arrays may
      resolve const-mismatches in internal functions of Intrinsic.c
      resolve const-mismatches in Shell.c
      fix gcc warnings in Display.c
      fix shadowing warning for widgetClass parameter; no binary-change
      fix const-mismatches in TMparse.c
      fix const-mismatches in TMprint.c
      fix const-mismatches in Tmstate.c
      change return-type to avoid const-mismatches
      updated manual pages' C prototypes to agree with the header-files.
      avoid using C keyword "default" as parameter name
      fix minor regression in prototype updates
      remove some debris...
      fix: some ASCII characters were mangled into Unicode look-alikes
      by the way - an overdue notification
      update several function prototypes to use void-return or void-parameter,
      modify function prototypes in spec to correspond to updates made in headers
      updated return-type for XtFindFile, also due to _CONST_X_STRING
      corrected prototype for XtAppSetFallbackResources; error in spec
      correct prototype for XtDisplay; error in spec
      correct prototype for XtInitialize; error in spec
      The conversion to xml's funcdef dropped one or more parameters from several
      change ambiguous String's to char* or const-char*, as well as adding the
      fix a typo
      whitespace-fixes, plus convert examples to standard C
      add (with an external script "markup-literallayout") <code> tags
      use DOCTYPE consistently in included xml files, to allow using named entities
      modify xml-files to use named-entities, for easier manipulation
      corrected some nested list formatting
      fix ``fake quotes''
      fill in titles for some references to ICCCM and X11 documents
      use programlisting tag rather than workaround for literallayout font.
      use consistent labeling for xref's
      use lineannotation tag to solve font mismatches for xref's inside
      formatted sample code to fit in 80 columns
      whitespace/formatting fixes
      use lineannotation tag
      whitespace/formatting fix
      use lineannotation tag
      The conversion to xml overlooked the nroff document's use of "\%" for
      trim spurious backslashes from translation of nroff to docbook xml
      use ldquo/rdquo/ndash where appropriate
      correct an error from the original document's depiction of escape_char
      use ldquo/rdquo/ndash where appropriate
      update manpage prototype for XtFindFile()
      Add --disable-const and --enable-geo-tattler options for new/updated features.
      remove calls to "IN" macro, which was recently removed from header
      fix cut/paste error in description of --enable-geo-tattler configure option
      update xorg's documentation-urls
      The interface changes made recently have to be documented, and due to the
      summarize X11R6.3 and X11R6.4 changes
      finish summarizing X11R6 vs documentation updates
      begin section on the conversion to standard C
      fill in background for wide-prototypes
      fill in prototype information for a code example, as well as for
      add some missing "typedef" keywords for prototyped function-pointers.
      fill in a few missing typedef keywords, and a missing "*" in prototype, as well as minor clarification of "XtIs<class>"
      minor tweak to work around docbook's limited formatting
      move MenuPopdown and MenuPopup to section to distinguish these actions from C prototypes (and use the "Xt" prefix for these names as implemented since X11R4).
      add #include for <X11/Intrinsic.h> to manpages, per convention
      summarize the const-changes in X11R7+
      updated the acknowledgements section, and added a few notes to the release-7 section
      bump to 1.1.5.1 (actually 1.2.0 should be the target)
      adapt change from libXaw for inserting the package version into the spec
      restore the last 3-4 pages of "Registering a New Resource Converter",
      improved markup for the restored pages
      ignore the generated file used for version-number
      fixes for typos and formatting glitches
      fix gcc warnings when assigning into a bit-field by first masking the value
      fix 5 more simple gcc warnings
      use "const void *" rather than "char *" for memcmp, etc
      XtAppProcessEvent expects XtInputMask parameter, which is unsigned-long
      fixes for gcc warnings, no object-change
      if Xalloca.h is corrected to use size_t param, one change is still needed in
      eliminate an unnecessary cast which gave a gcc warning and add a null-pointer check
      add casts to fix compiler warnings
      Add related fix from
      Proposed revision of XtAppMainLoop() in
      update manpage for changes to XtAppMainLoop()
      updated spec to correspond to the current implementation of XtAppMainLoop
      add a note pointing out the change in design
      manpage style fix: sentences should end at the end of a line
      remove an #include used in debugging
      add casts to quiet compiler warnings with Solaris 11.4 / gcc 7.3.0
      fixes cppcheck "style" warnings (mostly variable-scope)
      ensure XWindowChanges value is initialized before updating it (clang --analyze)
      fix unused-assignment warnings (clang --analyze)
      fix most clang --analyze warnings about null-pointers
      use explicit pointer check to eliminate a clang --analyze warning in VarGet.c
      use _X_NORETURN, works for gcc and clang
      trim obsolete ifdef for ISC, and correct nonstandard "NaNS" to "NaN"
      bump to 1.1.5.2 to reflect noreturn-changes
      bump to 1.1.5.2 to reflect noreturn-changes
      fix compiler-warning when DEBUG is defined
      add prototype for DEBUG-function
      build-fix and compiler-warnings when TRACE_TM is defined
      build- and compiler-warning fixes when XTTRACEMEMORY is defined
      fix compiler warnings when _TRACE_HEAP is defined
      fix compiler warnings when WHITEFILL is defined
      add superscript-markup in range definitions
      drop "session" resource XtNsession / XtCSession, which was listed in X11R6 but never defined in headers
      fix fake-quotes in manpages
      fix a syntax mess introduced by R6.6 ifdef'ing
      correct markup for header- and library-filenames; they are not functions
      fix formatting errata
      use strdup in two places; remove a bogus "else" from X11R6.4 changes
      reduce ifdef/ifndef inconsistency for USE_POLL
      fix some punctuation errata
      fix some more errata, plus reformat a list for consistency
      update to 1.1.5.3 to reflect documentation updates/review
      update for proposed release as 1.2.0
      fix a typo
      force a version-bump
      add a dependency on makestrs to help with parallel builds

Walter Harms (27):
      no need to check XFree arguments
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      resolv:shadows a previous local
      no need to check args for free
      resolv:assignment discards 'const' qualifier from pointer target
      alloc+bzero == calloc
      resolv:shadows a global declaration
      no need to check XFree arguments
      resolv:assignment discards 'const' qualifier from pointer target
      Replace last two uses of .Pn with .ZN
      replace .ZN with .BR
      remove space after < for include filename
      replace the use of .Ds/.De macro with the std. RS/.RE macro
      FIX: add missing .fi
      remove in-text macros
      Remove unused macros to ease maintenance
      Fix input starvation in XtMainLoop() closes bug #7
      save one indent level
      no need to check argument for X(t)Free
      no need to check arument for XtFree()
      remove useles else
      fix documentation to refect reality..
      make _XtWaitForSomething accept always the same number of arguments
      remove dead code

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:37 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.24: +3 -4 lines
Diff to previous 1.24 (colored) to selected 1.5 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Feb 26 11:27:15 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.23: +3 -5 lines
Diff to previous 1.23 (colored) to selected 1.5 (colored)

Use OPSYSVARS.

Revision 1.23 / (download) - annotate - [select for diffs], Fri May 1 08:44:16 2015 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.5 (colored)

Update to 1.1.5:

Alan Coopersmith (8):
      Revert "Avoid shadowing variables."
      If CFLAGS_FOR_BUILD is not set, include CWARNFLAGS in default value
      makestrs: use strchr() instead of index()
      makestrs: Replace malloc()+strcpy() calls with strdup() calls
      makestrs: Replace strcpy()+strcat() calls with snprintf() calls
      makestrs: Use asprintf() if available
      unifdef -UCRAY -UCRAY2
      libXt 1.1.5

Gaetan Nadon (1):
      Use $(MKDIR_P) in Makefile.am for better code portability

Jon TURNEY (2):
      Include direct.h header for _getdrives() on Win32
      Include unistd.h for getpid()

Rob Clark (1):
      asprintf needs _GNU_SOURCE on some platforms

Thierry Reding (1):
      Fix cross-compilation

Thomas Klausner (7):
      Add missing comma to fix DEBUG build.
      Use appropriate variable type for vsnprintf return value.
      Mark non-returning function with appropriate attribute.
      Ignore test-driver from automake-1.13.
      Avoid shadowing variables.
      Fix char vs. unsigned char warnings.
      Use string.h instead of X11/Xos.h.

Yaakov Selkowitz (1):
      Fix _XtInherit on x86_64 Windows

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:14 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.5 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 23 05:39:56 2013 UTC (10 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.5 (colored)

preprocessor is a tool.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 13 22:30:41 2013 UTC (10 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.19: +3 -7 lines
Diff to previous 1.19 (colored) to selected 1.5 (colored)

Consistently use devel/tradcpp as preprocessor.

Revision 1.19 / (download) - annotate - [select for diffs], Fri May 31 08:27:17 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored) to selected 1.5 (colored)

Update to 1.1.4:

This release provides the fixes for the recently announced security issues
CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build
fixes, automake compatibility changes, and packaging improvements.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      unifdef -U__UNIXOS2__
      Unchecked return values of XGetWindowProperty [CVE-2013-2005]
      unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002]
      Remove old strtoul workaround for SunOS 4
      libXt 1.1.4

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Egbert Eich (2):
      Install ErrorDB into a $datarootdir-path, not $libdir.
      Add XtErrorDB directory to pkg-config file.

Eric S. Raymond (2):
      Eliminate use of tab stops.
      Remove unused macros that are temptations to presentation-level klugery.

Julien Cristau (1):
      Add copyright notice and license from the X Consortium to COPYING

Thierry Reding (1):
      Use AM_CPPFLAGS instead of INCLUDES

Thomas Klausner (2):
      Avoid referencing something that isn't defined. Bring in the definition from another manual page.
      Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conversion)

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 10 00:40:27 2013 UTC (10 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.5 (colored)

Fix x11/libXt cross-build.

The configure script, not just the makefile, needs to know about the
native C compiler.

ok agc

Revision 1.17 / (download) - annotate - [select for diffs], Mon Oct 29 05:06:36 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored) to selected 1.5 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 3 17:33:41 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.5 (colored)

Update to 1.1.3:

1.1.3:
This regression repair release reverts a regrettable revision.

1.1.2:
This release includes a good number of bug fixes, some initial unit tests
for checking several recent fixes, compiler warning cleanups, and build
configuration improvements.

The included documentation for the libXt API has been transformed into the
DocBook/XML format, to allow processing with the same toolchain as the rest
of the X.Org docs, producing better and more modern output formats, and
providing support for cross-linking with the other X.Org docs.

1.1.1:
This release fixes a longstanding crash on 64bit sparc, and a nasty bug
in the new XtAsprintf function added in 1.1.0.

1.1.0:
This release includes several bug fixes, as well as the usual set of recent
build configuration improvements & janitorial cleanups.  The minor version
was bumped to indicate addition of XtAsprintf to exported API.

1.0.9:
This release includes several bug fixes, as well as the usual set
of recent build configuration improvements & janitorial cleanups.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 19 14:00:24 2011 UTC (12 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.14: +6 -2 lines
Diff to previous 1.14 (colored) to selected 1.5 (colored)

When building with clang, pull in devel/ucpp for the man page
processing. XXX should be fixed upstream to use sed

Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 10 19:01:46 2010 UTC (13 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) to selected 1.5 (colored)

Update to libXt-1.0.8: Don't install makestrs and fix a OSX bug.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 28 15:25:54 2010 UTC (14 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.5 (colored)

Update to libXt-1.0.7. Changes:

Use make rules instead of shell for loops to generate shadow man pages
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Link against libICE
Fix compilation of host tools in cross-compilation case

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 22 19:34:05 2009 UTC (14 years, 6 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.5 (colored)

Invoke the C preprocessor in a portable manner on all non-GCC compilers.
This is PR pkg/39879.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 18 10:28:47 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.5 (colored)

Update to 1.0.6:

Adam Jackson (1):
      libXt 1.0.6

Alan Coopersmith (3):
      Solaris builds need to pass -intelabi to makestrs, even on SPARC
      Update ac_define_dir.m4 to 2008-04-12 version
      Add README with pointers to mailing list, bugzilla & git repos

Alan Hourihane (4):
      Link with winsock for WIN32 platforms
      fix logic inverted problem
      less speed, more haste
      Set a blank default search path for WIN32

Andreas Luik (1):
      Recalculate fd_set more aggressively (bug #808)
	[was patch-ag]

Ben Byer (1):
      added -flat_namespace to CFLAGS for Darwin

Colin Harrison (4):
      Add __MINGW32__
      Fix some build issues for Win32 platforms
      Xming specific configuration file settings
      Reduce the path searches on mingw

Daniel Stone (1):
      configure.ac: Minor thinko

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

John McKernan (2):
      Sun bug #1237023:  Dtterm crashes in XtDisplayAccelerators()
      Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translati=
on Mgr.

John Tapsell (1):
      configure.ac: Use native compiler for build tools

Jon TURNEY (1):
      Cygwin/X: Build fix

Julien Cristau (1):
      Allow C++ apps to build using libXt

Matthieu Herrb (2):
      Sync XtGetErrorDatabaseText() prototype with reality.
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings, .gitignore.

Peter Breitenlohner (1):
      X.Org Bug 17942: libXt manpage formatting

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 24 21:45:15 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.5 (colored)

Switch master site to MASTER_SITE_XORG.

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 24 20:15:46 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored) to selected 1.5 (colored)

Fix build on OSF1.
If including <pthread.h>, it is mandatory to compile with -pthread.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 16 13:48:41 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7 (colored) to selected 1.5 (colored)

Some of the X.org packages assume that the C preprocessor will use stdin
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.

XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 29 03:37:02 2008 UTC (16 years, 2 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.5 (colored)



Add patch from GIT to recalculate fd_set more aggressively in
NextEvent.c, as select() can modify it.

Add hacks.mk to build with -fno-strict-aliasing when needed; there
are quite a few warnings about this.  Given this is an important
dependency, IMHO it's better to just disable it.

Bump rev.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 1 16:52:48 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.5: +5 -1 lines
Diff to previous 1.5 (colored)

Teach libXt about cross-compiliation:
- add an automake conditional to configure
- use that to build xmakestr using manual build rules. X11_CFLAGS is
  honoured, but not CFLAGS as the latter is likely to contain platform
  specific flags.
- use either makestr or xmakestr for building StringDefs.c, depending
  on whether we are cross-compiling or not.
- pass down native compiler and flags for cross-compiliation

Supported-by: Google SoC 2007

Revision 1.5 / (download) - annotate - [selected], Tue Jul 3 13:35:49 2007 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.4: +7 -1 lines
Diff to previous 1.4 (colored)

Wire down malloc(0) != NULL for more Xorg packages on NetBSD.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 26 15:06:37 2007 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)

Update to libXt-1.0.5: Merged local patches and fixed markup
in a man page.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 23 14:39:58 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)

Update to libXt-1.0.4. No functional changes, but a bash regression.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 16 21:25:01 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

Force the app-defaults directory to match the normal pkgsrc setting
of ${PREFIX}/lib/X11/app-defaults and don't place it in share/.
Bump revision.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 20:50:11 2006 UTC (17 years, 4 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

Import libXt-1.0.3 from pkgrsc-wip:
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
of C routines (based on Xlib) used for designing user interfaces
with widgets. It also provides functions for handling events,
initializing windows, and interpreting resource files.

This is from the modular X.org project.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 20:50:11 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Diff to selected 1.5 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>