Commit graph

19 commits

Author SHA1 Message Date
joerg
06ae53d2b3 Build with -D_POSIX_SOURCE on DragonFly to prevent conflict on label_t. 2007-06-30 18:24:51 +00:00
rillig
3d71cdee45 This package uses BSD-style Makefiles. 2007-01-18 11:55:45 +00:00
rillig
9fd0f98135 Moved the per-directory Makefiles from patches/ to files/ and adjusted
their contents to what this kind of files looks currently.

Not much has changed, except that PKGMANDIR is honoured.
2006-10-22 06:31:43 +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
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
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
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +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
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