Age | Commit message (Collapse) | Author | Files | Lines |
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
the recent commits to bsd.buildlink.mk (1.46) and bsd.pkg.mk (1.828).
|
|
when you encounter libncurses, turn it into libcurses, and likewise when
you encounter ncurses.h, turn it into curses.h.
Makes mtr work on a 1.5.2 shark.
|
|
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
|
|
Nearly as in pkg/14203 by Eric Gillespie, Jr.
|
|
* Upgrade base distribution: w32api-0.4 -> w32api-1.1
* Create static libraries for UUID definitions.
* Modify typedefs to avoid a bug of gcc.
|
|
Change: Remove work-arounds, most operating systems and C libraries have
been fixed now.
|
|
Changes:
- Fixed duplicate items when using Control-B1 to add items to the selection
in the workdir browser.
- Several bugfixes to the module browser. You can now have "&" composites
at the end of a nested module without blowing it out of the graphical
tree structure. Also fixed bugs in finding a module's title and choosing
the right icon.
- The ability to group alias modules in their own folder is back, but as an
option cvscfg(aliasfolder). It defaults to true.
- There's now an Options menu in the module browser to turn tracing on and
off and temporarily change the display of alias modules.
- New "File->Module File" item in the module browser menu displays the
CVSROOT/modules file in a text window.
- Do a "file join" on the CVSROOT variable to put it in the native
path format. That helps with a PC and a Samba-mounted repository
and doesn't seem to hurt anything else.
|
|
but done slightly differently.
|
|
Reviewed: agc
|
|
fail on solaris.
|
|
Changes of note:
synched with NetBSD make as of 2001/10/16
fix for bug in compat mode .END processing
fix for bug in cleanup of jobs when using -jN
addition of .USEBEFORE
simpler bootstrap - compiles again on recent linux (Red Hat)
The Makefile here now deals with the fact that we may not have installed
a sys.mk in /usr/pkg/share/mk on BSD systems.
Reviewed: agc
|
|
Changes of note:
Added target-flags.mk allows frobbing CFLAGS for individual
targets.
prog.mk and lib.mk attempt to use bsd.prog.mk and bsd.lib.mk
to help ensure the right magic happens on ELF systems.
Several improvments to autodep.mk - now the default unless
NO_AUTODEP is defined.
The bsd.*.mk files are no longer installed on BSD systems as they are
almost guaranteed to do more harm than good.
Reviewed: agc
|
|
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
|
|
|
|
Unify will accept either a regular context diff (old- or new-style) or
a unified context diff as input, and generate either a unified diff or
a new-style context diff as output. The default is to output the
opposite style of whatever was input, but this can be overridden by
the -c or -u options. If the source file is not mentioned, it will be
read from the standard input.
Various other options allow you to echo the non-diff (comment) lines
to stderr, modify the diff by removing the comment lines, and/or tweak
the diff into a format that is good for releasing patches.
Unipatch is a filter to turn a unified diff into a degenerate context
diff (no '!'s) for patch.
With thanks to Alan Barrett for the nudge.
|
|
|
|
|
|
JavaDeps - Automatic Dependency Tracking for Java
Tracking dependencies amongst a group of source files is always a chore.
With Java it's even worse: source files may be mutually-dependent, and
make doesn't deal with this situation at all!
JavaDeps is a tool to generate dependency rules for Java sources, inspired
by the "-MM" flag of gcc. This program analyzes a set of java source
files, and outputs their dependencies, along with makefile rules to build
the resulting classes.
Provided in PR 14258 by Ben Wong (ben@wongs.net), munged around slightly
by myself.
|
|
comments about GConf being incredibly alpha. Pointed out by Thomas
Klausner <wiz@netbsd.org> in private mail.
|
|
|
|
|
|
|
|
This version is from the php-4.0.6 distribution.
|
|
categories.
|
|
|
|
This version is from the php-4.0.6 distribution.
|
|
This version is from the php-4.0.6 distribution.
|
|
This version is from the php-4.0.6 distribution.
|
|
This version is from the php-4.0.6 distribution.
|
|
This version is from the php-4.0.6 distribution.
|
|
no list of changes from version 4.0.5. Also move from the www category.
|
|
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are
http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html
Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
|
|
|
|
Spiff compares the contents of file1 and file2 and prints a
description of the important differences between the files. White
space is ignored except to separate other objects. Spiff maintains
tolerances below which differences between two floating point numbers
are ignored. Differences in floating point notation (such as 3.4 3.40
and 3.4e01) are treated as unimportant. User specified delimited
strings (i.e. comments) can also be ignored. Inside other user
specified delimited strings (i.e. quoted strings) whitespace can be
significant.
Taken from a hint by Alan Barrett.
|
|
has changed, but not the distfile.
|
|
|
|
|
|
Automatically install etc/gconf/1/path from etc/gconf/1/path.example if
needed (both in Makefile and PLIST), remove obsoleted MESSAGE, and fix a
path to work with xpkgwedge.
|
|
bsd.buildlink.mk use only. Pointed out in private mail by Johnny C. Lam.
|
|
Bump to 5.7nb1
|
|
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
|
|
manually. Fixes PR pkg/14150 by Martin Husemann.
|
|
Buildlinkify
|
|
|
|
"pkgsrc/mk/bsd.buildlink.mk"
|
|
problems in programs which don't use "libglade-config" properly like
e.g. "guppi".
|
|
<epg@pretzelnet.org>
|