summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam3-8/+8
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12Make this package happy with xpkgwedge; Since mkfontdir is a part of standardkei1-3/+3
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-11Update xpenguins to version 2.1zuntum6-51/+60
* Version 2.1 (26 May 2001) - Found a WM that requires vroot.h: amiwm - replaced vroot.h functionality - Detects KDE, Enlightenment & Nautilus desktops & draws to them (at last!) - Sends expose event to background window so that KDE icons reappear - ToonErase does not erase whole screen on first call - No longer segfaults if display not found (new bug in 2.0) - Can override root window detection using `--id' - Use `--nice' to respond to system load by killing toons * Version 2.0 (7 May 2001) - Minor changes to error reporting * Version 1.9 (1 May 2001) - Code modularisation and separation into lots of different files - A massive rewrite of xpenguins_*.c code (toon_*.c functions mostly unchanged) - Themability added and some default themes written - Now use automake and autoconf - Removed use of vroot.h - I really don't know what it did anyway
2001-06-11o remove input redirection for sedzuntum1-5/+5
o add missing '/' to the HOMEPAGE
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam14-30/+21
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-48/+11
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-5/+14
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).wiz2-15/+1
Will be done by modifying intlfonts.
2001-06-08Use wildcard dependence on "p5-HTML-Parser" package.tron1-2/+2
2001-06-07Remove "post-configure" target for Solaris which is not necessary withtron1-8/+1
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-05Use ${X11PREFIX} as the installation prefix of fltk instead of double-listingjlam1-8/+3
the headers and libraries.
2001-06-01Define unix, and reduce the number of warnings.agc3-6/+31
2001-05-31Fix dead HOMEPAGEdent1-2/+2
2001-05-29Updated xlockmore to 5.01.2. Changes:hubertf5-21/+21
5.01.2 dclock broken in 5.01.1 thanks to for Stephen Montgomery-Smith pointing it out. (5.01 dclock.c put back). 5.01.1 Missed a patch to config.h.in for Red Hat 7.1... thanks again to Tim Aukland <tda10@Procket.com>. + New "tetris -well", now uses generated images, also cleaned up some + bugs too. Bug fix thanks to Tom Schmidt. New molecule to solve a random SEGV on Sun thanks to Tom Schmidt <tschmidt@micron.com> (it still crashes on my Sun with OpenGL but I think its an isolated case). Also cleaned up a few mistakes in the menus and resource file. OSF1_ENH_SEC passwd updated to handle passwords with more than eight characters using dispcrypt, thanks to Steve VanDevender <stevev@hexadecimal.uoregon.edu>. molecule fix in sscanf thanks to Jouk Jansen. scooter updated thanks to Sven Thoennissen <posse@gmx.net>. + Got rid of of some -Wall, lint, and C++ warnings (mostly the new 5.01 modes). + ecgs g++ warnings removed from solitare and all glx modes, regular modes + left for later (casting NULL). Fixed generated xlock.hlp. + gears added -size but defaults to 0, only -planetary will use up lots of + CPU so added a -planetsize 400 which takes over if -size is 0 (full screen + if both are 0).
2001-05-27Update to fox-0.99.172 and xunicode-0.3.2.2.sakamoto3-15/+18
Changes: [Foxgui-announce]New Drop of FOX [0.99.169] http://groups.yahoo.com/group/fox-users/message/2431 [Foxgui-announce]FOX 0.99.172 dropped http://groups.yahoo.com/group/fox-users/message/2433
2001-05-26Update gnome-core to 1.4.0.4. Changes are bugfixes only.rh3-6/+8
2001-05-26Add buildlink.mk Makefile fragment to link headers and libs intojlam1-0/+67
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26Update fltk to 1.0.11. Changes from version 1.0.10 include bugfixes and:jlam11-223/+429
- Added new const const pointer versions of pixmap functions to eliminate an annoying pointer warning message that was generated by the Sun and other C++ compilers. - Eliminated all "var hides class::var" warnings. - Eliminated all "string literal converted to char *" warnings. - The file chooser buttons use user_data() rather than the label to decide what to do, allowing the label to be somewhat cleaner. - Fl_has_idle only tested N-1 callbacks and missed one. - Fl_Gl_Window has a new method to allow you to get and set the context: void Fl_Gl_Window::context(void*, int destroy = 0) void* Fl_Gl_Window::context() const; Return or set a pointer to the GLContext that this window is using. This is a system-dependent structure, but it is portable to copy the context from one window to another. You can also set it to NULL, which will force FLTK to recreate the context the next time make_current() is called, this is useful for getting around bugs in OpenGL implementations. If destroy_flag is true the context will be destroyed by fltk when the window is destroyed, or when the mode() is changed, or the next time context(x) is called. - Added Fl::add_check(...), Fl::remove_check, and Fl::has_check. These are similar to idle callbacks but are only called just before it waits for new events. They can be used to watch for changes in global state and respond to them. - Added simple FLTK and FLUID manual pages.
2001-05-24Introduce a new variable KJS_USE_PCRE that controls the regex libraryskrll3-8/+33
used in KJS (javascript) for kdelibs2. This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24upgrade magicpoint to 0.18a.itojun2-6/+6
- The "charset" directive: you can use iso-8859-[1-4] - MNG support: animation without "mark" and "again" - Enhancing "mgp2ps" * Supporting "cont", "mark", "again" * Resizing image - bug fixes
2001-05-24Fix the installed tkConfig.sh so it's possible to use its values to generatejlam6-28/+206
a shared library that depends on libtk83.so. Patch the configure script to set TK_LIB_SPEC to include -Wl,-rpath,... or -R... depending on whether we are ELF or a.out. Bump version number to 8.3.2nb1.
2001-05-22Standardize patch name.wiz2-3/+3
2001-05-22Add missing size entries.tron1-1/+4
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz7-14/+14
Noted by Frederick Bruckman.
2001-05-21Add size.wiz2-2/+4
2001-05-21Don't ignore checksum; similar reason as for xcolors.wiz2-4/+4
Add real checksum and size to distinfo.
2001-05-21Don't ignore checksum, no obvious reason too, and we have better methodswiz2-4/+4
to deal with files that change checksums often (which probably won't happen for this one anymore). Add real checksum and size.
2001-05-21Add size.wiz2-2/+4
2001-05-21Add size.wiz1-1/+2
2001-05-21Add Size entries to distinfozuntum1-1/+2
2001-05-21Add missing "Size" entries.tron8-8/+18
2001-05-19allow python>=2.0, for those who look into the futuredrochner1-2/+2
2001-05-19add and anable gnome-- (hi Thomas)drochner1-1/+2
2001-05-19initial import of gnome--: C++ bindings for the gnome librarydrochner5-0/+175
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam2-6/+6
2001-05-18add and enable qt2-designer-kdewiz1-1/+2
2001-05-18Work around an arm32 compiler bugabs2-1/+19
2001-05-18xscreensaver-gnome can just use the distinfo from xscreensaverabs2-7/+2
2001-05-17Lose leading 'The ' on COMMENTabs4-8/+8
2001-05-14Update gnome-core to 1.4.0.3. Changes include bugfixes and locale updates.rh3-8/+28
2001-05-14Split out KDE support into a separate pkg. While qt2 already takesdrochner4-9/+37
hours to compile, the KDE stuff makes it absolutely unbearable for someone not explicitely interested in it.
2001-05-12fix type for LP64 systems. (unsigned -> size_t)dmcmahill2-1/+22
2001-05-12Share a common distinfo file between lesstif and lesstif12.jlam2-45/+2
2001-05-11don't return the address of a local variable.dmcmahill4-3/+79
2001-05-11Don't unconditionally try and include:dmcmahill2-5/+13
lib/kde2/libkcm_energy.so lib/kde2/libkcm_screensaver.so in PLIST because on some systems (i386), /usr/X11R6/lib/libXdpms.so does not exist (only the static lib) and hence the above shared libs are not built.
2001-05-10Make this package work in the presence of xpkgwedge.agc3-2/+18
2001-05-10Sync PLIST with reality, by adding missing files, and one missing directory.agc1-1/+4
Pointed out by the last bulk build.