Commit graph

13 commits

Author SHA1 Message Date
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
wiz
a97b47c0ec Update to 0.2.1:
- documentation fixes
- display-directx:
  - bugfix: do not adjust the window with the size of the
    decorations. Windows no longer get bigger on each and every move.
  - bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
    values consistent with any previous calls to `ggi WmhMove(3)`
    and `ggiWmhResize(3)`.
  - change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
    behave as on display-x
2005-04-18 15:55:38 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
fc4be0684c Look for config file in correct place. Bump PKGREVISION. 2005-03-29 13:49:59 +00:00
wiz
8985b386be Add buildlink3.mk file. 2005-03-29 00:22:47 +00:00
wiz
743f88ed7b Update to 0.2.0:
New in 0.2.0:
* Add withdrawn state to iconify
* changed license from GPL to BSD
*      X-target:
  * allow window minsize of 0/0. Prior minsize was 1/1.
* support for directx
* works on Windows
* support for palemu and trueemu through the new pseudo-stubs target.
* add API documentation
2005-03-25 02:49:43 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +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
snj
89327f599d Convert to buildlink3. 2004-04-18 00:57:50 +00:00
jlam
ec993afa1a 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:32 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wiz
5bd2a50b49 Initial import of libggiwmh, a window manager hints library for libggi.
Requested by Christian Egger.

LibGGIWMH is an LibGGI extension for GGI targets that are window
system based to allow access to things like setting the title bar,
resizing, etc.
2003-07-21 12:27:50 +00:00