| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Tcl/Tk 8.5 is approaching EOL. It might or might get another patch release with
8.7 is released, but people should have started migrating to 8.6 long ago. See
also the second paragraph in the last 8.5 release announcement from three years
ago here: https://code.activestate.com/lists/tcl-core/15413/
For now, I don't have an EXPIRATION_DATE.
Notes:
svn path=/head/; revision=504021
|
|
|
|
|
|
|
| |
Reported by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html
Notes:
svn path=/head/; revision=493355
|
|
|
|
|
|
|
|
|
| |
- We forced -s to INSTALL because we were not using install-strip.
- qa.sh was bugged and improperly reported that the shared library
was not stripped. That was fixed in r469589.
Notes:
svn path=/head/; revision=469591
|
|
|
|
|
|
|
|
|
|
|
| |
MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557).
Moreover, they don't require any additional dependencies and their cost in
terms of size is small wrt the total size of these ports.
PR: 226557
Notes:
svn path=/head/; revision=465706
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 214205
Submitted by: gahr
Notes:
svn path=/head/; revision=425331
|
|
|
|
|
|
|
|
|
|
| |
Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a
PR: 212512
Submitted by: emaste
Notes:
svn path=/head/; revision=421600
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
| |
Announcement: http://code.activestate.com/lists/tcl-core/15413/
Notes:
svn path=/head/; revision=408982
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- While at it, make makepatch-ify
Notes:
svn path=/head/; revision=390470
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/14457/
Notes:
svn path=/head/; revision=380682
|
|
|
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/14232/
Notes:
svn path=/head/; revision=372592
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/14056/
Notes:
svn path=/head/; revision=366295
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=365614
|
|
|
|
|
|
|
|
| |
PR: 188712
Submitted by: Allen Hewes <rallenh@hotmail.com>
Notes:
svn path=/head/; revision=352471
|
|
|
|
|
|
|
| |
- Fix LICENSE
Notes:
svn path=/head/; revision=342396
|
|
|
|
|
|
|
|
|
|
|
| |
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
Reported by: Christoph Lukas <clukas@firc.de>
Notes:
svn path=/head/; revision=327662
|
|
|
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/13585/
Notes:
svn path=/head/; revision=327575
|
|
|
|
|
|
|
| |
Reported by: bdrewery
Notes:
svn path=/head/; revision=318766
|
|
|
|
|
|
|
| |
SafeBase interps, as "raw" safe interps cannot read the filesystem.
Notes:
svn path=/head/; revision=316829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Release notes: http://code.activestate.com/lists/tcl-core/13208/
Feature safe: yes
Notes:
svn path=/head/; revision=315950
|
|
|
|
|
|
|
| |
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk>
Notes:
svn path=/head/; revision=311823
|
|
|
|
|
|
|
| |
Reported by: decke
Notes:
svn path=/head/; revision=311820
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852
PR: ports/173753 (based on)
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=308126
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Feature safe: yes
Notes:
svn path=/head/; revision=305764
|
|
|
|
|
|
|
|
|
|
|
| |
not created by the package.
This fix tcl86 building on pointyhat with pkgng.
Approved by: c.petrik.sosa@gmail.com (maintainer)
Notes:
svn path=/head/; revision=305670
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
I've tested this change properly now, and I'll sit quietly in the corner
for a while.
Notes:
svn path=/head/; revision=304702
|
|
|
|
| |
Notes:
svn path=/head/; revision=304696
|
|
|
|
|
|
|
|
|
|
| |
Although gahr removed the file, the pointyhat really belongs to mi for putting
such a nasty surprise into an unrelated Makefile...
Noticed by: David Wolfskill
Notes:
svn path=/head/; revision=304695
|
|
|
|
|
|
|
| |
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
Notes:
svn path=/head/; revision=303247
|
|
|
|
|
|
|
|
|
|
| |
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.
Bump PORTREVISIONs for both.
Notes:
svn path=/head/; revision=303095
|
|
|
|
| |
Notes:
svn path=/head/; revision=301977
|
|
|
|
| |
Notes:
svn path=/head/; revision=301975
|
|
|
|
| |
Notes:
svn path=/head/; revision=301943
|
|
|
|
| |
Notes:
svn path=/head/; revision=285287
|
|
|
|
| |
Notes:
svn path=/head/; revision=276434
|
|
|
|
|
|
|
| |
- Make portlint happier
Notes:
svn path=/head/; revision=271518
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove MD5 from distinfo
PR: ports/154458
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=268548
|