non port: cad/tkgate/Makefile |
Number of commits found: 40 |
Thursday, 31 Oct 2024
|
21:52 Rene Ladan (rene)
cad/tkgate: Remove expired port
2024-10-31 cad/tkgate: Upstream is gone
01207ef |
Sunday, 8 Sep 2024
|
17:31 Daniel Engberg (diizzy)
cad/tkgate: Mark BROKEN, deprecate and set expiration date to 2024-10-31
Unfetchable and upstream is gone
57cfc49 |
Thursday, 22 Feb 2024
|
13:23 Muhammad Moinur Rahman (bofh)
cad/tkgate: Moved man to share/man
Approved by: portmgr (blanket)
e32b868 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Saturday, 1 May 2021
|
17:55 Tobias Kortkamp (tobik)
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
6707a3c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 15 Mar 2020
|
14:49 swills
cad/tkgate: remove unnecessary REINPLACE_CMD
While here, fix a patch, add some missing deps and clean up
 |
Friday, 8 Nov 2019
|
09:31 tobik
c*: Add missing USES={gnome,php,sdl,xorg}
 |
Friday, 9 Aug 2019
|
09:22 vsevolod
- 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>
 |
Thursday, 8 Aug 2019
|
15:08 vsevolod
- 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>
 |
Monday, 10 Sep 2018
|
13:14 mat
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
 |
Friday, 2 Dec 2016
|
11:58 mat
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
 |
Tuesday, 7 Jul 2015
|
06:35 marino
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
 |
Wednesday, 24 Jun 2015
|
15:57 vsevolod
- Fix build by adding iconv dependency
Pointyhat to: vsevolod
 |
14:23 vsevolod
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)
 |
Friday, 20 Sep 2013
|
15:58 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Tuesday, 14 May 2013
|
14:34 gahr
- Fix run-time with Tcl/Tk 8.6
- Remove INVALID_TK_VER= 86
 |
14:05 gahr
- 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)
 |
Friday, 26 Apr 2013
|
13:35 miwi
- Update MASTER_SITES
PR: 177907
Submitted by: ports fury
 |
Friday, 26 Aug 2011
|
03:39 miwi
- Add mirror sites to MASTER_SITES
- Add LICENSE
- Support USE_TCL/USE_TK
PR: 160087
Submitted by: Ports Fury
 |
Tuesday, 23 Aug 2011
|
10:31 crees
No problems fetching from MASTER_SITES.
Submitted by: Peter Jeremy <peterjeremy@acm.org>
 |
Tuesday, 2 Aug 2011
|
05:36 bapt
Deprecate port with no more public distfiles
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
 |
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Saturday, 17 Feb 2007
|
13:27 erwin
Update to 1.8.7
 |
Thursday, 30 Nov 2006
|
02:57 rafan
- Respect X11BASE [1]
- The configure script is not generated from autotools, thus use
HAS_CONFIGURE instead
Reported by: pointyhat [1]
 |
Tuesday, 5 Sep 2006
|
04:41 linimon
Reset inactive maintainer who has not responded to email.
Hat: portmgr
 |
Saturday, 22 Oct 2005
|
00:19 mnag
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)
 |
Thursday, 19 May 2005
|
16:08 pav
- Update to 1.8.6
PR: ports/81221
Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
 |
Thursday, 23 Dec 2004
|
01:42 lesi
Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by: dosirak via kris
Approved by: maintainer timeout
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Friday, 21 Feb 2003
|
11:04 knu
De-pkg-comment.
 |
Friday, 17 Jan 2003
|
00:40 edwin
*gulp* forgot to remove two comments.
 |
00:36 edwin
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)
 |
Thursday, 15 Mar 2001
|
15:06 kevlo
Fix dependencies to tcl/tk 8.3
 |
Saturday, 18 Nov 2000
|
15:46 kevlo
Update to version 1.6e
 |
Thursday, 8 Jun 2000
|
00:18 asami
Add gmac.1 and tkgate.1
 |
Number of commits found: 40 |