notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/xsnow/Makefile

Number of commits found: 50

Thursday, 7 Mar 2024
08:51 Gleb Popov (arrowd) search for other commits by this committer Author: Chris Hutchinson
x11/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 4f1440dda35af6712b65151dde67ef867429e070 commit hash: 4f1440dda35af6712b65151dde67ef867429e070 commit hash: 4f1440dda35af6712b65151dde67ef867429e070 commit hash: 4f1440dda35af6712b65151dde67ef867429e070 4f1440d
Tuesday, 26 Dec 2023
14:47 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.7.6 release
commit hash: 343c4eb1ca30b7abf424e3ebef46f4cd69923ea3 commit hash: 343c4eb1ca30b7abf424e3ebef46f4cd69923ea3 commit hash: 343c4eb1ca30b7abf424e3ebef46f4cd69923ea3 commit hash: 343c4eb1ca30b7abf424e3ebef46f4cd69923ea3 343c4eb
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Sunday, 23 Jul 2023
18:21 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.7.5 release (+)

version 3.7.5:
01: data/xsnow.desktop.in: add 'Simulation' to categories
02: main.c: make 'settings->lift snow on bottom',
    -offsets working
    it appears that xdo_search uses the name argument as
    a regular expression, so use ^pcmanfm$ and ^Desktop$.

Changelog:	https://www.ratrabbit.nl/ratrabbit/xsnow/changelog/index.html
commit hash: 6e47c0a176ea1faad205615b5d1a40caefd74dda commit hash: 6e47c0a176ea1faad205615b5d1a40caefd74dda commit hash: 6e47c0a176ea1faad205615b5d1a40caefd74dda commit hash: 6e47c0a176ea1faad205615b5d1a40caefd74dda 6e47c0a
Monday, 3 Apr 2023
18:46 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.7.4 release (+)

Changelog:	https://www.ratrabbit.nl/ratrabbit/xsnow/changelog/index.html
commit hash: c402acd9d3037d9cfe96efc961b02557c3c6c130 commit hash: c402acd9d3037d9cfe96efc961b02557c3c6c130 commit hash: c402acd9d3037d9cfe96efc961b02557c3c6c130 commit hash: c402acd9d3037d9cfe96efc961b02557c3c6c130 c402acd
Thursday, 9 Mar 2023
20:39 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.7.1 release (+)

Introduce NLS support

Changelog:	https://www.ratrabbit.nl/ratrabbit/xsnow/changelog/index.html
commit hash: e45f4121324ee30e51d8c8120fb2896f415a3e2f commit hash: e45f4121324ee30e51d8c8120fb2896f415a3e2f commit hash: e45f4121324ee30e51d8c8120fb2896f415a3e2f commit hash: e45f4121324ee30e51d8c8120fb2896f415a3e2f e45f412
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Dec 2022
06:01 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.6.0 release (+)

Changelog:	https://sourceforge.net/p/xsnow/code/HEAD/tree/trunk/xsnow/ChangeLog
commit hash: 636fd339786e7283e68aab3f1793f5f392940ac7 commit hash: 636fd339786e7283e68aab3f1793f5f392940ac7 commit hash: 636fd339786e7283e68aab3f1793f5f392940ac7 commit hash: 636fd339786e7283e68aab3f1793f5f392940ac7 636fd33
Monday, 10 Oct 2022
17:05 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.5.3 release (+)

version 3.5.3
01: main.c: drawit(): do now draw the first second or so to hide
    unstable configurations of scenery, stars, etc.
    fallensnow.c, birds.c, aurora.c: make them C++ compliant by
      rewriting goto and typecast pointer assignment
    meteor.c: rewrite goto
    santa.c: continue Santa animation, irrespective of His speed
    fallensnow.c: paint fallensnow one pixel higher
    fallensnow.c: generate more snow when Santa is ploughing
02: loadmeasure.c: maximum 5 warnings about to busy system
03: doit.h: change defaults for aurora_width/height to 60/30

Full changelog:	https://www.ratrabbit.nl/ratrabbit/xsnow/changelog/index.html
commit hash: cf93dd9f4b8e7b81cb8b1a75513a981c662bb373 commit hash: cf93dd9f4b8e7b81cb8b1a75513a981c662bb373 commit hash: cf93dd9f4b8e7b81cb8b1a75513a981c662bb373 commit hash: cf93dd9f4b8e7b81cb8b1a75513a981c662bb373 cf93dd9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 22 Aug 2022
23:51 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.5.2 bugfix release
commit hash: 957425c3e33f1952659d9bff902aaac672a7fe86 commit hash: 957425c3e33f1952659d9bff902aaac672a7fe86 commit hash: 957425c3e33f1952659d9bff902aaac672a7fe86 commit hash: 957425c3e33f1952659d9bff902aaac672a7fe86 957425c
Friday, 5 Aug 2022
13:56 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.5.1 release
commit hash: 0a52a6bf1e262388a8f9150f02b2ce4005376c32 commit hash: 0a52a6bf1e262388a8f9150f02b2ce4005376c32 commit hash: 0a52a6bf1e262388a8f9150f02b2ce4005376c32 commit hash: 0a52a6bf1e262388a8f9150f02b2ce4005376c32 0a52a6b
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b d357bca
Thursday, 14 Apr 2022
21:27 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.5.0 release
commit hash: 444beac4c6ef9ac3b775fa908b8fe2604f1b94fa commit hash: 444beac4c6ef9ac3b775fa908b8fe2604f1b94fa commit hash: 444beac4c6ef9ac3b775fa908b8fe2604f1b94fa commit hash: 444beac4c6ef9ac3b775fa908b8fe2604f1b94fa 444beac
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Sunday, 6 Mar 2022
17:46 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.4.4 release

Sponsored by:	Netzkommune GmbH
commit hash: c01ec0ce0e4b1e6150331a5e3d8c63d7343712fc commit hash: c01ec0ce0e4b1e6150331a5e3d8c63d7343712fc commit hash: c01ec0ce0e4b1e6150331a5e3d8c63d7343712fc commit hash: c01ec0ce0e4b1e6150331a5e3d8c63d7343712fc c01ec0c
Monday, 20 Dec 2021
15:53 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.4.2 release

Sponsored by:	Netzkommune GmbH
commit hash: 538bb1fc9fcbdc375af54aefe35317f6e614a0f0 commit hash: 538bb1fc9fcbdc375af54aefe35317f6e614a0f0 commit hash: 538bb1fc9fcbdc375af54aefe35317f6e614a0f0 commit hash: 538bb1fc9fcbdc375af54aefe35317f6e614a0f0 538bb1f
Tuesday, 14 Dec 2021
06:34 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.4.1 release

Sponsored by:	Netzkommune GmbH
commit hash: 6229ff0030285320af875d7cc6aa3399bdf7defe commit hash: 6229ff0030285320af875d7cc6aa3399bdf7defe commit hash: 6229ff0030285320af875d7cc6aa3399bdf7defe commit hash: 6229ff0030285320af875d7cc6aa3399bdf7defe 6229ff0
Sunday, 12 Dec 2021
19:51 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.3.6 release

Sponsored by:	Netzkommune GmbH
commit hash: 61cbc608aeec326436ffda04e519b6232440f3ac commit hash: 61cbc608aeec326436ffda04e519b6232440f3ac commit hash: 61cbc608aeec326436ffda04e519b6232440f3ac commit hash: 61cbc608aeec326436ffda04e519b6232440f3ac 61cbc60
Monday, 8 Nov 2021
19:15 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.3.2 release
commit hash: 79020eb56646dde74cad7436e5e192e63bea287b commit hash: 79020eb56646dde74cad7436e5e192e63bea287b commit hash: 79020eb56646dde74cad7436e5e192e63bea287b commit hash: 79020eb56646dde74cad7436e5e192e63bea287b 79020eb
Sunday, 29 Aug 2021
17:59 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.3.1 release

* fix issues with LXDE desktop and xscreensaver
commit hash: beea38d97eed2e5e501be76df19dc68f625a9c6e commit hash: beea38d97eed2e5e501be76df19dc68f625a9c6e commit hash: beea38d97eed2e5e501be76df19dc68f625a9c6e commit hash: beea38d97eed2e5e501be76df19dc68f625a9c6e beea38d
Monday, 16 Aug 2021
10:34 Dima Panov (fluffy) search for other commits by this committer
x11/xsnow: update to 3.3.0 release
commit hash: c701ec34d82f1631895065d96ba0489091a2346d commit hash: c701ec34d82f1631895065d96ba0489091a2346d commit hash: c701ec34d82f1631895065d96ba0489091a2346d commit hash: c701ec34d82f1631895065d96ba0489091a2346d c701ec3
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Dec 2020
16:52 pkubaj search for other commits by this committer
x11/xsnow: fix build on GCC architectures

/usr/local/include/glib-2.0/glib/gutils.h:336: warning: 'GVoidFunc' is
deprecated
Original commitRevision:559506 
Sunday, 27 Dec 2020
17:20 fluffy search for other commits by this committer
x11/xsnow: update to 3.2.0 release
Original commitRevision:559374 
Monday, 21 Dec 2020
14:47 fluffy search for other commits by this committer
x11/xsnow: update to 3.1.9 release
Original commitRevision:558834 
Wednesday, 16 Dec 2020
10:00 fluffy search for other commits by this committer
x11/xsnow: update to 3.1.8 release

New project home, new dependencies

Notified by:	author via email
Original commitRevision:558217 
Friday, 8 Nov 2019
13:06 fluffy search for other commits by this committer
My bad, forgot to remove BROKEN :(
Original commitRevision:517056 
11:57 fluffy search for other commits by this committer
- Take maintainership, indeed
Original commitRevision:517050 
11:47 fluffy search for other commits by this committer
- Homepage was moved, adjust it
- Grab, unbreak
Original commitRevision:517049 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:517000 
Wednesday, 6 Nov 2019
16:26 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516897 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Thursday, 9 Jan 2014
14:48 vanilla search for other commits by this committer
Support stagedir.

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:339245 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Friday, 28 Jun 2013
22:51 bapt search for other commits by this committer
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Original commitRevision:322008 
Monday, 28 Feb 2011
22:58 johans search for other commits by this committer
- Fix compilation with new xorg
- Update MASTER_SITES
- Claim maintainership
Original commit
22:12 pav search for other commits by this committer
- Mark BROKEN: does not install manpage with new Xorg

Reported by:    pointyhat
Original commit
Saturday, 29 Nov 2008
00:11 linimon search for other commits by this committer
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:    portmgr
Original commit
Sunday, 24 Aug 2008
17:57 jmz search for other commits by this committer
Use pre-su-install instead of pre-install.

PR:             ports/124018
Submitted by:   glewis
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Monday, 22 Dec 2003
16:52 jmz search for other commits by this committer
Update the version 1.42

Submitted by:   Jim Ramsay <i.am@jimramsay.com>
Original commit
Friday, 7 Mar 2003
06:36 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Saturday, 5 Jan 2002
03:52 pat search for other commits by this committer
Add missing dependency for XPM.    
Original commit
Monday, 10 Dec 2001
19:08 jmz search for other commits by this committer
Upgrade to version 1.41.    
Original commit
04:04 jmz search for other commits by this committer
Move the configuration bits from scripts/ into Makefile, using a pre-build  
target to patch ${WRKSRC}/Makefile.   This should fix an install problem with
XFree86-4.    
Original commit
Monday, 5 Feb 2001
16:18 olgeni search for other commits by this committer
Style fixes for ports/x11.    
Original commit

Number of commits found: 50