pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 18 19:35:13 UTC 2021

Modified Files:
        pkgsrc/www/seamonkey: Makefile

Log Message:
seamonkey: use autoconf-2.13 explicitly


To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 pkgsrc/www/seamonkey/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.236 pkgsrc/www/seamonkey/Makefile:1.237
--- pkgsrc/www/seamonkey/Makefile:1.236 Wed Jun  2 15:39:55 2021
+++ pkgsrc/www/seamonkey/Makefile       Fri Jun 18 19:35:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.236 2021/06/02 15:39:55 wiz Exp $
+# $NetBSD: Makefile,v 1.237 2021/06/18 19:35:13 nia Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -87,9 +87,9 @@ post-extract:
 
 pre-configure:
        cd ${WRKSRC} && mkdir ${OBJDIR}
-       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
-##     cd ${WRKSRC}/${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf
-#      cd ${WRKSRC}/${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
+       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+##     cd ${WRKSRC}/${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+#      cd ${WRKSRC}/${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
        ${SED}  -e 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey/g' \
                -e 's/@MOZ_APP_NAME@/seamonkey/g' \
                ${WRKSRC}/${MOZILLA_DIR}/toolkit/mozapps/installer/linux/rpm/mozilla.desktop > \



Home | Main Index | Thread Index | Old Index