Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-09 | tk is in x11/tk for some time now (why wasn't this detected earlier?) | hubertf | 1 | -2/+2 | |
2000-10-06 | Don't explicitly set CDEBUGFLAGS. It's automatically set by NetBSD.cf to | jlam | 2 | -8/+8 | |
something that works on that platform. | |||||
2000-10-02 | Don't pass Ultrix C compiler flags to gcc on NetBSD/alpha. | jlam | 2 | -7/+12 | |
2000-10-02 | Consolidate patches of same file into one patch | jlam | 4 | -80/+46 | |
2000-10-02 | Try to fix compilation warnings in genauth.c due to conflicting | jlam | 2 | -0/+16 | |
declarations for time() on NetBSD/alpha. | |||||
2000-10-02 | Don't include that weird alpha_header.h file on NetBSD/alpha. We shouldn't | jlam | 2 | -1/+15 | |
need it. | |||||
2000-10-01 | Add missing -p to mkdir. | rh | 2 | -1/+15 | |
2000-09-28 | Belatedly bump "nb" version for xforms, and likewise increment packages | fredb | 1 | -2/+2 | |
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately. | |||||
2000-09-27 | Oh dear! This software requires prior arrangement for commercial use. | fredb | 1 | -1/+3 | |
Add appropriate LICENSE variable. | |||||
2000-09-27 | Packages that use the shared lib really should be linked with libGL, | fredb | 1 | -5/+4 | |
but since none of the NetBSD packages which link in xforms seem to use the gl_{get,set}_canvas*() and gl_win*() functions, simply extend the present ELF hack to a.out, for now. That is, disable the shared {,x}forms library the hard way, by deleting it after installation. It stinks, I know. Close PR pkg/10560. | |||||
2000-09-20 | Fix bug that only seems to happen with fvwm2 if "NoHandles" is used | hubertf | 2 | -1/+15 | |
on rxvt windows. Patch contributed by Geoff Wing <gcw@rxvt.org> in private mail, and will be part of next rxvt release. | |||||
2000-09-18 | Add -Wl,-R option for qt1 libraries. | skrll | 1 | -1/+2 | |
2000-09-14 | After getting whacked upside the head...set the maintainer to me. | jlam | 4 | -8/+8 | |
2000-09-13 | Adapt to xpkgwedge and install olvwmrc.0 manpage in correct location. | jlam | 6 | -23/+37 | |
2000-09-13 | Change maintainer to packages@netbsd.org. | jlam | 1 | -7/+8 | |
Cosmetic changes. | |||||
2000-09-13 | * Remove useless pre-install target. | jlam | 3 | -14/+15 | |
* Find xview-clients in olvm/olvwm when xpkgwedge is installed. | |||||
2000-09-13 | Back out last change...${PREFIX}/lib/help is part of xview-lib. | jlam | 1 | -2/+1 | |
2000-09-13 | Remove ${PREFIX}/lib/help. | jlam | 1 | -1/+2 | |
2000-09-13 | Remove config dir on deinstallation. | jlam | 1 | -1/+2 | |
2000-09-13 | Bump version number to 3.2.1nb1, since we've removed some programs which | jlam | 1 | -2/+2 | |
would conflict with devel/gettext. | |||||
2000-09-13 | Change dependencies to >=3.2.1. | jlam | 1 | -4/+4 | |
2000-09-13 | Make this work with xpkgwedge: | jlam | 1 | -2/+3 | |
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles. | |||||
2000-09-13 | Make this work with xpkgwedge: | jlam | 4 | -8/+19 | |
* Don't build/install xgettext and msgfmt as they'll conflict with devel/gettext. * Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles. | |||||
2000-09-13 | Make this work with xpkgwedge: | jlam | 9 | -26/+115 | |
* Move installation of config files to ${PREFIX}/lib/X11/xview (consistent with how lesstif installs into ${PREFIX}/lib/X11/lesstif) * Provide a xmkmf-type script called "xvmkmf" which does the right thing for programs needing to generate Makefiles from Imakefiles using XView. * Bump version number to 3.2.1nb1. | |||||
2000-09-13 | Remove tkcron (per pkg/11005), and tk80. | wiz | 1 | -3/+1 | |
2000-09-13 | Regen. | jlam | 1 | -6/+6 | |
2000-09-13 | Use unified diffs | jlam | 5 | -298/+177 | |
2000-09-13 | Cosmetic changes | jlam | 3 | -32/+32 | |
2000-09-12 | On a.out, remove "-Bforcearchive" from linker flags to prevent multiple | jlam | 2 | -0/+16 | |
definitions of symbols. Fixes PR#10971. | |||||
2000-09-11 | Install a script to maintain the apropos and glimpse databases, and | fredb | 4 | -2/+44 | |
instructions for using it. | |||||
2000-09-11 | Excise "screensaver" capplet from control-center, in order to resolve | fredb | 9 | -148/+29 | |
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg. Also, reorder some dependencies: gnome-core (rather than gnome) depends on xscreensaver-gnome, which depends on control-center; bump teeny version of xscreensaver-gnome so control-center won't try to go with old binary packages of xscreensaver-gnome, which would lead to circular dependencies. | |||||
2000-09-11 | Use the .zip distribution of swing, rather than the .tar.Z, as it is | jwise | 2 | -7/+7 | |
significantly smaller. Pointed out by Bernd Ernesti. | |||||
2000-09-11 | Update md5. (hi jim!) | wiz | 1 | -2/+2 | |
2000-09-11 | Use .tar.Z distfile, and don't re-fetch if we have the distfile. (Why does | jwise | 1 | -6/+8 | |
the do-fetch: target get called if the distfile is present?) | |||||
2000-09-11 | Enable swing, now that it can download it self. | jwise | 1 | -2/+2 | |
2000-09-11 | Add a pre-fetch: target which installs the `urlget' package, and then use that | jwise | 1 | -9/+25 | |
package in a new do-fetch: target which uses urlget to navigate Sun's web forms and downloads swing. Make this behavior depend on the value `sun-swing-license' being in ACCEPTABLE_LICENSES. | |||||
2000-09-11 | Fix PLIST, in accordance with previous commit. Together, this creates | fredb | 1 | -3/+3 | |
a conflict with the control-center package. I'll fix that by modifying the control-center package. | |||||
2000-09-11 | Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDS | fredb | 1 | -2/+1 | |
automatically on systems that need it, in order to accomodate XFree86-4.x out-of-the-box installs, which include xpm. | |||||
2000-09-11 | Apply patches provided in pkg/9537 and pkg/9539 by Mathew Richardson. | wiz | 3 | -31/+33 | |
2000-09-10 | Revert a NetBSD patch. We want this to install _over_ the xscreensaver | fredb | 2 | -34/+3 | |
that ships with gnome, in order to upgrade it properly. Otherwise, trying to handle two screensavers causes the control panel to crash frequently. | |||||
2000-09-10 | Use USE_XPM rather than DEPENDS+= xpm. Still not quite right with | fredb | 1 | -2/+2 | |
XFree86-4.x because of dependence on Mesa. | |||||
2000-09-09 | Install screenblankers setuid root, so they can verify passwords | hubertf | 1 | -1/+2 | |
properly. | |||||
2000-09-08 | Rework this package so that the BLT extension can be loaded into any running | jwise | 5 | -153/+183 | |
tcl interpreter (as intended), instead of requiring users to use the bltwish interpreter. | |||||
2000-09-08 | Also install the private tk header file `default.h' to ↵ | jwise | 2 | -2/+4 | |
${PREFIX}/include/tk/generic as it is needed by mbone/nte. | |||||
2000-09-07 | tweak fetch-hint message | hubertf | 1 | -5/+4 | |
2000-09-06 | make sure rpath is correctly set for the dependent libs. Fixes ELF rpath | dmcmahill | 2 | -4/+4 | |
problems recently noted by Huberts bulk pkgsrc build. | |||||
2000-09-06 | add an additional comment saying which distribution file (tar or zip format) | dmcmahill | 1 | -1/+2 | |
needs to be downloaded by the user. | |||||
2000-09-05 | Update build dependency on perl to build in correct directory if perl | jlam | 1 | -2/+2 | |
interpreter is not found. | |||||
2000-09-04 | Add and enable xfstt. | kim | 1 | -1/+2 | |
2000-09-04 | TrueType font server for X11 | kim | 10 | -0/+158 | |