1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Thomas Gellekum
fb138702b4 Makefile: Add NO_LATEST_LINK.
patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed
	when you have more than one version of Python on your machine.
2000-09-08 11:56:11 +00:00
Thomas Gellekum
0221fd2063 Don't create group-writable directories.
Submitted by:	jedgar
2000-08-14 12:36:05 +00:00
Thomas Gellekum
bd60810ce7 Fix building modules on -current.
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-17 07:38:02 +00:00
Thomas Gellekum
548805770e Fix packaging on -current. 2000-03-24 09:17:27 +00:00
Thomas Gellekum
a5476164ef Link against libxpg4.
Submitted by:	foxfair

Promote LDFLAGS in the installed setup.
1999-10-27 09:47:23 +00:00
Thomas Gellekum
60607b2053 Use `read -e', so makesetup groks continuation lines.
PR:		13276
Submitted by:	Randall Hopper <aa8vb@ipass.net>
1999-08-23 12:00:46 +00:00
Thomas Gellekum
992725797a Add the SHA module to the build. 1999-07-28 07:54:24 +00:00
Thomas Gellekum
1722c439ae Link some modules against libmytinfo to pick up a working tputs().
Noticed by:	Klaus-Jürgen Wolf <kjwolf@online.de>
1999-06-18 11:42:21 +00:00
Thomas Gellekum
a7ec9960d9 Enable the parser module.
Submitted by:	nectar
1999-05-21 07:06:06 +00:00
Vanilla I. Shu
a35dd2ed8b Add a patch for 4.0current. 1999-05-10 16:11:45 +00:00
Jacques Vidrine
b1860f81da * Update python 1.5.1 -> 1.5.2
* Remove python-beta
1999-04-21 05:56:27 +00:00
Thomas Gellekum
2d5b8efd45 Activate some modules needed for zope (www.zope.com).
Submitted by:	jkoshy
1999-03-10 17:17:22 +00:00
Jacques Vidrine
cf8062d47d Moving patch-ac to patch-ab, because patch-ab is where the
real history can be found.  I wasn't able to commit it
properly earlier due to a bogon in the repository.
1999-02-22 22:53:01 +00:00
Jacques Vidrine
f21d8205f6 Fix for building/packaging on FreeBSD 4.x. 1999-02-22 19:06:07 +00:00
Peter Hawkins
c6c926d903 upgrade to 1.5.2b1 (fixes build problem along the way) 1999-02-16 13:59:42 +00:00
Thomas Gellekum
7e62a3c426 Support dynamic loading of modules in an ELF world.
Submitted by:	Vladimir Kushnir <kushn@mail.kar.net>
1998-10-06 06:49:13 +00:00
Thomas Gellekum
be73fc6e37 Add new official patches and activate the dl module. 1998-04-29 07:15:42 +00:00
Thomas Gellekum
69dc0df901 Upgrade to 1.5.1. 1998-04-15 07:35:49 +00:00
Thomas Gellekum
006ffd57de Use tk80, not an unsupported alpha version of tk81.
Include locale module.
1998-02-27 10:21:35 +00:00
Thomas Gellekum
730f12c042 Remove patch-ab to follow latest changes in libc_r. 1998-01-19 08:39:59 +00:00
Thomas Gellekum
dccefb8a4b Make python work with threads again. Looks like our libc_r implements
an older draft of the pthread standard.
1998-01-07 08:32:54 +00:00
Thomas Gellekum
9d49792924 Upgrade to 1.5. 1998-01-06 08:03:13 +00:00
Thomas Gellekum
3876bae11f Use an option to disable the Tk extension (WITH_TK). Don't use
libc_r if we're not building the thread module. Respect options
given in the environment.

The defaults (build with Tk and thread support) don't change.
1997-11-24 15:12:44 +00:00
Thomas Gellekum
8f042a171a Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST. 1997-08-29 07:04:27 +00:00
Thomas Gellekum
84dd2a8a1b Fix tk-4.1 dependency. While I'm here, add libreadline support. 1997-08-06 06:40:31 +00:00
Thomas Gellekum
5866f48b31 Some reorganization of this port:
- build some modules as shared objects, reducing the interpreter's
  size and removing the dependency on tix
- install shared objects in lib
- remove version number from OS-dependent script dir

A new port of PyTix will follow shortly.
1997-05-14 07:35:22 +00:00
Thomas Gellekum
e69c533945 Simplify patch. 1997-05-05 13:48:19 +00:00
Thomas Gellekum
bc5fedabf8 Clean up some left-over from FreeBSD-2.0 days. 1997-05-05 12:30:24 +00:00
Thomas Gellekum
fb75e8f866 Add NumPy to default search path. 1997-05-05 12:29:45 +00:00
Thomas Gellekum
77f3c73aa7 Use new libtix. 1997-02-21 14:57:02 +00:00
Thomas Gellekum
a80debf805 Install config.h, so compiling extensions from C sources
actually works.
1997-02-06 13:11:20 +00:00
Thomas Gellekum
1af0ec6bf0 Compile in the PyTix extensions, now that we have Tix.
Change MAINTAINER from jkh to tg. OK'd by: Jordan.
1997-01-02 10:03:00 +00:00
Jordan K. Hubbard
cacf671ae3 Update to version 1.4
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1996-11-02 19:04:54 +00:00
Jordan K. Hubbard
89ab16ba94 Upgrade this port to use the latest tcl/tk.
Patches Submitted by:	Soren Dayton <soren@ambiguity.i-2.com>
1996-05-11 23:34:24 +00:00
Jordan K. Hubbard
6534821fdb Update to Python 1.3
Submitted by:	tg
1996-01-18 10:18:54 +00:00
Jordan K. Hubbard
21daa105db Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by:	Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-11-25 18:07:59 +00:00
Jordan K. Hubbard
9b2f64d776 The Python programming language. 1995-08-08 22:09:07 +00:00