Commit graph

21 commits

Author SHA1 Message Date
jperkin
dc8fc0fd7b Remove mk/find-prefix.mk usage from the devel category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:49:46 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
joerg
a4f3c01534 Honor wrappers. Fix build with libc++. 2013-10-15 14:41:36 +00:00
obache
345764e994 fixes build
* C++ is also used
* pass MAKE_ENV to build
2013-09-19 08:49:20 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
joerg
ce11d4f4f9 Fix build with modern GCC 2011-11-25 21:49:17 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
sborrill
a2b0ff180c Scratch previous change. nsis won't build with scons-devel, so switch to
devel/scons and bump PKGREVISION for dependency change.
2009-02-03 15:29:46 +00:00
sborrill
14fef36f8f devel/scons-devel contains the scons-devel, not scons, so fix dependency. 2009-02-03 15:24:46 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
jlam
4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00
rillig
f690fb781e Fixed file permissions. PKGREVISION++ 2007-01-02 14:22:40 +00:00
rillig
59aa9a0405 Fixed a pkglint warning. 2006-06-17 16:53:30 +00:00
rillig
bccb6f5ae9 Fixed all pkglint warnings. 2006-02-15 17:27:19 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
wiz
a69a6adc4b Fix path to scons-devel in DEPENDS line. 2006-01-04 22:36:24 +00:00
cube
24fded7b56 Force version, otherwise it is computed from the day it was compiled... 2005-12-30 09:53:07 +00:00
cube
7b7f71c472 Initial import of nsis, version 2.12, into the NetBSD Packages Collection.
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool
for the development of Windows installers.  It is designed to be as small and
flexible as possible and is therefore highly suitable for Internet
distribution.

An installer is not only the first experience of a user has with your product,
many software problems can also be solved by providing reliable installation
tools.  NSIS allows you to create stable, quick and user friendly installers
that are capable of installing, uninstalling, setting system settings,
extracting files and more.  With the NSIS scripting language you can implement
any custom logic you want.

The large collection of plug-ins, scripts and software in the Developer Center
helps you to build full featured installers and provides a solution for almost
every scenario.
2005-12-29 15:47:43 +00:00