Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-16 | Install pre-fetch depends the right way. | hubertf | 1 | -3/+4 | |
2000-10-16 | Remove any existing ${PREFIX}/bin/wish symbolic link before creating | agc | 1 | -1/+2 | |
a new one. Fixes PR pkg/11233, from Laine Stump, albeit in a different way, since Solaris disagrees on what "ln -fs" means. | |||||
2000-10-16 | Depend on xview-config>=3.2.1nb1 to get xvmkmf. | jlam | 3 | -6/+9 | |
2000-10-15 | add JIS X0213 patch. wrap USE_XPM into KTERM_USE_WALLPAPER, as | itojun | 2 | -9/+7 | |
we only use Xpm is used only in that case. | |||||
2000-10-15 | fix Makefile (broken by last commit, unresolved conflict) | wiz | 1 | -9/+2 | |
2000-10-15 | Add and enable gtk+extra | rh | 1 | -1/+2 | |
2000-10-15 | Initial import of gtk+extra-0.99.11, a set of useful gtk+ widgets for | rh | 8 | -0/+108 | |
creating GUIs. | |||||
2000-10-15 | Use new USE_MESA variable to depend on the correct Mesa packages | rh | 7 | -16/+21 | |
2000-10-15 | Update xfce to 3.5.2. Changes from version 3.3.1 include bug fixes and many | jlam | 7 | -203/+185 | |
interface and usability enhancements. | |||||
2000-10-13 | s/uvm/uwm/. My fingers! :) | itohy | 2 | -4/+4 | |
2000-10-11 | This package used the NO_WRKDIR and NO_EXTRACT definitions. Unfortunately, | agc | 1 | -3/+2 | |
NO_WRKDIR means that the cookie files used to track progress of the package build (.extract_done etc) get created in the cwd, which will not work for a read-only pkgsrc. The NO_EXTRACT definition inhibits the creation of a WRKDIR, either by mkdir(1) or by using a symlink to a build tree. Instead use the EXTRACT_ONLY definition with an empty value to inhibit the extraction of the DISTFILES. | |||||
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 | |