summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-07-14The previous method of using a make target for finding a prerequisiteagc16-44/+44
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-14Forgot to commit this:tron1-3/+3
Avoid conflict between "control-center" and "xscreensave-gnome" package.
2000-07-14Support XAW_TYPE=standard.minoura3-6/+12
2000-07-11Make the determination of the pre-req package's installed directory beagc16-44/+44
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-11Use pkg_info(1) to find the kde installed prefix, rather than hardcodingagc1-3/+3
it to X11BASE, which will be wrong if xpkgwedge is installed.
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.agc1-8/+9
Use a shell "for" loop in preference to a make ".for" loop
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.agc2-5/+5
2000-07-11Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed.agc1-9/+9
2000-07-11Use pkg_info(1) to find out the prefix of the installed imlib package,agc1-2/+2
rather than using a hardcoded best guess.
2000-07-11Make this package cooperate with xpkgwedge better by using X11PREFIXagc1-6/+6
in preference to X11BASE.
2000-07-11Make this package cooperate with xpkgwedge better.agc1-23/+23
Use shell "for" loops in preference to make ".for" loops where possible.
2000-07-11Use pkg_info(1) to find the installed path of the gtk+ package.agc1-2/+2
2000-07-11Make this package cooperate with xpkgwedge better by using X11PREFIX inagc1-2/+2
preference to X11BASE for its installed prefix.
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc3-8/+10
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-10Avoid conflict between "control-center" and "xscreensave-gnome" package.tron2-5/+36
2000-07-10Properly merge "patch-aa" and "patch-af".tron2-7/+16
2000-07-10Remove unnecessary "./" from pathnames in patch file.tron2-4/+4
2000-07-10Don't patch "drivers/Makefile.in" twice.tron3-36/+18
2000-07-10Fix dependences and add local package list including the GNOME relatedtron2-2/+193
files.
2000-07-10Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc2-4/+4
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc7-24/+25
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc3-7/+7
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-09Update "wmthemes" package to version 0.62.x:tron1-6/+18
The new version is able to handle windowmaker 0.60 themes properly.
2000-07-08s/MACHINE_ARCH/MACHINE_GNU_ARCH/sakamoto1-2/+2
2000-07-07Added HTML document fileswulf1-1/+710
CVS ----------------------------------------------------------------------
2000-07-07Extended installation procedure to include HTML documentationwulf1-1/+3
2000-07-07pkglint.skrll3-3/+7
2000-07-06Forget PLIST update as part of last commit.skrll1-1/+2
2000-07-06Update to use USE_LIBTOOL and use QTPREFIX appropriately.skrll4-26/+33
2000-07-03Update ruby-Tk to 1.4.5.sakamoto3-9/+9
Sync with lang/ruby.
2000-07-01add rep-gtk and sawfishdanw1-1/+3
2000-07-01sawfish 0.28.1danw5-0/+488
a GNOME-aware window manager that is fully configurable in Lisp
2000-07-01Update to rep-gtk-0.11danw3-11/+32
2000-06-30Update to qt-2.1.1, use LIBTOOL and sort PLIST.skrll6-805/+809
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-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc2-4/+4
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-27unify esound dependencies in gnome packageswiz2-4/+4
2000-06-26Update gnome meta-package to 1.2.1, tracking latest updates of individualrh1-4/+4
gnome packages.
2000-06-25Update gnome-libs to 1.2.3. Changes are bugfixes and catalog updates.rh3-5/+9
2000-06-25Update gnome-applets to 1.2.1. Changes are bugfixes and new catalogs.rh5-7/+50
2000-06-25Update gnome-core to 1.2.1. Changes are bugfixes only.rh2-4/+4
2000-06-25remove superfluous .endifwiz1-2/+1
2000-06-24After talking with Matthias Scheler, revert support for building withoutdanw2-18/+4
libgtop, to force people to make the (simple but not completely obvious) changes needed to get libgtop to build on new arches.
2000-06-24Only depend on gtop/libgtop on archs that libgtop builds on.danw1-2/+9
2000-06-22Add missing packages: ebuilder, gnome-applets, qt21, qtarch, and xpmicons.rh1-1/+6
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-7/+8
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam7-110/+19
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam8-77/+49
2000-06-21USE_LIBTOOL instead of PKG_LIBTOOL. Fix some warts in the patches.jlam7-45/+34
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam4-170/+149
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit tojlam5-56/+27
make editing easier.