Up to [NetBSD + pkgsrc-wip] / pkgsrc / wm / afterstep
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Fix inline usage.
* set LICENSE=mit * add user-destdir installation support
Pullup ticket #3400 - requested by wiz audio/gqmpeg-devel: build fix devel/teem: build fix games/ufoai: build fix graphics/tuxpaint: build fix lang/kaffe: build fix sysutils/xnc: build fix wm/afterstep: build fix www/chimera: build fix www/mMosaic: build fix x11/xcursorgen: build fix Revisions pulled up: - audio/gqmpeg-devel/distinfo 1.5 - audio/gqmpeg-devel/patches/patch-src_ui__pixbuf__save.c 1.1 - devel/teem/distinfo 1.6 - devel/teem/patches/patch-ad 1.2 - games/ufoai/distinfo 1.5 - games/ufoai/patches/patch-ab 1.3 - graphics/tuxpaint/distinfo 1.21 - graphics/tuxpaint/patches/patch-ab 1.5 - lang/kaffe/distinfo 1.30 - lang/kaffe/patches/patch-libraries_clib_awt_X_imgpng.c 1.1 - sysutils/xnc/distinfo 1.8 - sysutils/xnc/patches/patch-src_lib_image2_sdl__image_IMG__png.c 1.1 - wm/afterstep/distinfo 1.13 - wm/afterstep/patches/patch-libAfterImage_export.c 1.1 - wm/afterstep/patches/patch-libAfterImage_import.c 1.1 - www/chimera/distinfo 1.9 - www/chimera/patches/patch-ad 1.5 - www/mMosaic/distinfo 1.11 - www/mMosaic/patches/patch-ai 1.2 - www/mMosaic/patches/patch-src_MIME.c 1.1 - x11/xcursorgen/distinfo 1.3 - x11/xcursorgen/patches/patch-xcursorgen.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 08:09:47 UTC 2011 Modified Files: pkgsrc/audio/gqmpeg-devel: distinfo Added Files: pkgsrc/audio/gqmpeg-devel/patches: patch-src_ui__pixbuf__save.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:04:40 UTC 2011 Modified Files: pkgsrc/graphics/tuxpaint: distinfo pkgsrc/graphics/tuxpaint/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:07:00 UTC 2011 Modified Files: pkgsrc/x11/xcursorgen: distinfo Added Files: pkgsrc/x11/xcursorgen/patches: patch-xcursorgen.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:27:29 UTC 2011 Modified Files: pkgsrc/devel/teem: distinfo pkgsrc/devel/teem/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:32:46 UTC 2011 Modified Files: pkgsrc/games/ufoai: distinfo pkgsrc/games/ufoai/patches: patch-ab Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:49:51 UTC 2011 Modified Files: pkgsrc/lang/kaffe: distinfo Added Files: pkgsrc/lang/kaffe/patches: patch-libraries_clib_awt_X_imgpng.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 11:56:30 UTC 2011 Modified Files: pkgsrc/sysutils/xnc: distinfo Added Files: pkgsrc/sysutils/xnc/patches: patch-src_lib_image2_sdl__image_IMG__png.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:02:00 UTC 2011 Modified Files: pkgsrc/wm/afterstep: distinfo Added Files: pkgsrc/wm/afterstep/patches: patch-libAfterImage_export.c patch-libAfterImage_import.c Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:16:39 UTC 2011 Modified Files: pkgsrc/www/chimera: distinfo pkgsrc/www/chimera/patches: patch-ad Log Message: Fix build with png-1.5. --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 5 12:27:06 UTC 2011 Modified Files: pkgsrc/www/mMosaic: distinfo pkgsrc/www/mMosaic/patches: patch-ai Added Files: pkgsrc/www/mMosaic/patches: patch-src_MIME.c Log Message: Fix build with png-1.5 and avoid conflict with getline() on NetBSD.
Fix build with png-1.5.
Made the package work for me (bin/GWCommand was missing), added the missing dependencies to GTK2 and Bash. PKGREVISION++
Fixed the usage of test(1) together with "==".
fix errno usage.
Changes 2.1.2: * minor bugfix release * lots of polish on various new features, as well as new xml tools
Add RMD160 checksums to the SHA1 ones.
Update to 2.00.01. In fact, this is a completely new package coming from pkgsrc-wip, as the program has changed a lot. So: AfterStep is a window manager for the Unix X Window System. Based on the look and feel of the NeXTStep interface, it provides end users with a consistent, clean, and elegant desktop. Some of the distinguishing features of AfterStep compared to other window managers are its low usage of resources, stability and configurability.
Avoid hardcoding /usr/pkg in patch files.
Update to afterstep-1.8.11. The only new feature (from NEWS):
Added DefaultGeometry option to database. That should allow to place
window with specifyed geometry when no USPosition was requested,
instead of dragging it around. Useful for things like Netscape.
Example:
Style "*escape*" DefaultGeometry 800x600+10-100
Afterstep-1.8.10 added "Xinerama" support (whatever that is) which we
have to disable in "configure" to build, and multi-head support -- which
is untested on NetBSD.
Follows is the complete ChangeLog since 1.8.9:
1.8.10 patch 1 (sasha+Geoff Burling+Jan Fedak)
o Numerous man page and usage fixes by Geoff Burling.
o Fixed bug in DefaultGeometry handling where check for USPosition/Size
should have been negated.
o Fixed compilation bug in lib/parse.c
o Fixed minor typho in afterstep man page.
o Debugged background setting on multihead config. It apperas that
asetroot cannot be run with -l if it is named other then asetroot.
Otherwise background selection from the menu does not work.
o Updated Clean to use ProcessModuleArgs. Added global var display_name
that is set to --display argument value or env var $DISPLAY 's value.
MOst modules must be updated to remove var with the same name from
main().
o Applied patch from Jan Fedak to add startup geometry to database
parameters.
o Applied patch from Jan Fedak to fix hotkeys in menus.
o Applied patch to get AfterStep to change Icon when Title is changing.
New feel option - FollowTitleChanges in feel has to be used to enable
this feature.
o Fixed Tile's -h handling.
o added support for maximization to not exceed screen size, while
working with xinerama.
o man pages fixes.
o Fixed socket/pipes reading loops to not cause 100% CPU utilization
under CYGWIN and in some cases even on Unix.
o Fixed Menus pointer location handling to use coordinates from events
and not abuse XQueryPointer. Otherwise menus were behaving strange
whenever events were late due to one reason or others.
1.8.9 patch 1 (sasha)
o Fix X libraries order, to have Xext preceed X11 - causes problems on
some Solaris systems.
o fixed two warnings related to time.h
o commented out dependency checking to avoid problems for users with old
compilers. It is not needed in stable series anyways.
o Added functionality to WindowsDesk function. If second argument is
10000 then first is relative desk number, instead of exact.
o Implemented Xinerama support. When window is initially placed - it
will be appropriately moved to not appear in between monitors, unless
user requested geometry explicetely.
o When Xinerama is active, and asetroot is requested to scale or pad
background image to the screen size it will use size of the first head
( the one with origin of 0,0 ).
o Implemented separate Feel, Look, Background and Init/Restart functions
for different screens in multihead config with no Xinerama.
o We now read $TMPDIR in order to locate /tmp directory, and falling back
to /tmp if envvar is not set.
o somewhat fixed Align and Pad fields in the Asetroot config parsing.
Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen. Extract from ChangeLog: o installastheme.pl now uses the first screen depth reported by xdpyinfo instead of the last; this fixes problems with the look not updating on XFree86 4.x (allanon) o removed reference to xiterm from Wharf config file; wharf now tries to load aterm, and then xterm if that fails (allanon) o fix to mystyle drawing as applied to empty menu drawing o removed config reading from the pipe - was causing some compile time problems and really was never needed.
Converted to use buildlink stuff
Add size of distfile
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo