| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
Notes:
svn path=/head/; revision=454648
|
|
|
|
|
|
|
|
| |
PR: 223545
With hat: portmgr
Notes:
svn path=/head/; revision=453865
|
|
|
|
|
|
|
| |
Track down a few more ports that depend on those two, and deprecate them too.
Notes:
svn path=/head/; revision=452517
|
|
|
|
|
|
|
|
| |
I missed some ports that depend on lang/tcl84 or x11-toolkits/tk84 by
explicitly mentioning the port origin instead of using USES.
Notes:
svn path=/head/; revision=452512
|
|
|
|
|
|
|
|
|
| |
Fix supported versions in USES=t[cl|k], remove last consumer (lang/fpc-tcl) and
bump PORTREVISION on two other ports that have had their dependencies or
default options changed (lang/smalltalk and x11-toolkits/ocaml-labltk)
Notes:
svn path=/head/; revision=452511
|
|
|
|
| |
Notes:
svn path=/head/; revision=449657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=431796
|
|
|
|
|
|
|
|
|
|
| |
Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a
PR: 212512
Submitted by: emaste
Notes:
svn path=/head/; revision=421600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
Notes:
svn path=/head/; revision=394508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=386312
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365614
|
|
|
|
| |
Notes:
svn path=/head/; revision=363266
|
|
|
|
|
|
|
| |
- Fix LICENSE
Notes:
svn path=/head/; revision=342395
|
|
|
|
|
|
|
|
|
|
|
| |
install absolute symlinks pointing to the stagedir! Poudriere has
been improved to check for this issue now.
With hat: portmgr
Reported by: madpilot, jpaetzel
Notes:
svn path=/head/; revision=328369
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=328226
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
| |
Suggested by: bapt
Notes:
svn path=/head/; revision=327665
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 180344
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
Notes:
svn path=/head/; revision=322508
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.tcl.tk/software/tcltk/8.4.html
This is the twentieth and *FINAL* patch release of Tcl/Tk 8.4.
With this release, support for Tcl/Tk 8.4 comes to an end.
These ports are going to be deprecated soon. Please use 8.5 or 8.6.
Notes:
svn path=/head/; revision=319853
|
|
|
|
|
|
|
| |
Reported by: bdrewery
Notes:
svn path=/head/; revision=318766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
were set based on WRKSRC instead of PREFIX.
This mainly affected TEA-based extensions that source tclConfig.sh /
tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which
is used to locate Tcl/Tk private header files such as tclUnixPort.h or
tkUnixPort.h. This variable was previously set to WRKSRC, which caused
ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS.
It should now be possible to build TEA-based extensions by specifying only
the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}.
Feature safe: yes
Approved by: bapt (portmgr)
Notes:
svn path=/head/; revision=316025
|
|
|
|
|
|
|
|
| |
commit.
- Clean left-overs
Notes:
svn path=/head/; revision=311816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://www.tcl.tk/software/tcltk/8.6.html
- Get rid of -thread slaves ports: threads are now enabled by
default and can be OPTIONally disabled. This applies to:
* lang/tcl84
* lang/tcl85
* lang/tcl86
* x11-toolkits/tk84
* x11-toolkits/tk85
* x11-toolkits/tk86
- Get rid of tcl-modules slave port: modules are now installed by default and
can be OPTIONally disabled. This applies to:
* lang/tcl85
* lang/tcl86
- Fix conflicts between man pages of different Tcl/Tk versions, by adding a
suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86).
Reviewed by: bf, crees
Approved by: bapt (portmgr, after partial exp-run)
Notes:
svn path=/head/; revision=311773
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=311381
|
|
|
|
|
|
|
|
| |
PR: 173753 , 173767
Feature safe: yes
Notes:
svn path=/head/; revision=307793
|
|
|
|
|
|
|
|
|
|
|
|
| |
- while at it, trim Makefile headers in lang/tcl-modules
PR: ports/173939
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (previous maintainer)
Approved by: mm@ (previous maintainer of lang/tcl-modules)
Feature safe: yes
Notes:
svn path=/head/; revision=307789
|
|
|
|
|
|
|
|
|
| |
PR: ports/172419
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=305786
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Notes:
svn path=/head/; revision=305074
|
|
|
|
| |
Notes:
svn path=/head/; revision=301977
|
|
|
|
|
|
|
| |
- Make portlint happier
Notes:
svn path=/head/; revision=271518
|
|
|
|
|
|
|
|
| |
PR: ports/152842
Submitted by: Koop Mast <kwm@FreeBSD.org>
Notes:
svn path=/head/; revision=265913
|
|
|
|
| |
Notes:
svn path=/head/; revision=244516
|
|
|
|
|
|
|
| |
starting with H,I,J,K,L
Notes:
svn path=/head/; revision=240071
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Suggested by: Karl Lehenbauer <karl@flightaware.com>
Notes:
svn path=/head/; revision=236644
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/132241
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Notes:
svn path=/head/; revision=229321
|
|
|
|
|
|
|
|
| |
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
Notes:
svn path=/head/; revision=229081
|
|
|
|
| |
Notes:
svn path=/head/; revision=211741
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=210928
|
|
|
|
| |
Notes:
svn path=/head/; revision=207134
|
|
|
|
| |
Notes:
svn path=/head/; revision=205449
|
|
|
|
| |
Notes:
svn path=/head/; revision=199898
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=192923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change tr to ${TR}
lang/tcl84 only:
- sync MASTER_SITES with other tcl ports
- change sysctl to ${SYSCTL}
Suggested by: stas
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=192839
|
|
|
|
| |
Notes:
svn path=/head/; revision=192443
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=192415
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=189288
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes: Please read UPDATING
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=188534
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Notes:
svn path=/head/; revision=187851
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
resolves conflicts.
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.
Behaiviour with non-threaded libraries does not change.
PR: 110401
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes:
svn path=/head/; revision=187770
|