| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. add recognition of the BSD-specific SIGINFO signal (to be
submitted to authors);
. avoid even extracting the compat/ subdirectory for fear
of picking up a wrong declaration for a function defined
in a system library;
. force to use the system strstr() instead of building TCL's
own (from compat/strstr.c);
. similarly, use the system memmove() instead of the (identical)
bcopy;
. run the vendor's tests as part of the build -- the test failures
are not fatal, but may help investigate problems;
. fix up the two failing tests so that none currently fail on my two
test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
to authors);
. quiet down the noisy warning, triggered in the thread-case by
the re-#define of inet_ntoa() in tclUnixPort.h.
Bump PORTREVISION.
|
|
|
|
|
|
| |
PR: ports/97097
Submitted by: miwi
Approved by: maintainer timeout(1 month 18 days)
|
| |
|
|
|
|
|
| |
mf-runtime.h no longer pollutes public filename space, so we can
remove our workaround. Refresh files/java-patch-hier.
|
|
|
|
|
|
|
| |
- Bump PORTREVISION because 3 new OPTIONS are "ON" by default
PR: ports/99315
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Avoid installing the GNU license.
- Fix building on !i386.
PR: 99439
Approved by: maintainer
|
|
|
|
| |
Fix USE_LDCONFIG for non-default prefix installation.
|
|
|
|
|
| |
Submitted by: miwi
Approved by: markus (co mentor)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix USE_LDCONFIG for non-default prefix installation.
|
|
|
|
| |
does a bootstrap. libmapping the newer libs seems not to work.
|
|
|
|
|
| |
PR: ports/99334
Submitted by: Aaron Dalton <aaron@freebsd.org>
|
| |
|
| |
|
|
|
|
|
|
| |
- Replace INSTALLS_SHLIB by USE_LDCONFIG
Approved by: flz (mentor)
|
|
|
|
|
|
|
| |
PR: ports/99006
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
|
|
|
|
|
|
| |
PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
98654, 98656, 98657, 98658, 98720, 98724
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
|
|
|
| |
to reflect this
Suggested by: Vanilla I. Shu <vanilla@fatpipi.cirx.org>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/98721
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
|
| |
PR: ports/98677
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
| |
|
|
|
|
|
|
| |
PR: 91998
Approved by: netchild (maintainer)
Approved by: kan (mentor)
|
|
|
|
|
| |
PR: 99199
Submitted by: kib
|
|
|
|
| |
xemacs21-mule load path.
|
|
|
|
| |
Reported by: portscout
|
| |
|
| |
|
|
|
|
| |
Obtained from: Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net>
|
|
|
|
| |
Approved by: ahze (mentor)
|
|
|
|
| |
Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
|
|
|
|
|
| |
PR: ports/96688
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a good number of years, we noticed that there wasn't a "non-patched"
version of a csharp-mode for Emacs. There were a few, but most of them had
comments that they were "in progress" or "about to merge", but then we noticed
that those notices were there even after a couple of months.
Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we
decided to follow the rules and create one that required no patching or
modification to the core cc-mode engine (which is a good thing). So, this is
the C# mode.
WWW: http://mfgames.com/linux/csharp-mode
|
|
|
|
|
| |
PR: ports/99108
Submitted by: aaron
|
|
|
|
| |
Remove it, finally.
|
|
|
|
|
|
| |
PR: ports/98998
Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru>
Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
|
|
|
|
|
|
|
| |
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
|
|
|
|
|
|
|
|
|
| |
bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of
the various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
|
|
|
|
|
|
|
|
|
| |
ports and to bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far. [1]
Reviewed by: flz (for lang/gcc40) [1]
|
|
|
|
|
|
| |
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
|
|
|
|
|
|
| |
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz
|
|
|
|
|
| |
PR: 99045
Submitted by: Ports fury
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
most of which were added on top of a very C-like core to support better
ad-hoc scripting:
* syntax similar to ANSI C
* standard library similar to ANSI C
* automatic memory management
* runtime polymorphism
* support for exceptions
* support for anonymous functions
Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.
WWW: http://www.minimalinux.org/arena/
|