Commit graph

1632 commits

Author SHA1 Message Date
wiz
fc7fe48be6 only compare XAW_TYPE if it is defined 2000-07-20 21:56:30 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
agc
92c0be7010 Add RCS Id to patch file, and regenerate patch checksum. 2000-07-20 15:25:44 +00:00
drochner
743988555a update location (sourceforge sucks them up all) 2000-07-20 14:33:25 +00:00
drochner
1ad0312b99 regen patch which didn't work after qt update 2000-07-20 14:04:23 +00:00
agc
90515e7cce Use EVAL_PREFIX to be a bit more precise about package prefices. 2000-07-18 15:20:59 +00:00
agc
44b15b4200 Use EVAL_PREFIX to find the installed location of the kdebase package, and
use it accordingly.
2000-07-17 13:58:20 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
jlam
9a8298285b Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, many
fixes and added functionality.  Libsigc++ and gnome-- have been split away
into separate software packages.

Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15 09:48:12 +00:00
jlam
658d4e0f05 Update dependencies on guile to >= 1.3.2 2000-07-15 02:36:44 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
tron
c431330de0 Forgot to commit this:
Avoid conflict between "control-center" and "xscreensave-gnome" package.
2000-07-14 07:21:03 +00:00
minoura
df8c3546fd Support XAW_TYPE=standard. 2000-07-14 05:06:37 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
ed3b113d4a Use pkg_info(1) to find the kde installed prefix, rather than hardcoding
it to X11BASE, which will be wrong if xpkgwedge is installed.
2000-07-11 10:58:34 +00:00
agc
ad735af887 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
Use a shell "for" loop in preference to a make ".for" loop
2000-07-11 10:55:32 +00:00
agc
3397061942 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed. 2000-07-11 10:45:58 +00:00
agc
05a65d9a35 Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed. 2000-07-11 10:40:27 +00:00
agc
dbd34e43d7 Use pkg_info(1) to find out the prefix of the installed imlib package,
rather than using a hardcoded best guess.
2000-07-11 10:39:05 +00:00
agc
90f5ccd5a8 Make this package cooperate with xpkgwedge better by using X11PREFIX
in preference to X11BASE.
2000-07-11 10:33:50 +00:00
agc
847a6766d6 Make this package cooperate with xpkgwedge better.
Use shell "for" loops in preference to make ".for" loops where possible.
2000-07-11 10:30:43 +00:00
agc
035c71114f Use pkg_info(1) to find the installed path of the gtk+ package. 2000-07-11 10:19:37 +00:00
agc
6aaccb76f9 Make this package cooperate with xpkgwedge better by using X11PREFIX in
preference to X11BASE for its installed prefix.
2000-07-11 10:18:03 +00:00
agc
1b0c8d610f Make these packages work better with xpkgwedge by using X11PREFIX in
preference to X11BASE, and by finding out where the xpm package is
installed by using pkg_info(1), not hardcoding a best guess.
2000-07-11 09:31:32 +00:00
tron
ba814665a4 Avoid conflict between "control-center" and "xscreensave-gnome" package. 2000-07-10 20:19:27 +00:00
tron
d95f7bcbca Properly merge "patch-aa" and "patch-af". 2000-07-10 19:57:10 +00:00
tron
f77a400677 Remove unnecessary "./" from pathnames in patch file. 2000-07-10 19:45:04 +00:00
tron
5b00a12e08 Don't patch "drivers/Makefile.in" twice. 2000-07-10 19:44:14 +00:00
tron
313fdce0d1 Fix dependences and add local package list including the GNOME related
files.
2000-07-10 18:18:39 +00:00
agc
f1bc5a3e73 Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 16:03:47 +00:00
agc
52c1afc38c Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 15:08:13 +00:00
agc
e05e4735dd Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and
never to delete it.  This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-10 10:40:39 +00:00
tron
10dff842a8 Update "wmthemes" package to version 0.62.x:
The new version is able to handle windowmaker 0.60 themes properly.
2000-07-09 21:12:55 +00:00
sakamoto
9b00fab238 s/MACHINE_ARCH/MACHINE_GNU_ARCH/ 2000-07-08 16:10:54 +00:00
wulf
f51aa4ba79 Added HTML document files
CVS ----------------------------------------------------------------------
2000-07-07 13:37:09 +00:00
wulf
8dd49902ad Extended installation procedure to include HTML documentation 2000-07-07 13:28:55 +00:00
skrll
e167f0ee21 pkglint. 2000-07-07 07:47:24 +00:00
skrll
686e6bcdb2 Forget PLIST update as part of last commit. 2000-07-06 20:17:45 +00:00
skrll
7884988732 Update to use USE_LIBTOOL and use QTPREFIX appropriately. 2000-07-06 19:04:50 +00:00
sakamoto
5d550636dd Update ruby-Tk to 1.4.5.
Sync with lang/ruby.
2000-07-03 07:32:21 +00:00
danw
80329bd28d add rep-gtk and sawfish 2000-07-01 04:14:45 +00:00
danw
b846dfb98c sawfish 0.28.1
a GNOME-aware window manager that is fully configurable in Lisp
2000-07-01 04:13:30 +00:00
danw
b901e67c8a Update to rep-gtk-0.11 2000-07-01 03:40:18 +00:00
skrll
aa228f9bbd Update to qt-2.1.1, use LIBTOOL and sort PLIST.
Changes are...

Qt 2.1.1 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.1.


****************************************************************************
*			    General					   *
****************************************************************************

- Many documentation improvements

- Various compilation problems relating to particular versions of xlC,
MipsPRO, Solaris, Japanese Windows, old X11 libraries, and gcc 2.7.2
fixed

- 64bit HP build targets added

- Qt OpenGL Extension updated; see details in qt/extensions/opengl/CHANGES

- As usual, many minor bugfixes, too small to be mentioned here.


****************************************************************************
*			    Specific					   *
****************************************************************************

QToolbar:	fix of layout-saving when moving out of dock

QAccel:		Support for non-alphanumeric keys

QPrinter:	Better tolerance for PS interpreter peculiarities

QPainter:	drawText() with rasterOp on Windows

QIconView:	Drawing fixes

QDate:		Ensure invalid status when created with invalid values

Motif Dnd:	Fix possible crash

QWorkSpace:	Proper minmize/maximize activation

QListBox:	Optimization: better performance for lists with thousands of
		elements. Selection problem fixed.

QFont:		Fontset matching fix for X11

QMultiLineEdit:	Wordwrap/selection workaround

QTabBar:	Refresh layout after style change. Optimization.

QTimer:		Zero-timers on Windows speedup

QFileDialog:	Correct caption on Windows

QComboBox:	Accept only left button. Do proper font propagation.

QMenuBar:	Accept only left button

QDialog:	Modal dialogs after QApplication::exec() returns

QWidget:	Optimization: fewer server roundtrips

QCheckBox:	Fixed mask drawing

QSpinBox:	Accept '-' key, for negative values

Dnd:		Allow disabling on X11

QFontDatabase:	Use QApplication's charset as default,
		and fixed garbage on Win2000
2000-06-30 10:42:56 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).

[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
2000-06-30 10:04:46 +00:00
wiz
982ed2fe49 unify esound dependencies in gnome packages 2000-06-27 00:29:08 +00:00
rh
cbd809df6d Update gnome meta-package to 1.2.1, tracking latest updates of individual
gnome packages.
2000-06-26 06:52:33 +00:00
rh
997a04bf69 Update gnome-libs to 1.2.3. Changes are bugfixes and catalog updates. 2000-06-25 19:06:19 +00:00
rh
7fefd1eea1 Update gnome-applets to 1.2.1. Changes are bugfixes and new catalogs. 2000-06-25 17:25:03 +00:00
rh
3bee3d148d Update gnome-core to 1.2.1. Changes are bugfixes only. 2000-06-25 17:22:52 +00:00