summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-10-11This package used the NO_WRKDIR and NO_EXTRACT definitions. Unfortunately,agc1-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-09tk is in x11/tk for some time now (why wasn't this detected earlier?)hubertf1-2/+2
2000-10-06Don't explicitly set CDEBUGFLAGS. It's automatically set by NetBSD.cf tojlam2-8/+8
something that works on that platform.
2000-10-02Don't pass Ultrix C compiler flags to gcc on NetBSD/alpha.jlam2-7/+12
2000-10-02Consolidate patches of same file into one patchjlam4-80/+46
2000-10-02Try to fix compilation warnings in genauth.c due to conflictingjlam2-0/+16
declarations for time() on NetBSD/alpha.
2000-10-02Don't include that weird alpha_header.h file on NetBSD/alpha. We shouldn'tjlam2-1/+15
need it.
2000-10-01Add missing -p to mkdir.rh2-1/+15
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-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-27Oh dear! This software requires prior arrangement for commercial use.fredb1-1/+3
Add appropriate LICENSE variable.
2000-09-27Packages that use the shared lib really should be linked with libGL,fredb1-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-20Fix bug that only seems to happen with fvwm2 if "NoHandles" is usedhubertf2-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-18Add -Wl,-R option for qt1 libraries.skrll1-1/+2
2000-09-14After getting whacked upside the head...set the maintainer to me.jlam4-8/+8
2000-09-13Adapt to xpkgwedge and install olvwmrc.0 manpage in correct location.jlam6-23/+37
2000-09-13Change maintainer to packages@netbsd.org.jlam1-7/+8
Cosmetic changes.
2000-09-13* Remove useless pre-install target.jlam3-14/+15
* Find xview-clients in olvm/olvwm when xpkgwedge is installed.
2000-09-13Back out last change...${PREFIX}/lib/help is part of xview-lib.jlam1-2/+1
2000-09-13Remove ${PREFIX}/lib/help.jlam1-1/+2
2000-09-13Remove config dir on deinstallation.jlam1-1/+2
2000-09-13Bump version number to 3.2.1nb1, since we've removed some programs whichjlam1-2/+2
would conflict with devel/gettext.
2000-09-13Change dependencies to >=3.2.1.jlam1-4/+4
2000-09-13Make this work with xpkgwedge:jlam1-2/+3
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
2000-09-13Make this work with xpkgwedge:jlam4-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-13Make this work with xpkgwedge:jlam9-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-13Remove tkcron (per pkg/11005), and tk80.wiz1-3/+1
2000-09-13Regen.jlam1-6/+6
2000-09-13Use unified diffsjlam5-298/+177
2000-09-13Cosmetic changesjlam3-32/+32
2000-09-12On a.out, remove "-Bforcearchive" from linker flags to prevent multiplejlam2-0/+16
definitions of symbols. Fixes PR#10971.
2000-09-11Install a script to maintain the apropos and glimpse databases, andfredb4-2/+44
instructions for using it.
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb9-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-11Use the .zip distribution of swing, rather than the .tar.Z, as it isjwise2-7/+7
significantly smaller. Pointed out by Bernd Ernesti.
2000-09-11Update md5. (hi jim!)wiz1-2/+2
2000-09-11Use .tar.Z distfile, and don't re-fetch if we have the distfile. (Why doesjwise1-6/+8
the do-fetch: target get called if the distfile is present?)
2000-09-11Enable swing, now that it can download it self.jwise1-2/+2
2000-09-11Add a pre-fetch: target which installs the `urlget' package, and then use thatjwise1-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-11Fix PLIST, in accordance with previous commit. Together, this createsfredb1-3/+3
a conflict with the control-center package. I'll fix that by modifying the control-center package.
2000-09-11Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDSfredb1-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-11Apply patches provided in pkg/9537 and pkg/9539 by Mathew Richardson.wiz3-31/+33
2000-09-10Revert a NetBSD patch. We want this to install _over_ the xscreensaverfredb2-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-10Use USE_XPM rather than DEPENDS+= xpm. Still not quite right withfredb1-2/+2
XFree86-4.x because of dependence on Mesa.
2000-09-09Install screenblankers setuid root, so they can verify passwordshubertf1-1/+2
properly.
2000-09-08Rework this package so that the BLT extension can be loaded into any runningjwise5-153/+183
tcl interpreter (as intended), instead of requiring users to use the bltwish interpreter.
2000-09-08Also install the private tk header file `default.h' to ↵jwise2-2/+4
${PREFIX}/include/tk/generic as it is needed by mbone/nte.
2000-09-07tweak fetch-hint messagehubertf1-5/+4
2000-09-06make sure rpath is correctly set for the dependent libs. Fixes ELF rpathdmcmahill2-4/+4
problems recently noted by Huberts bulk pkgsrc build.
2000-09-06add an additional comment saying which distribution file (tar or zip format)dmcmahill1-1/+2
needs to be downloaded by the user.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-09-04Add and enable xfstt.kim1-1/+2