Commit graph

3365 commits

Author SHA1 Message Date
skrll
55966f3f84 The result of my recent KDE fiddlings
- Build all packages with a --disable-static libtool. This is how the
  packages should be built and means that we don't get a load of useless
  static libraries.

- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
  patches.

- Some other PLIST fixes

- Fix PR 19848. kspell doesn't find dictionaries.
2003-01-20 10:03:40 +00:00
chris
337b6f77a7 Correct checksum for patch-er (or it was wrong for me, and CVS didn't
show me any diffs to the server...)
2003-01-19 17:00:18 +00:00
salo
d8c3e20951 Remove unnecessary MAKE_ENV and whitespaces. 2003-01-19 11:06:11 +00:00
salo
8ae430e40c s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV. 2003-01-19 10:59:00 +00:00
skrll
62489cbacf Workaround for -current. This needs fixing properly.
PKGREVISION++
2003-01-19 09:35:26 +00:00
jmmv
07b8b599db Update to 2.2.0. Changes since 1.9.0:
* Add a .pc file [Seth Nickell]
* Various crash fixes [Luca Barbato, Hongli Lai, Shivaram Upadhyayula,
  Peter Zelezny]
* Build fixes [Havoc Pennington]
* Metal theme drawing improvements [Owen Taylor]
* Improve installation docs [Owen, Piotr Sawuk]
2003-01-18 10:49:33 +00:00
markd
9903613068 Make sure KDED_WORKAROUND has a value set for Non-NetBSD systems. 2003-01-17 03:20:58 +00:00
markd
d373697493 Some (Non-NetBSD) versions of patch don't deal well with patches at the
end of files that don't end with a newline.

Trim the context of this patch to avoid the problem.
2003-01-17 02:59:51 +00:00
uebayasi
7fd675470f Add & enable mowitz. 2003-01-16 05:41:31 +00:00
uebayasi
df4ee67569 Initial import of Mowitz 0.2.1. Required by newer SIAG.
This is the Mowitz ("More widgets") library.
The project's goal is to create a library of widgets for X
applications to use. The widgets have been snarfed from various
sources and are all open source (GPL or MIT licenses).
2003-01-16 05:40:54 +00:00
jmmv
2e69474c3d Move documentation installed under share/gtk-doc/html to share/doc/html.
Also avoid possible detection of gtk-doc.
Bump PKGREVISION to 2.
2003-01-14 21:41:07 +00:00
skrll
c51c15d0b7 WIP: use this to remove the need for several of the patches. 2003-01-14 12:14:18 +00:00
jlam
b484200efb Avoid building this package when X11PREFIX == X11BASE and there's already
a builtin libXrender.
2003-01-14 09:26:34 +00:00
jlam
24a3f9d134 Add and enable x11/Xrender. 2003-01-14 09:17:07 +00:00
jlam
23591f535f Initial import of Xrender-0.7 as x11/Xrender:
The X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System.  Rendering
geometric figures is accomplished by client-side tesselation into either
triangles or trapezoids.  Text is drawn by loading glyphs into the server
and rendering sets of them.

This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
2003-01-14 09:16:36 +00:00
grant
779ee25d79 fix a comment. 2003-01-14 09:08:02 +00:00
skrll
60ace37e98 Fix the URL grabber.
PKGREVISION++
2003-01-13 17:01:23 +00:00
jschauma
ee682c2d8c Add LDFLAGS to the relevant Imakefile in order to fix the problem seen
in Huberts bulk-builds.  Remove previous attempt to fix this and while we're
there, we can remove USE_X11 since we already use USE_IMAKE.
2003-01-12 18:30:56 +00:00
wiz
27761f2f4b Set USE_X11. Fixes PR 19786. 2003-01-11 18:23:46 +00:00
wiz
9a1526a7e1 Use BUILDLINK_PREFIX, and hope it fixes bulk build (cannot reproduce). 2003-01-10 17:57:13 +00:00
tsarna
acf0bcdd83 --enable-xpm makes this look much better 2003-01-10 17:49:15 +00:00
jmmv
f0acb26159 Convert to use bsd.pkg.install.mk (using FILES_SUBST stuff). This simplifies
Makefiles and {DE}INSTALL scripts, and solves the problem reported in
PR pkg/18174 by Julien T. Letessier.  Reviewed by grant.
2003-01-10 17:26:55 +00:00
wiz
3c33a92e56 We want to enter the doc/ dir, since that's where the man page is.
[Please find another way to fix Darwin.]
2003-01-10 16:16:08 +00:00
jschauma
32733224d5 Add an LDFLAG that will hopefully fix the problem seen in Huberts recent
bulk-builds.  (I still think that should be done in buildlink2, as far as
I understand it.)

NB: I couldn't reproduce the problem, so this is a shot in the dark.
2003-01-10 15:10:17 +00:00
jmmv
16640da916 Update multi-gnome-terminal to 1.6.1, based on patch provided in PR pkg/19665
by Adrian Portelli.

There have been lots of changes since 1.3.4 to mention here, but most of
them are bugfixes.
2003-01-10 12:41:12 +00:00
jlam
a31c55df97 Use shlibtool so we don't install statically linked plugins. Bump
PKGREVISION of x11/gtk-engines to 2.
2003-01-10 08:46:53 +00:00
cjep
9f6bc9c626 USE_PKGLOCALEDIR=yes 2003-01-10 08:00:02 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
jlam
a9145c5bc8 Use buildlink2. 2003-01-08 10:58:21 +00:00
tron
2c2f37d8e2 Fix dependence on "qt3-tools" package and bump package revision. 2003-01-08 10:45:55 +00:00
jlam
d15f362430 Correctly define some variables that qmake expects to be defined:
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR.  This suppresses some
ignored build errors when building qt3-* packages.  Bump PKGREVISION of
qt3-tools (which installs the qmake.conf file) to 2.
2003-01-07 23:56:54 +00:00
grant
8dd5a2afc2 Patch top-level Makefile to not descend into doc/ rather than
patching doc/Makefile with a dummy 'all' target.

The build of rxvt now *really* fails on Darwin. :-)

(the dummy target always returned true).
2003-01-07 09:51:09 +00:00
skrll
c43128bbc8 Add --disable-debug to CONFIGURE_ARGS. I have no idea why this isn't the
default.

This should fix PR 19281. From Dirk Mueller (mueller at kde dot org) via
Hume Smith (hclsmith at yahoo dot ca).
2003-01-06 07:39:23 +00:00
jlam
475cbe5281 Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05 20:14:20 +00:00
skrll
e3d7f93f0c Update to 3.0.5.1 as well. 2003-01-05 13:26:46 +00:00
jmmv
bd39996e56 Fix PKGNAME: should be gtk2-engines, not gtk-engines. Pointed out in
PR pkg/19682 by Eric Gillespie.
2003-01-04 23:17:09 +00:00
wiz
a736fda51e Fix PLIST for gtk2-2.2.0. 2003-01-04 22:26:34 +00:00
wiz
2d33188e49 Set USE_X11 to YES. Fixes tcl-itcl build. 2003-01-04 20:59:22 +00:00
jmmv
b453382b44 Install documentation under share/doc/html, not share/gtk-doc/html.
Also avoid possible detection of gtk-doc (not needed). Some PLIST fixes too.
Bump PKGREVISION to 3.
2003-01-04 20:01:18 +00:00
jmmv
df0daeb3ac Make this package install its configuration files under the examples tree
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2003-01-04 17:29:04 +00:00
skrll
c0f67e2427 Fix a couple of mistakes. 2003-01-04 15:04:45 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
rh
701e49c7d9 Depend on GNUstep>=1.5.1 (via buildlink2)
Track GNUstep-1.5.1 PLIST changes
Bump PKGREVISION
2003-01-03 05:20:39 +00:00
rh
4f53977d7f Update gnustep-back to 0.8.3. Notable changes include:
* Bug fixes
	* Preliminary OpenGL support
	* Localisation upates
        * Implemented -GSSendBezierPath
        * -DPSsetalpha: Use GSsetalpha as defined in frontend, for
          printers that don't support setalpha.
        * Source/x11/XIMInputServer.m
        * Hack: if focus went nowhere, don't deactivate app.
        * Only send event if we don't have a key window.
        * Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
          X specific parts of gpbs or not.
2003-01-03 04:12:02 +00:00
rh
e17c89775c Update gnustep-gui to 0.8.3.
Noteworthy changes in version `0.8.3'
=====================================
   * Additions for Gorm support.
   * Alpha support for OpenGL
   * Better ruler support - dragging of tab markers.
   * Document support, recent files, etc.
   * Simple printing to printer and print previewing.
   * Window focus fixes
   * Key view handling rewritten.
2003-01-03 04:06:13 +00:00
wiz
1e7584dd20 Only set package name conditionally (fixes e.g. the kdevelop PKGNAME). 2003-01-02 23:17:58 +00:00
skrll
42861251c2 Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or
1.0.5.1 accordingly.

Fixes and changes are:

Multiple vulnerabilities.

kdelibs
	KHTML : Fixed several crashes and misrenderings.
	rlogin.protocol: fixed command execution in specially crafted
	urls.

kdebase
	KAddressbook: Don't squeeze columns on startup/properly restore
	column width settings.

kdenetwork
	lisa, reslisa: Fixed several security vulnerabilities.

kdesdk
	Cervisia: Show long lines in diff view always completely.
2003-01-02 09:12:19 +00:00
hubertf
28a6492fea Add a few switches to allow changing compile-time options:
ATERM_USE_KANJI, ATERM_USE_BIG5, ATERM_USE_XTERM_SCROLL, ATERM_USE_GREEK.

Patch contributed by Jon Olsson <jon@joshua.haninge.kth.se> in PR 19382.
2003-01-02 05:55:11 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
uebayasi
730a64f109 Update mlterm to 2.6.2.
Along with many bug fixes, the following sequence are newly supported.

	* ESC [ x	* ESC [ S	* ESC [ T
	* ESC [ I	* ESC [ Z
2002-12-31 15:13:45 +00:00