1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
John Marino
e37d39a111 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:34:03 +00:00
Pietro Cerutti
44ed15c688 - Chase compiler warnings
PR:		192370
Submitted by:	gahr
Approved by:	maintainer (timeout > 2 months)
2014-10-07 12:45:02 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Mikhail Teterin
b6dd14d4c8 Fix the string-test to match today's 8.5 error-messages. 2014-08-02 01:00:04 +00:00
Mikhail Teterin
a4d1570b48 After a lively discussion with Tcl developers, fix the TclX
profile-code to use the official API-calls instead of modifying
Tcl's internal data-structures directly.

The profile command now works again. Will try to have the change
committed upstream.
2014-08-02 00:39:42 +00:00
Mikhail Teterin
9902a9a0fb Upgrade from 8.4 to 8.4.1. The "profile" functionality
remains completely broken, when compiled against Tcl-8.6

Fix the bundled self-tests.

PR:		192287
Submitted by:	gahr
2014-08-01 21:09:00 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
fcede2386c Rename lang/ patch-xy patches to reflect the files they modify. 2014-07-28 22:18:41 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Pietro Cerutti
7cc8a2c56c - Fix LDCONFIG 2014-02-21 16:57:01 +00:00
Pietro Cerutti
015b1983c4 - STAGE-clean
- Respect PREFIX

PR:		186302
Submitted by:	gahr
Approved by:	maintainer (timeout)
2014-02-14 15:33: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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pietro Cerutti
0d76172981 - Remove a comment, left-over of my tests 2013-04-23 11:56:21 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Martin Wilke
4f75fb3d72 - Disable temporary regression test for tinderbox and pointyhat
With hat:	portmgr
2013-03-25 01:52:06 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Mikhail Teterin
c6396e2073 Use 83+ instead "yes" for USE_TCL. Somewhat counterintuitively, "yes"
means 85, which may not be, what the user wants...
2009-12-08 06:15:34 +00:00
Mikhail Teterin
8d600412e6 Better handle differences in the set of help-pages.
Chase the lang/tcl85's decision to install man1/tclsh8.5.1 instead of
man1/tclsh.1 -- now, when we can't find a man-page foo, we try looking
for foo$tcl_version.

PR:	ports/140978
Submitted by:	olli hauer
2009-11-30 01:47:22 +00:00
Mikhail Teterin
73c9f9f317 Bump PORTREVISION... 2009-11-27 07:35:40 +00:00
Mikhail Teterin
1715da13ad Allow building against any Tcl, rather than limit to 8.4. Both 8.3
should now work properly.

Add patch to fix profiling on 8.5 AND whenever the system has been up
for more than 25 days -- the latter used to overflow the clock_t-sized
variables, because TclX uses these 31-bit values to store milliseconds.

Use the proper method to obtain CLK_TCK -- if only on FreeBSD.
2009-11-27 07:34:35 +00:00
Mikhail Teterin
5e0d5ae9a4 Add a patch obtained from the Internet, that adds access to getsid() and
setsid() to TclX scripts.
2009-11-27 07:27:46 +00:00
Mikhail Teterin
801bfa323d Chase various changes in wording and formatting in Tcl-8.5, that caused
gratuitous failures in TclX' self-tests.
2009-11-27 07:23:29 +00:00
Mikhail Teterin
41d0e46ca3 At some point a change in Tcl's core (in both 8.5 and 8.4) resulted
in an unintended call to write ZERO bytes to any descriptor, that was
opened for writing, when closing it.

When the descriptor belongs to a pipe, with its other end closed -- such
as when the started process has exited, doing so results in a SIGPIPE.
Tcl's core ignores SIGPIPEs, but TclX' self-tests didn't and began to
fail.

The bug should now be fixed in Tcl, but this patch is needed for TclX to
pass its own tests even when using the uncorrected version of Tcl.
2009-11-27 07:20:34 +00:00
Mikhail Teterin
07bce9b958 Make TclX compilable against Tcl-8.6. Doing so is still a bad idea,
because some things (especially -- profiling) break at run time.
2009-11-27 07:14:43 +00:00
Mikhail Teterin
c411bdd4fc Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD.

Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.

Notified by:	miwi
2009-11-27 07:11:36 +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
Mikhail Teterin
68843e150e Ubreak by making the port check for availability of Tcl's man-pages.
Tcl-8.4 does not install those by default any more...

Approved by:	portmgr (erwin)
PR:	ports/133555
2009-04-21 07:52:35 +00:00
Pav Lucistnik
dabbbb8ff6 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-03-16 23:06:14 +00:00
Martin Matuska
89296dc798 - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl 2009-02-14 14:49:40 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Mikhail Teterin
3b6a9fa3c8 Work-around the deficiencies in FreeBSD package-building cluster,
which causes the regression-tests to fail by disabling the regression
tests.

Unbreak -- the build was never "broken" for the usual (non-jail)
systems.
2007-05-02 19:57:58 +00:00
Kris Kennaway
f54bbf38d6 BROKEN: Regression tests fail 2007-05-02 19:36:18 +00:00
Thierry Thomas
42a25c90d5 Also bump PORTREVISION.
Suggested by:	pav
2007-03-30 07:57:26 +00:00
Thierry Thomas
46eea3c6d2 Also define USE_TCL. This fixes devel/tcl-neo.
Approved by:	mi (maintainer)
2007-03-30 07:37:20 +00:00
Thierry Thomas
d3f0ec5007 - Fix a breakage caused by revision v 1.91 of ports/lang/tcl84/Makefile
- Switch to USE_TCL

- s/INSTALLS_SHLIB/USE_LDCONFIG/

- Support tcl84-thread

- Fix tclsh detection in configure

- Pet portlint.

Note: this port is still broken, because a test is failing, and tests
are part of the all target.

PR:		ports/110805
Submitted by:	/me
Approved by:	mi (excepted the move of tests to a regression-test target)
2007-03-26 17:11:37 +00:00
Mikhail Teterin
ad82eb27b8 Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits,
however insignificant they were, are now removed completely, for
example. No TclX enabled executable is built/installed either -- a Tcl
script is expected to load the Tclx package via the "package require
Tclx" only.

The changes to port add the handling of SIGINFO (made possible by the
recent fix-up of lang/tcl84), running the authors' test-target as part
of the build, and skipping building/installing of help files in the
NOPORTDOCS case.

The devel/tcl-neo is the only dependant port of tclX and is updated to
depend on the new version.
2006-06-27 23:23:20 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Mikhail Teterin
165f6db348 Try to make the vendor's tests run smoothly. Fail, but in the process
eliminate all warnings (on i386) and const-ify the KeyedList-API and
others (patch-warnings grew up).

Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS).

Bump PORTREVISION again.
2005-07-19 03:46:27 +00:00
Mikhail Teterin
32735640de Unbreak the manual pages installation and help file generation:
. when parsing man-files, do not choke on files
	  containing '.so man.macros';
	. be ready for the .bz2 man-pages;
	. do not use vendor's install-doc target at all -- install
	  the vendor's manual pages in post-install and declare
	  MLINKS to have bsd.port.mk do the Right Thing (TM) --
	  links instead of copies of the manual pages.

This may even work now :-)
2005-07-18 23:58:37 +00:00
Sergey Matveychuk
a9cd9a1323 - Unbreak the port to find out what wrong with pkg-list is. 2005-07-14 07:09:01 +00:00
Kris Kennaway
0b66cb1f1b BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 22:11:05 +00:00
David Schultz
3e878728b6 Remove more copies of Tcl's SunOS shared library hack.
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:

  2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
          *** POTENTIAL INCOMPATIBILITY ***

The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.

  extern int matherr();
  int *tclDummyMathPtr = (int *) matherr;

The build problems were pointed out by Kris, as usual.  ;-)
2005-02-20 00:29:40 +00:00
Mikhail Teterin
fa4e49a46a Remove memory.n from the list of manual pages. It is installed by the
TCL itself.

Reported by:	kris	(and pointyhat)
Approved by:	portmgr	(kris)
2005-01-07 09:38:31 +00:00
Mikhail Teterin
6a938a08a8 Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.
Some others remain -- not all are fixed in the Tcl itself.
2004-04-05 21:18:14 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mikhail Teterin
ea7679addd Be sure -fPIC is used on Sparc64. 2003-06-02 20:08:36 +00:00
Mikhail Teterin
8e00a28fcb A minor improvement to allow using another Tcl version. 8.3 remains the
default.
2003-05-17 15:37:32 +00:00