Commit graph

67 commits

Author SHA1 Message Date
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
tron
2b496e4fe5 Always use "unsigned int" for a 32 bit unsigned integer which is correct
on all platforms supported by pkgsrc.

This should fix LP64 problems reported in PR pkg/19765 by John Heasley.
2006-09-28 16:21:46 +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
joerg
82b7232a70 Fix errno. 2005-12-08 17:36:56 +00:00
wiz
f40cea8002 Split multipatch into multiple patches. 2005-12-01 20:19:57 +00:00
wiz
f2a3f52f08 Do not suggest rsaref (testing artifact). 2005-12-01 20:18:29 +00:00
wiz
d6925aea5d Convert to options framework. 2005-12-01 20:17:48 +00:00
rillig
cc8905f21d Fixed shell quoting in echo(1) commands. 2005-10-08 22:42:08 +00:00
rillig
87b801997b Sorted PLIST. 2005-10-08 22:38:33 +00:00
wiz
53d044314a Use tar, gtar is not really necessary. 2005-08-01 13:10:07 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +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
rillig
f6ce795bd8 Added proper CFLAGS quoting. Approved by wiz. 2005-03-16 12:03:06 +00:00
uebayasi
9fc677698c Fix quoting. 2005-03-07 10:03:13 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jmmv
01752f4968 Make descriptions and comments a bit different between pgp2 and pgp5,
as proposed in PR pkg/22227 by reed@reedmedia.net.
2003-07-23 10:51:13 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
grant
7ad20a23f6 fix CFLAGS on big endian machines. 2002-08-14 02:39:30 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + 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:43:32 +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
tron
701b8d94f1 Don't use sparc assembler code under SunOS because it causes link failures. 2001-02-22 07:43:08 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
itojun
133bb03367 add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic.
(per discussion on packages@netbsd.org)
2000-10-10 11:42:15 +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
mycroft
8e94d6ada1 Wrap ${CC} and ${LD} in quotes -- in case they are multiple words. 2000-04-28 02:20:21 +00:00
wiz
d18ace9d51 remove IS_INTERACTIVE, since it doesn't seem to be interactive (anymore?) 2000-02-05 04:37:08 +00:00
wiz
6a24b19858 RCS tags added 2000-02-05 04:35:51 +00:00
abs
1031a18ae4 Update depends to rsaref 2.0p3 1999-12-16 12:03:20 +00:00
agc
1d08b0cf69 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add M68060 to BUILD_DEFS
1999-08-18 08:45:19 +00:00
windsor
99f2f11397 rsaref is now 2.0p2 1999-07-12 04:34:23 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
mrg
31546c3c96 SYSV or __ELF__ for no-underscore thanks, in sparc.S 1999-06-20 12:33:14 +00:00
mrg
c3f27915e7 sparc || __sparc__ please. 1999-06-20 12:32:57 +00:00
tv
d1f6942007 Update rsaref dependency to 2.0p1. 1999-05-23 21:12:33 +00:00
mycroft
7023261ebf Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk
does.
1999-04-05 17:14:12 +00:00
mycroft
ddf37c657d More EXTRACT_CMD fallout. 1999-04-05 17:08:55 +00:00
agc
02fb27a242 Explain what the package does, rather than just using the acronym. 1999-02-22 14:40:30 +00:00
hubertf
2536a8a9ba Fix linker directives for ELF platforms, as per PR 6439.
(Inputs from Ty Sarna and Bill Coldwell - thanks guys!)
1999-01-19 17:51:24 +00:00
kim
b65aa99979 PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp. 1998-08-26 02:42:02 +00:00