Commit graph

16 commits

Author SHA1 Message Date
Leonard Schmidt
19e04324b1 MASTER_SITES update. 2005-09-07 16:24:54 +00:00
David Brownlee
85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00
Thomas Klausner
ba298945c1 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:33:56 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Min Sik Kim
88891000b1 Update libXmu to 6.2.3.
Changes since 6.2.1:
  - Properly include LIBS/CFLAGS in .pc and linking.
  - X11R6.7 merge - various minor cleanups.
  - Various cleanups to build system, including correct use of pkg-config.
2004-06-13 15:04:40 +00:00
Min Sik Kim
f3467bc2db Use xextensions in pkgsrc. 2004-05-14 00:54:03 +00:00
Soren Jacobsen
3705d63da1 Convert to buildlink3. 2004-05-13 23:29:38 +00:00
Min Sik Kim
2d74df8024 Use relative paths for PKGCONFIG_OVERRIDE. 2004-05-09 02:38:56 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
Jeremy C. Reed
7fd33df41d The final library uses libXext, so depend on it.
And bump PKGREVISION.
Also in buildlink3.mk, add to LDFLAGS so -lXext is used.
2004-02-11 04:26:20 +00:00
Jeremy C. Reed
f3b4e45490 New libtool fixes the so (library) versioning, so fix in PLIST,
bump PKGREVISION, and change buildlink2.mk to depend on new version.

Also include pthreads as a dependency in buildlink2.mk.
2004-02-10 18:32:25 +00:00
Jeremy C. Reed
1ff30f5b18 Uses threads, so include mk/pthread.buildlink2.mk.
(Some of the other xlibs use this too ... I wonder if this
will make incompatible as drop-in replacement for those using
XFree86 libraries without threads support.)
2004-02-09 18:33:24 +00:00
Jeremy C. Reed
b785c65abb I autofoo'd this for freedesktop.org and now available for pkgsrc :)
This Xmu library contains miscellaneous utilities and is not part of the
Xlib standard.  It contains routines which only use public interfaces
so that it may be layered on top of any proprietary implementation of
Xlib or Xt.

This also includes the Mini Xmu library that does not use Xt and Xaw.

This is part of the X Libraries and Protocol Headers Project at
freedesktop.org.
2004-01-31 07:44:15 +00:00