2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-05-01 10:40:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.13:
Adam Jackson (1):
Fix build with gcc -Werror=format-security
Alan Coopersmith (6):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find \
<unistd.h>
Just use C89 size_t instead of rolling our own Size_t
Use SEEK_* names instead of raw numbers for fseek whence argument
libXaw 1.0.13
Gaetan Nadon (2):
Makefile: use AM_V_GEN and AM_V_at to implement automake silent rules
Makefile: use $(LN_S) for better code portability
Jon TURNEY (1):
Include <unistd.h>
Thomas Klausner (1):
Fix abs() usage.
|
2013-09-08 10:16:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.12:
This release plugs a couple fd leaks in error handling paths, fixes
WIN32 builds, and cleans up some old code for previously supported OS'es.
Alan Coopersmith (6):
unifdef -U__UNIXOS2__
Fix fd leak when fdopen() fails in InitStringOrFile()
Fix fd leak when write() fails in WriteToFile()
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
libXaw 1.0.12
Ryan Pavlik (1):
Include winsock header on WIN32 to provide fd_set etc.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215) |
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
|
2012-06-09 07:44:22 by OBATA Akio | Files touched by this commit (1) |
Log message:
--disable-docs configure option is not in this version.
|
2012-06-08 13:50:14 by OBATA Akio | Files touched by this commit (3) |
Log message:
regen patches with mkpatches(1).
|
2012-06-03 19:37:22 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 1.0.11:
1.0.11:
This release contains several memory management bug fixes, including
one that caused xedit to be "very unstable" when built with gcc 4.7.
1.0.10:
This release includes a number of buildtime and runtime bug fixes,
build configuration and documentation improvements, and general cleanups.
1.0.9:
This minor maintenance release fixes a number of build issues,
as well as some minor documentation cleanups.
1.0.8:
This minor maintenance release fixes some bugs, improves build
configuration, includes various janitorial cleanups, and delivers
for the first time the DocBook/XML conversion of the API docs that
were previously in troff format.
|
2010-01-15 19:50:33 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Update to libXaw-1.0.7. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move Xaw specification document from xorg-docs module to spec/*
libXaw 1.0.7
Xaw's tooltips remove timers not belonging to them
|