Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-25 | @dirrm etc/CORBA/servers and etc/CORBA just like PLIST.SunOS. We don't | jlam | 1 | -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, | jlam | 1 | -2/+2 | |
so don't "@dirrm" it, "just @unexec rmdir ... || true". | |||||
2000-07-24 | Find freetype headers in new location | jlam | 1 | -1/+2 | |
2000-07-22 | Reinstate stuff removed the last time around "just to please pkglint". | jlam | 3 | -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-22 | Find xpm headers if xpkgwedge is installed by using EVAL_PREFIX (I hope I | jlam | 3 | -8/+11 | |
did this right...documentation about how to use EVAL_PREFIX is scarce). | |||||
2000-07-22 | make sure automake really rebuilds doc/Makefile.in from the patched | dmcmahill | 1 | -2/+2 | |
doc/Makefile.am. This fixes recently noted compile problems. | |||||
2000-07-21 | On Solaris, use the right configuration for qt21. | agc | 1 | -3/+4 | |
Use a build dependency for egcs. Pass the g++ pathname down through the environment. | |||||
2000-07-20 | unify patches; don't patch file twice. | wiz | 4 | -403/+268 | |
2000-07-20 | only compare XAW_TYPE if it is defined | wiz | 1 | -2/+2 | |
2000-07-20 | Depend on version 4.0 or newer of the "readline" package. | tron | 1 | -2/+2 | |
2000-07-20 | Add RCS Id to patch file, and regenerate patch checksum. | agc | 2 | -2/+4 | |
2000-07-20 | update location (sourceforge sucks them up all) | drochner | 1 | -3/+3 | |
2000-07-20 | regen patch which didn't work after qt update | drochner | 2 | -6/+6 | |
2000-07-18 | Use EVAL_PREFIX to be a bit more precise about package prefices. | agc | 2 | -8/+11 | |
2000-07-17 | Use EVAL_PREFIX to find the installed location of the kdebase package, and | agc | 1 | -4/+4 | |
use it accordingly. | |||||
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 16 | -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-15 | Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, many | jlam | 7 | -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-15 | Update dependencies on guile to >= 1.3.2 | jlam | 1 | -2/+2 | |
2000-07-14 | The previous method of using a make target for finding a prerequisite | agc | 16 | -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-14 | Forgot to commit this: | tron | 1 | -3/+3 | |
Avoid conflict between "control-center" and "xscreensave-gnome" package. | |||||
2000-07-14 | Support XAW_TYPE=standard. | minoura | 3 | -6/+12 | |
2000-07-11 | Make the determination of the pre-req package's installed directory be | agc | 16 | -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-11 | Use pkg_info(1) to find the kde installed prefix, rather than hardcoding | agc | 1 | -3/+3 | |
it to X11BASE, which will be wrong if xpkgwedge is installed. | |||||
2000-07-11 | Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed. | agc | 1 | -8/+9 | |
Use a shell "for" loop in preference to a make ".for" loop | |||||
2000-07-11 | Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed. | agc | 2 | -5/+5 | |
2000-07-11 | Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed. | agc | 1 | -9/+9 | |
2000-07-11 | Use pkg_info(1) to find out the prefix of the installed imlib package, | agc | 1 | -2/+2 | |
rather than using a hardcoded best guess. | |||||
2000-07-11 | Make this package cooperate with xpkgwedge better by using X11PREFIX | agc | 1 | -6/+6 | |
in preference to X11BASE. | |||||
2000-07-11 | Make this package cooperate with xpkgwedge better. | agc | 1 | -23/+23 | |
Use shell "for" loops in preference to make ".for" loops where possible. | |||||
2000-07-11 | Use pkg_info(1) to find the installed path of the gtk+ package. | agc | 1 | -2/+2 | |
2000-07-11 | Make this package cooperate with xpkgwedge better by using X11PREFIX in | agc | 1 | -2/+2 | |
preference to X11BASE for its installed prefix. | |||||
2000-07-11 | Make these packages work better with xpkgwedge by using X11PREFIX in | agc | 3 | -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-10 | Avoid conflict between "control-center" and "xscreensave-gnome" package. | tron | 2 | -5/+36 | |
2000-07-10 | Properly merge "patch-aa" and "patch-af". | tron | 2 | -7/+16 | |
2000-07-10 | Remove unnecessary "./" from pathnames in patch file. | tron | 2 | -4/+4 | |
2000-07-10 | Don't patch "drivers/Makefile.in" twice. | tron | 3 | -36/+18 | |
2000-07-10 | Fix dependences and add local package list including the GNOME related | tron | 2 | -2/+193 | |
files. | |||||
2000-07-10 | Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}. | agc | 2 | -4/+4 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
2000-07-10 | Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}. | agc | 7 | -24/+25 | |
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me. | |||||
2000-07-10 | Hardcoding X11PREFIX into package Makefiles forces the user to install | agc | 3 | -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-09 | Update "wmthemes" package to version 0.62.x: | tron | 1 | -6/+18 | |
The new version is able to handle windowmaker 0.60 themes properly. | |||||
2000-07-08 | s/MACHINE_ARCH/MACHINE_GNU_ARCH/ | sakamoto | 1 | -2/+2 | |
2000-07-07 | Added HTML document files | wulf | 1 | -1/+710 | |
CVS ---------------------------------------------------------------------- | |||||
2000-07-07 | Extended installation procedure to include HTML documentation | wulf | 1 | -1/+3 | |
2000-07-07 | pkglint. | skrll | 3 | -3/+7 | |
2000-07-06 | Forget PLIST update as part of last commit. | skrll | 1 | -1/+2 | |
2000-07-06 | Update to use USE_LIBTOOL and use QTPREFIX appropriately. | skrll | 4 | -26/+33 | |
2000-07-03 | Update ruby-Tk to 1.4.5. | sakamoto | 3 | -9/+9 | |
Sync with lang/ruby. | |||||
2000-07-01 | add rep-gtk and sawfish | danw | 1 | -1/+3 | |
2000-07-01 | sawfish 0.28.1 | danw | 5 | -0/+488 | |
a GNOME-aware window manager that is fully configurable in Lisp |