Commit graph

4047 commits

Author SHA1 Message Date
itojun
3e43c7bc35 upgrade to apache 2.0.46. fixes two vulnerabilities:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
2003-05-29 01:02:27 +00:00
epg
7a8a97fbab Replace apr-devel with apr.
Add and enable subversion-base, subversion-python, and swig-python.

Add swig-build.
2003-05-25 09:54:35 +00:00
epg
6a22eeb84c This has been replaced by devel/apr. 2003-05-25 09:48:27 +00:00
epg
7428a4b684 Turn this into a meta-package for Subversion 0.23.0. Also, it
contains the infrastructure (Makefile.common, buildlink2.mk, distinfo,
and patches).
2003-05-25 09:31:28 +00:00
epg
08e1ecfdbe import subversion-python-0.23.0
This package contains the Python bindings to the Subversion libraries
and some programs that use them.  This includes cvs2svn, which
converts CVS repositories to Subversion repositories.
2003-05-25 09:09:40 +00:00
epg
d275114983 import subversion-base-0.23.0
This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the subversion-python package).  Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.
2003-05-25 09:07:46 +00:00
epg
83f108c056 import apr-0.9.1.2.0.45
This package contains apr and apr-util from the latest Apache2
distribution (currently httpd-2.0.45).  It is currently (er, currently
in a few minutes) shared between the Apache2 and Subversion packages.
2003-05-25 08:55:18 +00:00
epg
0f09b848d9 import swig-build-1.3.17
This package contains only the swig program itself and the base
definitions; it is useless alone.  You only need this package if you
are building software that uses SWIG.  You will also need a swig-LANG
package, where LANG is the language you are working with
(e.g. swig-perl, swig-python, etc.).

Still todo: import other swig runtimes, move existing swig package to
swig11 and update dependencies, and add the new swig packages to
devel/Makefile.
2003-05-25 08:52:37 +00:00
epg
3659bd85cf import swig-python-1.3.17
This is the runtime for Python bindings written with SWIG 1.3.17.
2003-05-25 08:50:07 +00:00
jmmv
059d477499 Update to 2.2.1:
Library:
        * Init gettext earlier to catch some bugs (Hidetoshi Tajima)
          Bug #99224
        * Fix search path for locale.alias. (Julio Merino) Bug #106180.
        * Fix url substitution with custom web browser command
          (Pasupathi Duraisamy) Bug #108909
        * Plug a leak in the help routines. (Kjartan)

Help converters:
        * Fix manual pages that have non-numeric filetypes such as
          open.3pm. Patch from Roderich Schupp. Bug #101440.
        * Fix crashes when feeding directories to the help converters.
          Patch from John Fleck. Bug #104056.
        * Generate help-methods.conf based on libexecdir value.
          Patch from Frédéric Crozat. Bug #91169.

Build:
        * Honor --disable-schemas-install. (Julio Merino)
        * Require newer intltool (Kjartan)

Translations:
        az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed),
        cs (Miloslav Trmac), de (Christian Neumair), el (Kostas
	Papadimas),
        es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi
	AIHANA),
        ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin
	Pit),
        ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan
	Maraas),
        pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
2003-05-25 07:58:05 +00:00
gehenna
2b4c5db885 cvsync-0.21.1
Changes:
 * Fix a well known problem to fail to update the file with the same name
   but the different type.
2003-05-25 02:39:26 +00:00
uebayasi
b66d4db5f4 Add new header files into buildlink2.mk. Toru Takamizu in PR21657. 2003-05-23 08:55:41 +00:00
jmmv
8fdb3630de Depend on startup-notification. Bump PKGREVISION to 2.
Fixes PR pkg/21601 by Benedikt Meurer.
2003-05-22 17:04:39 +00:00
jmmv
ea556403d5 Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes
a problem introduced in the 6.2alpha4 package.
2003-05-22 16:48:28 +00:00
jmmv
466195406a Update to 6.2alpha5:
- GC_invoke_finalizers could, under rare conditions, set
   GC_finalizer_mem_freed to an essentially random value.  This could
   possibly cause unbounded heap growth for long-running applications
   under some conditions.  (The bug was introduced in 6.1alpha5, and
   is not in gcc3.3.  Thanks to Ben Hutchings for finding it.)
 - Attempted to sanitize the various DLL macros.  GC_USE_DLL disappeared.
   GC_DLL is used instead.  All internal tests are now on GC_DLL.
   README.macros is now more precise about the intended meaning.
 - Include DllMain in the multithreaded win32 version only if the
   collector is actually built as a dll.  (Thanks to Mohan Embar for
   a version of the patch.)
 - Hide the cygwin threadAttach/Detach functions.  They were violating our
   namespace rules.
 - Fixed an assertion in GC_check_heap_proc.  Added GC_STATIC_ASSERT.
   (Thanks again to Ben Hutchings.)
 - Removed some obsolete definitions for Linux/PowerPC in gcconfig.h.
 - CORD_cat was not rebalancing unbalanced trees in some cases, violating
   a CORD invariant.  Also tweaked the rebalancing rule for
   CORD_cat_char_star.  (Thanks to Alexandr Petrosian for the bug report
   and patch.)
 - Added hand-coded structured exception handling support to mark.c.
   This should enable support of dynamic libraries under win32 with
   gcc-compiled code.  (Thanks to Ranjit Mathew for the patch.)
   Turned on dynamic library scanning for win32/gcc.
 - Removed some remnants of read wrapping.  (Thanks to Kenneth Schalk.)
   GC_USE_LD_WRAP ws probably broken in recent versions.
 - The build could fail on some platforms since gcconfig.h could include
   declarations mentioning ptr_t, which was not defined, e.g. when if_mach
   was built.  (Thanks to Yann Dirson for pointing this out.)  Also
   cleaned up tests for GC_PRIVATE_H in gcconfig.h a bit.
 - The GC_LOOP_ON_ABORT environment variable interfered with incremental
   collection, since the write fault handler was erroneously overridden.
   Handlers are now set up in the correct order.
 - It used to be possible to call GC_mark_thread_local_free_lists() while
   the world was not stopped during an incremental GC.  This was not safe.
   Fortunately, it was also unnecessary.  Added GC_world_stopped flag
   to avoid it.  (This caused occasional crashes in GC_set_fl_marks
   with thread local allocation and incremental GC.  This probably happened
   primarily on old, slow multiprocessors.)
 - Allowed overriding of MAX_THREADS in win32_threads.c from the build
   command line.  (Patch from Yannis Bres.)
 - Taught the IA64/linux code to determine the register backing store base from
   /proc/self/maps after checking the __libc symbol, but before guessing.
   (__libc symbols are on the endangered list, and the guess is likely to not
   always be right for 2.6 kernels.)  Restructured the code to read and parse
   /proc/self/maps so it only exists in one place (all platforms).
 - The -DUSE_PROC_FOR_LIBRARIES code was broken on Linux.  It claimed that it
   also registered the main data segment, but didn't actually do so.  (I don't
   think anyone actually uses this configuration, but ...)
 - Made another attempt to get --enablecplusplus to do the right thing.
   Since there are unavoidable problems with C programs linking against a
   dynamic library that includes C++ code, I separated out the c++ code into
   libgccpp.

Based on patch provided in PR pkg/21569 by Marc Recht.
2003-05-22 16:46:48 +00:00
abs
c9ec8a7912 Add a .Pp to slightly cleanup formatting 2003-05-22 15:36:40 +00:00
wiz
6d8b504071 Add dependency on gail. Bump PKGREVISION. Closes PR 21610 by Marc Recht. 2003-05-22 14:32:39 +00:00
wiz
5e2eed9edf Fix typo. 2003-05-22 09:07:42 +00:00
markd
5c72c48d47 Update KDE to 3.1.2.
Changes:

kdesdk:
* kbabel: Splash screen can be clicked and does not cover error messages anymore.
2003-05-22 03:03:37 +00:00
jmc
e3d39266ce The pkgconfig file has X libraries added during configure so reprocess it
after configure to make sure the right RPATH's are picked up for X. Showed
up during graphics/dia's build where no other direct X libs are referenced.
2003-05-20 04:00:16 +00:00
mjl
59ce60dce0 Update p5-Date-Manip to 5.40
Bug fix release. No significant new functionality.
2003-05-19 12:21:05 +00:00
wiz
e7f76e0b64 Update to 1.7.5:
Bugs fixed in 1.7.5:
* Update install-sh's license to remove an advertising clause.
  (Debian bug #191717)
* Fix a bug introduced in 1.7.4, related to BUILT_SOURCE handling,
  that caused invalid Makefile.ins to be generated.
* Make sure AM_MAKE_INCLUDE doesn't fail when a `doit' file exists.
* New FAQ entry: renamed objects.

Bugs fixed in 1.7.4:
* Tweak the TAGS rule to support Exuberant Ctags (in addition to
  the Emacs implementation)
* Fix output of aclocal.m4 dependencies in subdirectories.
* Use `mv -f' instead of `mv' in fastdep rules.
* Upgrade mdate-sh to work on OS/2.
* Don't byte-compile elisp files when ELCFILES is set empty.
  (this documented feature was broken by 1.7.3)
* Diagnose trailing backslashes on last line of Makefile.am.
* Diagnose whitespace following trailing backslashes.
* Multiple tests are now correctly supported in DEJATOOL. (PR/388)
* Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot])
  Makefiles. (PR/389)
* `make install' will build `BUILT_SOURCES' first.
* Minor documentation fixes.
2003-05-18 13:10:57 +00:00
lukem
3bde2d93b2 Update to roundup 0.5.7. Relevant changes:
2003-05-08 0.5.7
- fixed Interval maths (sf bug 665357)
- fixed sqlite rollback/caching bug (sf bug 689383)
- fixed rdbms table update detection logic (sf bug 703297)
- fixed detection of bad date specs (sf bug 691439)
- required String properties not being flagged (thanks Ajit George)
- only look for CSV files when importing (thanks Dan Grassi)
- can now unset values in CSV editing (sf bug 704788)
- fixed rdbms email address lookup (case insensitivity)
- email file attachments added to issue files list (sf bug 711501)
- added socket timeout to attempt to prevent stuck processes (sf bug 665487)
- email registered users shouldn't be able to log in (sf bug 714673)
- handle missing addresses on users (sf bug 724537)
2003-05-18 12:02:25 +00:00
dmcmahill
8a0898fbad add and enable p5-Set-Scalar 2003-05-17 18:57:27 +00:00
dmcmahill
cd3f4ee209 import p5-Set-Scalar-1.17
Perl5 module for basic set operations.
2003-05-17 18:56:25 +00:00
gehenna
e308031ba3 0.21.0 is out.
Changes:
	* New feature: access

          It provides the way to control to allow/deny the connections.

                allow <v4addr>[/<netmask>][,<max>]
                allow <v6addr>[/<prefixlen>][,<max>]
                allow <domain>[,<max>]
                        'allow' specifies the acceptable address block and
                        the acceptable domain name. <max> means the maximum
                        connections from the address block or the domain name.
                        Even if <max> is greater than 'maxclient', the maximum
                        is restricted by the value of 'maxclient'.

                always <v4addr>[/<netmask>]
                always <v6addr>[/<prefixlen>]
                always <domain>
                        'always' specifies the acceptable address block and the
                        acceptable domain name with no restrictions. Even if
                        the number of the connections is already same as
                        'maxclient', the connection from this address block or
                        the domain name never be rejected.

                deny <v4addr>[/<netmask>]
                deny <v6addr>[/<prefixlen>]
                deny <domain>
                        'deny' specifies the unacceptable address block and the
                        unacceptable domain name. The server always rejects the
                        connection from this address block and the domain name.

        'permit' is an alias to 'allow'.
        'reject' is an alias to 'deny'.

	* Fix a bug that cvscan doesn't work if 'distfile' isn't set.

	* Experimental SOCKS5 support.

          If you want to use SOCKS5, please specify SOCKS5_TYPE.

          The following types are available:

                dante
                nec
                none (default)
2003-05-17 00:45:40 +00:00
mjl
4077ce97a9 Use real distribution site and homepage instead of mirror as noted
by the ELFsh team in private mail.
2003-05-15 07:04:21 +00:00
mjl
342e46bf64 Update p5-Config-General to 2.19
- forgot to import 'catfile' from File::Spec. Bug reported by
           various people.
         - applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de>
           which adds a search-path feature for include files.
         - adds an auto launder capability to the module which makes it
           possible to use variables read by Config::General in a
           tainted perlscript (executed with -T) for open(), backtick calls
           or something which the taintmode considers to be dangerous.
         - fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec
           will now imported explicitly.
         - fixed warning about double my'ed variable $dummi, changed it
           to undef because it was unused anyway.
         - added File::Spec support which makes the modules more portable
         - fixes a bug in the Interpolate.pm submodule. A second variable,
           when immediately following the first, did not get interpolated,
           i.e. ${var1}${var2}.
2003-05-14 14:44:32 +00:00
jmc
a5eab2dc75 Buildlinkify w. readline support and patch so all NetBSD instances of
readline will work.
2003-05-12 21:27:10 +00:00
abs
1cadaabebc Update to 0.41:
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
2003-05-12 11:05:48 +00:00
jmc
17e95842a7 Bump PKGREVISION and add option to make shared libraries out of avcall
and callback. This is needed for GNUStep as it links against these libraries
with it's shared lib. Only tested/enabled on powerpc right now as it's the
only platform I've seen stumble across this (x86 isn't affected due to
differing reloc type restrictions in code/libraries).
2003-05-11 07:12:49 +00:00
jmmv
6a552d9e80 Link header files in two different places, as many programs search them
in include/ rather than include/gc/.

When boehm-gc 6.2 is out, this should be removed, fixing the package to
install things in both places as intended (removing patch-af), bumping
the version in this buildlink and bumping revisions for all packages
using this one.

As discussed with wiz@.  Fixes pkg/21521 by charlie at rubberduck.com.
2003-05-10 19:26:57 +00:00
jtb
7d9fa5a067 Update to 1.4.5.2.
This version fixes some serious bugs in version 1.4.5 and includes the
following relevant changes:

* Fixed error in B-tree deletion routine which could cause groups to be
  corrupted when objects are removed from them.
* Fixed error in file space freeing code which could cause metadata to
  fail to be written to the file.
* Fixed error in library when configured with --enable-debug=all.
* Added a -force option to h5redeploy.
* When using gcc 3.x, we use -std=gnu99 instead of -ansi for compiling.
2003-05-09 23:58:51 +00:00
jmmv
1a1fbdeba7 Package tools support the "alpha" suffix properly to compare versions, so
set boehm-gc's version to 6.2alpha4 instead of 6.1.994.  Thanks, agc@.
2003-05-09 14:17:46 +00:00
jmmv
367e68568c Add patch missed during update to 6.2alpha4. 2003-05-09 12:57:19 +00:00
jmmv
ef2fc0f967 Update to 6.2alpha4. The package version is set to 6.1.994 so that future
version checking will be correct when 6.2 final is out.

Changes since 6.1:
 - Guard the test for GC_DUMP_REGULARLY in misc.c with
   "#ifndef NO_DEBUGGING".  Otherwise it fails to build with NO_DEBUGGING
   defined.  (Thanks to Manuel Serrano.)
 - Message about retrying suspend signals was incorrectly generated even when
   flag was not set.
 - Cleaned up MACOSX/NEXT root registration code.  There was apparently a
   separate ifdef case in GC_register_data_segments() for no reason.
 - Removed MPROTECT_VDB for MACOSX port, based on one negative report.
 - Arrange for gc.h and friends to be correctly installed with GNU-style
   "make install".
 - Enable the GNU-style build facility include C++ support in the library
   with --enable-cplusplus. (Thanks to Thomas Maier for some of the patch.)
 - Mark from GC_thread_key in linux_threads.c, in case that's allocated
   from the garbage collected heap, as it is with our own thread-specific
   storage implementation.  (Thanks to Jeff Sturm.)
 - Mark all free list header blocks if they are heap allocated.  This avoids
   some unnecessary tracing.  And it remains correct if we clear the
   root set. (Thanks to Jeff Sturm for identifying the bug.)
 - Improved S390/Linux support.  Add S390/Linux 64-bit support.  (Thanks
   to Ulrich Weigand.)
 - Corrected the spelling of GC_{M,C}ALLOC_EXPLICTLY_TYPED to
   GC_{M,C}ALLOC_EXPLICITLY_TYPED in gc_typed.h.  This is technically
   an interface change.  Based on the fact that nobody reported this,
   I suspect/hope there were no clients.
 - Cleaned up gc_typed.h so that (1) it adds an extern "C" declaration
   when appropriate, (2) doesn't generate references to undefined internal
   macros, and (3) allows easier manual construction of descriptors.
 - Close the file descriptor used by GC_print_address_map().
 - Set the "close-on-exec" bit for various file descriptors maintained
   for the collector's internal use.
 - Added a hack to find memory segments owned by the system allocator
   under win32.  Based on my tests, this tends to eventually find all
   segments, though it may take a while.  There appear to be cleaner,
   but slower solutions under NT/XP.  But they rely on an API that's
   unsupported under 9X.
 - Changed Linux PowerPC stack finding to LINUX_STACKBOTTOM.  (Thanks
   to Akira Tagoh for pointing out that HEURISTIC1 doesn't work on
   64-bit kernels.)
 - Added GC_set_free_space_divisor to avoid some Windows dll issues.
 - Added FIXUP_POINTER, POINTER_SHIFT, POINTER_MASK to allow preprocessing
   of candidate pointers for tagging, etc.
 - Always lock around GC_notify_full_gc().  Simplified code for
   invoking GC_notify_full_gc().
 - Changed the way DATASTART is defined on FreeBSD to be robust against
   an unmapped page after etext.  (Thanks to Hironori Sakamoto for
   tracking down the intermittent failure.)
 - Made GC_enable() and GC_disable() official.  Deprecated direct update
   of GC_dont_gc.  Changed GC_gcollect to be a noop when garbage collection
   is disabled.
 - Call GC_register_dynamic_libraries before stopping the world on Linux,
   in order to avoid a potential deadlock due to the dl_iterate_phdr lock.
 - Introduced a more general mechanism for platform-dependent code to
   decide whether the main data segment should be handled separately
   from dynamic libraries, or registered by GC_register_dynamic_libraries.
   The latter is more reliable and easier on Linux with dl_iterate_phdr.

Changes since 6.2alpha1:
 - Fixed the completely broken FreeBSD code in 6.2alpha1.  (Thanks to
   Hironori Sakamoto for the patch.)
 - Changed IRIX reference in dbg_mlc.c to IRIX5. (Thanks to Marcus Herbert.)
 - Attempted to work around the problems with .S filenames and the SGI
   compiler.  (Reported by several people. Untested.)
 - Worked around an HP/UX make issue with the GNU-style build process.
 - Fixed the --enable-cplusplus build machinery to allow builds without
   a C++ compiler.  (That was always the intent ...)
 - Changed the debugging allocation macros to explicitly pass the return
   address for Linux and XXXBSD on hardware for which we can't get stack
   traces.  Use __builtin_return_address(0) to generate it when possible.
   Some of the configuration work was cleaned up (good) and moved to gc.h
   (bad, but necessary).  This should make leak detection more useful
   on a number of platforms.  (Thanks to Fabian Thylman for the suggestion.)
 - Fixed compilation problems in dbg_mlc.c with GC_ADD_CALLER.
 - Bumped revision number for dynamic library.

Changes since 6.2alpha2:
 - Don't include execinfo.h in os_dep.c when it's not needed, and may not exist.

Changes since 6.2alpha3:
 - Use LINUX_STACKBOTTOM for >= glibc2.2 on Linux/MIPS.  (See Debian bug
   # 177204)
 - Integrated Jeff Sturm and Jesse Rosenstock's MACOSX threads patches.
 - Integrated Grzegorz Jakacki's substantial GNU build patch.  "Make dist"
   should now work for the GNU build process.  Documentation files
   are installed under share/gc.
 - Tweaked gc_cpp.h to again support the Borland compiler.  (Thanks to
   Rene Girard for pointing out the problems.)
 - Updated BCC_MAKEFILE (thanks to Rene Girard).
 - Added GC_ASSERT check for minimum thread stack size.
 - Added --enable-gc-assertions.
 - Added some web documentation to the distribution.  Updated it in the
   process.
 - Separate gc_conf_macros.h from gc.h.
 - Added generic GC_THREADS client-defined macro to set the appropriate
   GC_XXX_THREADS internal macro.  (gc_config_macros.h.)
 - Add debugging versions of _ignore_off_page allocation primitves.
 - Moved declarations of GC_make_closure and GC_debug_invoke_finalizer
   from gc.h to gc_priv.h.
 - Reset GC_fail_count even if only a small allocation succeeds.
 - Integrated Brian Alliet's patch for dynamic library support on Darwin.
 - gc_cpp.h's gc_cleanup destructor called GC_REGISTER_FINALIZER_IGNORE_SELF
   when it should have called the lower case version, since it was
   explicitly computing a base pointer.
2003-05-09 12:53:26 +00:00
martti
2941dad045 Updated distcc to 2.2
* If $DISTCC_HOSTS is not set, the host list is taken from from
  ~/.distcc/hosts, if that exists, or otherwise $sysconfdir/distcc/hosts.

* Add --listen option to distccd, to control which IP address is
  used to listen for connections.  May be useful for access
  control on dual-homed machines.
2003-05-09 08:43:10 +00:00
martti
265d55a260 Updated distcc to 2.0.1
* lots of bug fixes
2003-05-09 08:03:24 +00:00
martti
197ae29fda Updated doxygen to 1.3
* translation updates
* lots of bug fixes
2003-05-09 08:02:44 +00:00
gehenna
2f2736bdc0 cvsync 0.20.2
Changes:
* New feature: distfile

  It provides the flexible way to distribute files.

        allow, upgrade <pattern>
                Distribute files which matches the pattern.
        deny, omitany <pattern>
                Don't distribute files which matches the pattern.
2003-05-08 15:40:39 +00:00
salo
d936c4c9d7 Add SDLmm. 2003-05-07 13:53:37 +00:00
salo
d1ebf45b0e Import of SDLmm-0.1.8: C++ Wrapper for the Simple DirectMedia Layer.
SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is
a generic API that provides low level access to audio, keyboard, mouse,
joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple
platforms.

SDLmm aims to stay as close as possible to the C API while taking advantage
of native C++ features like object orientation.  We will also aim at being
platform independent as much as possible.

Package submitted by Juan RP via pkgsrc-wip.
2003-05-07 13:52:21 +00:00
dmcmahill
3db1114222 add and enable cmake 2003-05-07 11:57:35 +00:00
dmcmahill
64ae3e3428 import cmake-1.6.6
CMake is an extensible, open-source system that manages the build
process in an operating system and compiler independent manner. Unlike
many cross-platform systems, CMake is designed to be used in
conjunction with the native build environment. Simple configuration
files placed in each source directory (called CMakeLists.txt files)
are used to generate standard build files (e.g., makefiles on Unix and
projects/workspaces in Windows MSVC) which are used in the usual
way. CMake can compile source code, create libraries, generate
wrappers, and build executables in arbitrary combinations. CMake
supports in-place and out-of-place builds, and can therefore support
multiple builds from a single source tree. CMake also supports static
and dynamic library builds.  Another nice feature of CMake is that it
generates a cache file that is designed to be used with a graphical
editor.  For example, when CMake runs, it locates include files,
libraries, and executable, and may encounter optional build
directives. This information is gathered into the cache, which may be
changed by the user prior to the generation of the native build files.
2003-05-07 11:55:03 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmc
891d57d2fd Patch for infodir in one more place so this avoids PREFIX/share/info 2003-05-06 13:15:05 +00:00
grant
03b370c3bd work around the possibility of the configure script being re-run in
the build target by forcing LIBTOOL=libtool (instead of ./libtool).
2003-05-06 13:08:37 +00:00
rh
4194c5fbe1 Add and enable ProjectCenter 2003-05-06 06:49:52 +00:00
rh
4a90aa640a Initial import of ProjectCenter-0.3.2, an Integrated Developement
Environment for GNUstep.
2003-05-06 06:49:16 +00:00
rh
e04ee0184d Add GNUSTEP_HOST_OS to PLIST_SUBST. 2003-05-06 05:39:19 +00:00