Commit graph

20 commits

Author SHA1 Message Date
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
Min Sik Kim
855965bb9a Add workarounds for fd.o's bugzilla bugs #1356 and #1357 to build on Interix. 2004-09-13 17:26:57 +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
9ce83cef8a Update libXt to 0.1.5.
Changes:
  - Merge from X11R6.7.
  - Various cleanups to Makefile.ams.
  - Install Shell.h into include/X11 so it can be found.
  - Adjusted BUILT_SOURCES and CLEANFILES to match.
  - Move ObjectP.h to include/X11 so it can be found by #includes.
  - Link with libSM.
2004-06-13 06:53:59 +00:00
Min Sik Kim
7724c6bdba Unused. 2004-05-14 00:57:47 +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
b9fcb4885e Use xextensions in pkgsrc. 2004-05-09 04:16:04 +00:00
Min Sik Kim
2d74df8024 Use relative paths for PKGCONFIG_OVERRIDE. 2004-05-09 02:38:56 +00:00
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
35dba3a3f6 libXt needs IceProcessMessages and SmcSaveYourselfDone and others.
So add to ICE and SM libraries to LDFLAGS.

If there is a better way to do this, please let me know.

(This problem would probably fix itself with software using the
pkg-config system.)
2004-02-11 05:10:18 +00:00
Jeremy C. Reed
59fa94dcd8 Add pthread library dependency. 2004-02-10 18:40:42 +00:00
Jeremy C. Reed
ca303d6a87 Add buildlink3.mk file. 2004-02-10 18:40:12 +00:00
Jeremy C. Reed
43a11ce176 Accidently patched same file twice. So put in one patch. 2004-02-09 18:27:34 +00:00
Jeremy C. Reed
1973a1ed3d Comments in TODO are resolved. 2004-01-31 08:51:26 +00:00
Jeremy C. Reed
c0c98d93ef Upgraded to official libXt-0.1.4. Sorry about the number change --
hopefully the upgrade to a lower number doesn't cause problems.

Added four patches.  The official libXt doesn't build without
patches. (I submitted back for review to xlibs, and will commit
later.)

Add HOMEPAGE.

Add include for pthreads support.

Fix PLIST to have real version number for library.

Added buildlink2.mk file.
2004-01-31 08:50:48 +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
f83286fa4c This needs makestrs(1) to build. So if not available
BUILD_DEPENDS on image (which provides it).
2003-11-28 10:18:14 +00:00
Jeremy C. Reed
b6bbdf5783 This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
of C routines (based on Xlib) used for designing user interfaces
with widgets. It also provides functions for handling events,
initializing windows, and interpreting resource files.

This is the portable version based on libXt from XFree86.

The plan is for this to become the official freedesktop.org
version. I made this portable using autotools.
2003-11-28 05:20:59 +00:00