pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix install on platforms not using pax tar. Bump PKGRE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/084d7b3fdefc
branches: trunk
changeset: 392838:084d7b3fdefc
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue May 12 08:27:09 2009 +0000
description:
Fix install on platforms not using pax tar. Bump PKGREVISION.
diffstat:
editors/emacs/Makefile | 5 +++--
finance/libofx/Makefile | 7 +++++--
games/gcompris/Makefile | 7 +++++--
mail/dspam/Makefile | 7 +++++--
4 files changed, 18 insertions(+), 8 deletions(-)
diffs (94 lines):
diff -r 13c88e541a90 -r 084d7b3fdefc editors/emacs/Makefile
--- a/editors/emacs/Makefile Tue May 12 08:21:09 2009 +0000
+++ b/editors/emacs/Makefile Tue May 12 08:27:09 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.119 2009/04/30 17:22:06 hasso Exp $
+# $NetBSD: Makefile,v 1.120 2009/05/12 08:33:52 hasso Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= GNU editing macros (editor)
DISTNAME= emacs-22.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
@@ -60,6 +60,7 @@
post-extract:
cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
+ ${CHMOD} -R go-w ${WRKSRC}
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
diff -r 13c88e541a90 -r 084d7b3fdefc finance/libofx/Makefile
--- a/finance/libofx/Makefile Tue May 12 08:21:09 2009 +0000
+++ b/finance/libofx/Makefile Tue May 12 08:27:09 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:34 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2009/05/12 08:31:02 hasso Exp $
#
DISTNAME= libofx-0.8.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= finance devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
@@ -19,6 +19,9 @@
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
.include "../../textproc/libxml++1/buildlink3.mk"
.include "../../textproc/opensp/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
diff -r 13c88e541a90 -r 084d7b3fdefc games/gcompris/Makefile
--- a/games/gcompris/Makefile Tue May 12 08:21:09 2009 +0000
+++ b/games/gcompris/Makefile Tue May 12 08:27:09 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/12 08:28:59 hasso Exp $
DISTNAME= gcompris-8.4.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
@@ -33,6 +33,9 @@
.include "../../net/gnet/buildlink3.mk"
.endif
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/py-sqlite2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
diff -r 13c88e541a90 -r 084d7b3fdefc mail/dspam/Makefile
--- a/mail/dspam/Makefile Tue May 12 08:21:09 2009 +0000
+++ b/mail/dspam/Makefile Tue May 12 08:27:09 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2009/04/03 19:52:38 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2009/05/12 08:27:09 hasso Exp $
DISTNAME= dspam-3.8.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://dspam.nuclearelephant.com/sources/
@@ -116,6 +116,9 @@
SUBST_SED.conf+= -e "s|@DSPAM_PIDDIR@|${DSPAM_PIDDIR}|g"
SUBST_MESSAGE.conf= Fixing configuration file.
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index