summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-11-02Update distinfo for Ruby 1.8.3.taca1-4/+4
2005-11-02Fix for OpenBSD/i386.hiramatsu2-7/+20
This patch is taken from OpenBSD ports.
2005-11-01Updated libgrabstat to 0.12.rillig2-6/+6
libstatgrab 0.12 (31 July 2005) * More details added to filesystem statistics. (Patches provided by Roman Neuhauser) * Rework Linux partition detection. * Fix compile error in network stats on Linux 2.6. (Patches provided by Scott Lampert) * Change name of duplex value in network interface stats. NOTE: this minor change breaks the API. * Manual pages for saidar, statgrab and the other tools. * Fix minor typo in statgrab usage output. * Support for Solaris 10. * Support for FreeBSD 7.
2005-11-01Tim requested in PR 31974 to retire as the maintainer. The newrillig1-2/+2
maintainer is tech-pkg.
2005-11-01Update to 0.2611:wiz2-7/+6
0.2611 Mon Jun 13 22:22:53 CDT 2005 - Fix the output of an informational message that we output when changing the 'shebang line' in installable scripts. [Robin Barker] - Backported a change from the 0.27_xx branch that keeps track of any custom Module::Build subclass that might have been created in the Build.PL script, so that we can reinstantiate the right class in new_from_context(). [Requested by Jos Boumans] Same 15 test failures as 0.2610.
2005-11-01Don't build/install the catpage; removes dependency on nroff.tv2-6/+5
2005-11-01Depend on slib 3.1.2nb1, because 3.1.2 is broken (case sensitivegdt1-2/+2
symbol confusion in unix vs UNIX) and those updating guile-slib to fix problems might not realize they have to update slib as well. Suggestion from Chris Gilbert.
2005-11-01Add patch-ab and bump PKGREVISION.reed3-2/+17
This is from bootstrap for OSF1 5.1 from Sergey Svishchev in PR 31864.
2005-10-31Add source files missing in last commit.reed43-0/+7320
2005-10-31Keep the bmake source in pkgsrc/devel/bmake/files/.reed54-9/+39256
The plan is to remove the out-of-date source from bootstrap/bmake. Sources obtained from ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/. Source is kept in files/ for bootstrap purposes (to be done). Update to version bmake-20051002. Changes include: * Makefile.in (BMAKE_VERSION): bump to 20051001 support for UnixWare and some other systems, based on patches from pkgsrc/bootstrap Remove DEPENDS for mk-files (as mentioned on tech-pkg in June). Use libnbcompat. Also patch-aa is to use libnbcompat. (I chose to use patches so files would be exact from original source tarball.) And use PKGMANDIR.
2005-10-31Apply the same fix from gtar-base for Interix (makedev -> mkdev).tv2-1/+16
2005-10-31Explicitly provide "--tag=CC" to libtool. I'm not yet sure why this is atv2-1/+15
problem on Interix, but it appears that -export-symbols-regex needs it in order for the relink-at-install phase to work properly.
2005-10-31CONFIGURE_HAS_MANDIR=notv1-1/+2
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31Add conditionals to make build on Interix.tv2-7/+7
2005-10-31Of course, this does work with pkgviews....tv1-1/+3
2005-10-31+sysexitstv1-1/+2
2005-10-31sysexits-1.0: Package for a <sysexits.h> header, which is a common BSD-ismtv7-0/+207
but not included on all OS's.
2005-10-31bump PKGSREVISION for root inode search bugfix in patch-asdbj1-2/+2
2005-10-31fix logic error when searching for the root inodedbj2-1/+15
2005-10-30Add and enable intel-iscsiagc1-1/+2
2005-10-30Initial import of Intel's reference implementation of an iSCSI target (withagc23-0/+3331
a userlevel iSCSI test-quality initiator). This project is Intel Lab's software reference implementation of iSCSI. It has been tested to interoperate with the Cisco initiator, and conforms to RFC 3720. There are 3 forms of the iSCSI target that are produced: ufsdisk - standard iSCSI target ufsdisk_mmap - an mmap(2)-based iSCSI target uramdisk - a ramdisk iSCSI target and a testing-quality user-level iSCSI initiator called utest, which can exercise the targets above.
2005-10-29Fix build on Mac OS X Tiger (from DarwinPorts).epg1-1/+2
2005-10-29Set MAINTAINER to tech-pkg@NetBSD.org.epg1-2/+2
2005-10-29Update to 0.9.0, set MAINTAINER to tech-pkg@NetBSD.org.epg3-9/+18
Version 0.9.0 (released Oct 18 2005) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.9.0 User-visible changes: * 285 New: Changed license to GPL / LGPL * 68 New: commit log ctrl * 95 New: Create a bookmark editor * 249 New: Bookmark based configuration for flat view * 253 New: Expand item in tree view when selected * 258 New: Added column for log messages in Log dialog * 307 New: No prefix in path column (Flat mode) * 273 Change titlebar info to "RapidSVN - <location>" * 205 Fixed: Show log entries for copied branches * 274 Fixed: Import and Info had the same shorcut * 275 Fixed: Window Frame Positioning incorrect on restart * 303 Fixed: GUI minimized and then closed does not show GUI on restart * 286 Fixed: Detection of supported schemas doesnt work with subversion-1.2 Developer-visible changes: * 281 New (Mac): Create package directory for osx and include it in "check-version" * 276 Fixed: Compilation error in path.cpp because of missing APR_STATUS_ * 277 Fixed: Build error on wxMac because of wxString/libtoolize * 278 Fixed (Mac): autogen.sh on OSX needs 'glibtoolize' instead of 'libtoolize * 280 Fixed: configure didnt detect missing docbook-xsl * 284 Fixed (Mac): Menu flickering when list view changes * 288 Fixed: Performance while expand item in tree view * 289 Fixed: Diff working copy against BASE file * 293 Fixed: Segmentation fault in client error handling * 321 Fixed: segmentation fault in src/svncpp/context.cpp * 328 Fixed: Change MSVC project to support Subversion 1.2.3. * 329 Fixed: Add ICONV files to installer Work in progress (not completed): * 80 Remember filenames, log entries between calls * 261 Additional bookmark operations * 279 Ensure Compatibility with wxWidgets 2.6.0 * 287 Support Subversion 1.2
2005-10-29Add a Modules/Platform/DragonFly.cmake file (copied from FreeBSD.cmake).reed2-3/+9
cmake not tested on DragonFly, but did build package on DragonFly. Also hardcode "NetBSD" in PLIST instead of ${OPSYS} so deinstall works on non-NetBSD platforms. Bump PKGREVISION.
2005-10-29Reset maintainer to tech-pkg:wiz2-4/+4
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-29Update to 0.37.4: upstream release including patch-ab fixes.wiz3-32/+6
2005-10-29Add gsoap.minskim1-1/+2
2005-10-29Import gsoap from pkgsrc-wip. Packaged by Chris Wareham and Updatedminskim4-0/+45
by Mahesh Chittur. The gSOAP Web Services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++.
2005-10-28Update to 0.37.3:wiz5-12/+39
Another stack overflow has been fixed, this one reported by Sven Tantau. The stack overflow is trivially exploitable to run arbitrary code. Additionally, the Makefile.in was fixed so that "make install" does the right thing. Previously, it was not working properly, and the examples would subsequently fail to build.
2005-10-26PKGREVISION++, due to addition of patch-aa which fixes guile-slibgdt1-1/+2
installation
2005-10-26Don't include (ice-9 slib), as it is broken. This package stillgdt1-2/+3
doesn't build, but now the problem is only that slib's guile.init needs a patch. PKGREVISION++
2005-10-26Move to bugzilla 2.20adrianp6-208/+229
From the release-notes.html: What's New? New User-Interface Color/Style Higher-Level Categorization of Bugs (above "Product") Regular Reports by Email of Complex Queries ("Whining") "Environment Variable" Authentication Method User-List Drop-Down Menus Server-Side Comment Wrapping UI for Editing Priority, OS, Platform, and Severity Bugzilla Queries as RSS Choice of E-Mail Sending Methods "Large Attachment" Storage and lots of Miscellaneous Improvements See http://www.bugzilla.org/releases/2.20/release-notes.html for all the details.
2005-10-26Fix building with slib-3.1.2adam3-14/+10
2005-10-26Fix buildling guile-slibadam3-2/+19
2005-10-25update to 0.1.13drochner2-7/+7
changes: # Patch from Sudhi Herle so codeville can find modules if not installed in the standard python path # 'annotate' feature courtesy of Yoshinori K. Okuji # Patch to allow specifying changeset creation time on command line from Lele Gaifax # Rewritten command line parsing. Options can now be specified anywhere on the command line, long options are supported and there is some basic help # Rewritten history browsing code for simplicity and performance -bugfixes
2005-10-25Enabled tests through appropriate TEST_TARGET.heinz1-1/+3
2005-10-25Update to 2.15:wiz2-7/+6
Version 2.15 Minor changes to address a couple of compile problems. Version 2.14 1. Store weak references 2. Add STORABLE_attach hook.
2005-10-25Update to 0.5.20:wiz3-8/+8
* Version 0.5.20 (released 2005-10-23) ** The header file pr29.h is now installed by 'make install'. ** Translation updates. ** Update of gnulib files. ** API and ABI is backwards compatible with the previous version.
2005-10-25Update to 1.05:wiz2-7/+6
1.05 Bugfix: [cpan #13042] useless #ifdef should be #if Bugfix: [cpan #13044] make test fails when using POSIX locale
2005-10-25Update to 1.4.4:wiz5-54/+6
Version 1.4.4 - October 2005, by Gary V. Vaughan * ./configure --infodir=/usr/share/info now works correctly. * When any file named on the command line is missing exit with status 1.
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca2-5/+6
lang/ruby/rubyversion.mk changes.
2005-10-25DIST_SUBDIR not "ruby/" any longer -- remove it from distinfo too.wiz1-4/+4
2005-10-24Added a patch for Solaris 9.rillig2-1/+20
2005-10-24Fixed the --mandir argument to configure. Makes the package build again onrillig1-1/+3
NetBSD-1.6.2/i386.
2005-10-24Update gputils to 0.13.3, a bugfix release.dogcow3-8/+9
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for more details.
2005-10-23Fixed pkglint warning.rillig1-2/+2
WARN: Makefile:19: CONFIGURE_ARGS should be modified using "+=".
2005-10-23Fixed pkglint warning.rillig1-2/+2
WARN: Makefile:24: CONFIGURE_ARGS should be modified using "+=".
2005-10-23Update cpuflags to 0.95. Approved by the maintainer.minskim2-3/+4
Change: - Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email.