The NetBSD Project

CVS log for pkgsrc/mail/exim3/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / mail / exim3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.61 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:20 2022 UTC (15 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

*: recursive bump for perl 5.36

Revision 1.60 / (download) - annotate - [select for diffs], Wed Jun 23 20:33:12 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Revbump for MySQL default change

Revision 1.59 / (download) - annotate - [select for diffs], Mon May 24 19:52:40 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

*: recursive bump for perl 5.34

Revision 1.58 / (download) - annotate - [select for diffs], Wed Apr 21 08:11:16 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.57: +1 -2 lines
Diff to previous 1.57 (colored)

*: remove dead master site

Revision 1.57 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:55 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:33 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.55: +4 -4 lines
Diff to previous 1.55 (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.55 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:27 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.54 / (download) - annotate - [select for diffs], Thu May 23 19:23:05 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.53: +7 -7 lines
Diff to previous 1.53 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:25 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Recursive bump for perl5-5.28.0

Revision 1.52 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:23 2018 UTC (5 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (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.51 / (download) - annotate - [select for diffs], Thu Mar 8 15:14:54 2018 UTC (5 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

exim3: attempt to patch CVE-2018-6789

I'm not an exim user, so this might not work, but the file hasn't
changed very much between exim4 and exim3.

PKGREVISION++

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:16 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Oct 9 21:42:00 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Recursive bump for all users of pgsql now that the default is 95.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:29 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:19 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.46 / (download) - annotate - [select for diffs], Thu May 29 23:36:45 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Jul 12 10:44:56 2013 UTC (10 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.

Revision 1.44 / (download) - annotate - [select for diffs], Fri May 31 12:41:14 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 2 20:33:27 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Bump PKGREVISION for mysql default change to 55.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:10 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.41: +1 -2 lines
Diff to previous 1.41 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:23 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Aug 5 10:02:12 2012 UTC (11 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Bump PKGREVISION for change of PostgreSQL default version to 9.1.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:29 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.37.4.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:20:40 2010 UTC (13 years, 2 months ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.37: +9 -5 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 28 08:55:37 2010 UTC (13 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: 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, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.37: +9 -5 lines
Diff to previous 1.37 (colored)

DESTDIR support

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 21 16:29:41 2010 UTC (13 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Reset maintainer, developer lost his commit bit.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jun 30 00:07:19 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored)

Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:43 2007 UTC (16 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 24 19:21:26 2007 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored)

Prepare for switching to NO_MTREE=yes.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:57 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

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.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:38 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.31: +7 -2 lines
Diff to previous 1.31 (colored)

Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.

Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sat Mar 11 04:10:26 2006 UTC (17 years, 6 months ago) by snj
Branch: pkgsrc-2005Q4
Changes since 1.24.2.1: +2 -2 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

Pullup ticket 1204 - requested by Joerg Sonnenberger
security fix for exim3

Revisions pulled up:
- pkgsrc/mail/exim3/Makefile		1.31
- pkgsrc/mail/exim3/distinfo		1.9
- pkgsrc/mail/exim3/patches/patch-ao	1.1
- pkgsrc/mail/exim3/patches/patch-ap	1.1

   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Mon Mar  6 22:49:16 UTC 2006

   Modified Files:
           pkgsrc/mail/exim3: Makefile distinfo
   Added Files:
           pkgsrc/mail/exim3/patches: patch-ao patch-ap

   Log Message:
   Fix parsing of IPv6 address possibly result in privilege escalation.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 6 22:49:16 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fix parsing of IPv6 address possibly result in privilege escalation.

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Tue Feb 14 15:04:11 2006 UTC (17 years, 7 months ago) by salo
Branch: pkgsrc-2005Q4
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored)

Pullup ticket 1130 - requested by Joerg Sonnenberger
security fix for exim3

Revisions pulled up:
- pkgsrc/mail/exim3/Makefile			1.30
- pkgsrc/mail/exim3/distinfo			1.8
- pkgsrc/mail/exim3/patches/patch-ai		1.1
- pkgsrc/mail/exim3/patches/patch-aj		1.1
- pkgsrc/mail/exim3/patches/patch-ak		1.1
- pkgsrc/mail/exim3/patches/patch-al		1.1
- pkgsrc/mail/exim3/patches/patch-am		1.1
- pkgsrc/mail/exim3/patches/patch-an		1.1

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Mon Feb 13 23:20:32 UTC 2006

   Modified Files:
   	pkgsrc/mail/exim3: Makefile distinfo
   Added Files:
   	pkgsrc/mail/exim3/patches: patch-ai patch-aj patch-ak patch-al
   		patch-am patch-an

   Log Message:
   Don't use shiped PCRE version, since it is very old and most likely
   vulnerable. Bump revision.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Feb 13 23:20:32 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Don't use shiped PCRE version, since it is very old and most likely
vulnerable. Bump revision.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jan 21 00:22:58 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.28: +7 -9 lines
Diff to previous 1.28 (colored)

Replace another bunch of FILES_SUBST_SED uses, don't hardcode
/bin/sh in exim_newaliases.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 20 23:09:42 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.27: +12 -4 lines
Diff to previous 1.27 (colored)

Use SUBST framework instead of FILES_SUBST_SED. Rename temporary file
from Makefile.NetBSD to Makefile.pkgsrc (cosmetic only). Use PERL5
instead of PREFIX/bin/perl when looking for Perl interpreter.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 8 19:38:54 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.26: +5 -1 lines
Diff to previous 1.26 (colored)

Add DragonFly support.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 8 18:35:10 2006 UTC (17 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:49 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:30 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.23 / (download) - annotate - [select for diffs], Tue Aug 23 11:48:48 2005 UTC (18 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Wed Jul 27 04:57:20 2005 UTC (18 years, 2 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.19.2.1: +2 -2 lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

Pullup ticket 615 - requested by grant beattie
build fix for exim3

Revisions pulled up:
- pkgsrc/mail/exim3/Makefile	1.22

    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Thu Jul 21 03:04:21 UTC 2005

    Modified Files:
            pkgsrc/mail/exim3: Makefile

    Log Message:
    include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correct
    library path is passed for linking against the BerkeleyDB library.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Fri Jul 22 16:42:27 2005 UTC (18 years, 2 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Pullup ticket 594 - requested by grant beattie
kill some hardcoded instances of /sbin/nologin

Revisions pulled up:
- pkgsrc/mail/exim/Makefile		1.58
- pkgsrc/mail/exim3/Makefile		1.20
- pkgsrc/chat/ircd-hybrid/Makefile	1.17
- pkgsrc/net/openntpd/Makefile		1.13
- pkgsrc/security/pflkm/Makefile	1.9
- pkgsrc/sysutils/dbus/Makefile		1.5

    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Tue Jul 12 04:07:41 UTC 2005

    Modified Files:
            pkgsrc/mail/exim: Makefile
            pkgsrc/mail/exim3: Makefile

    Log Message:
    use ${NOLOGIN}, not hardcoded /sbin/nologin. fixes install on Solaris
    and others.
----
    Module Name:    pkgsrc
    Committed By:   grant
    Date:           Tue Jul 12 04:15:50 UTC 2005

    Modified Files:
            pkgsrc/chat/ircd-hybrid: Makefile
            pkgsrc/net/openntpd: Makefile
            pkgsrc/security/pflkm: Makefile
            pkgsrc/sysutils/dbus: Makefile

    Log Message:
    use ${NOLOGIN}, not hardcoded /sbin/nologin.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 21 03:04:21 2005 UTC (18 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correct
library path is passed for linking against the BerkeleyDB library.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:12 2005 UTC (18 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 12 04:07:41 2005 UTC (18 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

use ${NOLOGIN}, not hardcoded /sbin/nologin. fixes install on Solaris
and others.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 15 04:26:24 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

gzcat is needed, so note it as such for the new tools framework.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 28 22:46:11 2005 UTC (18 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Pull out the first word of GZIP_CMD without using ${SED}.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:18 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:44 2004 UTC (18 years, 9 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 15 17:54:49 2004 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.14: +4 -14 lines
Diff to previous 1.14 (colored)

Rework the Berkeley DB detection in buildlink3:

  * Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 29 05:59:24 2004 UTC (18 years, 11 months ago) by jdolecek
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 3 00:12:52 2004 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 27 06:29:08 2004 UTC (19 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 24 22:45:15 2004 UTC (19 years, 2 months ago) by recht
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 10 03:08:32 2004 UTC (19 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.9: +5 -12 lines
Diff to previous 1.9 (colored)

use BUILDLINK_{CPPFLAGS,LDFLAGS,LIBS}.bdb. makes this build on Linux
again with various db implementations.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 8 00:14:05 2004 UTC (19 years, 2 months ago) by reed
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Conflict with exim-exiscan.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 7 08:51:52 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.7: +18 -5 lines
Diff to previous 1.7 (colored)

Set BDB_ACCEPTED to "native db3 db2"; tested to compile against db1 and db3.
Does not compile against db4.
Pass down necessary -L/-Wl,-R/-I for all supported versions.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 6 22:38:00 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.6: +11 -8 lines
Diff to previous 1.6 (colored)

Convert to bl3.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun May 30 08:46:46 2004 UTC (19 years, 4 months ago) by grant
Branch: pkgsrc-2004Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pull up revisions 1.5-1.6 (requested by abs in ticket #28):

Update exim3 to exim-3.36nb2
  - Fix buffer overflows listed at http://www.guninski.com/exim1.html

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 7 17:47:32 2004 UTC (19 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update exim3 to exim-3.36nb2
  - Fix buffer overflows listed at http://www.guninski.com/exim1.html

Update exim to exim-4.33nb1 (from 4.22nb5)
  - Fix buffer overflow listed at http://www.guninski.com/exim1.html
  - Leave nb1 to indicate we have a local change from stock 4.33
  - 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
  - Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime

Update exim-exiscan to 4.33_20nb1 (from 4.22-12)
  - Fix buffer overflow listed at http://www.guninski.com/exim1.html
  - Leave nb1 to indicate we have a local change from stock 4.33_20
  - Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33
  - Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include
    - added option to use multiple spamd servers
    - many mime changes
    - Added Brightmail Antispam support
    - clamd fixes

Update exim-html to 4.30 (from 4.20)
  - Update to latest docs

Delete exim-user
  - No longer required - exim now looks up EXIM_{USER,GROUP} at runtime

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 6 22:34:27 2004 UTC (19 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/exim
for location of configure script check in the exim rc.d script.

Bump PKGREVISION.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 4 05:14:30 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base
Branch point for: pkgsrc-2004Q1
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

fix a thinko

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 4 04:51:00 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

I guess I'll take maintainership of this now.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 4 04:28:16 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.1: +23 -20 lines
Diff to previous 1.1 (colored)

fix berkeley db support on at least NetBSD and Linux, using values
harvested from databases/db/buildlink2.mk. defaults to db1 where
possible unless EXIM_DB.db1 != YES.

tidy up mysql and postgresql handling.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 4 04:24:49 2003 UTC (19 years, 10 months ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import of exim3-3.36 from pkgsrc-wip.

originally this package was taken from the netbsd-1-5-PATCH003 tag,
and a number of updates have been made to it:

- updated to 3.36.
- added security patch from
    http://www.exim.org/pipermail/exim-announce/2003q3/000094.html
- use a variety of new pkgsrc features for installing configuration files,
  creating directories, rc scripts, etc.
- added mysql and postgresql support.
- other general nits/fixes.

exim3 is still widely used by a large number of sites, and this package
has been added again to support existing installations.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 4 04:24:49 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>