diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 16:29:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 16:29:56 +0000 |
commit | 3f0596ac78a41e58122b1ff7c3cf744e6c8bc88c (patch) | |
tree | 0194a9cfbde9bf873ec9e928afdbb67673d611a8 /comms | |
parent | 861ae97ff4a7a709f20b26f526be116b1933ca39 (diff) | |
download | pkgsrc-3f0596ac78a41e58122b1ff7c3cf744e6c8bc88c.tar.gz |
Fix path to and depend on Perl. Bump revision.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 9 | ||||
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ab | 12 |
3 files changed, 16 insertions, 9 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 63a0b81dbfe..633affd7b50 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2007/03/21 19:44:10 jwise Exp $ +# $NetBSD: Makefile,v 1.59 2007/08/30 16:29:56 joerg Exp $ DISTNAME= mgetty1.1.31-Jul24 PKGNAME= mgetty-1.1.31 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \ ftp://alpha.greenie.net/pub/mgetty/source/1.1/ @@ -17,7 +17,7 @@ CONFLICTS= hylafax-[0-9]* WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -MAKE_ENV+= MGETTY_CONFDIR=${PKG_SYSCONFDIR:Q} +MAKE_ENV+= MGETTY_CONFDIR=${PKG_SYSCONFDIR:Q} PERL5=${PERL5:Q} MAKE_FLAGS+= prefix=${PREFIX:Q} \ INFODIR=${PREFIX:Q}/${PKGINFODIR:Q} \ MAN1DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \ @@ -27,7 +27,8 @@ MAKE_FLAGS+= prefix=${PREFIX:Q} \ BUILD_MAKE_FLAGS= ${MAKE_FLAGS} CONFDIR=${PKG_SYSCONFDIR:Q} INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} CONFDIR=${EXAMPLES_DIR:Q} -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo perl:run + INFO_FILES= yes PKG_SYSCONFSUBDIR= mgetty+sendfax diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index e853b1dc930..cdea45339bd 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.27 2007/08/08 20:00:12 joerg Exp $ +$NetBSD: distinfo,v 1.28 2007/08/30 16:29:56 joerg Exp $ SHA1 (mgetty1.1.31-Jul24.tar.gz) = a6f20da26b49bbfa695791edec7d0a2247b79e2d RMD160 (mgetty1.1.31-Jul24.tar.gz) = 255eec0838ce5bfad04c53d478a4505e74111a07 Size (mgetty1.1.31-Jul24.tar.gz) = 998462 bytes SHA1 (patch-aa) = 9b6d9d6af2245f3dfea235bc2e044a2151bc4187 -SHA1 (patch-ab) = 1638b3b7162bcff0d5fae7fbe42626b5008fe1e9 +SHA1 (patch-ab) = d6b8279e64c00b09ca4e6bbc4c0027c2073fbbd8 SHA1 (patch-ac) = bdc69ccc3430634bb74742fd105ee8f3fcde4d21 SHA1 (patch-ad) = a24776252e36cfe84b10b7a1b03a43b15d7049d0 SHA1 (patch-ae) = 04f35280e337fb766152b7d9badcd0c417aa1739 diff --git a/comms/mgetty+sendfax/patches/patch-ab b/comms/mgetty+sendfax/patches/patch-ab index e7795c93fbd..7fa653604b5 100644 --- a/comms/mgetty+sendfax/patches/patch-ab +++ b/comms/mgetty+sendfax/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.9 2006/03/20 04:09:37 jlam Exp $ +$NetBSD: patch-ab,v 1.10 2007/08/30 16:29:57 joerg Exp $ ---- Makefile.orig 2004-07-24 14:53:47.000000000 -0400 +--- Makefile.orig 2004-07-24 18:53:47.000000000 +0000 +++ Makefile @@ -4,8 +4,8 @@ # @@ -42,7 +42,13 @@ $NetBSD: patch-ab,v 1.9 2006/03/20 04:09:37 jlam Exp $ #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 #INSTALL=/usr/bin/X11/bsdinst -c -o bin # IRIX -@@ -258,7 +258,7 @@ PERL="/usr/bin/perl -w" +@@ -253,12 +253,12 @@ AWK=awk + # and the "tkperl" frontends without PERL, so don't worry if you don't + # have it. + # If you specify command line arguments (-w), don't forget the quotes! +-PERL="/usr/bin/perl -w" ++PERL="${PERL5} -w" + # # If you have Perl with TK extentions, define it here. This may be the # same as PERL=... above, or different, if you have TkPerl statically # linked. |