summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-07-25@dirrm etc/CORBA/servers and etc/CORBA just like PLIST.SunOS. We don'tjlam1-1/+3
seem to remove these directories anywhere else, though an argument could be made for putting these lines in x11/gnome-libs/pkg/PLIST.
2000-07-25${PREFIX}/share/pixmaps can be used by things other than gnome-libs,jlam1-2/+2
so don't "@dirrm" it, "just @unexec rmdir ... || true".
2000-07-24Find freetype headers in new locationjlam1-1/+2
2000-07-22Reinstate stuff removed the last time around "just to please pkglint".jlam3-13/+22
There's no reason to degrade package maintainability just to appease pkglint. Also find xpm headers if xpkgwedge is installed. Closes PR#8373 by Michael South <msouth@scruz.net>.
2000-07-22Find xpm headers if xpkgwedge is installed by using EVAL_PREFIX (I hope Ijlam3-8/+11
did this right...documentation about how to use EVAL_PREFIX is scarce).
2000-07-22make sure automake really rebuilds doc/Makefile.in from the patcheddmcmahill1-2/+2
doc/Makefile.am. This fixes recently noted compile problems.
2000-07-21On Solaris, use the right configuration for qt21.agc1-3/+4
Use a build dependency for egcs. Pass the g++ pathname down through the environment.
2000-07-20unify patches; don't patch file twice.wiz4-403/+268
2000-07-20only compare XAW_TYPE if it is definedwiz1-2/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-20Add RCS Id to patch file, and regenerate patch checksum.agc2-2/+4
2000-07-20update location (sourceforge sucks them up all)drochner1-3/+3
2000-07-20regen patch which didn't work after qt updatedrochner2-6/+6
2000-07-18Use EVAL_PREFIX to be a bit more precise about package prefices.agc2-8/+11
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-4/+4
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc16-44/+71
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-15Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, manyjlam7-254/+61
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-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
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