Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fix bulk building and PR 12746.
|
|
|
|
a cweb binary package is installed. This fixes the i386 bulk build
problem for emulators/mmix where TeX couldn't find cwebmac.tex.
|
|
by Masao Uebayashi.
|
|
configure-time. There are rules to build them (different from what
configure would do) in the Makefile, they just use gmake-specific
syntax.
Bumped version to 1.0.2nb1 on general principles, but AFAIK nothing
currently in pkgsrc is badly affected by the behavior of the 1.0.2
package, so I'm not updating any DEPENDS.
|
|
mostly changes for MacOS X builds. No changes for NetBSD.)
|
|
changes to support MacOS X and virtually no changes for NetBSD.)
|
|
changes mostly to support Mac OS and shouldn't be different for NetBSD.)
|
|
Changes are bugfixes and support for more languages and zones.
|
|
|
|
This package was provided by Shelby <snoonan@vmlabs.com> in PR 12489.
Modified slightly by myself to put the documentation in the correct
directory, and to use mkdep, ignoring any errors.
eXdbm provides configuration database routines for the eXode environment
|
|
|
|
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com)
MemMgr is a fairly trivial memory management library. There
is little it does that cannot be done using routines in the
C library. (In fact, allocation and disposal is implemented
using C library routines.) The purposes of MemMgr are two-
fold.
(i) Minimize configuration burden on applications that
dynamically allocate memory. For instance, malloc() on
some systems returns a char pointer; on others it
returns a void pointer. The MemMgr library routines
encapsulate system-specific configuration differences
and exports a fixed interface which is system-indepen-
dent. Once you compile and install it, you just use it
without thinking about whether your UNIX is System V or
BSD inspired.
(ii) Provide two parallel sets of allocation routines which
either return NULL (for applications which want to
check) or panic (for applications which simply want to
die) on allocation failures. Panicking is implemented
using the ETM library, which introduces a dependency on
the ETM distribution. So be it. I use ETM for all my
programs anyway
|
|
|
|
Provided in PR 12580 by Ben Collver (collver@linuxfreemail.com)
Exception and Termination Manager (ETM), a simple(-minded) library to manage
exceptional conditions that arise during program execution, and to provide
for orderly program shutdown.
|
|
|
|
Provided in PR 12582 by Ben Collver (collver@linuxfreemail.com).
This library provides a consistent interface across systems to
operations that tend to vary in ugly ways for different UNIX systems,
such as file locking and directory reading.
|
|
|
|
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com)
libts provides source and documentation for a library implementing a
simple token scanner.
|
|
sites which gives us a German mirror site again.
|
|
the same size as sizeof(int).
|
|
|
|
|
|
|
|
Changes made from 3.0.3 to 3.0.4:
1. Fixed bug: ELSE statement with an if-construct name gave
parse error. This bug was introduced in version 3.0.0.
|
|
|
|
applications in C or C++. It is free software. The PRC-Tools
package includes patched versions of the GNU packages GCC, binutils,
and gdb, along with various post-linker tools to produce Palm OS .PRC
files.
Supplied by Dieter Baron.
|
|
|
|
from pkg/DESCR:
tmake is an easy-to-use tool from Trolltech to create and maintain
makefiles for software projects. It can be a painful task to manage
makefiles manually, especially if you develop for more than one platform
or use more than one compiler. tmake automates and streamlines this
process and lets you spend your valuable time on writing code, not
makefiles.
Our main motivation for developing tmake was that we spent far too much
time maintaining makefiles for Qt,
our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix,
Microsoft Windows, and around 15 different C++ compilers. We looked at
GNU autoconf, but it was Unix-specific and not flexible enough in our
opinion. Our makefile system also had to deal with Qt meta object compiler
(moc) issues. The moc program extracts meta information from C++ files and
generates a C++ file with data tables etc. It takes extra work to add
makefile rules for the moc and wanted to automate this task.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed build problem that was caused by a suspected bug in yacc
|
|
Fixed build problem that was caused by a suspected bug in yacc
|
|
the c compiler.
|
|
happy and fixes build problems.
Noted in recent i386 bulk build.
|
|
|
|
gettext-0.10.35 and older versions installed.
|
|
|
|
|
|
|
|
|
|
|
|
executables with libm when truly necessary. Add sparc64 and powerpc support.
Determine endianness at compile time rather than at configuration.
|
|
|
|
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>
|