Commit graph

56762 commits

Author SHA1 Message Date
jmmv
59e6d6d32d Add USE_MMX to BUILD_DEFS. 2004-03-11 10:38:01 +00:00
recht
fd9a291fbe Note update of py-ZSI to 1.5.0. 2004-03-11 10:33:02 +00:00
recht
b5cb922700 update to 1.5
Changes for 1.5, released 10-Mar-2004:
-   TypeCode honoring for response parameters
-   String adherence to wsdl for request/response params via ServiceProxy
-   wsdl2py bug fixes
-   Numerous bug fixes
2004-03-11 10:31:01 +00:00
kent
855cbfdeac update sum for patches 2004-03-11 10:20:52 +00:00
grant
d574affc3d s/Deleted/Removed/ for consistency 2004-03-11 08:48:23 +00:00
grant
8fd249919c note removal of MozillaFirebird-bin-nightly. 2004-03-11 08:47:37 +00:00
grant
aa5a508c52 -MozillaFirebird-bin-nightly 2004-03-11 08:44:43 +00:00
grant
55b89818f5 remove MozillaFirebird-bin-nightly, it has been replaced by
firefox-bin-nightly.
2004-03-11 08:44:03 +00:00
jlam
12d273cd9d Check that a variable is defined before using it.
BUILDLINK_PKGSRCDIR.<pkg> may not be defined since <pkg> may refer to a
dummy package, e.g. "db-native" as set by bdb.buildlink3.mk.
2004-03-11 08:36:41 +00:00
jlam
6307bde7a7 Use the correct PKGBASE when referring to the "db2" package. Also remove
a pasto that caused using the native bdb to also depend on db4.
2004-03-11 08:33:52 +00:00
grant
05c216de30 fix date in two previous entries (hi snj!) 2004-03-11 08:31:51 +00:00
grant
f43b2a9b53 note PKGREVISION bump of eggdrop (tcl dependency change). 2004-03-11 08:31:20 +00:00
grant
eb9d759c26 bump PKGREVISION after tcl dependency change. 2004-03-11 08:30:31 +00:00
grant
3ba02d15a8 s/built on gtk2/built with GTK2/ in COMMENT. 2004-03-11 08:27:09 +00:00
grant
bb747e4573 note PKGREVISION bump of xmms-infinity (PLIST fix). 2004-03-11 08:20:20 +00:00
grant
c8ea94e775 bump PKGREVISION for latest PLIST fix. 2004-03-11 08:19:03 +00:00
jlam
bc0e83e401 The pnet package uses zlib. 2004-03-11 08:06:56 +00:00
jlam
e6cf029454 This package needs to use makeinfo to generate .info files. 2004-03-11 07:33:13 +00:00
jlam
2d2957f72d With buildlink3, native header and libraries aren't symlinked into
${BUILDLINK_DIR}, so ${BUILDLINK_DIR}/include/openssl/des.h may not exist.
Instead, refer to ${SSLBASE}/include/openssl/des.h.
2004-03-11 07:25:10 +00:00
jlam
70ffa4a574 bl3ify and set NO_EXPORT_CPP to placate rpcgen. 2004-03-11 07:17:47 +00:00
minskim
0af32f2c70 Switch to Tcl/Tk 8.4 and bl3ify. 2004-03-11 07:16:45 +00:00
jlam
c95af4404b bl3ify 2004-03-11 06:58:12 +00:00
minskim
9d23a7e700 bl3ify. 2004-03-11 06:55:22 +00:00
minskim
2f89c70cee Switch to Tcl/Tk 8.4 and bl3ify. Bump PKGREVISION. 2004-03-11 06:54:50 +00:00
minskim
23aae0a5dd Switch to Tcl 8.4, bl3ify, and enable pkgviews installation. 2004-03-11 06:52:31 +00:00
jlam
0b536ea6d1 bl3ify 2004-03-11 06:45:55 +00:00
minskim
990c8d715e Switch to Tcl 8.4. It will close PR pkg/24739. 2004-03-11 06:37:50 +00:00
jlam
f755e633c2 X11_TYPE is a user-settable variable that can take the values:
native		use the native, non-pkgsrc-managed X11R6
	XFree86		use x11/XFree86-libs (not yet implemented)
	xlibs		use freedesktop.org xlibs (not yet implemented)

It is used to set the X11 implementation used to build X11 packages.
2004-03-11 06:32:58 +00:00
jlam
0190c06a95 Garbage collect USE_X11_LINKS, which was used solely to avoid
dependency loops, and which are now handled in a more general way
by bsd.buildlink3.mk.
2004-03-11 05:16:49 +00:00
jlam
c1302f2da6 We can garbage collect USE_X11_LINKS which was used solely to avoid
build loops, which are now handled in a more general way using
IGNORE_PKG.<pkg>.
2004-03-11 05:15:23 +00:00
jlam
088bbd1c66 Avoid build loops by ensuring that a package can never inadvertantly be
a dependency for itself.  This is done by setting IGNORE_PKG.<pkg> if
<pkg> is the current package and then appropriately checking its value.
2004-03-11 05:13:31 +00:00
snj
2064c683eb firefox-gtk2-0.8nb2 and a whitespace fix. 2004-03-11 04:23:34 +00:00
snj
8c922ee403 Explicitly enable Xft support. Welcome to 0.8nb2. 2004-03-11 04:22:47 +00:00
snj
c07f9ebebe Split "opensource" into two words. 2004-03-11 04:00:58 +00:00
hubertf
399ce0a3ff Remove 'blame' column, OK'd by grant@. 2004-03-11 01:42:11 +00:00
uebayasi
8c74d25297 Fix build on Red Hat 7.3. 2004-03-11 01:41:49 +00:00
minskim
a3c0d62315 Keep library names on IRIX and Linux to be same as on other platforms. 2004-03-11 01:27:05 +00:00
jlam
a06db92674 Instead of doing a special step to copy the contents of
/usr/pkg/share/x11-links into the buildlink directory, just rely on the
regular buildlink3 infrastructure to do it for us.  This simplifies the
handling of X11 in buildlink3.  The only caveat is that "x11-links"
should appear at the head of BUILDLINK_PACKAGES, and this detail is
handled by x11-links/buildlink3.mk.
2004-03-11 00:54:51 +00:00
jlam
d62c2888d0 Add a buildlink3.mk file for pkgtools/x11-links. This isn't meant to be
included manually by a package, but is intended for inclusion by
bsd.buildlink3.mk.  It will be used to avoid special-casing x11-links
when creating symlinks into the buildlink directory.
2004-03-11 00:50:14 +00:00
jlam
05cce146f3 Don't cat nonexistent files during the build. 2004-03-11 00:47:01 +00:00
jlam
de9a48935b Along with BUILDLINK_INCDIRS.<pkg> and BUILDLINK_LIBDIRS.<pkg>, also have
BUILDLINK_RPATHDIRS.<pkg> which is a list of directories relative to
BUILDLINK_PREFIX.<pkg> to add to the library runtime search path.  For
packages that are a full dependency, this defaults to
BUILDLINK_LIBDIRS.<pkg>, but for packages that are a build dependency,
this defaults to an empty list (on the theory that a build dependency
doesn't have any shared libraries required by the package at runtime).
2004-03-11 00:26:29 +00:00
dmcmahill
bb50bd9d82 bl3ify 2004-03-10 23:41:44 +00:00
ben
8d0f540ac7 This patch is not needed by cabextract 1.0, remove it. 2004-03-10 23:08:46 +00:00
ben
14acc0a0d9 Update cabextract to version 1.0, and make note in CHANGES. 2004-03-10 23:05:43 +00:00
minskim
099cdb48e5 bl3ify and enable pkgviews installation. 2004-03-10 22:54:47 +00:00
markd
e2beb463ae Add build dependency on graphviz for "dot" as package will find and use
it if it happens to be there.  Should fix issue seen in bulk build.
2004-03-10 22:52:59 +00:00
minskim
595334821e Enable pkgviews installation to allow to build other pkgviews packages
using ccache.  Noted by Ossi Herrala in PR pkg/24728.
2004-03-10 22:41:30 +00:00
tron
54159d59f3 Note update of "bidwatcher" package to version 1.3.13. 2004-03-10 22:26:26 +00:00
tron
19038ff240 Update "bidwatcher" package to version 1.3.13. A list of changes since
version 1.3.11 is not available. But according to PR pkg/24677 by
Dick Davies it adapts "bidwatcher" to eBay's latest changes.
2004-03-10 22:24:48 +00:00
minskim
af8e937669 Add explicit dependency on pkgconfig and sort. 2004-03-10 21:28:32 +00:00