mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Remove libodbc (again) and libaudiofile so it won't conflict with
port installations. Now kdesupport2 will only install what is unique to its package.
This commit is contained in:
parent
d98269155c
commit
f7ed228e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28782
@ -21,7 +21,9 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--without-libjpeg --without-libgif \
|
||||
--without-libgdbm --without-libuulib
|
||||
--without-libgdbm --without-libuulib \
|
||||
--without-odbc --without-audiofile
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,7 @@
|
||||
bin/cdbmake
|
||||
include/Pix.h
|
||||
include/QwCluster.h
|
||||
include/QwPublicList.h
|
||||
include/QwSpriteField.h
|
||||
include/js.h
|
||||
include/jsint.h
|
||||
include/mimelib/address.h
|
||||
include/mimelib/addrlist.h
|
||||
include/mimelib/binhex.h
|
||||
@ -39,28 +36,11 @@ include/mimelib/text.h
|
||||
include/mimelib/token.h
|
||||
include/mimelib/utility.h
|
||||
include/mimelib/uuencode.h
|
||||
include/rdb/cdb.h
|
||||
include/rdb/cdbmake.h
|
||||
include/rdb/hash.h
|
||||
include/rdb/rdb.h
|
||||
include/rdb/uint32.h
|
||||
lib/libQwSpriteField.a
|
||||
lib/libQwSpriteField.so.8
|
||||
lib/libjs.a
|
||||
lib/libjs.so.4
|
||||
lib/libmimelib.a
|
||||
lib/libmimelib.so.3
|
||||
lib/librdb.a
|
||||
lib/librdb.so.57
|
||||
@exec ln -sf libQwSpriteField.so.7 %D/lib/libQwSpriteField.so
|
||||
@exec ln -sf libjs.so.4 %D/lib/libjs.so
|
||||
@exec ln -sf libmimelib.so.3 %D/lib/libmimelib.so
|
||||
@exec ln -sf librdb.so.57 %D/lib/librdb.so
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@dirrm include/rdb
|
||||
@dirrm include/mimelib
|
||||
@unexec rm -f %D/lib/libQwSpriteField.so
|
||||
@unexec rm -f %D/lib/libjs.so
|
||||
@unexec rm -f %D/lib/libmimelib.so
|
||||
@unexec rm -f %D/lib/librdb.so
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
Loading…
Reference in New Issue
Block a user