asau
4eca2cfc6f
"user-destdir" is default these days
2012-09-11 19:46:52 +00:00
dholland
44224cb08d
Disable inline by always #defining it to nothing. What motivates
...
people to declare functions inline without making any kind of inline
definition available?
2011-09-12 04:46:54 +00:00
wiz
882564e4f0
Reformat, was badly cut-n-pasted.
2009-09-06 15:50:41 +00:00
joerg
e209761d06
Remove @dirrm entries from PLISTs
2009-06-14 17:28:16 +00:00
jlam
1a6a15a039
+ Add termcap.buildlink3.mk to get proper termcap support across
...
platforms.
Bump the PKGREVISION to 1.
2008-03-02 07:05:46 +00:00
jlam
54b4a23c10
+ Add full DESTDIR support.
...
+ Clean up the way that flags are passed to the compiler and linker
through the make process.
2008-03-01 03:58:10 +00:00
rillig
0649166ee2
Fixed pkglint warnings.
2006-10-03 19:48:43 +00:00
obache
e896edb7fe
Rename variable MAKEFILE to MAKE_FILE.
2006-09-09 02:41:53 +00:00
joerg
8a64d59461
Honour PKGMANDIR.
2006-07-17 17:23:52 +00:00
rillig
9e0bbb351b
Fixed pkglint warnings.
2006-05-31 04:45:33 +00:00
rillig
ca9c50a7e1
Fixed pkglint warnings.
2006-05-17 06:12:27 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
dc9594e09d
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
...
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
5b9b84ba5a
Use "+=" instead of "=" for MAKE_FLAGS.
2005-10-23 19:14:43 +00:00
joerg
1c4a2b9c86
Add DragonFly to the conditions.
2005-10-03 11:18:40 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
uebayasi
91694d65ab
Redo previous quoting fix.
2005-03-13 15:08:19 +00:00
uebayasi
71960dee9e
Fix quoting.
2005-03-07 09:41:45 +00:00
agc
f1a84844c6
Add RMD160 digests in addition to SHA1 ones.
2005-02-23 14:45:22 +00:00
tv
a0d80c958b
Compile fix for Interix.
2005-01-19 17:39:13 +00:00
wiz
6e02d7ee41
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
...
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
cc250cae43
Master site vanished. Get distfile from a different site; tarball has
...
3 byte diff to previous one (in the tar header), so set DIST_SUBDIR.
cmp -l output (old - new):
5 164 206
6 312 226
7 246 247
2004-10-27 16:45:49 +00:00
minskim
4fa376188e
Enable pkgviews installation.
2004-07-27 22:09:43 +00:00
minskim
ecc15f761b
Use CONF_FILES to handle a configuration file.
...
Bump PKGREVISION.
2004-07-27 22:07:19 +00:00
minskim
5417b95249
Make this package build on Linux.
...
- Use lseek(2) instead of tell() on Linux.
- Use "${RM} -f" instead of "rm" in @unexec.
2004-06-09 16:17:47 +00:00
xtraeme
6c39a6eab6
bl3ify
2004-03-11 18:03:49 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
1dffa14430
don't call install with multiple directory args.
2003-05-05 17:10:02 +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
tron
39a943ad92
Replace "true" by "${TRUE}".
2002-12-09 16:01:10 +00:00
jlam
1c57323789
Merge packages from the buildlink2 branch back into the main trunk that
...
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
wiz
36a4d67098
Unneeded now.
2002-03-14 13:03:13 +00:00
wiz
a3da24c239
Completely remove RSAREF2 support; had been disabled for 15 months
...
without complaints.
Deinstall sample config file if unchanged.
2002-03-14 13:02:30 +00:00
yyamano
307c1dd679
Make it build on Darwin.
...
* Use curses. Darwin doesn't have termcap.
* Add __APPLE__ to system.h to define necessary macros.
* Replace __{Free,Open,Net}BSD__ with __UNIX__ in language/language.c.
It worked on *BSD, but not correct logically.
XXX -no-cpp-precomp issue isn't fixed yet. I think we should fix it in
XXX generic way.
2002-03-09 03:27:51 +00:00
zuntum
b427eb87ce
Move pkg/ files into package's toplevel directory
2001-10-31 20:24:14 +00:00
wiz
93fb6caab3
Replace gets(3) by fgets(3). Patches by Don Yuniskis in pkg/13896.
2001-09-14 15:03:10 +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
wiz
8ff04dcfbe
re-add patch checksum (have to be made after `make extract')
2001-04-22 15:52:28 +00:00
agc
871c5f4103
Move to sha1 digests, and add distfile sizes.
2001-04-18 11:21:02 +00:00
agc
4274f13ce5
+ 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:10:18 +00:00
wiz
c53fae8ea1
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:15:24 +00:00
fredb
ab20de453f
Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from
...
actually using rsaref, while we ponder the case for removing it completely.
2000-09-26 19:59:53 +00:00
fredb
0c6b58570c
Reorganize crypto handling, as discussed on tech-pkg. Remove all
...
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).
Specifically,
- - All packages which set USE_SSL just lose their RESTRICTED
variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
no longer available. On this, we're no worse off than before.
[We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
a user to utilize strong encryption (working definition: ability
to encode a message that requires a secret key plus big number
arithmetic to decode).
2000-09-09 19:40:14 +00:00
hubertf
402899809a
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
...
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
dmcmahill
6e8e892661
make the USE_RSAREF2 check for the distfile match the check for the rsaref
...
patch. Prevents trying to apply the patch to the wrong sources.
2000-07-06 18:31:45 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
abs
1031a18ae4
Update depends to rsaref 2.0p3
1999-12-16 12:03:20 +00:00
tv
9b38e48aac
Work around rsaref's internal md5, and update rsaref dependency to "2.0p2".
1999-05-26 17:04:31 +00:00