summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2000-06-20make this build correctly when readline is installed.dmcmahill3-2/+15
2000-06-19switch to LIBTOOL/LTCONFIG_OVERRIDE, upgrade to 4.8.2drochner5-29/+9
ChangeLog entry: * Bugfixes in row height code, especially when adding rows.
2000-06-17Because "olvwmrc.1" is an unformatted manual page it must be installedtron2-3/+6
into "man/man1" instead of "man/cat1".
2000-06-16add & enable olvwmpooka1-1/+2
2000-06-16The OpenLook Virtual Window Manager, version 4.4pooka18-0/+302
provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl> in pkg/9143
2000-06-16Adapt these to work with the OpenLook Virtual Window Managerpooka11-40/+212
patches provided by Witold J. Wnuk <ww181302@zodiac.mimuw.edu.pl> in pkg/9143
2000-06-15Fix afterstep DEPENDS linehubertf1-2/+2
2000-06-09Disable optimization on "arm32" port to avoid "egcs" bug.tron1-1/+6
2000-06-08forgot to remove unneeded patch.wiz1-20/+0
Noted by dmcmahill's weekly pkglint -- thanks!
2000-06-06Update to 3.2.8. No changelog available.mjl6-12/+17
2000-06-05Welcome "gtop" in GNOME family.tron1-1/+2
2000-06-05Update "gnome-python" package to version 1.0.53. Change sincetron3-17/+28
version 1.0.51: - pygnome/gtkhtml.py: removed removed functions. - pygnome/generate/gtkhtml.defs (gtk_html_calc_scrollbars): removed private function. - pygnome/Makefile.am: changed dependencies to point at .lo files rather than .o files, as we are using libtool now. - pygnome/examples/gtkhtml_demo.py (HtmlWindow.load_url): don't call GtkHTML.parse(). - pygnome/generate/gtkhtml.defs (gtk_html_parse): remove function that was removed from gtkhtml. - configure.in, gnome-python.spec: updated version number. - NEWS: added news items. - pygnome/Makefile.am (_gtkhtmlmodule_la_LIBADD): link with the correct library list. - pygnome/gnome/config.py (section_contents,private_section_contents): fixed incorrect naming of wrapper. - (lots of files): switch over to using libtool and automake-1.4a. - pygnome/gnomeuimodule.c, pygnome/gnome/ui.py, pygnome/generate/gnomeui.defs: Modified _wrap_gnome_file_entry_get_full_path, so that it supports NULL as a return value (if the user does not select a file) - pygnome/gnomeuimodule.c (_wrap_gnome_dialog_button_connect): create a tuple (function, arguments) to be registered in the callback. This corrects random behaviors after callback. - pygnome/gnome/__init__.py: don't bother with the python-1.4 compatibility stuff -- gnome-python won't work with python-1.4 for other reasons. - configure.in: updated version. Require gtk+ >= 1.2.6 for same reasons pygtk requires it. - gnome-python.spec: incremented version numbers. Add requires headers for gtk+ and gnome-libs so people don't annoy me with problems caused by old versions. Also, require the matching version of pygtk. Also, make pygnome-libglade require pygnome. - pygnome/gettext.py (Catalog.__init__): check for msb encoded catalogs as well. - pygtk/gtkmodule.c: When changing a gtkadjustment, call gtk_adjustment_changed() - autogen.sh: Work with builddir != srcdir. - pygnome/gnomeuimodule.c (list_to_ui_info): set user_data to NULL, to avoid crashes in free_ui_info. - pygnome/gnomeuimodule.c: added PyGtk_Get() around parameters in MDI handling. - pygnome/gnome/ui.py (GnomeMDIGenericChild.__marshal.__call__): fix mistake here.
2000-06-05Depend on version 1.2 or newer of the "gnome-users-guide" package.tron1-2/+2
2000-06-05Update "gnome-users-guide" to version 1.2. This version was updated totron3-64/+244
reflect the change in the GNOME 1.2 release.
2000-06-05Add dependence on "gnome-applets" package which contains appletstron1-1/+2
found in "gnome-core" 1.0.x releases.
2000-06-05Because "ggv" now belongs to the GNOME distribution add a depence on thetron1-1/+2
"ggv" package.
2000-06-05Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz4-43/+30
2000-06-04Fix library dependencies for libwraster.wiz5-40/+54
USE_LIBTOOL instead of USE_PKGLIBTOOL. Depend on automake, too, since it's used. Handle weird man page extension (.1x) differently.
2000-06-03Add xscreensaver back to the mix, in the form of xscreensaver-gnome. Bumpfredb1-2/+3
(arbitrary) version number to 1.2.0, so "lintpkgsrc -o" will detect change.
2000-06-03Add and enable xscreensaver-gnome.fredb1-1/+2
Note that a simple "make install" in this directory will already fail, even without this, because of icewm and icewm-gnome. It falls on the bulk build script to do something sensible with enabled packages that conflict.
2000-06-03Make two packages out of this. "xscreensaver" should be functionallyfredb3-47/+63
equivalent to the previous package; "xscreensaver-gnome" requires the gnome-libs to build and run, and installs itself into the gnome CC.
2000-06-03Make this compile under ELF by pulling -I${LOCALBASE} into CPPFLAGSrh1-3/+4
2000-06-02No, really, don't build the Motif GUI.fredb1-1/+2
2000-06-02Restore full path for INSTALL; remove USE_MOTIF, as we're only installingfredb2-4/+4
the gtk+ version anyway; add xflame(1) man page to PLIST.
2000-06-02Update to xscreensaver-3.24: Updates and fixes to "maze", "critical",fredb5-23/+33
"bsod", "xflame", "flow", "xteevee" and "webcollage"; added support for Kerberos5 [if KERBEROS is set in /etc/mk.conf]; xscreensaver-demo now installs itself into the Gnome Control Center [if USE_GNOME is set in /etc/mk.conf]. The Screensaver panel in gnomecc now actually works!
2000-06-02fix directory creation (trailing "/" passed to mkdir(2))drochner2-1/+24
2000-06-02Because "libgtop" and APM related applets were moved to "gnome-applets"tron1-14/+1
remove support for them.
2000-06-02import GNOME applets which are distributed separately nowdrochner7-0/+1124
2000-06-02tell programs using libgnome that -lintl (gettext) is needed toodrochner2-4/+18
2000-06-01Disable ascp. The development version, designed to work with the currentfredb1-2/+2
release of Afterstep (Afterstep-1.8.x), has not yet been publicly released.
2000-06-01Fix ambiguous dewey depends: jpeg>=6b -> jpeg-6b.fredb1-2/+2
2000-06-01use MASTER_SITE_SUNSITEwiz1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh26-52/+52
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-05-31Only try to remove "share/gnome/apps/Development" andtron1-3/+2
"share/gnome/apps/Internet" because the might be still in use.
2000-05-31Attempt to remove "share/gnome/apps" during deinstallation.tron1-2/+3
2000-05-31Remove directory "share/pixmaps/splash" during deinstalltion.tron1-1/+2
2000-05-31Reenable dependence on "libgtop".tron1-2/+2
2000-05-31Depend on "control-center" 1.2.0 or newer.tron1-4/+3
2000-05-31Remove obsoleted patches (that were not applied anyway, because they wererh2-72/+0
no longer present in files/patch-sum)
2000-05-31Add dependency on xpm-*.itohy2-2/+6
2000-05-30update to 1.2.0drochner7-375/+588
"many fixes and enhancements"
2000-05-30oops, forgot to "cvs add" this onedrochner1-0/+22
2000-05-30update to 1.2.0drochner5-25/+55
Sorry, no useful Changelog.
2000-05-30update to 1.2.1drochner7-51/+71
"many fixes and enhancements"
2000-05-30Defuzz patches.tron6-49/+49
2000-05-30Disable optimization only on ports which are really affected by thetron3-9/+20
compiler bug.
2000-05-30remove -O2 from compiler flags to work around a bug in egcs-1.1.1.dmcmahill2-8/+11
this fixes recently noted compile problems on sparc.
2000-05-30add & enable xpenguinshubertf1-1/+2
2000-05-30Little penguins walking along the tops of your windowshubertf7-0/+56
(Someone fix the images to display daemons! :-)
2000-05-28cause gccmakedep to be used instead of makedepend. This was already the casedmcmahill1-2/+8
on i386, but not on pmax/sparc (and probably others). This fixes recently noted pmax/sparc compile problems.