summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-10-23Buildlinkify (trivially).jlam2-3/+50
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam8-16/+16
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23libsigc++ is in devel/, not textproc/ =)jlam1-2/+2
2001-10-21Mark USE_BUILDLINK_ONLY, and add buildlink.mk.wiz2-1/+52
Nearly as in pkg/14203 by Eric Gillespie, Jr.
2001-10-21Sync with PEACE repositry.kent9-53/+91
* Upgrade base distribution: w32api-0.4 -> w32api-1.1 * Create static libraries for UUID definitions. * Modify typedefs to avoid a bug of gcc.
2001-10-21Update to 2.1, requested in pkg/14264.wiz2-6/+6
Change: Remove work-arounds, most operating systems and C libraries have been fixed now.
2001-10-21Update to 7.0.2, provided by Ingolf Steinbach in pk/14296.wiz3-9/+7
Changes: - Fixed duplicate items when using Control-B1 to add items to the selection in the workdir browser. - Several bugfixes to the module browser. You can now have "&" composites at the end of a nested module without blowing it out of the graphical tree structure. Also fixed bugs in finding a module's title and choosing the right icon. - The ability to group alias modules in their own folder is back, but as an option cvscfg(aliasfolder). It defaults to true. - There's now an Options menu in the module browser to turn tracing on and off and temporarily change the display of alias modules. - New "File->Module File" item in the module browser menu displays the CVSROOT/modules file in a text window. - Do a "file join" on the CVSROOT variable to put it in the native path format. That helps with a PC and a Samba-mounted repository and doesn't seem to hurt anything else.
2001-10-21Install documentation, as prompted in pkg/14300 by Hiramatsu Yoshifumi,wiz2-2/+12
but done slightly differently.
2001-10-19Conform better to pkgsrc conventions.sjg1-5/+10
Reviewed: agc
2001-10-19Make the ${WRKSRC}/checks/stamp-checks writeable, otherwise a build wouldveego1-1/+4
fail on solaris.
2001-10-18Update to bmake-3.1.12sjg3-14/+14
Changes of note: synched with NetBSD make as of 2001/10/16 fix for bug in compat mode .END processing fix for bug in cleanup of jobs when using -jN addition of .USEBEFORE simpler bootstrap - compiles again on recent linux (Red Hat) The Makefile here now deals with the fact that we may not have installed a sys.mk in /usr/pkg/share/mk on BSD systems. Reviewed: agc
2001-10-18Update to current macros mk-1.2.5 (no the bsd* ones are still way old).sjg3-21/+35
Changes of note: Added target-flags.mk allows frobbing CFLAGS for individual targets. prog.mk and lib.mk attempt to use bsd.prog.mk and bsd.lib.mk to help ensure the right magic happens on ELF systems. Several improvments to autodep.mk - now the default unless NO_AUTODEP is defined. The bsd.*.mk files are no longer installed on BSD systems as they are almost guaranteed to do more harm than good. Reviewed: agc
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego50-50/+100
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Add and enable unidiffagc1-1/+2
2001-10-18Initial import of unidiff-1.0 into the NetBSD Packages Collection.agc4-0/+45
Unify will accept either a regular context diff (old- or new-style) or a unified context diff as input, and generate either a unified diff or a new-style context diff as output. The default is to output the opposite style of whatever was input, but this can be overridden by the -c or -u options. If the source file is not mentioned, it will be read from the standard input. Various other options allow you to echo the non-diff (comment) lines to stderr, modify the diff by removing the comment lines, and/or tweak the diff into a format that is good for releasing patches. Unipatch is a filter to turn a unified diff into a degenerate context diff (no '!'s) for patch. With thanks to Alan Barrett for the nudge.
2001-10-18Make this build.skrll4-42/+133
2001-10-17Add and enable javadeps.agc1-1/+2
2001-10-17Initial import of javadeps-1.1 into the NetBSD Packages Collection.agc5-0/+77
JavaDeps - Automatic Dependency Tracking for Java Tracking dependencies amongst a group of source files is always a chore. With Java it's even worse: source files may be mutually-dependent, and make doesn't deal with this situation at all! JavaDeps is a tool to generate dependency rules for Java sources, inspired by the "-MM" flag of gcc. This program analyzes a set of java source files, and outputs their dependencies, along with makefile rules to build the resulting classes. Provided in PR 14258 by Ben Wong (ben@wongs.net), munged around slightly by myself.
2001-10-17Sync package description with the current README. Most notably, remove therh1-7/+11
comments about GConf being incredibly alpha. Pointed out by Thomas Klausner <wiz@netbsd.org> in private mail.
2001-10-17This package (and all of coda) works on the arm32 (tested on a shark).phil1-2/+3
2001-10-16Note addition of php4-gmp.jlam1-1/+2
2001-10-16Find Makefile.module in ../../www/php4.jlam7-14/+14
2001-10-16devel/php4-gmp: PHP4 extension for arbitrary precision mathjlam4-0/+34
This version is from the php-4.0.6 distribution.
2001-10-16Use +=, not =, for CATEGORIES so we don't clobber the inherittedjlam2-4/+4
categories.
2001-10-16Note additions of php4-{gettext,pcre,posix,session,sysvsem,sysvshm}.jlam1-1/+7
2001-10-16devel/php4-sysvshm: PHP4 extension for SysV shared memory supportjlam4-0/+33
This version is from the php-4.0.6 distribution.
2001-10-16devel/php4-sysvsem: PHP4 extension for SysV semaphore supportjlam3-0/+19
This version is from the php-4.0.6 distribution.
2001-10-16devel/php4-session: PHP4 extension for session-handlingjlam3-0/+21
This version is from the php-4.0.6 distribution.
2001-10-16devel/php4-posix: PHP4 extension for POSIX-like functionsjlam3-0/+20
This version is from the php-4.0.6 distribution.
2001-10-16devel/php4-gettext: PHP4 extension for gettext I18N supportjlam3-0/+20
This version is from the php-4.0.6 distribution.
2001-10-16Update php4-pcre to the version from the php-4.0.6 distribution. There isjlam3-0/+20
no list of changes from version 4.0.5. Also move from the www category.
2001-10-15Update to KDE 2.2.1skrll6-40/+26
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Add and enable spiffagc1-1/+2
2001-10-15Initial import of spiff-1.0 into the Packages Collection.agc7-0/+139
Spiff compares the contents of file1 and file2 and prints a description of the important differences between the files. White space is ignored except to separate other objects. Spiff maintains tolerances below which differences between two floating point numbers are ignored. Differences in floating point notation (such as 3.4 3.40 and 3.4e01) are treated as unimportant. User specified delimited strings (i.e. comments) can also be ignored. Inside other user specified delimited strings (i.e. quoted strings) whitespace can be significant. Taken from a hint by Alan Barrett.
2001-10-12You have to add an 'PKGNAME' if you want to indicate that the packageveego1-2/+3
has changed, but not the distfile.
2001-10-12Update gal to 0.14. Unfortunately, no list of changes is available.rh3-8/+8
2001-10-11Self-applied clue-by-four. No nb1 in DISTNAME.abs1-2/+3
2001-10-11Update GConf to 1.0.4nb1.abs3-15/+9
Automatically install etc/gconf/1/path from etc/gconf/1/path.example if needed (both in Makefile and PLIST), remove obsoleted MESSAGE, and fix a path to work with xpkgwedge.
2001-10-09s/BUILDLINK_CPPFLAGS/CPPFLAGS/ as the former is for internalrh2-4/+4
bsd.buildlink.mk use only. Pointed out in private mail by Johnny C. Lam.
2001-10-08Fix configure so GNU diffutils are really used.seb4-3/+72
Bump to 5.7nb1
2001-10-08Explicitly depend on libxml and bump that dependency to version 1.8.15.rh1-1/+3
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
2001-10-06Use "/usr/include/sys/null.h" if it exists instead of defining "NULL"tron1-3/+10
manually. Fixes PR pkg/14150 by Martin Husemann.
2001-10-06Cleanup: remove home-grown LOCALEDIR check in favour of PKGLOCALEDIRrh1-17/+4
Buildlinkify
2001-10-06Remove superfluous blank line.rh1-2/+1
2001-10-05Backout last change. The problem is caused by faulty logic intron1-6/+1
"pkgsrc/mk/bsd.buildlink.mk"
2001-10-05Create a softlink "glade" pointing to "libglade-1.0/glade" to avoid buildtron1-1/+6
problems in programs which don't use "libglade-config" properly like e.g. "guppi".
2001-10-05Track PLIST changes in buildlink.mk. Closes PR 14156 by Eric Gillespie Jr.rh1-2/+2
<epg@pretzelnet.org>
2001-10-05Update gal to 0.13. Changes include bugfixes and a few widget API changes.rh4-10/+10
2001-10-04Update libglade to 0.17 and while at it, buildlinkify. Changes include:rh4-27/+88
- use gtk_clist_set_column_title to set clist column titles when possible so that they get the alignment of the column. - Backport code that cleans up widget hash table in the GladeXML object on widget destruction. This means that glade_xml_get_widget() should always return a valid widget or NULL. - Move headers to a a libglade-1.0/ subdirectory. This is to allow parallel installation of stable and development versions of libglade. Libraries depending on libglade will probably need to be rebuilt so that their *-config scripts
2001-10-04Buildlinkify.rh2-21/+71