mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- The 3.x line of bacula does not work with 2.x so these ports exist for those who can not upgrade to 3.x. Besides security/infrastructure fixes this port is not likely to see any functional upgrades. - The bacula-*-devel ports will be updated to a 3.1 release when it is available. PR: ports/135580 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: dvl (old maintainer) Thanks to: miwi for build-testing
11 lines
546 B
Text
11 lines
546 B
Text
--- src/qt-console/build-depkgs-qt-console.orig Sat Sep 15 12:11:32 2007
|
|
+++ src/qt-console/build-depkgs-qt-console Sat Sep 15 12:11:32 2007
|
|
@@ -147,7 +147,7 @@
|
|
echo " INSTALLBASE = ${TOP_DIR}/qwt" >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
|
|
echo "}" >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
|
|
cat ${TOP_DIR}/qwtconfig.pri >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
|
|
- qmake >make.log
|
|
+ ${QMAKE} >make.log
|
|
do_make Makefile >>make.log
|
|
do_make Makefile install >>make.log
|
|
echo "In case of problems see: `pwd`/make.log"
|