Commit graph

60 commits

Author SHA1 Message Date
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
5f505ba086 - Update Tcl/Tk 8.6 to 8.6.4
Release notes: http://code.activestate.com/lists/tcl-core/14494/
2015-03-16 22:12:51 +00:00
Pietro Cerutti
f7fd063681 - Update Tcl/Tk 8.6 to 8.6.3
Release notes: http://code.activestate.com/lists/tcl-core/14265/
2014-11-15 10:43:00 +00:00
Pietro Cerutti
780f79c128 - Fix packaging
- Bump PORTREVISION

PR:		193216
Submitted by:	Alex <iakrevetko@gmail.com>
2014-09-01 13:10:58 +00:00
Sean Bruno
7fd00ed862 Remove arm restriction. This compiles for ARMv6 just fine.
Approved by:	portmgr (antoine)
2014-08-30 20:54:51 +00:00
Pietro Cerutti
a9b944817b - Update Tcl/Tk 8.6 to 8.6.2
Release notes: http://code.activestate.com/lists/tcl-core/14072/
2014-08-29 14:19:55 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Pietro Cerutti
b01c64d843 - Fix installation of stripped libraries
- Fix pkg-config file [1]

Obtained from:	upstream (http://core.tcl.tk/tcl/info/667dfe5615) [1]
2014-08-08 10:51:03 +00:00
Pietro Cerutti
799317ef18 - STAGE-clean
- Fix LICENSE
2014-02-03 09:42:04 +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
335927cf6f - Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
2013-09-20 07:32:38 +00:00
Chris Rees
37be396eca Increase the regex size limit to 1000, thus fixing libffi test suite.
Submitted by:	dim
Obtained from:	http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894
2013-06-02 15:37:23 +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
4aaccd87ee - Complete my previous commit 2013-02-06 15:36:58 +00:00
Pietro Cerutti
c5b932e75f - Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers

Feature safe:	yes
2012-11-26 22:43:25 +00:00
Pietro Cerutti
1d61cf9f57 - Do not create DATADIR when building threaded version
Reported by:	PH (via linimon)
2012-10-08 07:47:13 +00:00
Pietro Cerutti
6ae04844f3 - Fix PLIST
Reported by:	PH (via beat@)
2012-09-26 09:30:50 +00:00
Pietro Cerutti
2a07ca7ce8 - fix patch / install in tcl86-threads after update of tcl86
Reported by:	PH (via beat@)
2012-09-25 07:46:04 +00:00
Pietro Cerutti
bf9318135b - Update to 8.6.b.3
Release notes:
  http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
2012-09-19 13:11:09 +00:00
Mark Linimon
28e3778d59 Mark as broken on ARM. 2012-09-04 03:01:19 +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
4d1b93c30b Fix tcltest dependency
Reported by:	beat@FreeBSD.org
2012-08-10 12:03:39 +00:00
Martin Matuska
302a9606ff Release maintainership of Tcl/Tk ports back to pool. 2012-08-03 22:57:36 +00:00
Martin Matuska
ae02f2d961 Update to 8.6b2 2011-08-09 15:00:44 +00:00
Martin Matuska
f29f4690cb Update dependency on tcl-modules (8.5.10) 2011-06-26 09:18:21 +00:00
Martin Matuska
a9e994cf6a - Add LICENSE information
- Make portlint happier
2011-03-23 11:37:49 +00:00
Martin Matuska
f7d10b3da7 - Fix tcl-modules dependency
Reported by: QAT
2009-11-20 11:22:52 +00:00
Martin Matuska
d28eb95878 - Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-thread 2009-11-20 09:20:00 +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
b8b7cc3971 - Match modules dependency with latest tcl85 update
- Bump PORTREVISION
2009-04-26 08:02:55 +00:00
Martin Matuska
2c47fce0e6 - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modules
- Make tcl-modules a slave port of tcl85
- Fix incompatible pkg-lists of tcl85 and tcl86
- Add modules to OPTIONS
- Bump PORTREVISION
2009-03-02 23:53:17 +00:00
Martin Matuska
ebdb7b8ccd - Change the location of LATEST_LINK to make it work
- Bump PORTREVISION

PR:		ports/132241
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
2009-03-02 10:31:33 +00:00
Martin Matuska
5aea56ccbb - Unbreak if WITH_*_MAN set 2009-02-27 07:11:18 +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
400f12521a - Fix pkg-plist if manpages/demos are to be installed 2009-02-04 09:33:28 +00:00
Martin Matuska
825c0e60b2 - Add Tcl/Tk 8.6
- Take maintainership of Mk/bsd.tcl.mk
2009-02-04 08:50:50 +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
4b31ed997e - Fix COMMENT, this isn't a development version 2008-04-23 06:39:27 +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
Martin Matuska
883464b5bd - Update to 8.5.0 2007-12-29 21:38:48 +00:00
Martin Matuska
bc874c016a - Update to 8.5.b.1 2007-09-28 05:14:15 +00:00
Martin Matuska
bc66dc9395 - revert ${TR} back to tr, threaded build was broken
Approved by:	garga (mentor)
2007-06-06 13:46:46 +00:00