Commit graph

145 commits

Author SHA1 Message Date
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
kristerw
83a1a9a0c0 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 22:55:22 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
d5dd07cda8 Add RMD160 checksums to the SHA1 ones. 2005-02-23 18:43:53 +00:00
sekiya
efd0f63580 Recalculate hash for patch-al 2005-01-04 21:34:46 +00:00
sekiya
0224d70251 Add RCS ID. 2005-01-04 21:34:01 +00:00
sekiya
004fb52bd0 64-bit fixes. Based on Xning Lee's patchset sent to port-amd64@; changed the
unsigned int -> long transformation to unsigned int -> unsigned long, just
in case.
2005-01-04 14:29:19 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
adam
f41dbb71ef Fix get-wraster-flags script to include Xft2 and fontconfig libraries 2004-11-25 13:12:52 +00:00
sketch
08ce992ff6 Add pre-requisite headers necessary to compile this package with strict X11
implementations, tested with OpenWindows.
2004-11-15 11:02:50 +00:00
kristerw
f298099c5e Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 20:53:32 +00:00
xtraeme
29a5a84f36 Modify some things I don't like:
* This package doesn't need USE_X11BASE, USE_X11 is enough.
* The Hermes dependency is not really needed.

No need to bump PKGREVISION this time.
2004-11-05 14:19:01 +00:00
adam
44debc8500 Changes 0.91.0:
* Alt-Tab Window Switching

Changes 0.90.0:
* NetWM / EWMH Support
* Antialiased font support
* Global Submenus
* UTF-8 Support
* Icon Panel for Alt-Tabbing
2004-11-05 11:51:35 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
213e2675e5 Derive PKGNAME from DISTNAME. While here, fix a typo in a comment. 2004-05-14 22:08:16 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
snj
d195fba559 No longer used. 2004-04-12 00:38:58 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
ab40b1a235 bl3ify 2004-02-25 19:02:39 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
cjep
c81c4f959d Lint: USE_PKGLOCALEDIR=yes. Remove VERS. 2003-04-27 12:41:38 +00:00
jmmv
157c1cd4d3 Add "windowmaker" as a secondary category; it already existed, but contained
a single package.
2003-04-26 09:49:35 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jmmv
948fd3a12a Install configuration files under the examples hierarchy and use
bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.  Bump PKGREVISION to 1.

This closes my own PR pkg/16966 (which proposed a different, wrong change).
2003-01-08 19:56:34 +00:00
tron
442d08258d Update "windowmaker" package to version 0.80.2.
Changes since version 0.80.1:
- Fixed buffer overflow in libwraster
2002-11-21 16:08:49 +00:00
jlam
67f78be19e Instead of "${CC} -E", which is ambiguous when cc can't deduce the
extension language, use "${CPP}" instead, which should point to the
correct value to invoke the C preprocessor.  Fixes pkg/18737 by
Matthias Friedrich.
2002-11-07 18:29:35 +00:00
jlam
04e917759a Fix path to C preprocessor embedded into WindowMaker to be "cc -E". This
addresses pkg/18737 by Matthias Friedrich.
2002-11-06 23:25:38 +00:00
wiz
cfbe429ab9 Unused. 2002-10-09 13:05:35 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
tron
619902ee57 Remove non existing file "share/locale/zh_TW.Big5/LC_MESSAGES/WPrefs.mo"
from package list.
2002-08-26 13:02:16 +00:00
mjl
287b5c5601 Update to 0.80.1
- Fixed a bug that crashed wmaker when closing a window if multiple screens
  were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
  WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
  multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
  have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
  all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
  option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
  manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
  it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
  "Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
  and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
  will not receive focus at all
- Fixed a buffer overflow in winmenu.c
2002-08-25 21:50:51 +00:00
mjl
fe7f1ff56d Update to 0.80.1
- Fixed a bug that crashed wmaker when closing a window if multiple screens
  were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
  WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
  multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
  have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
  all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
  option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
  manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
  it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
  "Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
  and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
  will not receive focus at all
- Fixed a buffer overflow in winmenu.c
2002-08-25 21:50:50 +00:00
mjl
8c5d26c940 Update to 0.80.1
- Fixed a bug that crashed wmaker when closing a window if multiple screens
  were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
  WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
  multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
  have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
  all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
  option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
  manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
  it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
  "Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
  and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
  will not receive focus at all
- Fixed a buffer overflow in winmenu.c
2002-08-25 21:50:49 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
wiz
bd1cb2d416 Update to 0.80.0.
[Note: If you've used Windowmaker before, you might want to read
 the NEWS file included with the distribution (on each update, really).]
More interesting changes:
- Disabled window birth animation by default (while it was ok with normal
  windows, it was very annoying with menus editing in WPrefs.app)
- Added ability to shade/unshade a window using the mouse wheel.
- Added "Save workspace state" switch button on the exit confirmation panel
  (based on a patch sent by Jan Tomka <judas@linux.sk>)
- SIGTERM is now handled and saves the internal state before exiting (like
  SIGHUP and SIGINT already do). Now a "kill wmaker_pid" will exit cleanly
  saving dock/clip/session information on exit.
- Deminiaturizing a window that is also shaded, will perform an unshade too.
  (Note that this only applies to deminiaturizing shaded windows. Unhiding
  an application will keep the shaded/unshaded state of windows.)
- Removed compile time option for definable cursors and made them available by
  default.
- Mapping a new window that belongs to a running application that is hidden,
  will unhide the application.
- Removed the collapse appicons thing.
- Added real appicon sharing (apps of the same kind will have a single shared
  appicon).
- Fixed user and global defaults domain merging to preserve values present in
  global but not in user, in sub-dictionaries.
- Made dock/clip steal appicons of applications that were started from a
  shell/xterm or from the main menu, if there is a docked appicon of that
  class that is not running at the time the app is launched.
- Added animation to show that the appicon was stolen by the dock (the way
  NEXTSTEP did - map an appicon as it normally would have been, then slide it
  to the position the docked appicon is).
- Updated the animation constants for scrolling/sliding/shading to better
  adapt to newer/faster machines. Also used wusleep(10) when the delay was 0
  to get rid of the jerky animation when there was no delay.
- Saving a domain file will first strip all entries that are also present in
  the global domain as well and are exactly the same. This fixes a bug where
  settings from the global domain file were merged in the user domain file
  and further changes in the global domain file for those merged values was
  ignored making a system admin unable to set global defaults for all users
  using the global domains.
Also, some bug fixes and localization updates.
2001-12-25 15:10:49 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
5b7348572a s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/
remove dependency on automake
2001-10-07 13:08:32 +00:00
wiz
d5b27d2c88 Remove a superfluous whitespace. 2001-10-05 14:16:37 +00:00
wiz
f051ca64a7 Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixes
by me.

Changes are bugfixes, and the following:
- copy/paste launching in Dock
- internal code clean-up with notifications for window state change and other
  stuff
- removed the libPropList dependancy by adding property list handling
  code to WINGs. This code is not only better integrated with the other
  WINGs data structures, but it's also more robust. Also a backward
  compatibility header file is provided which maps old libPropList
  function names to the new WINGs based proplist names allowing old code
  to be linked to WINGs with minimal changes. For details on how to use
  the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
  More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
  Say bye, bye libPropList =)
- rewrote all Window Maker code to use the new WINGs based proplist functions.
2001-10-05 12:18:57 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
wiz
3cdb56fd3f Path on master sites changed. 2001-10-02 08:48:02 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
tron
9001d130f0 Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x. 2001-08-21 19:41:56 +00:00
tron
71cb7cab9a Update "windowmaker" package to version 0.65.1. The changes since version
0.65.0 are:
- removed FocusFollowMouse from wmaker and WPrefs
- fixed problem with alpha images showing a blue tint on big endian machines
- fixed problem with WINGs based apps exiting with a "X_RotateProperties"
  related error when text was selected in a textfiled (including WPrefs.app
  and Window Maker itself).
- fixed bug with maximization of windows with fixed resize increments
- added None geometry display type
- fixed window enumeration bug
- removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>)
- added slovakian translations from (tomka@oalevice.sk)
- added WINGs i18n patch from tomka@oalevice.sk
- fixed wmsetbg.c to work in servers capable of multiple depths (overlay)
- added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>)
- fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>)
- added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>)
- Fixed some non-portable shell constructs used in installed scripts
  (Johnny C. Lam <lamj@stat.cmu.edu>)
- Fixed crash with long titles in the window list menu (buffer overflow)
  (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by
   Robert Marshall <robert@chezmarshall.freeserve.co.uk>)
- Replaced almost all sprintf() calls with snprintf()
- fixed crash when removing menu entry for Window List or Workspace submenu
2001-08-18 18:13:27 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
d0d99e2728 Fix windowmaker segfaults reported in pkg/13148 with the patch from there,
by Anthony Mallet.
2001-07-23 18:56:19 +00:00
wiz
8cd7b71bcf Add dependency on hermes. 2001-07-23 18:54:54 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:51 +00:00
jlam
28ff294a5a Add the buildlink-config-wrapper targets to the pre-configure
dependencies.
2001-07-15 14:24:04 +00:00
jlam
155230e622 Add buildlink.mk file for use by other package Makefiles. 2001-07-15 14:22:08 +00:00
jlam
7266b3491d Regen. 2001-07-15 08:48:19 +00:00
jlam
4b24007ee4 Fix several non-portable shell constructs:
(1) [ doesn't understand ==; use = instead.
	(2) i=${!tmp} is apparently intended to do the equivalent of
	    eval i=\$$tmp; so use the latter instead.

I don't see how this script ever worked before.
2001-07-15 08:48:01 +00:00
jlam
c9f42f14c2 Fix several nonportable shell constructs:
(1) [ doesn't understand ==; use = instead.
	(2) (( ... )) isn't valid /bin/sh; use [ ... ] instead.
	(3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid
	    /bin/sh, so use a loop to remove letters off the end until
	    only 4 letters remain.
2001-07-15 08:46:00 +00:00
jlam
fceb89172e [ doesn't understand == as equality operator. 2001-07-15 08:43:34 +00:00
jlam
b1827af46e Fix libwraster linking problem in a more buildlink-friendly way. 2001-07-14 18:22:35 +00:00
jlam
1cede7e4e0 Locale files are installed under ${PKGLOCALEDIR}. 2001-07-14 18:21:37 +00:00
jlam
2d47f2fff1 Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedir
using PKGLOCALEDIR.
2001-07-14 18:20:51 +00:00
tron
d20e38e4bd Fix link problems with "libwraster" caused by buildlink changes. 2001-07-07 23:05:21 +00:00
zuntum
29f2c3087f USE_XPM -> xpm's buildlink.mk 2001-06-30 09:16:47 +00:00
nra
5187edfa6a Fix patch-ad so it compiles. 2001-06-29 16:28:50 +00:00
nra
1c3cc7f313 Fix patch-ad to apply correctly. 2001-06-29 14:28:05 +00:00
fvdl
4b9a27b329 Update. 2001-06-28 14:20:32 +00:00
fvdl
3ced13fa2b Reset SIGPIPE handler to default (from SIG_IGN) before execing anything,
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
2001-06-28 14:20:17 +00:00
zuntum
43361e838e Converted to use buildlink.mk files 2001-06-26 00:38:28 +00:00
tron
afb084ff34 Remove patch obsoleted by last update. 2001-05-22 19:35:37 +00:00
wiz
8e258a060c Update to 0.65.0. Extract of changes:
Bug fixes for GNOME interaction; fixes for window positions/states after
wm crashes; removed single appicon stuff; fixed race conditions on signal
handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha
handling in some cases; MouseButton handling done differently (don't bind
Button to Action, but Action to Button); made "Keep on Top" in the dock/clip
menu a checked menu entry.
Please note: There was a bug in XPM saving -- please delete your icons in
~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start
of the corresponding programs.
2001-05-22 10:42:13 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
36354f7271 add @dirrm include/WINGs 2001-03-12 11:42:03 +00:00
mjl
45a38999bd Update to 0.64.0. Notable changes include:
- fixed messup in get-{wings,wutil,wraster}-flags
- fixed #wmdatadir# substitution in wmaker.inst
	(Seiichi SATO <sato@cvs-net.co.jp>)
- Removed spurious focus disabling for GNUstep applications
- Fixed broken panels.
- decreased nice() value in wmsetbg
- applied gnome panel not-covering patch
- added item copy to WPrefs menu editor
- added locale selection code for menu in wmaker.inst
- fixed bug in built-in xpm support
- removed plugin support
- fixed a crash bug in WPrefs menu editor
- added updated single-click patch
- fixed WindozeCycling config in WPrefs
- fixed circulate raise withour WindozeCycling
- added wmagnify utility
- changed behaviour of control/shift double click on titlebar for maximize
- updated getstyle to account for extendspace options
- fixed weird color bug in jpeg loader
- improved and simplified fonts configuration for multibyte languages
- cleaned ParseCommand() and renamed to TokenizeString()
- rewrote menu editor in WPrefs
- fixed circulateraise on non-windoze cycling mode
- fixed bug with incorrect reading of ppm files
- fixed bug with incorrect window placement using automatic placement, while
  there were shaded windows on other workspaces
- fixed some buffer overflow issues in WINGs
- fixed bug with WPrefs.app not selecting the menu appearance options after
  startup.
- fixed some memory leaks generated by wstrappend()
- fixed code that was dependant on the order of evaluation in wrlib. This
  fixed a number of problems, like greyscale jpegs that showed up in red
  and possibly the problems with pseudocolor displays.
- made clicks on unfocused windows be effective on focus follow mouse/sloppy
2001-03-11 16:59:03 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
8ef26e1c4d Replace some hardwired /usr/local's in some files with ${PREFIX}.
Bump version to 0.62.1nb1. Solves pkg/12021.
2001-02-28 16:44:39 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
fredb
f8363e87f7 Fix a few more paste-o's. 2001-02-07 05:16:39 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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.
2001-01-04 15:10:17 +00:00
wiz
b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00