Commit graph

44 commits

Author SHA1 Message Date
maya
e48d11bf83 Remove traces of crypto restrictions from packages.
ok for idea riastradh.
2018-01-02 05:37:22 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiedi
027010ed86 Fix int types on SunOS 2014-02-22 18:15:33 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
hans
b27a244881 Uses cdefs. 2012-03-02 16:36:57 +00:00
joerg
b933558cd1 DESTDIR support, don't depend on libtool mode detection. 2009-09-03 12:35:32 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
gdt
ca88407643 Add RESTRICTED based on license. 2007-06-14 18:58:15 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +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
wiz
c8b9fd00ce Update MASTER_SITES. Use rsaref-license. 2005-08-01 12:27:53 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jlam
fe69a47fe5 bl3ify 2004-01-05 23:34:03 +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
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
jlam
38c087a352 Mark as USE_BUILDLINK_ONLY. 2001-11-19 20:13:23 +00:00
fredb
b2f7b37890 This package is not interactive.
Remove obsolete warning about setting USA_RESIDENT.
2001-03-24 02:35:56 +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
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +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
jlam
9bc20ee55f USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:17:52 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
abs
0bdf5191ca Roll rsaref version to rsaref-2.0p3 to reflect updated security patches 1999-12-14 22:36:47 +00:00
tv
573992a608 Reenable rsaref's own MD5 implementation. It contains MD5Transform(),
which is not in libc's md5, and is now being used by some dependencies.
This bumps the shared library major version; this package is NOT shared
library binary compatible with old rsaref dependent packages.
1999-05-26 15:33:16 +00:00
tv
e7e9b546fd Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack.
Also clean up the package a bit while we're here; allow ${CC} from the
environment.  Now called "rsaref-2.0p1".
1999-05-23 21:12:01 +00:00
tv
eb529bf23b RSAREF is no longer available directly from RSA.
Fetch from ftp.spinnaker.com's crypto archives.
1999-04-25 19:10:16 +00:00
tv
bbfc360e9c Add LICENSE=no-commercial-use. 1998-12-03 17:40:46 +00:00
tv
b1c568b4e0 Get libtool from the right place.
Nuke the README before refetching.
1998-10-02 22:52:48 +00:00
agc
42e5872f32 Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. 1998-09-01 14:29:28 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
tv
da4de72e19 Change to build and install rsaref using libtool. No more NetBSD-custom
Makefile or dynamic-PLIST headaches.  Make use of automatic shared library
handling.  Split patches into separate files.
1998-07-14 18:48:37 +00:00
tv
3804fa1a34 Change to use libg++'s method of generating a library PLIST. Now honors
all /etc/mk.conf variables wrt libraries and accounts for them in PLIST.
Some portlint, too.
1998-05-29 19:57:27 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tv
537f97bea9 Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES 1998-04-12 22:03:05 +00:00
frueauf
fdfb0c43a0 Let make fetch from /usr/pkgsrc work even if you are not a USA_RESIDENT. 1998-03-23 22:20:47 +00:00
frueauf
df16033837 portlint: reorder for PNF. 1998-03-19 12:17:53 +00:00
agc
8e1671c0c1 Modify the do-fetch target so that USA_RESIDENT can be set in
/etc/mk.conf and "make fetch" will do the right thing.
1998-03-18 13:54:23 +00:00
tv
1b483b4bfb Import of a shared/static rsaref 2.0 library package. Originally based
on FreeBSD's port, but almost completely reworked.  Differences:
- leaves out MD5 and uses NetBSD's libc MD5 routines
- all the includes are installed in ${PREFIX}/include/rsaref
- fetches it legally from ftp.rsa.com instead of sites outside the USA
- uses <bsd.lib.mk> to build the library
1998-03-18 00:49:33 +00:00