pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/erlang Fix permission of sample files and remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/247cf963e31c
branches:  trunk
changeset: 531627:247cf963e31c
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Aug 03 11:01:37 2007 +0000

description:
Fix permission of sample files and remove unused *.bat files.
Bump PKGREVISION to nb1.

diffstat:

 lang/erlang/Makefile     |  9 ++++++++-
 lang/erlang/PLIST.common |  5 +----
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 513b5e00df7d -r 247cf963e31c lang/erlang/Makefile
--- a/lang/erlang/Makefile      Fri Aug 03 07:46:54 2007 +0000
+++ b/lang/erlang/Makefile      Fri Aug 03 11:01:37 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2007/07/30 07:15:36 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2007/08/03 11:01:37 obache Exp $
 
 DISTNAME=              otp_src_${DIST_VERSION}
 PKGNAME=               erlang-${ERLANG_VERSION}
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          http://www.erlang.org/download/
 
@@ -37,6 +38,12 @@
 
 .include "Makefile.versions"
 
+post-install:
+       chmod -R go-w ${PREFIX}/lib/erlang/lib/kernel-${VERSION.kernel}/examples
+       chmod -R go-w ${PREFIX}/lib/erlang/lib/ssl-${VERSION.ssl}/examples
+       rm ${PREFIX}/lib/erlang/lib/observer-${VERSION.observer}/priv/bin/*.bat
+       rm ${PREFIX}/lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/*.bat
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r 513b5e00df7d -r 247cf963e31c lang/erlang/PLIST.common
--- a/lang/erlang/PLIST.common  Fri Aug 03 07:46:54 2007 +0000
+++ b/lang/erlang/PLIST.common  Fri Aug 03 11:01:37 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.5 2007/07/28 14:27:10 obache Exp $
+@comment $NetBSD: PLIST.common,v 1.6 2007/08/03 11:01:37 obache Exp $
 bin/dialyzer
 bin/epmd
 bin/erl
@@ -2714,9 +2714,7 @@
 lib/erlang/lib/observer-${VERSION.observer}/ebin/ttb_et.beam
 lib/erlang/lib/observer-${VERSION.observer}/include/etop.hrl
 lib/erlang/lib/observer-${VERSION.observer}/priv/bin/etop
-lib/erlang/lib/observer-${VERSION.observer}/priv/bin/etop.bat
 lib/erlang/lib/observer-${VERSION.observer}/priv/bin/getop
-lib/erlang/lib/observer-${VERSION.observer}/priv/bin/getop.bat
 lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer.tool
 lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer/collapsd.gif
 lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer/exploded.gif
@@ -3851,7 +3849,6 @@
 lib/erlang/lib/webtool-${VERSION.webtool}/ebin/webtool.beam
 lib/erlang/lib/webtool-${VERSION.webtool}/ebin/webtool_sup.beam
 lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/start_webtool
-lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/start_webtool.bat
 lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/conf/mime.types
 lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/doc/index.html
 lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/doc/start_info.html



Home | Main Index | Thread Index | Old Index