CVS log for pkgsrc/x11/libXaw3d/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXaw3d
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 3 10:04:01 2024 UTC (10 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
libXaw3d: update to 1.6.6.
This release fixes a failure to build with the upcoming gcc 14 compiler,
and drops code checks for a number of OS'es from the previous millenium
(none of which have actually been supported since the conversion from
imake to autoconf builds).
Alan Coopersmith (11):
gitlab CI: add xz-utils to container for "make distcheck"
Multisink.c: Clear -Werror=incompatible-pointer-types error
unifdef NCR
unifdef sony
unifdef AIXV3
unifdef __osf__
unifdef __UNIXOS2__
Remove unused sharedlib.c
unifdef macII
unifdef ISC
libXaw3d 1.6.6
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 16 16:57:42 2023 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
libXaw3d: update to 1.6.5.
Alan Coopersmith (4):
Issue #5: incompatible function pointer passed in _XawImRealize()
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
Set close-on-exec when opening files
Matt Turner (1):
libXaw3d 1.6.5
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 29 09:45:50 2022 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
libXaw3d: update to 1.6.4.
Alan Coopersmith (9):
Fix fd leak when write() fails in WriteToFile()
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
convert ISO8859-1 encoded source files to UTF-8
libXaw3d 1.6.4
Eric Sesterhenn (1):
Bug 24635: File Descriptor leaks in libxaw-1.0.7
Thomas E. Dickey (2):
build-fixes when _CONST_X_STRING is defined
issue #4: configure doesn't fail if flex is not installed
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:35:51 2020 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
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.5: download - view: text, markup, annotated - select for diffs
Tue Jun 19 07:14:07 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
libXaw3d: update to 1.6.3.
Alan Coopersmith (9):
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Just use C89 size_t instead of rolling our own Size_t & Off_t
Use SEEK_* names instead of raw numbers for fseek whence argument
Get rid of some extraneous ; at the end of C source lines
Avoid using dead pointer in _XawTextSetSelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Javier Pello (1):
Fix --disable-feature options in configure
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
Matt Turner (1):
libXaw3d 1.6.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (1):
Fix abs() usage.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:27:26 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Reset maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 6 21:42:27 2016 UTC (9 years ago) by leot
Branches: MAIN
CVS tags: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Update CONFLICTS.
x11/Xaw3d no longer exists in pkgsrc (hi wiz@! :)) and so Xaw-Xpm now conflicts
with libXaw3d and viceversa.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 8 12:00:25 2015 UTC (9 years, 6 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1
lines
CONFLICTS with Xaw3d. Reported by taca@.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 2 12:38:32 2015 UTC (9 years, 6 months ago) by rodent
Branches: MAIN
Adding:
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
CVSweb <webmaster@jp.NetBSD.org>