summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-09-27Work around a bug in pth that breaks a non-threaded applications that arerh6-9/+35
linked against SYSCALL_HARD versions of libpthread. Add an openapp wrapper script to ${PREFIX}bin for starting GNUstep apps Bump pkgrevision
2002-09-27USE_X11 so that GNUstep GUI applications will find X11 librariesrh2-4/+5
Bump PKGREVISION
2002-09-27Update devel/dejagnu to version 1.4.3.kristerw4-21/+24
Changes since 1.4.1 include: - New XML output option, so test results can be loaded into a database. - Support for the KFAIL/KPASS (known failures). This is mostly oriented towards GDB testing. - New tutorial chapter. - Test case builds with either libstdc++-v3 (as used by gcc-3.0.x) or the older v2.(as used by gcc-2.95.x)
2002-09-27Add proper runtime link pathrh4-6/+36
Add some missing environment variables needed by the GNUstep build system Include GNUstep binary directories in PATH Include some missing header files in buildlink list Bump PKGREVISION
2002-09-27Updated pcre to 3.9martti2-7/+6
* Bug fixes
2002-09-27Add and enable gnustep-baserh1-1/+2
2002-09-27Initial import of gnustep-base-1.5.0, the (non-graphical) Objective Crh6-0/+867
foundation library for GNUstep.
2002-09-27Add and enable gnustep-objcrh1-1/+2
2002-09-27Initial import of gnustep-objc-1.2.2, an Objective C runtime for GNUstep.rh6-0/+110
2002-09-27Add and enable gnustep-makerh1-1/+2
2002-09-27Initial import of gnustep-make-1.5.0, a set of makefiles and templates forrh6-0/+323
GNUstep development.
2002-09-27Remove duplicate blank line to make pkglint happyrh2-4/+3
2002-09-27regen (bl1 -> bl2)wiz1-2/+1
2002-09-27Add a buildlink2.mkrh1-0/+33
2002-09-27Update to 2.3.2, adjusting MASTER_SITES. From NEWS:schmonz3-11/+11
=== Release 2.1, July 10, 2002 Change to handle RCS branch tags (so this tools can work with RCS (vs CVS) repositories, too!) RCS branch tags are those with an even number of "."s. === Release 2.2, July 18, 2002 You can now choose the Perforce filetype you'd like to have ALL of your text files imported with. As long as it's "text" or "ktext" :-). See the "$TEXTTYPE" configuration item. For "developers": Added a new test/getgood script to grab the test comparision files which have changed with a "runtest -gengood". Less tedium. Made the test/phone.gif,v a binary (-kb) RCS file, so we really test that. Fixed a bug in dochanges, wherupin the command to create a symlink to the RCS archives was being created in copy mode, provided the copy did not fail. Reported by John Wong (jw at unicom.com.au). Added a new config item "DEADSTATE", for saying what RCS state value means "deleted" in Perforce. It defaults correctly for CVS, so if you're converting real CVS, you can just leave this as-it. === Release 2.3.1, July 30, 2002 Now always run p4d with an explicit p4d -r, in case the user's environment has a P4ROOT set. genmetadata now reports both the CVS file archive path and the converted file path as it processes each file. This makes it easier to tell what RCS archive file caused a problem if the file cannot be parsed properly. The scripts now use the more modern tie()/untie() database interface, instead of the older dbmopen()/dbmclose() interface. The scripts assume the presence of the DB_File (Berkeley DB 1.x) module. This means that you are no longer left to the whim of the dbm support compiled into your perl. Certain dbm implementations, notable that in recent Solaris, caused problems. If you don't have DB_File support for your perl, you'll need to find the tie() statements in the bin/* scripts, and modify them to use some dbm package that you do have on your system. $P4_DEPOT can now be set to something that doesn't start with "//depot/", and things will work properly (a new depot specification will be created in the converted database). Added README notes about conversions that merge into an existing depot. === Release 2.3.2, September 3, 2002 Add $DEPOT config item, allowing RCS archives to appear as $P4ROOT/$DEPOT/$CVS_MODULE; I.e., with $DEPOT set to "depot/IMPORT", the RCS archive files will end up under "depot/IMPORT/<modulename>/<filepath>"; With $DEPOT set to "depot", they will be, simply, "depot/<modulename>/<filepath>". This makes it easier to make later merges of subsequently imported changes easier. Changed the database open code to allow setting the size of hash buckets (allows large conversions without running out of space for hash table pages). Handle label names with '#' or '@' by substituting "_hash_" and/or "_atsym_" into the converted label name. (Thanks to Marc Tooley of Perforce Support for supplying these imporvements).
2002-09-27We want to say -L${BUILDLINK_PREFIX.gettext-lib}/lib, notjlam1-2/+2
-L${BUILDLINK_DIR}/lib, because we don't need to lie to the compiler anymore.
2002-09-26USE_JAVA should now be either "build" or "run". The default definitionschmonz1-4/+2
of WRKSRC suffices here.
2002-09-26Update to 1.3.3. From the changelog:schmonz2-5/+6
- added the 'memory reduction' patch from Baruch Even. This patch greatly reduces the memory footprint of CVSps against a large repository by using dynamically allocated buffers, and by using a tree to hold "common" strings (to avoid having a thousand copies of the string "1.1"). This patch also adds a new option '-t' which displays some memory usage statistics at the top. - added the 00-strip-revision.patch from Steven Tweedie which fixes a parsing problem when there are locked files in the repository - added the 'Tweedie Tweenie' patch from Steven Tweedie (01-stable-tree) which fixes a bug where interspersed commits could cause unstable tree behavior. This would happen especially when multiple users commit at the same time to different parts of a large tree over a slow link. - added the --norc option (based on a suggestion by Soren S. Jorvang) to handle cases where people have bad stuff in their .cvsrc which makes cvsps fail. I could have added the '-f' unconditionally to the command line for cvs when run under cvsps, but somehow that seemed dangerous.
2002-09-26Update to 0.23. No changelog available, but it seems to mainly consistjschauma2-5/+5
of more commented debugging statements ;-). A diff between 0.22 and 0.23 is available for a limited period of time at http://guinness.cs.stevens-tech.edu/~jschauma/netbsd/pedisassem.diff
2002-09-26If overriding do-build: make sure to include ${_ULIMIT_CMD}.abs1-2/+2
Fixes build breakage under sun-jdk14. PKGREVISION not bumped.
2002-09-25Update to 1.6.3.wiz3-7/+8
Changes: * Support for AM_INIT_GETTEXT([external]) * Bug fixes, including: - Fix Automake's own `make install' so it works even if `ln' doesn't. - nobase_ programs and scripts honor --program-transform correctly. - Erase configure.lineno during `make distclean'. - Erase YACC and LEX outputs during `make maintainer-clean'.
2002-09-25Update to 1.4.6.wiz4-97/+85
Changes: * Versioned install support back-ported from 1.6
2002-09-25Update to 2.54, provided by Julio Merino in PR 18354.wiz3-38/+5
* Major changes in Autoconf 2.54 -*- outline -*- ** Executables - autoreconf no longer changes the version of the gettext/po/intl support files. It now adds the files the correspond to the AM_GNU_GETTEXT_VERSION declared in configure.ac. Warning: It now relies on the 'autopoint' program, which is part of GNU gettext 0.11.4 and newer. Please note that you need to have a GNU gettext version that corresponds at least to the AM_GNU_GETTEXT_VERSION declared in configure.ac. You can upgrade to newer GNU gettext versions, though, without needing to change configure.ac. - The -I DIR or --include=DIR option now appends DIR to the include path instead of prepending; this is for consistency with other GNU tools. The new -B DIR or --prepend-include=DIR option has the old behavior. ** Macros - AC_OUTPUT Now handles all the gory details about LIBOBJS and LTLIBOBJS. Please, remove lines such as # This is necessary so that .o files in LIBOBJS are also # built via the ANSI2KNR-filtering rules. LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` and read the `AC_LIBOBJ vs LIBOBJS' section. Do not define U in your Makefiles either. - AC_CONFIG_LINKS now makes copies if it can't make links. - AC_FUNC_FNMATCH now tests only for POSIX compatibility, reverting to Autoconf 2.13 behavior. The new macro AC_FUNC_FNMATCH_GNU also tests for GNU extensions to fnmatch, and replaces fnmatch if needed. - AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling. - AC_PROG_CC_STDC is integrated into AC_PROG_CC. - AC_PROG_F77 default search no longer includes cf77 and cfg77. - New macros AC_C_BACKSLASH_A, AC_CONFIG_LIBOBJ_DIR, AC_GNU_SOURCE, AC_PROG_EGREP, AC_PROG_FGREP, AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_REALLOC, AC_TYPE_MBSTATE_T. - AC_FUNC_GETLOADAVG looks for getloadavg.c in the CONFIG_LIBOBJ_DIR. - AC_FUNC_MALLOC Now defines HAVE_MALLOC to 0 if `malloc' does not work, and asks for an AC_LIBOBJ replacement. ** Bug fixes - Spurious complaints from `m4_bmatch' about invalid regular expressions are suppressed. - Empty top_builddirs are properly handled. - AC_CHECK_MEMBER works correctly when the member is an aggregate. - AC_PATH_PROG Now colon in the optional path arguments are properly handled. ** Improved portability - Both Autoconf the package, and the scripts it produces, should run more reliably with Zsh. Bear in mind it is the default Bourne shell on Darwin. - Autoconf and the scripts it produces no longer assume the existence of the obsolescent commands egrep and fgrep. ** Documentation - Limitations of Make More of them. - GNATS The GNATS base has moved to http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf ** Misc. - config.log Now contains the list of ouput variables and files (AC_SUBST, AC_SUBST_FILES).
2002-09-25Update to 6.1, provided by Julio Merino in PR 18240.wiz6-38/+48
Changes: lots of bugfixes and improvements.
2002-09-25Fix silly bug in an utility script which wouldn't accept "gcc" if it istron2-1/+27
called "cc".
2002-09-25Update cpuflags to 0.34, the "How big is agc's mail quota" release:abs2-3/+23
Add in a reasonable set of mips cpus.
2002-09-25Convert to buildlink2. Fixes PR 18406.wiz1-2/+2
2002-09-24buildlink1 -> buildlink2seb3-31/+7
Use perl5/module.mk Get ride of a patch by passing zlib's files locations in MAKE_ENV
2002-09-24buildlink2 doesn't care about _USE_RPATH...it will do the right thing forjlam1-3/+1
each platform anyway.
2002-09-24Add and enable pvs.jschauma1-1/+2
2002-09-24Initial import of devel/pvs into pkgsrc:jschauma6-0/+1017
PVS is a verification system: that is, a specification language integrated with support tools and a theorem prover. It is intended to capture the state-of-the-art in mechanized formal methods and to be sufficiently rugged that it can be used for significant applications. For more details, please see http://pvs.csl.sri.com/ and http://pvs.csl.sri.com/overview.html This package was tested on NetBSD-1.6-i386 and Linux-i386, it might work (but might need some modification) on NetBSD-1.6-sparc and SunOS as well. For i386, NetBSD 1.6 is required -- on 1.5.x versions, it will (seemingly) install fine but not work correctly in various instances.
2002-09-24buildink1 -> buildlink2jlam1-9/+11
2002-09-24Add a buildlink2.mk for use by other packages.jlam1-0/+21
2002-09-24buildlink1 -> buildlink2jlam1-3/+6
2002-09-24buildlink1 -> buildlink2jlam1-2/+2
2002-09-24buildlink1 -> buildlink2jlam1-4/+7
2002-09-24Trivially use buildlink2jlam1-1/+2
2002-09-24Trivially use buildlink2.jlam1-1/+2
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam2-2/+4
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23Convert to buildlink2.wiz1-3/+3
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam5-9/+18
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-22Remove confusing reference to "curses library".jlam1-2/+2
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam8-19/+8
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-22*Conf.sh files don't need to be symlinked when using buildlink2.jlam1-2/+1
2002-09-21buildlink1 -> buildlink2jlam1-5/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam9-19/+19
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-09-21buildlink1 -> buildlink2jlam1-8/+9
2002-09-21buildlink1 -> buildlink2jlam4-134/+12
2002-09-21buildlink1 -> buildlink2jlam2-23/+24