2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
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.
|
2019-11-14 12:03:19 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xman: update to 1.1.5.
Alan Coopersmith (8):
Change fall through comment in ScrollByL.c to match gcc's requirements
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Delete unused function Name() from tkfuncs.c
Make CreateManpageWidget use String type for name argument
Change fallback_resources from char * to String type
Pass -D_CONST_X_STRING to make libXt declare String as const char *
xman 1.1.5
Emil Velikov (1):
autogen.sh: use quoted string variables
Julien Cristau (1):
If we have man-db, don't try and emulate man's pipeline
Matthieu Herrb (1):
Fix typo in manual page.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message:
Use OPSYSVARS.
|
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-03-07 19:32:44 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.1.4:
Alan Coopersmith (8):
Fix "no search will be preformed" typo in dialog box message
Ensure fgets read at least one byte before modifying string
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Fix typos & wording issues in source comments
Ask groff for text instead of postscript on Solaris
xman 1.1.4
Jon TURNEY (1):
Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well
Jörg Sonnenberger (1):
Fix tautology to the intended check.
Thomas Klausner (1):
Fix shadow warning.
|
2014-05-18 23:26:02 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix tautology to the intended check. Bump revision.
|
2013-09-07 09:12:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.3:
This minor maintenance release consists mainly of small bug fixes, various
cleanups to the code, including dropping support for a number of platforms
last seen decades ago, and build configuration fixes and improvements.
Alan Coopersmith (29):
unifdef -U__UNIXOS2__
Use <dirent.h> everywhere instead of checking for \
X_NOT_POSIX/SYSV/USG/etc.
Fix numerous typos & spelling errors in comments and message strings
Convert to X.Org standard code style
unifdef -UCRAY
unifdef -UUTEK -Uapollo -ULynx
unifdef -Uultrix
unifdef -UmacII
unifdef -Uhcx
unifdef SYSV386 (really defined(SYSV) && defined(i386))
Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags
Replace StrAlloc with XtNewString
constify char *'s to clear compiler complaints
Remove unused NULLSTR macro
Mark PrintError as noreturn
Use remove() instead of unlink()
Use strchr() & strrchr() instead of index() & rindex()
Stop checking for OSMINORVERSION in list of Solaris man page sections
Increase default text window sizes from 600 to 780 pixels
Fix scroll wheel when CapsLock, NumLock or other modifiers are on
Provide a fallback mkstemp so we don't need to maintain 2 API versions
configure: check for groff and enable groff extensions if found
Fix file leak in ConstructCommand()
Close file pointer before setting it to NULL in Format()
Check for InitPsuedoGlobals() returning NULL
Check for CreateManpage returning NULL
Resync Solaris man page section list with current Solaris xman
COPYING: Remove notice for Xprint code removed in 5722ca728763e7
xman 1.1.3
Christos Zoulas (1):
Rename PIC to ROFF_PIC to avoid problems with "-DPIC" compilations.
Eric S. Raymond (1):
Eliminate use of tab stops. Use real TBL markup where indicated.
|
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.
|