Commit graph

1863 commits

Author SHA1 Message Date
fredb
8c5c757e98 Add and enable xmountains. 2000-10-18 03:19:40 +00:00
fredb
a6ff25156c Initial import of XMountains, a fractal terrain generator
-- that is to say, a screensaver.
2000-10-18 03:01:16 +00:00
jlam
bc33909fe4 Update gnome-applets to 1.2.2. Changes from version 1.2.1 are mostly
documentation changes and additional translations, plus a few minor bugfixes
in the applet code, and one new stock ticker applet.
2000-10-18 00:07:41 +00:00
jlam
d49418722e Update gnome-core to 1.2.2.1. Changes from version 1.2.1 are mostly cosmetic
for the UI, and several new translations.
2000-10-18 00:06:24 +00:00
jlam
730d47fc97 Update control-center to 1.2.2. Changes from version 1.2.0 appear to be
largely bugfixes, with a new feature: embossed logos.  Add dependency on
gdk-pixbuf.  Make me the maintainer.
2000-10-18 00:01:10 +00:00
jlam
e564c36b15 Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes and
documentation improvements.
2000-10-17 23:57:43 +00:00
jlam
87ff3e4e33 Update gtk-engines to 0.10, the latest stable sources from GNOME. There is
no list of changes from version 0.8.
2000-10-17 23:47:01 +00:00
jlam
8b43dbc477 Remove unnecessary LIBS=-lintl line. libintl gets passed in correctly
by gnome-config.
2000-10-17 23:15:29 +00:00
jlam
64aef4ae72 Make this work with xpkgwedge. 2000-10-17 05:44:47 +00:00
jlam
8baedc8095 We have USE_MESA=yes, so we don't need a separate dependency on Mesa-*. 2000-10-17 05:24:53 +00:00
hubertf
6adedb4ed1 Install pre-fetch depends the right way. 2000-10-16 17:21:35 +00:00
agc
4c180ff68c Remove any existing ${PREFIX}/bin/wish symbolic link before creating
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 15:07:45 +00:00
jlam
3f38c58ca5 Depend on xview-config>=3.2.1nb1 to get xvmkmf. 2000-10-16 06:39:27 +00:00
itojun
9e13533102 add JIS X0213 patch. wrap USE_XPM into KTERM_USE_WALLPAPER, as
we only use Xpm is used only in that case.
2000-10-15 14:15:32 +00:00
wiz
a21cdf1795 fix Makefile (broken by last commit, unresolved conflict) 2000-10-15 13:33:27 +00:00
rh
bdf8d07c50 Add and enable gtk+extra 2000-10-15 12:26:38 +00:00
rh
94b5174a17 Initial import of gtk+extra-0.99.11, a set of useful gtk+ widgets for
creating GUIs.
2000-10-15 12:25:51 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
jlam
285c50a0ef Update xfce to 3.5.2. Changes from version 3.3.1 include bug fixes and many
interface and usability enhancements.
2000-10-15 02:38:59 +00:00
itohy
b577a26864 s/uvm/uwm/. My fingers! :) 2000-10-13 01:40:58 +00:00
agc
8d0cb3d1c7 This package used the NO_WRKDIR and NO_EXTRACT definitions. Unfortunately,
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-11 09:36:45 +00:00
hubertf
0d24c431f5 tk is in x11/tk for some time now (why wasn't this detected earlier?) 2000-10-09 18:04:37 +00:00
jlam
4cd24c8ed6 Don't explicitly set CDEBUGFLAGS. It's automatically set by NetBSD.cf to
something that works on that platform.
2000-10-06 01:15:42 +00:00
jlam
7b953228b8 Don't pass Ultrix C compiler flags to gcc on NetBSD/alpha. 2000-10-02 08:05:11 +00:00
jlam
9db005df4e Consolidate patches of same file into one patch 2000-10-02 08:01:12 +00:00
jlam
3f4ac3f5db Try to fix compilation warnings in genauth.c due to conflicting
declarations for time() on NetBSD/alpha.
2000-10-02 07:38:40 +00:00
jlam
caeb079ebe Don't include that weird alpha_header.h file on NetBSD/alpha. We shouldn't
need it.
2000-10-02 07:25:18 +00:00
rh
eb4ca5d0df Add missing -p to mkdir. 2000-10-01 14:32:56 +00:00
fredb
f7e61771ec Belatedly bump "nb" version for xforms, and likewise increment packages
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-28 20:34:03 +00:00
fredb
f968651629 Oh dear! This software requires prior arrangement for commercial use.
Add appropriate LICENSE variable.
2000-09-27 03:32:20 +00:00
fredb
53e5fe106b Packages that use the shared lib really should be linked with libGL,
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-27 01:49:34 +00:00
hubertf
f4a713c676 Fix bug that only seems to happen with fvwm2 if "NoHandles" is used
on rxvt windows. Patch contributed by Geoff Wing <gcw@rxvt.org> in
private mail, and will be part of next rxvt release.
2000-09-20 02:12:12 +00:00
skrll
9007ac6067 Add -Wl,-R option for qt1 libraries. 2000-09-18 20:52:56 +00:00
jlam
c5ff395652 After getting whacked upside the head...set the maintainer to me. 2000-09-14 14:07:49 +00:00
jlam
22e811d5f9 Adapt to xpkgwedge and install olvwmrc.0 manpage in correct location. 2000-09-13 22:50:35 +00:00
jlam
60a7f9e043 Change maintainer to packages@netbsd.org.
Cosmetic changes.
2000-09-13 22:23:11 +00:00
jlam
bd085d1eeb * Remove useless pre-install target.
* Find xview-clients in olvm/olvwm when xpkgwedge is installed.
2000-09-13 22:19:59 +00:00
jlam
de2d056c6d Back out last change...${PREFIX}/lib/help is part of xview-lib. 2000-09-13 22:17:43 +00:00
jlam
d8d05e38cd Remove ${PREFIX}/lib/help. 2000-09-13 22:13:40 +00:00
jlam
003c3ecd5e Remove config dir on deinstallation. 2000-09-13 22:00:37 +00:00
jlam
dc3890d209 Bump version number to 3.2.1nb1, since we've removed some programs which
would conflict with devel/gettext.
2000-09-13 21:51:53 +00:00
jlam
fc4977b468 Change dependencies to >=3.2.1. 2000-09-13 20:25:38 +00:00
jlam
a52e71a3f9 Make this work with xpkgwedge:
* Use ${X11PREFIX}/bin/xvmkmf instead of xmkmf to generate Makefiles.
2000-09-13 20:25:04 +00:00
jlam
88c8cd24ad Make this work with xpkgwedge:
* 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 20:24:37 +00:00
jlam
e08034b16f Make this work with xpkgwedge:
* 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 20:21:53 +00:00
wiz
7d3c1e207b Remove tkcron (per pkg/11005), and tk80. 2000-09-13 15:57:37 +00:00
jlam
9fedb7f8b6 Regen. 2000-09-13 15:30:48 +00:00
jlam
a86038530c Use unified diffs 2000-09-13 15:30:25 +00:00
jlam
228ddf4361 Cosmetic changes 2000-09-13 15:19:38 +00:00
jlam
5daee5faaf On a.out, remove "-Bforcearchive" from linker flags to prevent multiple
definitions of symbols.

Fixes PR#10971.
2000-09-12 20:00:24 +00:00