| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
running Scheme programming.
PR: ports/58471
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
|
|
| |
o Patch updated mostly to prepare for later use of SLIB.
PR: ports/58550
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
| |
PR: ports/58704
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
|
|
|
| |
o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.
PR: ports/58617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
|
|
|
|
|
| |
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
|
|
|
|
| |
one as a replacement. Noticed by: Oliver Eikemeier.
|
|
|
|
|
|
|
|
| |
target runtime problems occur.
* Bumb PORTREVISION accordingly.
* Mark (temporary) BROKEN on -current. This seems to be a gcc3 issue.
Pointed out by: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
|
|
|
|
| |
should be.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
without PERL_CONFIGURE trickery), the interaction of 5.8.1's MakeMaker
and BSDPAN can lead to parts of perl-using ports to be installed to
/lib, which is bad. Fix that.
Reported by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
| |
Reported by: Neil Darlow <neil@darlow.co.uk>, Nicola Tiling <nti@w4w.net>
|
|
|
|
| |
Approved by: krion (implicit)
|
| |
|
| |
|
| |
|
|
|
|
| |
lovely ancient code.
|
|
|
|
|
|
|
|
|
|
| |
Also:
Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by
default, unless threaded perl is built, to improve performance.
Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW.
Many thanks to foxfair who prepared most of this update.
|
| |
|
|
|
|
|
|
| |
FreeBSD only provides the __fpsetreg() used by the following two
for the GNU Compiler. When using, say, Intel's icc they break.
Submitted by: root@celsius.bychok.com
|
|
|
|
|
|
|
|
| |
Reported by: bento (kris)
- Reword COMMENT to avoid truncation by pkg_info(1)
Approved by: krion (implicit)
|
| |
|
|
|
|
|
|
| |
2) change ignore message provided by Intel
Suggestion by: netchild and Marius Strobl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
Author: Laurent G. Bercot <ska-skaware@skarnet.org>
WWW: http://www.skarnet.org/software/execline/
Approved by: krion (implicit)
|
|
|
|
|
|
|
| |
- Remove obsolete WWW: line
PR: 58447
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
|
|
|
|
| |
- Don't extract ia64 RPMs [2]
- Fix bug on some 4.7 systems [3]
Noticed by: mi [1]
Suggested by: mi [2]
Tested by: Clint Olsen <clint@0lsen.net>
|
|
|
|
| |
problems.
|
|
|
|
|
|
|
| |
because it does not point the most recent version of each from
ports/Mk/bsd.python.mk 1.38.
Reported by: Andy Fawcett <andy@athame.co.uk>
|
| |
|
|
|
|
| |
to the pkg-plist, add README and NOTICE to the pkg-plist.
|
|
|
|
| |
Agreed to by: obrien
|
|
|
|
|
|
|
| |
but disable the note on WITH_BOUNDSCHECKING as even these have not been
updated for GCC 3.3.2 yet.
Noticed by: trevor
|
|
|
|
|
|
|
|
| |
1993 (!). It only works on i386 and even then only on 4.x. See
perhaps instead the project at
http://call-with-current-continuation.org/chicken.html.
This port should be deleted in 3 months if no one steps forward to save it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use continuation->backing_store to determine if we return for the first
time from getcontext(). This avoids having to depend on non-POSIX semantics
of the Linux implementation.
* Avoid using __libc_ia64_register_backing_store_base by hardcoding the base
of the backing store. The kernel is changed to put the backing store at
this address. It's not entirely clean, but I want to avoid adding all sorts
of variables in our libc for this for now.
* Fix a genuine bug in the ia64 case: the ia64-specific fields are not
initialized. On FreeBSD this means they have garbage (= 0xd0). Call
memset() after allocation to make sure the contregs structure is properly
cleared. Since this may affect other architectures, this patch will be
ia64 only.
Submitted by: marcel
|
| |
|
|
|
|
| |
- add USE_OPENSSL
|
| |
|
| |
|
|
|
|
|
|
|
| |
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.
Submitted by: kuriyama [1]
|
|
|
|
| |
Approved by: mainatiner.
|
|
|
|
| |
Approved by: maintainer.
|
|
|
|
|
| |
Added about.html and help.html to the port.
Used DOCSDIR variable instead of hard coded paths
|
|
|
|
| |
cateogory is an oversight.
|