Commit graph

25139 commits

Author SHA1 Message Date
wiz
9372689160 Fix path to example files in MESSAGE. Reported by Paul Hoffmann. 2001-12-05 17:03:56 +00:00
augustss
028e7fc53e Update for the new world order with in kernel irframe support. 2001-12-05 16:58:56 +00:00
agc
3d43fa67e2 Add support for OS X-style dylibs when creating the derived PLIST file. 2001-12-05 16:42:46 +00:00
agc
a3c645a3eb Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05 16:03:56 +00:00
agc
57aa4707d7 s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
2001-12-05 15:00:44 +00:00
jlam
d2c40c22fb Strongly buildlink'ify by including x11.buildlink.mk. 2001-12-05 05:28:59 +00:00
jlam
7039a47100 Function prototypes should name a return type. Problem noted in pkg/14838
by Robert Elz <kre@munnari.OZ.AU>.
2001-12-05 04:56:20 +00:00
jlam
ab2d95c376 Strongly buildlink'ify, and use INSTALL_* variables instead of private way
of installing files into ${PREFIX}.
2001-12-05 04:29:32 +00:00
jlam
390e465d2b Strongly buildlink'ify. 2001-12-05 04:02:24 +00:00
reinoud
1aef1825b8 Update sqlite package to version 2.1.4 (2001-12-04) incorporating lockup
bugs removal, fixing the behaviour of comparison operators so that they are
consistent with the order of entries in an index, correct handling of
integers in SQL expressions that are larger than what can be represented by
the machine integer and locking protocol fixes.

The author also incorporated my suggestions after the messy LP64 patches I
made; its now a lot more clean allthough there are still a few warnings but
they are checked and OK.
2001-12-05 02:04:04 +00:00
seb
1339fe73d0 Fix of commands invoking {USER,GROUP}ADD so that '-{u,g}' and '{user,group}id'
are two distinct shell words.
Reviewed by Johnny C. Lam.
2001-12-04 21:05:06 +00:00
skrll
e5274d3922 hmm, having a bad cvs day. 2001-12-04 20:50:22 +00:00
skrll
eeb3199ad6 Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.
The main part of the update is that both are now KDE 2 applications not
KDE 1.
2001-12-04 20:45:30 +00:00
damon
e8dfb777ff Add buildlink.mk include for gdk-pixbuf 2001-12-04 20:40:32 +00:00
skrll
81311589f8 Commit the fix for the VERSION problem that has gone into KDE cvs. Don't
forget to cvs add the patch this time.
2001-12-04 20:35:37 +00:00
skrll
da59f54363 Update to 2.2.2 missed in yesterday's commit. 2001-12-04 16:14:17 +00:00
jlam
fcda1835d3 Adapt to using PKGREVISION. 2001-12-04 15:56:42 +00:00
jlam
b68223d882 Remove unused variables now that we use PKGREVISION. 2001-12-04 15:55:47 +00:00
skrll
438cca5cd6 Put some files in a more kdevelop friendly place. 2001-12-04 13:05:06 +00:00
skrll
31b5c28664 Redo this pkg so that it generates the documentation from kdelibs sources 2001-12-04 12:36:53 +00:00
martti
3d02b6c8c7 Set environment variables in one place before executing "make distribution". 2001-12-04 12:34:37 +00:00
zuntum
16fefd5f87 Fix the manpage by quoting .Nd because 'mdoc macros with the current groff
only take 9 arguments'

Fix by wiz@netbsd.org (thanks!
Thanks for Thomas Klausner for the idea!
2001-12-04 11:54:44 +00:00
wiz
36bc2f1494 Replace PREFIX in pcps.1 with real prefix. 2001-12-04 11:54:31 +00:00
skrll
41310893f8 Oops, these patches still exist. 2001-12-04 11:06:05 +00:00
wulf
f85672760c Added and enabled uml 2001-12-04 10:04:10 +00:00
wulf
8867a69689 Added uml-1.0.3: A UML Modelling tool 2001-12-04 10:01:44 +00:00
seb
c0eab5c8ac Allow this package to be compiled and installed on any platform:
- prefix program and manpage by `g' if platform is NetBSD
- "manual" patch for BSD systems (setmode() conflict)
2001-12-04 09:14:41 +00:00
skrll
3d555018c2 Update to the kdoc that comes with KDE 2.2.2. I don't think anything will
have changed.
2001-12-04 08:39:05 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
jlam
13068ed6d1 * Strongly buildlink'ify.
* Reduce the number of patches needed by passing flags down to the make(1)
  process instead of patching the Makefiles and sources in unnecessary ways.
* Remove unnecessary endian.sh script as the computation is down directly
  in the package Makefile.
* Preliminary support for platforms other than NetBSD.
* Generalize the package Makefile enough to make it usable if/when xmess
  compiles again on UNIX platforms
* Use the general INSTALL scripts to manage the spool directory during
  installation/deinstallation.

Approved by kristerw@netbsd.org.
2001-12-04 05:52:22 +00:00
mjl
def2e663aa Update to 1.54
Added mod_uniqueid and mod_usertrack generators.
   Fixed validate function in Flex.
   Move to Digest::MD5 instead of MD5.
2001-12-04 01:35:54 +00:00
mjl
c997e0436c Update to 1.0.14
This is the LAST maintenance release of the Storable module.
        Indeed, Storable is now part of perl 5.8, and will be maintained
        as part of Perl.  The CPAN module will remain available there
        for people running pre-5.8 perls.

        Avoid requiring Fcntl upfront, useful to embedded runtimes.
        Use an eval {} for testing, instead of making Storable.pm
        simply fail its compilation in the BEGIN block.

        store_fd() will now correctly autoflush file if needed.
2001-12-04 01:30:59 +00:00
abs
01946b7041 Update cpuflags to 0.13 - try to handle cross compiling gracefully.
if $MACHINE is set, and it does not match sysctl hw.machine, return blank
2001-12-03 23:33:01 +00:00
jlam
0399f6c6c4 Mark as USE_BUILDLINK_ONLY. 2001-12-03 22:56:42 +00:00
wiz
9519df8bd3 Make PKGNAME dewey-conformant. 2001-12-03 22:04:39 +00:00
wiz
8f6286fce2 Handle PKGREVISION more properly, by allowing it being set, but empty.
Bump to 3.16.
2001-12-03 21:55:48 +00:00
wiz
d12f207020 Dewey'ize (ouch ;) version number. 2001-12-03 21:53:59 +00:00
wiz
4ff5f140b3 Two DISTNAMES is bad. Just take the newer one. 2001-12-03 21:52:45 +00:00
wiz
012418100e Fix dependency on cd-discid to match actual version number. 2001-12-03 21:51:52 +00:00
agc
1929264d65 Update a sentence which used to talk about mk.conf.example to explain the
use of bsd.pkg.defaults.mk. Pointed out by jhawk.
2001-12-03 21:33:56 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
abs
bf1895f0b4 Update pkglint to 3.15
- lintpkgsrc: Set BSD_PKG_MK, and ensure .CURDIR is correct when running
      with -D. Also remove an articulated lorry load of single quotes.

Many thanks to wiz who added PKGREVISION before I lamely managed to get
around to it :)
2001-12-03 18:20:49 +00:00
wiz
91ab9bafac Wildcard dependency on glimpse. 2001-12-03 18:05:25 +00:00
wiz
5940f50ab6 Adapt to new dewey-conform version number of mpg123. 2001-12-03 18:04:33 +00:00
wiz
8e0ddac865 Make PKGNAME dewey-conform. 2001-12-03 18:02:42 +00:00
wiz
520184d46c Adapt to dewey-conform version of cdparanoia. 2001-12-03 18:02:06 +00:00
wiz
87f0eee1ad Make PKGNAME dewey-conform. 2001-12-03 17:57:44 +00:00
wiz
0966df9d04 Wildcard DEPENDS on glimpse. 2001-12-03 17:56:55 +00:00
wiz
6e489f3d11 Make lintpkgsrc support PKGREVISION, in response to pkg/14767.
Bump to 3.14 (next version 3.141? ;)
2001-12-03 17:52:24 +00:00
wiz
0ea2848a64 Move comment to separate line to unconfuse lintpkgsrc. 2001-12-03 17:51:14 +00:00