Commit graph

66 commits

Author SHA1 Message Date
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Pietro Cerutti
9f24ad4546 Convert more ports to USES=(tcl|tk):tea 2016-04-21 16:48:50 +00:00
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
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
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
2015-08-17 14:20:40 +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
Dmitry Marakasov
323b760c6c - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket, kwm (for gnome@ ports)
2015-01-27 21:01:58 +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
Mathieu Arnold
46cf4bcb84 Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
2014-09-18 12:31:24 +00:00
Pietro Cerutti
e0ab1f8259 - Update distinfo. A bug (OSX-only) was found after the release and the tarball
was rerolled.

PR:		193108
Submitted by:	arved
2014-08-29 10:24:14 +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
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Pietro Cerutti
fd6fc15ce7 - STAGE-clean
- Fix LICENSE
2014-02-03 10:50:30 +00:00
Baptiste Daroussin
7e5a7bfffd Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits) 2013-09-20 23:57:47 +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
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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +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
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
60e612fa55 - Fix man page
Reported by:	decke
2013-02-07 09:20:18 +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
e42e5fd3cb - Assign maintainership to tcltk@
- Trim Makefile header

Approved by:	jnagyjr1978@gmail.com (former maintainer)
2012-12-09 19:05:14 +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
Chris Rees
302cb5a711 Over to new volunteer
Submitted by:	Joseph a Nagy Jr
Feature safe:	yes
2012-10-31 13:22:17 +00:00
Eitan Adler
48443ba510 Mark ports MAKE_JOBS_SAFE after some testing. 2012-09-03 04:00:32 +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
f8f2433793 Fix OPTIONS knobs to match new options framework 2012-08-03 09:20:39 +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
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
bcb5c27f62 - Fix version string in pkgIndex.tcl
Reported by:	Daniel O'Connor <doconnor@gsoft.com.au>
2010-04-16 07:21:41 +00:00
Martin Matuska
eb75cb5cc1 - Update to 8.5.8 2009-11-20 10:00:26 +00:00
Martin Matuska
b87cd97630 - Modify COMMENT for tk84, tk85, tk86 and corresponding -thread ports 2009-11-20 09:29:49 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +00:00
Martin Matuska
1a61ba6864 - Update to 8.5.7 2009-04-26 08:01:58 +00:00
Martin Matuska
ba2bb55d1d - Unbreak install if WITH_*_MAN set
- fix pkg-plist for TZDATA in tcl85

PR:		ports/132144, ports/132147
Submitted by:	bf <bf2006a@yahoo.com>
2009-02-27 07:09:02 +00:00
Martin Matuska
a152a878b7 - Disable install of function manpages by default
- Add manual page for tclsh8.x and wish8.x
- Bump PORTREVISION
2009-02-26 14:19:53 +00:00
Martin Matuska
abd527ec14 - Update to 8.5.6 2009-01-05 13:36:05 +00:00
Martin Matuska
f7e2c0bd7b - Update to 8.5.5 2008-10-17 08:51:29 +00:00
Martin Matuska
dbb9c0b017 - Update to 8.5.4 2008-08-26 12:30:43 +00:00
Martin Matuska
ef52bfff83 - Update to 8.5.3 2008-07-23 13:36:24 +00:00
Martin Matuska
a87b3f53eb - Update to 8.5.2 2008-04-02 12:02:41 +00:00
Martin Matuska
cea7cec9d5 - Update to 8.5.1 2008-02-07 20:46:20 +00:00