Follow hier(7) more closely (second try).

This is the same patch that was backed out by alane some time ago.
Now

Reviewed by:	kde@freebsd.org (silence)
Approved by:	Lauri Watts <lauri@kde.org>
This commit is contained in:
Dmitry Sivachenko 2003-02-18 07:35:56 +00:00
parent 0889a929d1
commit 8424366b3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75788
6 changed files with 5979 additions and 5973 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= qt
PORTVERSION= 3.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@ -36,7 +36,8 @@ CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \
-qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
-system-zlib -no-nas-sound -sm -qt-gif -thread \
-no-fast ${XINERAMA} -no-g++-exceptions -no-stl \
${CUPS} -shared -prefix ${PREFIX}
${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
-docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins
.if defined(DEBUG)
CONFIGURE_ARGS+= -debug

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
PORTNAME= qt
PORTVERSION= 3.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@ -36,7 +36,8 @@ CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \
-qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
-system-zlib -no-nas-sound -sm -qt-gif -thread \
-no-fast ${XINERAMA} -no-g++-exceptions -no-stl \
${CUPS} -shared -prefix ${PREFIX}
${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
-docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins
.if defined(DEBUG)
CONFIGURE_ARGS+= -debug

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
PORTNAME= qt
PORTVERSION= 3.1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@ -36,7 +36,8 @@ CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \
-qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
-system-zlib -no-nas-sound -sm -qt-gif -thread \
-no-fast ${XINERAMA} -no-g++-exceptions -no-stl \
${CUPS} -shared -prefix ${PREFIX}
${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
-docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins
.if defined(DEBUG)
CONFIGURE_ARGS+= -debug

File diff suppressed because it is too large Load Diff