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/metisse/Makefile

Number of commits found: 64

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
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 
Saturday, 6 Apr 2019
21:12 antoine search for other commits by this committer
Mark BROKEN on i386

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498207 
Thursday, 17 Jan 2019
13:53 danfe search for other commits by this committer
Unbreak the build against modern compilers caused by some sloppy C++ coding.
Original commitRevision:490562 
Sunday, 4 Nov 2018
14:12 antoine search for other commits by this committer
Mark BROKEN: fails to build

MetisseDesktop.cxx:1111:2: error: no matching constructor for initialization of
'MetisseDesktop'
        MetisseDesktop(rfburi, "foldable", false, false);
        ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Original commitRevision:484063 
Monday, 11 Dec 2017
21:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456068 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Thursday, 12 Oct 2017
15:57 mat search for other commits by this committer
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Original commitRevision:451901 
Thursday, 20 Apr 2017
14:33 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Fix shebangs
- Switch to USES=localbase
Original commitRevision:438965 
Saturday, 1 Apr 2017
20:15 bapt search for other commits by this committer
Remove some old gnome2 ports not depend on anymore and not maintained upstream
Original commitRevision:437468 
Wednesday, 1 Mar 2017
01:57 linimon search for other commits by this committer
Also mark as broken on armv6.

Note: this port is unmaintained, and there has been no upstream release
since 2008.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:435114 
Tuesday, 8 Nov 2016
19:29 linimon search for other commits by this committer
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Original commitRevision:425758 
09:11 linimon search for other commits by this committer
Mark as broken on arm64.  While here, pet portlint.
Original commitRevision:425720 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Sunday, 13 Sep 2015
14:24 bapt search for other commits by this committer
Clean options by using options helpers
Remove gtk1 option
Nuke usage of HAVE_GOME.
Please notice that the port is stil wrong as it still relies on the configure
script to autodetect things instead of controling it depending on options.
At least it is now a bit cleaner
Original commitRevision:396826 
Saturday, 28 Mar 2015
15:07 antoine search for other commits by this committer
Fix RUN_DEPENDS
Original commitRevision:382499 
14:37 bapt search for other commits by this committer
Check the xorg-fonts package rather than the file the meta port will not carry
soon anymore
Original commitRevision:382485 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Original commitRevision:381876 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
14:43 bapt search for other commits by this committer
Drop IMLIB option
Original commitRevision:375574 
11:24 bapt search for other commits by this committer
Properly support png 1.5
Original commitRevision:375535 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Sunday, 19 Oct 2014
18:16 mva search for other commits by this committer
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
  x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371203 
Friday, 19 Sep 2014
20:43 tijl search for other commits by this committer
graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
Original commitRevision:368595 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Sunday, 31 Aug 2014
11:54 tijl search for other commits by this committer
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Original commitRevision:366746 
Monday, 4 Aug 2014
03:40 adamw search for other commits by this committer
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
Original commitRevision:363960 
Thursday, 24 Jul 2014
11:27 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Strip binaries
- Fix shebangs
Original commitRevision:362785 
Wednesday, 23 Jul 2014
11:28 danfe search for other commits by this committer
- Fix the build across the gang; stagify and undeprecate
- Update CONFLICTS, remove vestiges of Gnome 1.x support
Original commitRevision:362660 
Monday, 14 Jul 2014
18:59 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361820 
Wednesday, 2 Jul 2014
06:57 bapt search for other commits by this committer
Mark as broken and set deprecation date to stage EOL

With hat:	portmgr
Original commitRevision:360146 
Tuesday, 15 Oct 2013
09:47 bapt search for other commits by this committer
Remove all options bringing gnome1 libraries
Original commitRevision:330378 
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, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 29 Mar 2013
08:04 bapt search for other commits by this committer
WANT_GNOME is the macro to preload bsd.gnome.mk (to enable gnome options later
in the port.
Original commitRevision:315525 
Thursday, 28 Mar 2013
16:21 eadler search for other commits by this committer
unbreak index.  this port probably actually depends on something from gnome but
I can't look in detail into that now
Original commitRevision:315485 
16:11 eadler search for other commits by this committer
Fix duplicate USES and extra 'gnomehack' where 'pathfix' is used.
Original commitRevision:315480 
03:28 eadler search for other commits by this committer
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Original commitRevision:315433 
Sunday, 16 Dec 2012
15:49 danfe search for other commits by this committer
- Drop GLX_X86 from OPTIONS_DEFINE (forgotten in r309016)
- Do not reassign GH_PROJECT to its default value
Original commitRevision:309018 
15:43 danfe search for other commits by this committer
- Move GLX_X86 over to OPTIONS_DEFINE_i386
- Correct RPLAY description while I'm here
Original commitRevision:309016 
Friday, 16 Nov 2012
06:42 danfe search for other commits by this committer
- Trim Makefile header per new bylaws
- Convert to the new OPTIONS framework
- Remove explicit shlib versions from LIB_DEPENDS
- Relinquish maintainership

Feature safe:	yes
Original commitRevision:307473 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 19 Nov 2011
16:02 danfe search for other commits by this committer
- Resurrect, undeprecate, and update to the most recent version, 0.4.1
- Since most patches were integrated upstream, rebase remaining two to our
  standards and drop custom PATCH_STRIP
- Define LICENSE (GPLv3), augment OPTIONS
- Reduce number of local hacks (Mandriva legacy)
- Add some missing X.org components to USE_XORG
- Rearrange MAN1 entries so they occupy fewer lines
- Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed
  since PR ports/157936)
- Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc.
- Augment port description (include more text from upstream)

Feature safe:   yes
Original commit
Monday, 18 Apr 2011
22:25 rene search for other commits by this committer
Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
Original commit
Thursday, 17 Mar 2011
11:08 pav search for other commits by this committer
- Mark ports that have been broken for six month or more, or never compiled on
  7.X and up, for removal in one month
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 12 May 2010
19:06 pav search for other commits by this committer
- Mark BROKEN: does not compile (after X.org 7.5 import)

Reported by:    pointyhat
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
17:36 marcus search for other commits by this committer
Chase the fribidi shared lib bump.
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 10 Feb 2009
18:50 pav search for other commits by this committer
- Python is now an indirect dependency, so remove the knob. USE_PYTHON needs to
  stay in the Makefile to provide needed defines. Bump PORTREVISION.

Reported by:    pointyhat
Original commit
Thursday, 11 Sep 2008
10:48 gahr search for other commits by this committer
- Fix packaging
- UNBREAK

Approved by:    portmgr (erwin)
Original commit
Friday, 15 Aug 2008
14:37 pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
Original commit
Wednesday, 23 Jul 2008
18:24 danfe search for other commits by this committer
- Unbreak and undeprecate (add missing USE_XORG)
- Augment master sites per portlint(1)
- Do not patch things during extract stage
- Fix regexp to be more accurate
Original commit
Thursday, 19 Jun 2008
02:54 pav search for other commits by this committer
- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:       portmgr
Original commit
Friday, 6 Jun 2008
14:09 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
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, 29 Sep 2007
12:18 pav search for other commits by this committer
- Mark BROKEN: Does not compile

Reported by:    pointyhat
Original commit
Monday, 20 Aug 2007
08:59 danfe search for other commits by this committer
- Fix the build on amd64 (and possibly other 64-bit archs) [1]
- Unbreak by adding missing entries to pkg-plist [2]
- Add another small cosmetic fix from Mandriva [3]
- Bump PORTREVISION

Reported by:    pointyhat via pav [1,2]
Obtained from:  Mandriva SRPM [1,3]
Original commit
Saturday, 28 Jul 2007
22:38 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Tuesday, 3 Jul 2007
14:34 danfe search for other commits by this committer
- Fix the build with GCC 4.2 on i386 [1]
- Reindent comments for better reading

Reported by:    pointyhat via pav [1]
Original commit
Monday, 4 Jun 2007
18:53 danfe search for other commits by this committer
Try to pass Freshports sanity check.

Submitted by:   gabor
Original commit
15:08 danfe search for other commits by this committer
Welcome Metisse, an experimental X desktop with neat OpenGL features.  It
consists of a virtual X server called Xmetisse, a special version of FVWM,
and a FVWM module FvwmCompositor.

Also, it comes with two custom themes, courtesy of Mandriva Linux, and some
of their patches (adopted for our build environment).

Please note that this software is considered experimental to date.  Testing
in various environments (KDE/GNOME desktops, 64-bit arches, etc.) is highly
appreciated.  There are some patches floating around, but let's see if they
are really required for us instead of blindly committing them.
Original commit

Number of commits found: 64