pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-bin Update to 1.7.7nb1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1bf7eb4e5bb
branches: trunk
changeset: 492945:e1bf7eb4e5bb
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 23 10:37:36 2005 +0000
description:
Update to 1.7.7nb1:
make sure lib/mozilla-linux/plugins exists, even for binary packages.
Should fix moz-bin-* packages in bulk builds.
XXX: binary package still doesn't install quite a number of (empty)
directories that do get created with 'make install'.
diffstat:
www/mozilla-bin/Makefile | 3 ++-
www/mozilla-bin/Makefile.common | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 1edf8f60fa36 -r e1bf7eb4e5bb www/mozilla-bin/Makefile
--- a/www/mozilla-bin/Makefile Sat Apr 23 10:32:16 2005 +0000
+++ b/www/mozilla-bin/Makefile Sat Apr 23 10:37:36 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2005/04/16 12:40:32 tron Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/23 10:37:36 wiz Exp $
MOZILLA= mozilla
MOZ_VER= 1.7.7
+PKGREVISION= 1
COMMENT= Full featured gecko-based browser (binary pkg)
diff -r 1edf8f60fa36 -r e1bf7eb4e5bb www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common Sat Apr 23 10:32:16 2005 +0000
+++ b/www/mozilla-bin/Makefile.common Sat Apr 23 10:37:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2005/04/18 14:27:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2005/04/23 10:37:36 wiz Exp $
DISTNAME= # see Makefile.${OPSYS}.${ARCH}
PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
@@ -159,6 +159,7 @@
@cd ${MOZILLA_LIB} && \
${LN} -s ${PREFIX}/emul/netbsd16/usr/lib/libstdc++.so* .
.endif
+ @${INSTALL_DATA_DIR} ${PREFIX}/lib/mozilla-linux/plugins
@${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC}
@${ECHO} bin/${MOZILLA}${MOZ_EXTRA}-${MOZ_PLATFORM} >> ${PLIST_SRC}
@${FIND} ${MOZILLA_LIB} \( -type f -o -type l \) -print \
@@ -167,5 +168,6 @@
@${FIND} ${MOZILLA_LIB} -type d -print \
| ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \
>> ${PLIST_SRC}
+ @${ECHO} @exec ${MKDIR} %D/lib/mozilla-linux/plugins >> ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index