Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
packages.
|
|
Now M17N patch is merged into the main development now.
Pkgsrc changes:
* Simplify options.
* XXX "M17N without Unicode" is broken now. This should be fixed.
Other changes in W3m:
w3m 0.5 - 2004-03-22
* gettextize
* m17n patch merged
w3m 0.4.2 - 2003-09-23
* options: -4, -6
* configuration file in $(sysconfdir)/$(package)/
* func: NEXT_VISITED, PREV_VISITED
* autoconfiscate (partially)
* rc: use_history
w3m 0.4.1 - 2003-03-07
* fix bugs
- completion segfault in lineinput
- incremental search
- URL pattern fix
- UFhalfclose bug
- allow pipe in shell command
- enhance ftp directory support
- linenumber in edit
- fix Bug#181897
- W3M_TTY problem fixed
|
|
packages using imake install files into X11BASE instead of PREFIX.
|
|
pkg_delete, recursion is depth-first, which is wrong for "make update".
Instead, make sure that "closer" dependencies are at the top of the file.
|
|
dependencies again.
This is not a good long term solution; I'm still working on that as an
option to pkg_info to recurse the dependency tree.
|
|
|
|
can be easily suppressed/modified from package Makefiles; this is needed
to fix some programs to build against GTK+ 2.4 without having to patch
the sources.
|
|
work properly with it. Agreed with xtraeme@.
|
|
The -dirs packages are simply useless in a pkgviews world.
|
|
which one is required in an automatic way by checking USE_X11BASE. This
simplifies things and avoids possible problems in the future due to confusion.
|
|
|
|
gnome1-dirs and gnome2-dirs):
- Introduce a global USE_DIRS variable, which takes pairs of names and
versions. For example, an xdg-1.1 value will request the use of the
xdg-dirs package, at least version 1.1. This variable must always be
appended to. If there are duplicates with different versions, the
one with the higher number will be picked up.
- Introduce the mk/dirs.mk file, which is automatically included by
bsd.pkg.mk when USE_DIRS is not empty. It parses the variable's value
and includes the required dirs.mk files, present in each -dirs package.
- For each -dirs package, add a dirs.mk file that defines a variable
holding the list of directories provided by it, adds a dependency on
that package, and modifies the PRINT_PLIST_AWK variable to output
comments for the directories handled by it.
- Drop some Makefile.common files that only make things difficult and
more confusing now (in favour of the new dirs.mk files). The only thing
to worry about is to keep version numbers consistent across xdg-* and
gnome*-* packages, but that will be easier to handle.
The main reason for this change is to be able to modify PRINT_PLIST_AWK in
a clean way, but I hope this will improve clarity too. Also, this simplifies
the addition of future -dirs packages (if needed) in a consistent way.
|
|
|
|
|
|
${LOCALBASE}/sbin on Linux, Darwin and IRIX.
|
|
provide extra awk expressions that are used while generating the PLIST
with the print-PLIST target (before the final 'print' is done), so that
it is closer to reality. Ok'ed by wiz@ and hubertf@.
|
|
fix a bug in the way gnome-libs's dependencies work. This should be
fixed by a mechanism that takes into account exactly how the API
dependencies are structured.
fixes PR pkg/25088 -- and reopens PR pkg/24799
|
|
|
|
|
|
|
|
and run it if it's not explicitly set to "no"
|
|
|
|
|
|
is the same as
egrep '^RE$'
Not all egrep's know the '-x' flag, so use the latter.
|
|
|
|
requires a .Z suffix. Noted by Bas van Oostven in PR pkg/25141.
|
|
Portability note: unlike GNU grep, traditional grep did not con-
form to POSIX.2, because traditional grep lacked a -q option and
its -s option behaved like GNU grep's -q option. Shell scripts
intended to be portable to traditional grep should avoid both -q
and -s and should redirect output to /dev/null instead.
And, guess what, that's exactly what we run into when we call IRIX'
egrep(1) with '-q' (which it doesn't know). So let's follow this
suggestion and use neither '-q' nor '-s' and redirect output to
/dev/null instead.
|
|
|
|
(For example: use shell builtins if we know they are good 'nuff)
|
|
This fixed my own PR pkg/25109, as using a proper egrep will allow
buildlink to work.
|
|
configure's environment (only when GNU configure and libtool are used) to
avoid a check that takes a very long time (and which gives a wrong result,
anyway, according to comments in libtool sources).
|
|
- If it's a full sentence, start capitalize first letter and end with a
period.
- Break comments at ~80 chars so it fits into a terminal.[*]
(* This should be done for the code as well, but then it'll need testing.
I'll do this at another point in time.)
|
|
if that is removed, the bulk-build will fail immediately. So tar it up,
too. (Note that this will give a warning on systems that don't have it.)
|
|
setting SPECIFIC_PKGS=1, this is a convenient way to make sure you have
all required distfiles before starting a build. In particular, you will
get all distfiles for all required dependencies of the explicitly listed
packages. As part of this make the option processing part of this script
a bit more general purpose and add a -h|--help option.
|
|
In particular, when SPECIFIC_PKGS is set in /etc/mk.conf, you can now do
sh mk/bulk/build
and have the right thing happen. Only those packages explicitly listed
and those which are depended upon are considered for the build. Other
than the restricted list of packages, the bulk build works the same way
as a full bulk build.
|
|
files. On most platforms this resolves back to "${ECHO} -n".
|
|
|
|
|
|
the version in use is new enough to handle it.
OK'd by xtraeme (current informal kaffe maintainer).
|
|
in my local tree.
|
|
last problems seen when using X11_TYPE=XFree86.
|
|
PR pkg/25059.
|
|
|
|
This is consistent with other messages shown to user.
|
|
already taking care of this where it's truly needed. OK'd by agc.
|
|
NetBSD-2* to NetBSD-2.*
|
|
|
|
|
|
|