summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1999-06-17Update libslang to 1.3.7. The changes are too numerous to mention,mjl5-31/+30
mostly bug fixes though.
1999-06-14Don't disable this on the alpha. From the diff:cgd1-2/+9
># XXX The following comment is somewhat incorrect. The package will build ># XXX correctly on alpha, and even build shared libs, but not quite correctly: ># XXX The shlibs have no SONAME, so references to them from programs ># XXX will end up being to libfoo.so. This may cause upgrade problems in the ># XXX future. However, an ncurses binary package appeared e.g. with 1.4, ># XXX seemingly built from these bits, so it's probably best to just enable ># XXX it for now. -- cgd 19990613 Note that that's a generic ELF problem, and not limited to the Alpha, as well.
1999-06-10Enable p5-Data-ShowTable.bad1-2/+2
1999-06-10Initial import of Data-ShowTable-3.3, a perl module to generatebad5-0/+32
formatted lists from arrays.
1999-06-07Add and enable "stooop". Fixes first half of PR pkg/6905 by Greg A. Woods.tron1-1/+2
1999-06-07New "stooop" package contributed by Greg A. Woods in PR pkg/6905:tron5-0/+44
a Simple Tcl Only Object Oriented Programming scheme
1999-06-07Update to version 1.7. Now supports SPARC.bad4-61/+24
From Lex Wennmacher wennmach@geo.Uni-Koeln.DE
1999-06-04On Solaris, leading tabs before definitions in an Imakefile are bad news.agc1-16/+23
Change the leading tabs to spaces, so that it doesn't think it's a shell command.
1999-06-04Make this package work on Solaris.agc1-1/+7
1999-06-03Use the generic GNU-configure @CC@ value, rather than a hard-coded ccagc1-2/+2
value, in the pre-processable Makefile.in - makes this package work on Solaris, where cc may not be the same as gcc.
1999-06-03Correct the path on the master ftp site.agc1-2/+2
1999-06-02Fix spelling of Chris Provenzano's name.agc1-1/+1
Fixes PR 7689, from Eric Mumpower.
1999-05-31PTL2-current-990512-patch-2msaitoh2-4/+9
1999-05-30Update ddd to 3.1.5.frueauf2-4/+4
1999-05-26We use USE_GMAKE to indicate a gmake dependency, and the existingtv1-3/+2
BUILD_DEPENDS line was completely wrong anyway.
1999-05-25Fix an inconsistency between adding and removing files, with the revisionmycroft1-0/+15
numbers passed to loginfo. If a file is re-added, make sure the `old' revision is `NONE', not the preceding dead revision.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv10-104/+100
pattern match format. Minor pkglint along the way.
1999-05-24Fix a compatibility issue with the `-p' option.mycroft1-2/+2
1999-05-24Perl module to access LDAP client functions from within Perl5.hwr5-0/+48
1999-05-23We don't use libtool to make shared objects, so don't add an unnecessarytv2-24/+3
dependence on pkglibtool.
1999-05-23Fix path.mycroft1-3/+3
1999-05-23Add a %t format for loginfo.mycroft1-0/+20
1999-05-22Add dependency on autoconf[!], and change USE_GTEXINFO to INFO_FILES.tv1-2/+4
1999-05-22patch-1 breaks sigjmp. Instead of using it, add patch-ac, which istsarna1-5/+1
corrected version of patch-1. Still have problems with ttyname()...
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron3-10/+5
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20PTL2-current-990512-patch-1msaitoh2-5/+12
1999-05-18Enable the LDAP C-SDK.hwr1-1/+2
1999-05-18The Mozilla project C-SDK for LDAP. A LDAP V3 client library.hwr8-0/+100
1999-05-18Fix obvious typo in getprotoent.cbad1-0/+15
From gson@araneus.fi (Andreas Gustafsson).
1999-05-12Add and enable p5-FileKGlob.bad1-1/+2
1999-05-12Initial import of FileKGlob-1.2 a Perl module to do file name globbing.bad6-0/+40
1999-05-12Forgot the .packlist file.bad1-1/+2
1999-05-12Correct PKGNAME.bad1-1/+2
1999-05-12Add and enable p5-AtExit.bad1-1/+2
1999-05-12Initial import of p5-AtExit-2.01, a module providing ANSI C like atexit().bad5-0/+26
1999-05-12Do not create a "libPTL.so" link. This will be done by the pkg system attv1-0/+12
install time, and should NOT happen for a.out at all. (I'll re-add the removed patches to do this correctly for ELF, and use shlib constructor as opposed to "every object file constructor", later.)
1999-05-12Upate PTL2 to PTL2-current-990512.msaitoh6-94/+6
1999-05-06Turn off on alpha. This was hosed before, and still is after the ctor change.tv1-1/+3
Will look into it.
1999-05-06Install ptlg++ with the right permissions by handing down INSTALL_SCRIPT.tv1-1/+2
1999-05-06Use proper ELF build (with -soname); also add c++rt0 for a.out andtv5-13/+71
crt{begin,end}S for ELF so that a constructor does not have to be attached to every resultant .o file (_pthread_init() becomes a constructor in the library itself). Add ptlg++ as analogue of ptlgcc. The pkgname is renamed ptl-990315 (drop -current-) so this version is not considered compatible in binary form.
1999-05-05Use ftp0.sunet.se instead of ftp.sunet.se.bad1-2/+2
1999-05-04s/datail/detailabs1-1/+1
1999-05-02Link shared library with "/usr/lib/c++rt0.o" on a.out systems to make suretron2-12/+10
that pthread_init() gets called. Fixes PR pkg/7433 by Andreas Gustafsson.
1999-05-02Backout this change, the link options are passed to "ld" not "gcc"tron1-13/+0
1999-05-02Add missing prototypes to PTL's "include/arpa/inet.h". Patch suppliedtron1-0/+15
by Michael Graff in PR pkg/7507.
1999-05-02List me as the maintainer of the "glib" package.tron1-2/+2
1999-05-02Update dependence for "gnome-libs" package to version 1.0.9.tron1-2/+2
1999-05-02Update dependency on gtk+ to 1.2.2rh1-2/+2
1999-05-02Update glade to 0.4.1rh3-8/+10
1999-05-02Update dependence for "glib" package to version 1.2.2.tron1-2/+2