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: graphics/pixmap/Makefile

Number of commits found: 18

Tuesday, 20 Aug 2019
08:50 antoine search for other commits by this committer
Mark BROKEN and deprecate

Dir.c:38:10: fatal error: 'sys/dir.h' file not found

Reported by:	pkg-fallout
Original commitRevision:509413 
Wednesday, 3 Jul 2019
21:27 zeising search for other commits by this committer
graphics/pixmap: Fix build after libXt update

Fix the build after the x11-toolkits/libXt update.  Simply remove the
ancient bundled versions of X11 headers and the various CFLAGS additions,
and use X11 provided headers which contain appropriate defines.

Reported by:	antoine
Original commitRevision:505796 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 28 Apr 2014
11:39 pawel search for other commits by this committer
Add staging support
Original commitRevision:352484 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Friday, 28 Jun 2013
21:19 bapt search for other commits by this committer
Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
Original commitRevision:321988 
Monday, 17 Jun 2013
15:01 miwi search for other commits by this committer
- Fix build on -current
- Add LICENSE
- Trim header

PR:		179581
Submitted by:	Ports Fury
Original commitRevision:321122 
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
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
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
Saturday, 21 Jan 2006
19:15 lesi search for other commits by this committer
Fix breakage after X.Org upgrade to 6.9:
A macro that helps gcc4 checking of sentinels was introduced in Xlib.h,
Intrinsic.h and IntrinsicI.h and is defined in Xfuncproto.h. Apparently
the sequence of including these X headers is not quite like this port
would want it to be so the macros don't get expanded. Workaround this by
adding them to CFLAGS as they would be for not-gcc4 case.
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Friday, 7 Mar 2003
06:04 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, 12 Oct 2002
02:11 jmz search for other commits by this committer
Unbreak.

PR:             ports/43603
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Friday, 24 May 2002
12:18 jmz search for other commits by this committer
Unbreak for XFree-4. This port requires /usr/X11R6/lib/X11/rgb.txt during
the build process.
Original commit
Saturday, 18 May 2002
02:25 kris search for other commits by this committer
BROKEN: Does not build with XFree86-4
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit

Number of commits found: 18