Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 09:35:02 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95489 for review
Message-ID:  <200604180935.k3I9Z2qa004853@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95489

Change 95489 by soc-andrew@soc-andrew_serv on 2006/04/18 09:34:03

	Add more packages to install. Not all are in the ports tree yet. They have all been submitted though
	Fix the installPackage target when the package file dosn't exist

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#43 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#43 (text+ko) ====

@@ -836,6 +836,16 @@
 		ROOT=${RD}/bsdinstaller/root
 	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-pty \
 		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-filename \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-app \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=libaura \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=libdfui \
+		ROOT=${RD}/bsdinstaller/root
+	@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-dfui \
+		ROOT=${RD}/bsdinstaller/root
 
 	@touch ${RD}/bsdinstaller/root/etc/fstab
 	@echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf
@@ -1303,7 +1313,7 @@
 .if !defined(PACKAGE)
 	@echo "PACKAGE undefined in installPackage" && exit 1
 .endif
-	rm ${RD}/${PACKAGE}.tbz
+	rm -f ${RD}/${PACKAGE}.tbz
 	( /usr/bin/fetch -ARr -o ${RD}/${PACKAGE}.tbz \
 		${PACKAGE_SITE}/${PACKAGE_DIR}/${PACKAGE}.tbz && \
 		pkg_add -Rf -P ${ROOT}/usr/local \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604180935.k3I9Z2qa004853>