Commit graph

79009 commits

Author SHA1 Message Date
jlam
a03def662e Define the "TOOL" names for the tools to be the same as the "TOOLS_TOOL"
names if the former are undefined.  This allows the "TOOL" names, e.g.
GMAKE, YACC, etc., to be used by package Makefiles for simplicity.
2005-05-11 05:05:03 +00:00
jlam
0e589ad8af Separate out the variables and targets for the "extract" phase into a
separate file pkgsrc/mk/bsd.pkg.extract.mk.  Also, include this file
ahead of the inclusion of bsd.tools.mk so that tools required to
extract are created by the tools framework.
2005-05-11 04:01:49 +00:00
jlam
962622ba7d Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to
consolidate the files for that framework in one directory.
2005-05-11 02:07:37 +00:00
abs
22eee16750 Update exim to 4.44nb3 and exim-exiscan to 4.44_28nb2.
- The exim user does not need a fixed uid defined at build time
Noted by Masao Uebayashi some long time ago
2005-05-10 22:52:06 +00:00
wiz
4a71bcf1d0 regen. 2005-05-10 22:43:25 +00:00
wiz
5683ea907d Some fixes and minor improvements. 2005-05-10 22:41:10 +00:00
wiz
d0a8978cf5 Fix typo. 2005-05-10 22:30:15 +00:00
abs
fcb1dc287b Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment to
python24/Makefile for next update
2005-05-10 22:27:44 +00:00
christos
6cd025aa47 mention error and vis 2005-05-10 22:04:30 +00:00
christos
44198cddd3 Add a new vis/unvis package. 2005-05-10 21:56:13 +00:00
jlam
029735c838 It's actually /usr/contrib/bin/gawk. 2005-05-10 21:15:22 +00:00
recht
2bb1705007 tla-1.3.2 2005-05-10 21:13:29 +00:00
recht
58b3788431 update to tla 1.3.2
This release fixes a number of minor bugs and adds initial support
for more extensive metadata support, upgrades `libneon', and
includes internal improvements.
2005-05-10 21:10:24 +00:00
christos
98922d6bb4 Add a port of NetBSD's error(1) program. 2005-05-10 21:02:42 +00:00
jmmv
1ebbf68e6f Note update of theme-dirs to 1.1 and gtk2-engines to 2.6.3, removal of
gtk2-engines-clearlooks and addition of clearlooks-metacity-0.5.2a.
2005-05-10 20:31:49 +00:00
jmmv
b2f47876ae Add and enable clearlooks-metacity. 2005-05-10 20:29:04 +00:00
jmmv
0d606c425c Initial import of clearlooks-metacity, version 0.5.2a:
Clearlooks is new and modern-looking GTK2+ engine, based on Bluecurve.
It has the looks of various themes blended together, resulting in a
theme that's easy on the eyes and visually pleasing.

The difference with pixmap based themes is that it does not sacrifice
a lot of speed.  In fact, it is roughly as fast as Bluecurve.

This package provides the Metacity theme part of Clearlooks.  The GTK2+
theme is included in the gtk2-engines package.
2005-05-10 20:27:54 +00:00
jmmv
f59f3c2ae1 Remove gtk2-engines-clearlooks. The GTK2 part has been merged into
gtk2-engines in version 2.6.3.  The Metacity part will be imported as a
separate package.
2005-05-10 20:26:05 +00:00
jmmv
f055080c33 Update to 2.6.3:
* Added Clearlooks engine and theme [Andrew Johnson, Thomas Wood ]
* Fixed various Crux bugs, and bug 170113 [ Thomas ]
* Memory and other fixes for Smooth engine [ Andrew ]
* Better looking insensitive icons for Industrial [ Michele Cella ]
* Work arounds for GNOME "Places" and "Desktop" menu bar applet item colours in
  Industrial, LighthouseBlue, Mist and ThinIce themes [ Thomas ]

While here, use correct patterns in CONFLICTS.
2005-05-10 20:24:07 +00:00
drochner
2ff1b8cbf2 while harmless appearently, fix a configure test checking the boehm-gc
version which was broken die to a GNU'ism
2005-05-10 20:22:39 +00:00
jmmv
8c3ed20149 Add share/themes/Clearlooks and bump version to 1.1.
This is needed because the clearlooks gtk2 and metacity theme will be now
in different packages.
2005-05-10 20:21:57 +00:00
jlam
fb1593ba8b Split out ldconfig handling from the USE_TOOLS processing in replace.mk.
This makes more sense since there is never going to be a pkgsrc
replacement for ldconfig.  We now always create an ldconfig tool in
${TOOLS_DIR} that either calls the system-supplied one if it exists,
or is a no-op.
2005-05-10 20:14:27 +00:00
jlam
ef1665c54f Remove conditional expression from tools.*.mk files. Strip handling has
moved to its own file, and we only need to define TOOLS_PLATFORM.strip
if it actually exists on the system.
2005-05-10 19:56:51 +00:00
jlam
137ec423f9 Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,
we create a "strip" tool unconditionally, and make it either a no-op or
the real thing depending on the whether we want unstripped files or not.
2005-05-10 19:52:30 +00:00
jlam
f97b83c30b TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}. 2005-05-10 19:34:02 +00:00
jlam
e8fbc39538 Fix typo in comment. 2005-05-10 19:25:06 +00:00
rillig
c4074738e5 Changed default pkglint_flags to -q -Wno-workdir. Slightly modified the
output format.
2005-05-10 19:07:07 +00:00
jlam
dfb5ed0037 Make a distinction between the tools that pkgsrc needs and the tools
that a package needs.  Tools that pkgsrc needs are listed in
PKGSRC_USE_TOOLS, and tools that a package needs on top of that are
listed in USE_TOOLS.

Define "TOOL" variables, e.g. SED, AWK, MKDIR, etc.  for each of the
tools that pkgsrc needs, and "TOOLS_TOOL" variables, e.g.  TOOLS_SED,
TOOLS_AWK, TOOLS_MKDIR, etc. for each of the tools that a package
needs.  These variables contain the full command line to the real
command and arguments needed to invoke the tool.
2005-05-10 19:06:58 +00:00
rillig
1e5c808685 Added command line option -q|--quiet, which suppresses the
errors/warnings summary printed before terminating. Updated the manpage.
Updated the preformatted manpage, which was horribly outdated.
2005-05-10 19:04:53 +00:00
reed
79df0530ee The configure checks for boehm-gc>=6.4
so use BUILDLINK_DEPENDS.boehm-gc for that.
2005-05-10 18:58:27 +00:00
drochner
ab6eb5f233 ArX-2.2.2: that was not me!
mention my codeville & inkscape work instead
2005-05-10 18:43:53 +00:00
jlam
7aa40022bd TOOLS_ALIASES.<tool> can be set to the list of names that should also be
created under ${TOOLS_DIR} that invoke <tool>, e.g.

	TOOLS_ALIASES.gawk=	awk

The example above causes the "gawk" tool to be added to ${TOOLS_DIR} as
both "gawk" and "awk".
2005-05-10 18:42:59 +00:00
drochner
1ccc0ec089 update to 0.41
from the announcement:
The primary focus of 0.41 has been bug fixing.
[...]
A couple new features also found their way in. First, the black and
white tracing functionality introduced in 0.40 has been improved to also
allow conversion of color and grayscale images. Second, is the addition
of a new clone tiler facility which creates patterns, tesselations, and
other sorts of geometric tiling arrangements.
User requests and comments also stimulated a number of improvements to
units handling, extensions, the Invert Selection command, layers
selector, icon theming, and several new translations.
2005-05-10 18:38:15 +00:00
tv
f3bdb6afe7 +ap2-bw 2005-05-10 17:01:10 +00:00
tv
4b093ae5c2 Add ap2-bw-0.6. DESCR:
bw_mod is an Apache 2 module to limit bandwidth consumed by browsers,
based in concept on the widely used Apache 1 "mod_bandwidth".
2005-05-10 17:00:39 +00:00
tv
178fd44721 Add a missing install-sh entry to PLIST; bump PKGREVISION.
Omission noted by Joerg Sonnenberger <joerg@britannica.bec.de>.
2005-05-10 16:49:22 +00:00
drochner
8a942a013c sorry for coming up with a lowlevel dependency so late...
update to 1.10.1
changes:
* added ATK_STATE_REQUIRED; see bug #172663.
* New locale, 'rw'
2005-05-10 16:37:16 +00:00
drochner
a438f3a4a7 update to 0.1.12
changes (afaics, there is no complete changelog):
-changes for easier handling (cdv init instead of manual mkdir)
-speedup
-changed license to BSD
-bigfixes
2005-05-10 16:31:34 +00:00
drochner
7523000033 update to 4.3.28
The Announcement:
Berkeley DB 4.3.28 is a patch release to 4.3.27, everyone is encouraged
to update to this version.  The following have been addressed in this
patch release:
1. All patches for the prior version have been applied as well
   as a few other fixes.
2. The product is available as a Windows x86 binary installer
   To see the change log for version 4.3.28, please visit:
   http://www.sleepycat.com/updat e/4.3.27/if.4.3.27.html
2005-05-10 16:24:48 +00:00
agc
85963169a6 Don't include $(TK_CC_SEARCH_FLAGS) in the ${LD} link commands, since this
does not work - as evidenced in numerous bulk build results.
2005-05-10 16:17:06 +00:00
manu
61bb9d3011 Updated ipsec-tools to 0.6b2.
Multiple bug fixes, the most important being NAT-T now working with
multiple endpoints behind the same NAT.
2005-05-10 12:39:28 +00:00
recht
ca7d1005a3 note update of ArX2 to 2.2.2 2005-05-10 07:24:50 +00:00
recht
931e0513e6 update to ArX 2.2.2
Removed the dependency on gpg since crypto support can also
be enabled afterwards.

changes:

"tag" has been enhanced so that you can tag the latest revision of a
particular branch (floating tags), instead of just one particular
revision.

"merge" now has a --recursive option.

"fork" has been simplified and works in-place by default.

"export" no longer appends the revision number to the destination if
the destination is specified.

Some bugs in plain old http support have been fixed.  In addition,
"update-listing" works differently.  You can use update-listing to
either add or remove a special marker in an archive.  If that marker
is in the archive, then ArX will automatically maintain all of the
.listing files in that archive.

In "diff", --output now implies --keep-patch-dir.

A subtle off-by-one bug in the xdelta implementation has been fixed
(thanks to Daniel Berlin).

The manual has seen a number of improvements.
2005-05-10 07:23:25 +00:00
cjs
0e52dbf92e Add an (unreviewed) patch to fix the security vulnerability. 2005-05-10 05:53:48 +00:00
dan
487b691b94 + eclipse 3.0.2 2005-05-10 05:39:14 +00:00
jschauma
c2a9909f72 In addition to checking for the header, also check for the library,
specifically, check in /usr/lib${ABI}, since it's possible that
on multi-ABI platforms only one version is installed, in which case we'd
need to build and install the other from pkgsrc.
2005-05-10 02:41:15 +00:00
jschauma
4884bc7744 patch configure to work with current irix versions 2005-05-10 02:31:38 +00:00
jschauma
345fd90360 as with sun-jre14 and sun-jre13, add dependency on suse_locale to ensure
that non-us-keyboard characters can be displayed and entered
2005-05-10 02:02:20 +00:00
jschauma
11b407f64e as with sun-jre14, pull in suse_locale to ensure that other charset
characters can be used
2005-05-10 01:55:39 +00:00
jschauma
76b880b320 add a dependency on suse_locale.
This is a light enough dependency to justify adding even if only necessary
for non-plain-english languages.
As per PR pkg/20824.
2005-05-10 01:51:13 +00:00