Commit graph

38 commits

Author SHA1 Message Date
joerg
54528bea5c Rename exp2, GCC 3.4 considers it to be a builtin. 2006-01-08 19:50:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
1e1d6314b1 NOT_FOR_PLATFORM Interix. 2005-11-07 19:23:30 +00:00
rillig
b6df6efad4 Sorted PLIST. 2005-10-23 15:48:19 +00:00
jlam
fdba4eba22 This package also doesn't build on x86_64 due to "severe LP64 problems". 2005-06-20 08:08:55 +00:00
minskim
e28660d964 Honor *OWN, *GRP, and *MODE. 2005-06-14 16:30:10 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
reed
0c7557956a Add "lang" as category. (Or maybe this package resides in wrong
directory?)

I mentioned this in my old PR #23104.
2005-02-13 03:04:55 +00:00
tv
049d18c583 Don't "cp -p" for *source* files. Builds are usually done as an unprivileged
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.

(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-06 05:32:29 +00:00
grant
d953de92b1 don't pass gcc specific -W flags. 2004-06-12 02:24:57 +00:00
cjep
4613e014a9 #include <string.h> in two places to fix build problem noticed in Alistair's
latest bulk build.
2004-01-02 15:30:04 +00:00
kristerw
f5e3330861 Make this compile on archs where size_t != unsigned int. 2003-08-02 20:24:59 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmc
03883ec07a Correct typo in previous commit 2002-02-18 09:43:58 +00:00
jmc
fa0922d6ad new signatures for new patch 2002-02-18 09:42:40 +00:00
jmc
4705fd59c2 Force char to signed since code is assuming signed char and archs that default
to unsigned char will lose.
2002-02-18 09:42:10 +00:00
agc
4ead18868b Be a bit more generic about the location of ${LOCALBASE} - pointed out
by Thomas Klausner, fixes a problem introduced by me when removing the
scripts directories.
2001-12-27 12:53:54 +00:00
wiz
c32ed69052 Only one patch per file, and only patch each file by one patch. 2001-12-25 22:46:32 +00:00
wiz
d6ecf87142 .Bd needs an argument. 2001-12-25 22:45:56 +00:00
wiz
73b053d877 Fix a typo. [This one's for you, pooka.] 2001-12-25 22:41:39 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
69926886dc Move the configuration stage from a separate script into the package
Makefile, using the standard target.

Add the required Makefile and Makefile.inc in a more standard way.

Get rid of the now unnecessary configure script.
2001-10-25 20:40:07 +00:00
wiz
b4bd1cfac6 Fix mkdir for man pages. pkg/13055 by Ben Collver. 2001-05-28 12:40:26 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
frueauf
4a9b2ad461 Fix some more pkglint nits. 1998-11-12 23:03:39 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
frueauf
697483d61a As this packages uses BSD-style-Makefiles be sure to install both cat and
man pages and handle the MANZ case properly.
1998-07-20 13:09:24 +00:00
tsarna
ea68d45471 Add pkg for bcc, a 16-bit x86 compiler 1998-07-17 04:39:19 +00:00