Up to [cvs.NetBSD.org] / pkgsrc / devel / nsis
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:13 2023 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.25 / (download) - annotate - [select for diffs], Fri May 14 14:43:00 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
nsis: needs zlib
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:01 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Nov 3 10:39:21 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.22: +6 -6
lines
Diff to previous 1.22 (colored)
devel: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:36 2019 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:50 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 2 21:35:57 2019 UTC (4 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.19: +7 -8
lines
Diff to previous 1.19 (colored)
nsis: update to 3.0.4 in order to fix build breakage Only tested with "make package". Version 3 adds Unicode, 64-bit and Windows 10 support.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 27 20:01:07 2018 UTC (5 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
nsis: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:15 2018 UTC (5 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
*: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 25 12:49:46 2015 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
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.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 19 08:49:20 2013 UTC (10 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.15: +3 -2
lines
Diff to previous 1.15 (colored)
fixes build * C++ is also used * pass MAKE_ENV to build
Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:32 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 1 00:08:10 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Reset maintainer.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 3 15:29:46 2009 UTC (14 years, 9 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Scratch previous change. nsis won't build with scons-devel, so switch to devel/scons and bump PKGREVISION for dependency change.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 3 15:24:46 2009 UTC (14 years, 9 months ago) by sborrill
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
devel/scons-devel contains the scons-devel, not scons, so fix dependency.
Revision 1.11 / (download) - annotate - [select for diffs], Mon May 26 02:13:17 2008 UTC (15 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored)
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.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 3 17:45:36 2008 UTC (15 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.9: +8 -4
lines
Diff to previous 1.9 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 2 14:22:40 2007 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
Fixed file permissions. PKGREVISION++
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 17 16:53:30 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Fixed a pkglint warning.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 15 17:27:19 2006 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.6: +11 -12
lines
Diff to previous 1.6 (colored)
Fixed all pkglint warnings.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:49 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:04 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 20 23:41:29 2006 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 4 22:36:24 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix path to scons-devel in DEPENDS line.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 30 09:53:07 2005 UTC (17 years, 11 months ago) by cube
Branch: MAIN
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
Force version, otherwise it is computed from the day it was compiled...
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 29 15:47:43 2005 UTC (17 years, 11 months ago) by cube
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 29 15:47:43 2005 UTC (17 years, 11 months ago) by cube
Branch: MAIN
Initial revision