1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Pietro Cerutti
1b82ba9e72 lang/tcl85, x11-toolkits/tk85: update to 8.5.19
Announcement: http://code.activestate.com/lists/tcl-core/15413/
2016-02-16 09:06:55 +00:00
Pietro Cerutti
70e4722e89 - Add a couple of symlinks needed by databases/casstcl
- Bump PORTREVISION
- While at it, make makepatch-ify
2015-06-24 07:46:58 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Pietro Cerutti
4f3e70eb4d - Update Tcl/Tk 8.5 to 8.5.18
Release notes: http://code.activestate.com/lists/tcl-core/14457/
2015-03-07 10:57:50 +00:00
Pietro Cerutti
58c07c4937 - Update Tcl/Tk 8.5 to 8.5.17
Release notes: http://code.activestate.com/lists/tcl-core/14232/
2014-11-15 10:53:29 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Pietro Cerutti
338afb2e7d - Update Tcl/Tk 8.5 to 8.5.16
Release notes: http://code.activestate.com/lists/tcl-core/14056/
2014-08-27 07:54:49 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Pietro Cerutti
ac795fefd9 - Fix PLIST with non-standard OPTIONS
PR:		188712
Submitted by:	Allen Hewes <rallenh@hotmail.com>
2014-04-28 08:17:49 +00:00
Pietro Cerutti
c55338ddb8 - STAGE-clean
- Fix LICENSE
2014-02-03 09:25:40 +00:00
Bryan Drewery
f9045f8f2b - Partial revert of r328226: These ports are not stage safe as they
install absolute symlinks pointing to the stagedir! Poudriere has
  been improved to check for this issue now.

With hat:	portmgr
Reported by:	madpilot, jpaetzel
2013-09-26 14:53:12 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Pietro Cerutti
672a7034b6 - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by:	bapt
2013-09-20 07:43:51 +00:00
Pietro Cerutti
00fac1a754 - Fix a problem that causes modules not to be found
- Bump PORTREVISION

Reported by:	Christoph Lukas <clukas@firc.de>
2013-09-20 07:07:48 +00:00
Pietro Cerutti
99252f2c22 - Update Tcl/Tk 8.5 to 8.5.15
Release notes: http://code.activestate.com/lists/tcl-core/13585/
2013-09-18 21:01:43 +00:00
Pietro Cerutti
3eb114d1a3 - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by:	bdrewery
2013-05-22 13:04:58 +00:00
Pietro Cerutti
39e480425a - Allow safe interps to use tm.tcl to locate packages. This only affects
SafeBase interps, as "raw" safe interps cannot read the filesystem.
2013-04-29 16:01:47 +00:00
Pietro Cerutti
80feea0bb3 - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where paths
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)
2013-04-18 08:20:59 +00:00
Pietro Cerutti
3b9788da01 - Update Tcl/Tk 8.5 to 8.5.14
Release notes: http://code.activestate.com/lists/tcl-core/13208/

Feature safe:	yes
2013-04-17 08:59:53 +00:00
Pietro Cerutti
2a1734cc7d - Remove BROKEN on ia64, as it's reported to build and run fine there
Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk>
2013-02-07 10:30:01 +00:00
Pietro Cerutti
02ff24a526 - Fix letf-overs
Reported by:	decke
2013-02-07 09:17:31 +00:00
Pietro Cerutti
2338dc1b3c - Add manpage-related files which didn't end up in yesterday's major Tcl/Tk
commit.
- Clean left-overs
2013-02-07 08:29:38 +00:00
Pietro Cerutti
7babc1bb95 - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0
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)
2013-02-06 15:25:57 +00:00
Pietro Cerutti
369f9eda57 - Update to Tcl/Tk 8.5.13
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
2012-12-03 08:49:58 +00:00
Brendan Fabeny
fbdcc0802c consolidate under (lower-case) tcltk@
PR:		173753 , 173767
Feature safe:	yes
2012-11-26 18:16:57 +00:00
Pietro Cerutti
e53be85051 - reassign ports to TclTk@FreeBSD.org
- 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
2012-11-26 16:30:56 +00:00
Pietro Cerutti
a6c010248e - Avoid creating unused empty directories when installing tcl-modules
Approved by:	portmgr (bapt)
Feature safe:	yes
2012-10-12 07:57:47 +00:00
Baptiste Daroussin
9fba83f6dc Do not try to delete a directory where nothing is being added by the package and
not created by the package.

This fix tcl86 building on pointyhat with pkgng.

Approved by:	c.petrik.sosa@gmail.com (maintainer)
2012-10-10 16:11:21 +00:00
Ruslan Makhmatkhanov
fdca62cdcb - pass maintainership to new volonteer
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>
2012-09-30 06:25:19 +00:00
Chris Rees
5095773ef7 Of course, files/patch-* should not be in EXTRA_PATCHES.
I've tested this change properly now, and I'll sit quietly in the corner
for a while.
2012-09-22 17:59:16 +00:00
Chris Rees
0f621ddd75 My turn for the pointyhat 2012-09-22 16:43:59 +00:00
Chris Rees
0f681b4e4e Restore files/patch-uk-locale that was removed from tcl86/files
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
2012-09-22 16:38:59 +00:00
Jimmy Olgeni
6e04db9df9 Fix tinderbox leftovers warning from r303095: do not install
lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.
2012-08-27 20:38:40 +00:00
Mikhail Teterin
4f67c9a236 Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already
submitted upstream.

Bump PORTREVISIONs for both.
2012-08-24 17:16:37 +00:00
Martin Matuska
302a9606ff Release maintainership of Tcl/Tk ports back to pool. 2012-08-03 22:57:36 +00:00
Martin Matuska
720d63d4b3 Always install tclsh and wish manual pages. 2012-08-03 22:34:53 +00:00
Martin Matuska
4138f727a8 Update tcl85/tk85 to 8.5.12 2012-08-03 09:17:41 +00:00
Martin Matuska
bb74a2c6d8 Update tcl85/tk85 to 8.5.11 2011-11-08 12:42:59 +00:00
Martin Matuska
f7ec9c85b5 Update to 8.5.10 2011-06-26 09:17:43 +00:00
Martin Matuska
a9e994cf6a - Add LICENSE information
- Make portlint happier
2011-03-23 11:37:49 +00:00
Martin Matuska
3f2d8db189 - Fix pkg-plist with TZDATA option on
- Remove MD5 from distinfo

PR:		ports/154458
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Feature safe:	yes
2011-02-02 10:58:39 +00:00
Martin Matuska
5b6716a1e7 - Unbreak build with clang
PR:		ports/152842
Submitted by:	Koop Mast <kwm@FreeBSD.org>
2010-12-09 08:48:49 +00:00
Martin Matuska
eb78d441ee - Update to 8.5.9 2010-09-17 15:04:14 +00:00
Martin Matuska
eb75cb5cc1 - Update to 8.5.8 2009-11-20 10:00:26 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Martin Matuska
3427456932 - Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.sh
- Bump PORTREVISION

Suggested by:	Karl Lehenbauer <karl@flightaware.com>
2009-06-26 06:31:27 +00:00
Pav Lucistnik
5841bec569 - Correct plist for TZDATA option
PR:		ports/135092
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout (mm; 24 days)
2009-06-24 13:24:39 +00:00
Martin Matuska
1a61ba6864 - Update to 8.5.7 2009-04-26 08:01:58 +00:00
Martin Matuska
d2c14e2c00 - do not create library dir if installing modules
Reported by:	QAT
2009-03-03 07:30:25 +00:00