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: cad/tkgate/Makefile

Number of commits found: 38

Thursday, 22 Feb 2024
13:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
cad/tkgate: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: e32b86864523e113c1779765f870e3290c1130c2 commit hash: e32b86864523e113c1779765f870e3290c1130c2 commit hash: e32b86864523e113c1779765f870e3290c1130c2 commit hash: e32b86864523e113c1779765f870e3290c1130c2 e32b868
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
Saturday, 1 May 2021
17:55 Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 6707a3c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Sunday, 15 Mar 2020
14:49 swills search for other commits by this committer
cad/tkgate: remove unnecessary REINPLACE_CMD

While here, fix a patch, add some missing deps and clean up
Original commitRevision:528486 
Friday, 8 Nov 2019
09:31 tobik search for other commits by this committer
c*: Add missing USES={gnome,php,sdl,xorg}
Original commitRevision:517041 
Friday, 9 Aug 2019
09:22 vsevolod search for other commits by this committer
- Add missing uses [1]
- Drop maintainership

PR:		239728 [1]
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1]
Reported by:	Robert Cina <transitive at gmail.com>
Original commitRevision:508431 
Thursday, 8 Aug 2019
15:08 vsevolod search for other commits by this committer
- Update to 2.1
- Use autoreconf
- Add pango dependency
- Remove obsoleted master site
- Add patches to avoid malloc.h include

PR:		234081
Submitted by:		ManFree <roman_romul at mail.ru>
Original commitRevision:508387 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Tuesday, 7 Jul 2015
06:35 marino search for other commits by this committer
cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest

This was specified on USES: iconv:build,lib

This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence.  This means the library
dependency was not registered.

Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration.  Setting USES=iconv:translit fixes both issues.

Approved by:	Just fix it
Original commitRevision:391493 
Wednesday, 24 Jun 2015
15:57 vsevolod search for other commits by this committer
- Fix build by adding iconv dependency

Pointyhat to:	vsevolod
Original commitRevision:390490 
14:23 vsevolod search for other commits by this committer
Restore removed cad/tkgate.

- Support staging
- Tested with tcl/tk 8.6
- Removed old patches
- Convert to the modern port rules
- Updated to version 2.0.0 (from bitbucket)
Original commitRevision:390482 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 14 May 2013
14:34 gahr search for other commits by this committer
- Fix run-time with Tcl/Tk 8.6
- Remove INVALID_TK_VER= 86
Original commitRevision:318163 
14:05 gahr search for other commits by this committer
- Update to 2.0-b10
- Fix build with Tcl/Tk 8.6. Unfortunately, tkgate segfaults on startup when
  built against 8.6, so set 86 as an invalid version for this port.

Reported by:	miwi (Tcl/Tk 86 exp-run)
Original commitRevision:318161 
Friday, 26 Apr 2013
13:35 miwi search for other commits by this committer
- Update MASTER_SITES

PR:		177907
Submitted by:	ports fury
Original commitRevision:316611 
Friday, 26 Aug 2011
03:39 miwi search for other commits by this committer
- Add mirror sites to MASTER_SITES
- Add LICENSE
- Support USE_TCL/USE_TK

PR:             160087
Submitted by:   Ports Fury
Original commit
Tuesday, 23 Aug 2011
10:31 crees search for other commits by this committer
No problems fetching from MASTER_SITES.

Submitted by:   Peter Jeremy <peterjeremy@acm.org>
Original commit
Tuesday, 2 Aug 2011
05:36 bapt search for other commits by this committer
Deprecate port with no more public distfiles
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
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
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, 17 Feb 2007
13:27 erwin search for other commits by this committer
Update to 1.8.7
Original commit
Thursday, 30 Nov 2006
02:57 rafan search for other commits by this committer
- Respect X11BASE [1]
- The configure script is not generated from autotools, thus use
  HAS_CONFIGURE instead

Reported by:    pointyhat [1]
Original commit
Tuesday, 5 Sep 2006
04:41 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Saturday, 22 Oct 2005
00:19 mnag search for other commits by this committer
Use latest tcl/tk 8.3 -> 8.4
Bump PORTREVISION

PR:             84741
Submitted by:   Carlos A M dos Santos <casantos@urisan.tche.br>
Approved by:    hansen@cmu.edu (maintainer timeout, 72 days)
Original commit
Thursday, 19 May 2005
16:08 pav search for other commits by this committer
- Update to 1.8.6

PR:             ports/81221
Submitted by:   Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
Original commit
Thursday, 23 Dec 2004
01:42 lesi search for other commits by this committer
Add imake build dependency, it is no longer implied by USE_XLIB.

Pointed out by: dosirak via kris
Approved by:    maintainer timeout
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Friday, 21 Feb 2003
11:04 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 17 Jan 2003
00:40 edwin search for other commits by this committer
*gulp* forgot to remove two comments.
Original commit
00:36 edwin search for other commits by this committer
Update cad/tkgate to 1.6i

PR:             ports/46498
Submitted by:   Miguel Mendez <flynn@energyhq.homeip.net>
Approved by:    Jeffery P Hansen <hansen+@cmu.edu> (maintainer)
Original commit
Thursday, 15 Mar 2001
15:06 kevlo search for other commits by this committer
Fix dependencies to tcl/tk 8.3    
Original commit
Saturday, 18 Nov 2000
15:46 kevlo search for other commits by this committer
Update to version 1.6e    
Original commit
Thursday, 8 Jun 2000
00:18 asami search for other commits by this committer
Add gmac.1 and tkgate.1    
Original commit

Number of commits found: 38