Commit graph

20 commits

Author SHA1 Message Date
Jeremy C. Reed
3148472d67 Saw similar changes this morning to many pkgsrc buildlink3.mk files.
This is to fix a bug in properly ordering the packages listed
in BUILDLINK_PACKAGES.
2004-03-18 15:40:55 +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
19ce9a6788 Make sure threads library is available. 2004-02-10 18:22:43 +00:00
Jeremy C. Reed
8f279c944b Add pthread include. And add to LIBS too.
Also, change BUILDLINK_DEPENDS.libX11 to append instead.
2004-02-10 18:21:43 +00:00
Min Sik Kim
1b8e44c0e8 libtool-1.5.2 handles the library versions correctly. 2004-02-07 01:11:22 +00:00
Min Sik Kim
66f2352f50 bl3ify 2004-02-01 19:12:46 +00:00
Min Sik Kim
0d89e164e3 regen 2004-02-01 18:55:48 +00:00
Min Sik Kim
a2cb3b9883 Sync with official release. 2004-02-01 18:52:01 +00:00
Min Sik Kim
1ed2be168f Note why shared library versions are wrong. 2004-02-01 18:07:52 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Jeremy C. Reed
5bfc09c469 pkglint was complaining:
FATAL: contiguous blank lines (> 1 lines) found in Makefile at line ...

So removed the doubled blank lines.
2003-11-28 04:54:33 +00:00
Jeremy C. Reed
4a238c4767 Add more notes about libtool and versioning. 2003-11-27 09:08:35 +00:00
Jeremy C. Reed
7c8cde4881 todo: fix library versioning. 2003-11-27 08:01:44 +00:00
Jeremy C. Reed
239a55ff89 Include pthreads buildlink for xthreads support. 2003-11-27 01:57:44 +00:00
Juan Romero Pardines
83dd99a694 Regen 2003-11-27 01:41:32 +00:00
Jeremy C. Reed
8de070ba5b Fix configure script so it can find keysymdef.h. 2003-11-27 01:08:38 +00:00
Juan Romero Pardines
a4439bf01f Minor style nits 2003-11-26 23:59:33 +00:00
Juan Romero Pardines
960cb409a2 Use buildlink2. 2003-11-26 23:56:47 +00:00
Juan Romero Pardines
df12eca0bd Added pkgconfig's buildlink :-) 2003-11-26 23:38:14 +00:00
Jeremy C. Reed
b0b8098e73 This is the libX11 library that is the C binding to the X protocol. It
is the foundation of practically every X Window System program out there.

This is the freedesktop.org version. It is based on libX11 from XFree86.

The goals of this project are (1) to get libX11 out of the huge XF86
hunk of code, (2) to make it buildable with autotools, (3) keep the
ability to easily merge bug fixes from libX11 in XF86 into this code,
(4) make it possible for people to work with Xlib without having to deal
with the entire XFree86 distribution, so that bugs can get detected and
fixed, and (5) provide a place to move the X library forward.
2003-11-26 23:15:10 +00:00