2019-10-17 15:22:50 by Michael Baeuerle | Files touched by this commit (16) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
x11/fltk2: Remove after updating last package that used it
FLTK 2 and FLTK 3 are branches that are no longer developed.
The current stable version is 1.3.5.
Current development takes place for 1.4.
If somebody has used x11/fltk2 for old non-pkgsrc software,
wip/fltk2 can be used instead. Snapshots are no longer provided,
the wip package is based on git now.
OK from wiz@.
|
2019-07-08 12:36:27 by Nia Alarie | Files touched by this commit (22) |
Log message:
Follow some http->https redirects.
|
2018-11-21 09:23:22 by Maya Rashish | Files touched by this commit (2) |
Log message:
fltk2: don't provide declarations if we know they exist.
Fixes build failure:
https://mail-index.netbsd.org/pkgsrc-users/2018/11/16/msg027701.html
|
2018-07-18 02:06:25 by Joerg Sonnenberger | Files touched by this commit (168) |
Log message:
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-12-21 14:40:24 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Newer NetBSD uses POSIX scandir prototype, so adjust.
|
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-04-25 16:25:26 by Tobias Nygren | Files touched by this commit (687) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Recursive revbump following MesaLib update, categories p through x.
|
2013-07-13 21:44:54 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Remove default arguments from a friend definition that is not a
declaration.
|