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-toolkits/xview/Makefile

Number of commits found: 59

Sunday, 5 Apr 2020
04:30 cy search for other commits by this committer
Schedule Openlook and Xview for deorbit. They're 32-bit only and well
past their best before date.
Original commitRevision:530745 
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 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Thursday, 5 Oct 2017
11:54 bapt search for other commits by this committer
Use helpers to avoid including pre.mk/post.mk
Original commitRevision:451304 
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 
Wednesday, 27 May 2015
00:15 amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Original commitRevision:387529 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 19 Apr 2015
06:02 cy search for other commits by this committer
Unbreak.
Original commitRevision:384263 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Original commitRevision:383107 
Thursday, 19 Mar 2015
02:21 cy search for other commits by this committer
Fix conflict, file ownership, and build issues.
Original commitRevision:381588 
Friday, 27 Jun 2014
04:53 cy search for other commits by this committer
Fix build errors related to stage and pkg-plist consistency.

Convert NOPORTDOCS to option.
Original commitRevision:359453 
Tuesday, 10 Jun 2014
05:09 cy search for other commits by this committer
Support stage. Update to new LIB_DEPENDS.
Original commitRevision:357262 
Saturday, 23 Nov 2013
03:53 cy search for other commits by this committer
Fix typo.

Pointy hat to:	yours truly
Original commitRevision:334632 
Thursday, 21 Nov 2013
01:35 cy search for other commits by this committer
Address conflict with x11/xloadimage
Original commitRevision:334468 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Friday, 28 Jun 2013
11:51 bapt search for other commits by this committer
New USES imake to handle the dependency on imake.

This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
Original commitRevision:321957 
Wednesday, 12 Jun 2013
16:56 bapt search for other commits by this committer
Fix build with clang
Original commitRevision:320706 
Wednesday, 8 Feb 2012
06:52 cy search for other commits by this committer
Update 3.2p1-X11R6 --> 3.2p1.4-19c

This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
Original commit
Tuesday, 27 Sep 2011
00:55 cy search for other commits by this committer
Fix unresolved external reference in xview-clients under 9.0.
Original commit
Sunday, 25 Sep 2011
05:48 cy search for other commits by this committer
Fix build under 9.0 (with new utmpx).
Original commit
Wednesday, 8 Jun 2011
17:55 cy search for other commits by this committer
Fix XAllocID assertion in Xview applications.

Assume maintainership of this port.

Obtained from:  Ubuntu bug 89166
Original commit
Wednesday, 7 Apr 2010
08:34 pav search for other commits by this committer
- Fix build when custom CFLAGS are set in make.conf

PR:             ports/144138
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Original commit
Saturday, 20 Mar 2010
13:27 miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
Original commit
Thursday, 6 Aug 2009
04:03 dougb search for other commits by this committer
The port needs COMPAT_43TTY defined to build on -CURRENT

Mark MAKE_JOBS_UNSAFE

Submitted by:   mel.flynn+fbsd.ports at mailing.thruhere.net
Original commit
Tuesday, 9 Jun 2009
15:33 amdmi3 search for other commits by this committer
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Jul 2008
17:27 miwi search for other commits by this committer
- Set only i386 -  Attempting to launch any application
  that uses xview on amd64 causes a segmentation dump
  (signal 10, bus error).

PR:             125589
Submitted by:   "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
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
Thursday, 13 Mar 2008
11:42 miwi search for other commits by this committer
- Remove dependency on X_CLIENTS_PORTS

PR:             121478
Submitted by:   Chess Griffin <chess@chessgriffin.com>
Original commit
Thursday, 3 Jan 2008
21:03 miwi search for other commits by this committer
- Remove inclusion of sgtty

PR:             119102
Submitted by:   Ed Schouten <ed@fxq.nl>
Original commit
Friday, 20 Jul 2007
12:41 pav search for other commits by this committer
- The port was patching /usr/lib --> /usr/X11R6/lib and then replacing all
  occurrences of X11BASE to PREFIX. It's a lot cleaner to remove all prefix
  changing patches and directly change /usr/lib to $PREFIX/lib with reinplace.

PR:             ports/114507
Submitted by:   Pedro F. Giffuni <giffunip@tutopia.com>
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
Wednesday, 31 Jan 2007
10:06 pav search for other commits by this committer
- Clean up lib/X11/config on package deinstall. This was masked in port builds,
  because the directory contained imake files. But when xview was added from
  package, this directory was left over after deinstall. Should fix leftovers
  on pointyhat
Original commit
Thursday, 28 Dec 2006
18:24 thierry search for other commits by this committer
s:/usr/X11R6:${X11BASE}: everywhere.

Submitted by:   Pedro Giffuni <giffunip (at) asme.org>
Original commit
Saturday, 7 Oct 2006
10:28 pav search for other commits by this committer
- Fix build with gcc41
- Respect CC
- Install fonts

PR:             ports/104032
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Friday, 22 Sep 2006
14:03 arved search for other commits by this committer
Don't install msgfmt and xgettext.
They may break devel/gettext if a user has set /usr/X11R6/bin before
/usr/local/bin.

PR:             100582
Reported by:    Jean-Baptiste Quenot <jbq@caraldi.com>
Original commit
Tuesday, 15 Aug 2006
01:13 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Saturday, 13 May 2006
05:00 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
Original commit
Saturday, 21 Jan 2006
18:55 lesi search for other commits by this committer
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
Original commit
Saturday, 6 Aug 2005
21:39 pav search for other commits by this committer
- Unbreak on 5.X and above:
  * Redo SUBDIRS passing to work with new make(1)
  * Patch out TIOCREMOTE ioctl calls, it was removed from FreeBSD
  * Some gcc34 fixes
- Fix plist for xorg users

Approved by:    portmgr (marcus)
Original commit
Wednesday, 1 Jun 2005
17:08 nectar search for other commits by this committer
Correct buffer overflows in xview libraries.

Obtained from:  Debian
Security:      
http://vuxml.freebsd.org/ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d.html
Original commit
Thursday, 30 Sep 2004
05:49 kris search for other commits by this committer
BROKEN on 5.x: Broken by changes to make(1)

Approved by:    portmgr (self)
Original commit
Sunday, 9 May 2004
07:10 erwin search for other commits by this committer
Drop maintainership. Maintainer is not using FreeBSD as
primary OS any longer.

Thanks for all your work, Serge! Sorry to see you go.

PR:             66407
Submitted by:   Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
Original commit
Wednesday, 5 May 2004
13:53 arved search for other commits by this committer
Fix build on AMD64
Original commit
Sunday, 21 Mar 2004
09:58 thierry search for other commits by this committer
Reassign maintainership to Serge Gagnon.

Take care, Serge!

PR:             ports/64517
Submitted by:   Serge Gagnon <gagnon_s@sympatico.ca>
Approved by:    mat (mentor)
Original commit
Friday, 5 Mar 2004
12:16 kris search for other commits by this committer
BROKEN on amd64: Does not compile
Original commit
Saturday, 13 Dec 2003
23:38 pav search for other commits by this committer
- Redo this port. Now it compiles on -current again.

PR:             ports/58176
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
Original commit
Saturday, 22 Nov 2003
17:01 linimon search for other commits by this committer
Mark as broken on recent versions of 5.x due to imake problems.
Original commit
Sunday, 2 Nov 2003
00:15 linimon search for other commits by this committer
Fix typo in comments.  I don't believe there are that many sites
where you can download masers, but, on the other hand, see RFC 1437
by the present committer.
Original commit
Wednesday, 30 Jul 2003
20:18 naddy search for other commits by this committer
Release maintainership of ports due to personal technical difficulties.

Submitted by:   Serge Gagnon
Original commit
Thursday, 19 Jun 2003
06:56 daichi search for other commits by this committer
- Unbroke xview on -current machine
- New files patch-old-wait.h patch-text_extras_menu patch-util-Imakefile
  types.h.in wait.h.in.

PR:             52437
Submitted by:   Serge Gagnon <gagnon__s@videotron.ca> (maintainer)
Original commit
Wednesday, 4 Jun 2003
22:43 kris search for other commits by this committer
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:  kris
Original commit
Sunday, 18 May 2003
10:08 kris search for other commits by this committer
BROKEN on 5.1: does not compile
Original commit
Thursday, 20 Feb 2003
19:20 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 5 Feb 2001
16:49 olgeni search for other commits by this committer
Batch of style fixes for x11-toolkits.    
Original commit
Sunday, 28 Jan 2001
14:54 lkoeller search for other commits by this committer
Forgotten to bump PORTREVISION due to addition of patch-lp, which fixed   the
problems of finding .text_extras_menu.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:19 sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Original commit
Thursday, 15 Jun 2000
17:44 sobomax search for other commits by this committer
First round of INSTALL_SHLIB fixes.    
Original commit
Friday, 9 Jun 2000
22:59 asami search for other commits by this committer
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my   area on
the local ports tree.    
Original commit

Number of commits found: 59