non port: x11/xscreensaver/Makefile |
Number of commits found: 164 (showing only 100 on this page) |
Tuesday, 24 Oct 2023
|
14:31 Felix Palmen (zirias)
x11/xscreensaver: Further clean up
Accidentally pushed an excessive patch for configure.ac which also
included changes done with REINPLACE_CMD, fix this. Check the remaining
patches to configure.ac, turns out none of this is required any more, so
remove it. Therefore also remove USES=autoreconf.
intltool is still required though, it's used to create the
xscreensaver.desktop file. Upstream also ships a broken
po/Makefile.in.in, recreate this by manually calling intltoolize when
NLS is set.
No changes to the resulting package, therefore no PORTREVISION bump.
539c6ce |
Sunday, 22 Oct 2023
|
16:04 Felix Palmen (zirias)
x11/xscreensaver: Update to 6.08
No functional changes according to change log:
https://www.jwz.org/xscreensaver/changelog.html
24c2bf6 |
16:04 Felix Palmen (zirias)
x11/xscreensaver: Adopt and clean up
Take maintainership as discussed with manu via email. Also clean up:
- Remove USES=desktop-file-utils again, the desktop files don't register
any MIME types
- Add USES=shebangfix to fix the perl shebang, remove manual patching
- Remove MAKE_JOBS_UNSAFE, parallel builds seem to work just fine
- Format according to portclippy recommendations
- Update local patches
Approved by: x11 (manu)
f984e47 |
Tuesday, 17 Oct 2023
|
11:15 Eugene Grosbein (eugen) Author: Anton Saietskii
x11/xscreensaver: update to 6.07
Changelog:
* New hacks, droste, skulloop, papercube and cubocteversion.
* xscreensaver-settings was sometimes turning off the DPMS checkbox.
* Log pid of caller of deactivate command, to give a hint about who is
preventing the screen from blanking.
* recanim uses libffmpeg.
* Updates to sphereeversion.
* Added some new map sources to mapscroller.
* macOS: Worked around a macOS 13.4 bug where multi-head systems would
fail to launch savers on some or all screens.
* Minimum compiler target is now ISO C99 instead of ANSI C89. Didn't
want to rush into it.
* macOS, Android: Better looking thunbmail images.
* Various other minor bug fixes.
PR: 274126
Approved by: x11 (maintainer timeout)
01df0c4 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Wednesday, 26 Jul 2023
|
07:54 Felix Palmen (zirias)
x11/xscreensaver: Drop custom PAM policy
Instead, symlink to the unix-selfauth policy now delivered with
security/unix-selfauth-helper.
Approved by: x11 (manu)
Differential Revision: https://reviews.freebsd.org/D41174
93a3cca |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Tuesday, 20 Dec 2022
|
08:46 Felix Palmen (zirias)
x11/xscreensaver: Update to 6.06
Changelog:
- New hack, hextrail.
- marbling works again.
- Adjusted some of the very old hacks, which were written when pixels
were larger, to be more visible on today's higher rez displays.
- X11: More robust desktop image grabbing.
- X11: Various improvements to xscreensaver-settings.
- X11: Silence new new Perl warnings from xscreensaver-getimage-file.
Approved by: x11 (manu, maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37744
84cc186 |
Thursday, 24 Nov 2022
|
12:52 Felix Palmen (zirias)
x11/xscreensaver: Update to 6.05
Changelog:
- X11: Cope with dumb DPMS settings that existed pre-startup.
- X11: Silence new Perl warnings from xscreensaver-getimage-file.
- X11: Fix sonar pthreads crash on recent Pi systems.
- X11: Removed dependence on gdk-pixbuf-xlib-2.0.
- X11: GTK 3 is now required.
Approved by: x11 (manu, maintainer), cy, tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37461
163c603 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 2 Sep 2022
|
20:11 Felix Palmen (zirias)
x11/xscreensaver: Remove PAM option
Upstream ./configure now fails with --without-pam if PAM is found on the
build system with this message:
Your system seems to have PAM, but PAM is not being used.
That is probably not going to work out well.
We have PAM in base and can't build base without it any more
(WITHOUT_PAM is deprecated), so let's just remove that port option and
always build xscreensaver with PAM (previously enabled by default).
With PAM enforced, support for shadow passwords is not needed. Forcing
it to off, we can avoid installing xscreensaver-auth suid root.
PR: 264361
Approved by: x11 (cy, manu), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36425
ecc6daf |
Tuesday, 30 Aug 2022
|
18:14 Felix Palmen (zirias)
x11/xscreensaver: Update to 6.04
Any code for calling an external helper for PAM was removed in 6.03,
therefore replace pam_helper by unix-selfauth-helper that's called by
pam_exec.so
Also fix line length in USES.
Approved by: x11 (manu), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D35348
b5319e4 |
Thursday, 28 Jul 2022
|
19:55 Dima Panov (fluffy)
*/*: bump all consumes of deprecated GDK-Pixbuf-Xlib library
With hat: desktop
308d6f8 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv>
* Anton Tornqvist <antont@inbox.lv>
* Ashish Shukla <wahjava@gmail.com>
* Ben Woods <woodsb02@FreeBSD.org>
* Bert Burgemeister <trebbu@googlemail.com>
* Bruce A. Mah <bmah@ca.sandia.gov>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Hutchinson <portmaster@BSDforge.com>
* Cy SChubert <cy@FreeBSD.org>
* Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
* Cy Schubert <cy@FreeBSD.org>
* DaJoob
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Walter <sahne@0x90.at>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dave Grochowski
* David Mackay <davidjx8p@gmail.com>
* David Yeske <dyeske@gmail.com>
* Dejan Lesjak <lesi@FreeBSD.org>
* Denis Shaposhnikov <dsh@vlink.ru>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dmitri Goutnik <dg@syrec.org>
* Dominik Rothert <dr@domix.de>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Anholt <anholt@FreeBSD.org>
* Eric Blood <eblood@cs.unr.edu>
* Eric L. Hernes <erich@rrnet.com>
* Eric Turgeon <ericbsd@FreeBSD.org>
* Eric Turgeon <ericturgeon.bsd@gmail.com>
* Evgeni Dimitrov <evgeni.dimitrov@gmail.com>
* FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
* Florent Thoumie <flz@xbsd.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* Francis Bacque <idroxid01@yahoo.fr>
* Franz Klammer <klammer@webonaut.com>
* Gerrit Beine <tux@pinguru.net>
* Grzegorz Blach <gblach@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hendrik Scholz <hendrik@scholz.net>
* Jacob House <jacob@jwfh.ca>
* James Earl <jdearl@telus.net>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeroen Schot <schot@a-eskwadraat.nl>
* Jim Mock <jim@FreeBSD.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Julien Laffaye <kimelto@gmail.com>
* KIMURA Yasuhiro <yasu@utahime.org>
* Ka Ho Ng <khng300@gmail.com>
* Kelly Yancey <kbyanc@posi.net>
* Ken Moore <ken@pcbsd.org>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Lars Engels <lars.engels@0x20.net>
* Lin, Cheng-Tao <b89605222@ntu.edu.tw>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Ranne <gasp@ridcully.dnsalias.org>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Matt Lancereau
* Matt Lancereau <matt@rimasec.net>
* Matt Peterson <matt@peterson.org>
* Matthew Donovan <kitchetech@gmail.com>
* Matthew Fuller <fullermd@futuresouth.com>
* Matthew Hunt <mph@pobox.com>
* Matthew West <mwest@uct.ac.za>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michiel Overtoom <motoom@xs4all.nl>
* Mikhail Teterin <mi@aldan.algebra.com>
* Morten Slot Kristensen
* Murray Stokely <murray@FreeBSD.org>
* NAKATA, Maho <maho@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nikos Ntarmos <ntarmos@ceid.upatras.gr>
* Nikos Ntarmos <ntarmos@cs.uoi.gr>
* Oleg Pudeyev <oleg@bsdpower.com>
* Oliver Breuninger <ob@breuninger.org>
* Oliver Breuninger <ob@seicom.NET>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Patrick Li <pat@databits.net>
* Pawel Worach <pawel.worach@gmail.com>
* Pedro Giffuni
* Per Otterstr=F6m <pelle@fukt.bth.se>
* Petr Holub <hopet@ics.muni.cz>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
* Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
* Samy Al Bahra <samy@kerneled.org>
* Samy Al Bahra <sbahra@kerneled.org>
* Sascha Holzleiter <sascha@root-login.org>
* Satoshi Asami <asami@FreeBSD.org>
* Satoshi TAOKA
* Scott Mace <smace@FreeBSD.org>
* Sean Farley <sean-freebsd@farley.org>
* Sebastian Yepes <esn@x123.info>
* Serge Gagnon <gagnon__s@videotron.ca>
* Sergei Kolobov <sergei@kolobov.com>
* Sofian Brabez <sbz@FreeBSD.org>
* Stanislav Sedov <stas@FreeBSD.org>
* Stepan Zastupov [RedChrom] <redchrom@gmail.com>
* Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Stijn Hoop <stijn@win.tue.nl>
* Tatsumi Hosokawa
* Theron Tarigo <theron.tarigo@gmail.com>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Hurst <tom@hur.st>
* Tim Bishop <tim@bishnet.net>
* Timothy Beyer <beyert@cs.ucr.edu>
* Tobias Roth <ports@fsck.ch>
* UMENO Takashi <umeno@rr.iij4u.or.jp>
* Vincent Tantardini <vinc@freebsd-fr.org>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Winston Weinert <winstonw@lavabit.com>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yoshiro MIHIRA <sanpei@sanpei.org>
* Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Zane C. Bowers
* Zhihao Yuan <lichray@gmail.com>
* asami
* chinsan
* dirk.meyer@dinoex.sub.org
* dom@myrddin.demon.co.uk
* eimar.koort
* gpalmer
* gpalmer@FreeBSD.org
* grog
* gurkan@phys.ethz.ch
* hemi@puresimplicity.net
* ijliao
* incabulos@mac.com
* jacs
* janek
* jhb
* jkh
* jkh@FreeBSD.org
* jmz
* joerg
* johalun0@gmail.com
* jonny
* jsellens
* krion
* matt@bdd.net
* michael johnson <ahze@ahze.net>
* nkazushi@highway.or.jp
* od <od@iclub.nsu.ru>
* oleg@bsdpower.com
* roam@FreeBSD.org
* trevor
* will
With hat: portmgr
d357bca |
Monday, 16 May 2022
|
22:01 Adriaan de Groot (adridg)
x11/xscreensaver: remove XFT option
Xft isn't optional: it is mandatory, and xscreensaver configure
complains if it isn't there (but completes with a successful
exit code, which is a bit strange). Without XFT, the build
eventually fails like so:
dialog.c:695:52: error: use of undeclared identifier 'FcChar32'
if (XftCharExists (ws->dpy, ws->label_font, (FcChar32) *uc))
PR: 263869
Reported by: riggs
Approved by: build-fix blanket
16efa5a |
Monday, 2 May 2022
|
18:41 Charlie Li (vishwin) Author: Felix Palmen
x11/xscreensaver: update to 6.02
Only install xscreensaver suid root if option PAM is disabled. In this
case, add an extra patch, so xscreensaver-gfx drops privileges
(otherwise it doesn't show any screensaver).
Fix setuid installs in the Makefile and remove extra patch. Respect
upstream's USE_CSTD=gnu89. Remove now-unknown configure option and
associated dependency. Remove old CONFLICTS.
Use security/pam_helper for PAM support. This is the last release
to support pam_unix as the next release removes external helper
calling code.
PR: 254178
Co-authored-by: swills, vishwin
Approved by: arrowd (mentor), maintainer-timeout, maintainer-reset
9799951 |
11:18 Emmanuel Vadot (manu)
x11/xscreensaver: Set x11 as maintainer
0a03318 |
10:46 Rene Ladan (rene)
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
d64256b |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
x11/xscreensaver: Add CPE information
Approved by: portmgr (blanket)
f659d10 |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 1 Apr 2020
|
20:29 zeising
x11/xscreensaver: Update to 5.44
Update x11/xscreensaver to 5.44
Enable PAM by default [1]
Changelog:
https://www.jwz.org/xscreensaver/changelog.html
PR: 212830, 211424 [1]
 |
Friday, 6 Sep 2019
|
20:42 zeising
x11/xscreensaver: Update dependencies, misc fixes
Update x11/xscreensaver dependencies, and remove the dependency on
Xxf86misc.
Add USES=xorg
 |
Sunday, 18 Aug 2019
|
14:28 zeising
x11/xscreensaver: Mark MAKE_JOBS_UNSAFE
Reported by: Mark Millard
 |
08:02 zeising
x11/xscreensaver: Update to 5.43
Update x11/xscreensaver to 5.43
Changelog:
https://www.jwz.org/xscreensaver/changelog.html
 |
Tuesday, 1 Jan 2019
|
20:52 zeising
x11/xscreensaver: Update to 5.42
Update x11/xscreensaver to 5.42
Add missing gl and gnome to USES=
Changelog:
https://www.jwz.org/xscreensaver/changelog.html
 |
Tuesday, 11 Sep 2018
|
18:34 zeising
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
 |
Wednesday, 22 Aug 2018
|
08:32 zeising
x11/xscreensaver: Update to 5.40
Changelog: https://www.jwz.org/xscreensaver/changelog.html
PR: 230805
Submitted by: Dmitri Goutnik
 |
Tuesday, 19 Jun 2018
|
16:24 zeising
Fix build without the XFT option.
PR: 224731
Reported by: ml@netfence.it
 |
Sunday, 17 Jun 2018
|
11:27 zeising
x11/xscreensaver: Fix NSFW option
Fix the NSFW option to actually work. I don't know what I was thinking in
the previous commit.
Reported by: tobik
 |
09:16 zeising
x11/xscreensaver: Add NSFW option
Add NSFW option that, when enabled, enables some NSFW wording in the BSOD
screensaver, in the ransomware picture.
Submitted by: jonathan
Differential Revision: https://reviews.freebsd.org/D15762
 |
Thursday, 10 May 2018
|
09:34 amdmi3
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
 |
Saturday, 21 Apr 2018
|
07:48 zeising
Update to 5.39
ChangeLog:
* New hacks, 'razzledazzle', 'peepers', 'crumbler' and maze3d.
* More heuristics for using RSS feeds as image sources.
* Built-in image assets are now PNG instead of XPM or XBM.
* X11: Better font-loading fallback heuristics on systems with a terrible
selection of installed fonts.
 |
Monday, 25 Dec 2017
|
22:36 zeising
Update to 5.38
 |
Monday, 23 Oct 2017
|
20:34 zeising
Update to 5.37
This adds a new hack called vigilance.
It also comes with a couple of new things for the BSOD hack.
There is also assorted bug fixes.
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Wednesday, 29 Mar 2017
|
17:32 pi
x11/xscreensaver: update 5.35 -> 5.36
- Add MIT License
PR: 213575
Changes: https://www.jwz.org/xscreensaver/changelog.html
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: zeising (maintainer timeout)
 |
Thursday, 9 Jun 2016
|
21:02 zeising
Update to 5.35
Add missing dependencies as reported by poudriere.
Enable XFT by default.
Regenerate patches.
Changelog: https://www.jwz.org/xscreensaver/changelog.html
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 27 Oct 2015
|
21:08 zeising
Remove some debugs and works in progress that snuck in with previous commit.
MFH: 2015Q4
 |
20:56 zeising
Update to 5.34
This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.
MFH: 2015Q4
Security: 4b9393b8-7c0c-11e5-a010-080027ddead3
 |
Friday, 2 Oct 2015
|
08:40 madpilot
- Update to 5.33
- Resolves the obnoxious startup message issue [1]
- Add options NLS and XFT
- Convert to USES=autoreconf
- Don't install pam file when PAM option is disabled
- Regenerate patches
PR: 201254
Submitted by: Will B. <will_brokenbourgh at yahoo.com>
Approved by: Maintainer timeout
MFH: 2015Q4 [1]
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Monday, 6 Oct 2014
|
21:00 antoine
Fix packaging
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Saturday, 30 Aug 2014
|
18:47 zeising
- Fix shebangs by defining PERL in CONFIGURE_ENV
- Add some missing files to pkg-plist, don't try to remove mtree dirs, and
get rid of ugly plist hack from Makefile (it is broken with staging
anyways, so add gdkpixbuf2 as dependency to make sure that
"bin/xscreensaver-hacks/webcollage-helper" is always installed)
- Deal with SETUID_HACK with @mode directive instead of with the configure
option so that a regular user can build and then install as root
- Move some LIB_DEPENDS to USE_GNOME
- Use options helpers
- Remove PTHREADS option as there is no longer a configure knob for it
- Remove KERBEROS option since it is broken (needs ancient krb4 lib which we
don't have anymore)
- Simplify post-patch commands. The hacks for the PAM option don't need to
be conditional. Staging will handle whether the file is installed or not.
- Pet portlint(1)
- Bump PORTREVISION
PR: 192616
Submitted by: jhale
 |
Monday, 4 Aug 2014
|
19:56 amdmi3
- Switch graphics/gle to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Friday, 13 Jun 2014
|
18:25 zeising
Update to 5.29
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Tuesday, 17 Dec 2013
|
22:01 zeising
Update to 5.26
Stagify.
Thanks to bapt for the help with staging!
 |
Friday, 20 Sep 2013
|
23:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
 |
Monday, 2 Sep 2013
|
12:05 zeising
A bunch of cleanups and fixes.
Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed. Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers. Add locale
messages to plist.
Bump portrevision.
Noticed by: avg (build issues)
Tested by: avg
 |
Sunday, 1 Sep 2013
|
22:36 zeising
Add missing dependencies.
Bump portrevision (again).
PR: ports/181726
Submitted by: Pawel Pekala <pawel@FreeBSD.org>
 |
01:15 zeising
Fix plist.
Bump portrevision.
noticed by: QAT
 |
Saturday, 31 Aug 2013
|
23:55 zeising
Update to 5.22
While here, switch USE_GMAKE=yes to USES=gmake
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Thursday, 28 Feb 2013
|
22:08 zeising
Update to 5.21
 |
Friday, 18 Jan 2013
|
12:50 zeising
Convert to optionsNG
Approved by: kwm, miwi (mentors, implicit)
 |
Wednesday, 12 Dec 2012
|
21:41 zeising
Update to 5.20
Change pkgconf dependency to use USE_PKCONFIG [1]
Suggested by: kwm [1]
Approved by: kwm, miwi (mentors, implicit)
 |
Monday, 8 Oct 2012
|
12:56 zeising
Grab
Approved by: miwi (mentor)
 |
10:38 dougb
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you?
 |
Sunday, 29 Jul 2012
|
08:02 dougb
Upgrade to 5.19 which contains some minor improvements
Add .desktop files for starting and stopping the daemon, and locking
and blanking the screen.
Add an explicit build dep for pkgconf, and add a sed pattern for configure
since pkgconf does not support the --list-all option
 |
Wednesday, 18 Jul 2012
|
08:51 dougb
Do not install the new XML patch file
 |
Monday, 9 Jul 2012
|
02:28 dougb
Fix installation of PAM conf file
PR: ports/169724
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
 |
Wednesday, 4 Jul 2012
|
22:36 dougb
Grrr, forced commit to note that this is the upgrade to 5.18, not 5.17
 |
22:35 dougb
Upgrade to version 5.17:
* Made `pipes' be ridiculously less efficient, but spin.
* Added better mouse control to `rubik', `cube21', `crackberg', and `julia'.
* Cosmetic improvements to `queens' and `endgame'.
* `sonar' can now ping local subnet on DHCP.
* Most savers now resize/rotate properly.
* Various fixes.
For the port:
* Remove a post-patch that was incorporated upstream
* Add a patch to sonar.xml to ping freebsd.org instead of linux.org,
and explain how to enable ping via the ports build option.
 |
Monday, 2 Jul 2012
|
10:04 dougb
Forcing -O0 for amd64 no longer seems relevant
PR: ports/169523
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
 |
Tuesday, 26 Jun 2012
|
08:39 dougb
s/spaces/tab/ for the CONFLICTS line added in the last commit
PR: ports/169400
Submitted by: "Anton Yuzhaninov" <ayuzhaninov@team.vega.ru>
 |
Sunday, 24 Jun 2012
|
10:26 dougb
Upgrade to version 5.17:
* Enlarged the texture image for `lament'.
* XInput devices now also ignore small mouse motions.
* Various minor fixes.
For the port:
* Add CONFLICTS with xscreensaver-gnome*
* s/X11BASE/LOCALBASE/
* Remove a pattern in pre-patch that was incorporated upstream
* Add a pre-patch pattern to fix the image for `lament'
(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
 |
Sunday, 3 Jun 2012
|
21:41 dougb
Fix Perl package name dependencies
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
04:00 dougb
Convert to specifying the port name in _DEPENDS instead of
${SITE_PERL}/foo/bar/file.pm
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
 |
Saturday, 1 Oct 2011
|
06:05 dougb
Update to version 5.15 28-Sep-2011
New hacks, hilbert, companioncube and tronbit.
Image-manipulating hacks can now load from RSS or Atom feeds,
imageDirectory may contain a URL.
Updated webcollage for recent search engine changes.
photopile sped up.
New molecule in molecule.
For port:
Add dependencies on www/p5-libwww and graphics/netpbm for
webcollage and vidwhacker. Add a tiny patch to vidwhacker.
Install the xscreensaver-properties.desktop file, it's useful
for more than gnome (e.g., XFCE).
 |
Saturday, 21 May 2011
|
17:55 dougb
Update to version 5.14:
* Fixed crash in Blank Only Mode when DPMS disabled.
* Added "Quick Power-off in Blank Only Mode" option.
* BSOD GLaDOS.
 |
Sunday, 24 Apr 2011
|
06:06 dougb
Upgrade to 5.13:
* Optionally enabled full-scene OpenGL antialiasing. Set the resource
*multiSample to true if doing so doesn't kill performance with your
video hardware.
* New version of glhanoi.
* Image-loading hacks that display the file name now also display the
sub-directory (xscreensaver-getimage now returns relative paths under
imageDirectory).
* Passwords that contain UTF-8 non-Latin1 chars are now typeable.
* Numerous minor stability fixes.
For the port, remove patch incorporated by the author, and now-obsolete
CONFIGURE_ENV
 |
Sunday, 5 Dec 2010
|
20:30 dougb
Patch a memory exhaustion error in hacks/glx/tube.c. Patch confirmed
with xscreensaver author.
PR: ports/151788
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
 |
Monday, 18 Oct 2010
|
05:53 dougb
Update to 5.12, very minor changes to 2 screensavers
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Wednesday, 14 Apr 2010
|
19:21 dougb
Distfile was silently re-rolled to include the po/ directory, and
include it in SUBDIRS. This makes USE_GETTEXT required as well,
so bump PORTREVISION.
 |
Tuesday, 13 Apr 2010
|
21:03 dougb
Update to version 5.11 which contains bug fixes to several screensavers
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Saturday, 2 Jan 2010
|
21:38 dougb
By now the distinction between various flavors of the xscreensaver
port is clear, so the pre-fetch message has lost its utility.
 |
Tuesday, 15 Sep 2009
|
09:48 dougb
Update to version 2.10 which includes the following:
* Retired hypercube and hyperball, which are redundant with polytopes.
* New hack, rubikblocks.
* Fixed another potential RANDR crash.
* molecule now correctly displays PDB 3.2 files.
* Updates to mirrorblob, glhanoi, and sonar.
* Rewritten version of klein hack.
* New hack, surfaces, incorporating objects from old klein hack, plus new ones.
* Merged juggle and juggler3d hacks.
* Fixed compilation under gcc 4.4.0 (strict aliasing).
* Fixed intermittent failure in xscreensaver-command.
 |
Monday, 3 Aug 2009
|
20:53 dougb
Remove support for electricsheep as a screensaver, the project has been
having "issues" for a long time now.
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Tuesday, 24 Mar 2009
|
19:51 dougb
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
 |
Monday, 29 Dec 2008
|
07:03 dougb
Upgrade to version 5.08. One new screensaver (hack), tweaks to a few
others, and the removal of 18 of the "older, less interesting savers."
Users may wish to mv their ~/.xscreensaver file to a safe place and restart
the program to get a clean config file.
 |
Monday, 18 Aug 2008
|
23:01 dougb
Update to version 5.07 which has several bug fixes and enhancements. It also
removes a couple screen savers, and support for 3rd party screen savers.
Support for the latter is added back to this port by permission.
Do something I should have done a long time ago, add OPTIONS to install the
various screen savers we have in ports that are supported by xscreensaver.
USE_DOS2UNIX is no longer needed.
 |
Friday, 18 Jul 2008
|
23:34 dougb
Update to version 5.06, which contains one new hack, some new minor
features, and Xinerama/RANDR fixes.
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Sunday, 16 Mar 2008
|
22:55 dougb
Update to version 5.05, with the usual assortment of 2 new screensavers,
and a few bug fixes.
 |
Sunday, 16 Dec 2007
|
08:22 dougb
Comment out the fix for the no-pam case, to match the others.
 |
Saturday, 15 Dec 2007
|
23:40 dougb
Configure'ing --without-pam is not enough to prevent the pam.d
file from being installed, so take matters into our own hands.
 |
Tuesday, 11 Dec 2007
|
20:03 dougb
Update to version 5.04, which contains the usual combination of
a few new screesavers and miscellaneous bug fixes.
For the port:
1. Update the CONFIGURE_ARGS for the new xorg and other options
2. Add an OPTION to add --with-kerberos
3. Add an OPTION for PAM support, and delete stuff that was designed
to disable PAM.
4. Related to above, add a policy file for PAM that is relevant to
FreeBSD, and simply copy that over the distribution's and allow the
normal install method to work.
 |
Number of commits found: 164 (showing only 100 on this page) |