summaryrefslogtreecommitdiff
path: root/x11/gtkglarea
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07Update gtkglarea to 1.2.2. Changes are minor bugfixes only.rh5-24/+24
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+2
2000-07-18Use EVAL_PREFIX to be a bit more precise about package prefices.agc1-3/+3
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+3
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-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
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-11Make the determination of the pre-req package's installed directory beagc1-2/+2
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-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
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-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
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-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-43/+30
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-05Make this work with Mesa 3.1 or newer.tron2-7/+53
2000-02-05remove unnecessary whitespacewiz1-2/+2
1999-10-23- Add missing file "share/aclocal/gtkgl.m4" to package list.tron2-3/+11
- create a link for "gtkgl.m4" in "${LOCALBASE}/share/aclocal" if "${LOCALBASE}" is not identical with "${X11BASE}".
1999-09-29Use wildcard dependence for "Mesa" package so that either standard ortron1-2/+2
hardware accelerated Mesa libraries can be used.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-07-22Update gtkglarea to 1.2.1.sakamoto5-18/+14
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-04-27Use our own "libtool" to build library.tron3-5/+25
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2
1999-03-04Update dependence for "gtk+" package.tron1-2/+2
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-20Fix dependence for "gtk+" package.tron1-2/+2
1999-01-20OpenGL/Mesa widget for GTK+ GUI toolkithubertf5-0/+49