Commit graph

33 commits

Author SHA1 Message Date
wiz
4326abf388 Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
2012-05-12 07:37:50 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
dholland
053674084d Fix broken 64-bit build, and patch makefile to stop on error. There
are a lot of woolly things going on here, so PKGREVISION++ as a
precaution.
2008-09-05 05:27:30 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
jlam
8216d744ac Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 16:38:11 +00:00
rillig
301b9ab8da Fixed "test ==". 2006-11-09 11:12:06 +00:00
rillig
dbf5d3e27f Fixed path to the manual pages. 2006-10-04 21:46:34 +00:00
rillig
190b765ae7 Needs a C compiler. 2006-10-04 21:14:00 +00:00
drochner
6e057064b5 -uses c++
-install documentation, bump PKGREVISION
submitted by Ben Collver per PR pkg/33557 and pkg/33559
2006-05-26 12:30:15 +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
187baf498e Fail the build if the OPSYS check falls through in do-build. 2005-11-09 21:24:12 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
drochner
b8dbffc735 don't require native threads, deal with the non-thread case instead.
this enables the pkg for NetBSD-1.6
tested by Roland Illig
2005-05-31 16:40:31 +00:00
drochner
da2b5c0f9c require gcc>=3 and native threads
This effectively removes support for NetBSD-1.6, thus closing
PR pkg/30317 by diro@nixsys.bz.
2005-05-25 17:48:13 +00:00
drochner
63819b0d5a sync with changed distfile -- they have the habit to do minor updates
without changing the distfile name
changes seem X11/GL related which we don't support anyway
2005-05-19 17:11:45 +00:00
drochner
7347b84a81 update to 5.15.169
This fixes (additionally to internal changes) compilation with gcc3.
(it likely breaks on gcc2 now, but the effort to make it support
both gcc versions isn't worth it imho)
2005-05-02 17:01:34 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
e39444152e The Makefile says that the distfile will change for different minor version
numbers of this package.

To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}.

Move to sha1 digest, and add distfile size.
2001-05-09 15:14:16 +00:00
agc
fb467f5ac2 + 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 11:22:34 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
dmcmahill
535996fe5c properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noted
compile problems.  Note:  we need to be sure and use --export-dynamic instead
of -export-dynamic (2 dashes) for compatibility with a.out systems.
2000-07-22 23:11:17 +00:00
drochner
fd7220a377 put distfile into own DIST_SUBDIR because the filename doesn't change
between minor versions, upgrade to 5.14.40
2000-06-19 19:59:32 +00:00
wiz
d463a2e08c Updated to the last dist-file at the original site, but marked as
broken, since it doesn't compile (the previous version didn't compile,
either).
2000-02-05 19:45:33 +00:00
drochner
019e515408 I'll play MAINTAINER here 1999-11-23 19:29:05 +00:00
agc
2d4ca4e068 Package this up a bit better for Solaris.
Delete unwanted patch-file checksums from patchsum file.
Re-generate distfile checksum, which seemed to be bad.
Add a missing quotation mark to the end of an echo command in the setup script
1999-11-18 11:00:41 +00:00
drochner
5c6f4141db import pkg for cint, a C/C++ interpreter 1999-11-17 14:48:18 +00:00