summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2001-10-04Update bonobo to 1.0.9 and while at it, buildlinkify. Changes include:rh4-200/+173
* Features * UI parse / translate caching (Alex Larsson) * parallel build fixes (Havoc) * gnome 1.4.1 spec file (Ludovic Danigo) * Bugs fixed * moniker escaping bug (Me) * storage-fs fixes (David Kaelbling) * more preconditions on UI component (Me) * toolbar shadow fix (Ettore) * xml18ntools config issue (Darin) * property bag leak (Larry Ewing) * pixmap leak (Larry Ewing) * event source UMR (Dan Winship) * stream-memory segv (Jody) * build fixes (Darin) * require new libxml (Radek Doulik) * exception env. leak fixage (Anders Carlsson)
2001-10-04There is only one system library path: /usr/lib. Don't include /lib andskrll3-6/+15
/usr/local/lib. Discussed with Johnny Lam <jlam@netbsd.org> and Bernd Ernesti <veego@netbsd.org> Problem reported by Jeremy C. Reed <reed@reedmedia.net> on tech-pkg
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam3-6/+3
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam10-12/+34
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, nowrh1-2/+1
that we are strongly buildlinked. Thanks to Johnny Lam for spotting this.
2001-10-03Replace hand-made script with REPLACE_BUILDLINK and REPLACE_BUILDLINK_SEDrh1-15/+5
2001-10-03This package uses libtool to build installed libraries, so it needsjlam1-3/+6
USE_LIBTOOL defined. Also mark this package as USE_BUILDLINK_ONLY as it's strongly-buildlinked.
2001-10-03Make sure the PLIST is correct when not using emacs or xemacs.agc1-3/+4
2001-10-03Improve English in comment.wiz1-3/+3
2001-10-03Upgrade to version 15.3seb7-51/+204
Changes in release 15.3: Improvements, major bug fixes, XEmacs, Vim and web interface support Changes in release 15.1: Improvements to interface and major bug fixes
2001-10-03Strongly-buildlink and mark as USE_BUILDLINK_ONLY.jlam1-5/+3
2001-10-03Use a wildcard dependency on guile-slib, and depend on the latest one as itjlam1-2/+2
has a proper version number.
2001-10-03Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes fromjlam5-29/+25
version 2c8 include: New initialization files for DrScheme, Guile, and Scheme48-0.57. New modules: coerce.scm (implementation of Common Lisp coerce and type-of), differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions from db2html.scm and some new ones). scmactst.scm, struct.scm, and structst.scm were removed due to lack of license. Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org> in pkg/14008.
2001-10-02add twowiz1-1/+3
2001-10-02Path on master site changed.wiz1-2/+2
2001-10-02 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+30
2001-10-02 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+29
2001-10-01Add and enable p5-Class-Loader.wiz1-1/+2
2001-10-01buildlinkifyrh2-11/+57
2001-10-01s:textproc/oaf:devel/oaf:rh1-2/+2
2001-10-01buildlinkifyrh2-18/+69
2001-10-01Update oaf to 0.6.6, and while at it, buildlinkify. Changes include:rh14-164/+89
* fixes to avoid multiple oafd's running * error reporting fixes * build fixes * robustness improvements
2001-10-01Restore COMMENT definition which got lost in the last upgrade.agc1-1/+2
2001-10-01Standardise on one p5-Compress-Zlib package, and one version (1.14).agc6-11/+49
Use buildlink functionality, provided by jlam. Unknown changes since previous version (1.11).
2001-10-01Don't install the man3 pages. We follow the lead that the perl packagejlam2-1/+14
sets and ask users to use perldoc to get documentation on specific perl modules.
2001-09-30 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+37
2001-09-30Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.rh5-9/+110
While we are at it, add a buildlink.mk file as well.
2001-09-30Add and enable exctagsseb1-1/+2
2001-09-30Added exctags 5.0.1, an exuberant (feature-filled) tagfile generator for vi,seb6-0/+441
emacs and clones. Package provided by myself in pkg/13989, pkg directory name adjusted to devel/exctags.
2001-09-29Update p5-Devel-Symdump to 2.01. Changes from version 2.00 are onlyjlam2-5/+5
fixes to the documentation.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam21-48/+48
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Change foo-* dependencies into foo-[0-9]* dependencies so we match onlyjlam1-2/+2
those packages with a base package name of "foo".
2001-09-27Note addition of devel/p5-Test-Simple.jlam1-1/+2
2001-09-27p5-Test-Simple - perl5 module with a simple framework for writing testsjlam4-0/+28
This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). Provided in pkg/13846 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of devel/p5-Test-Harness.jlam1-1/+2