Remove COMMENTS.
Update dependencies for uic, and pcre (needed for javascript among other things). Update PLIST. Thanks to all the guys who told me about uic. I just wanted to make sure my changes were compiling before committing. Note that brain-dead libs2 will complain that it can't find uic, as all the kde ports configure are cloned from each other, but in fact it doesn't require uic, which is very fortunate.
This commit is contained in:
parent
2662719080
commit
33932d1aff
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2001/03/12 16:18:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/03/26 13:29:52 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, basic applications"
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.305
|
||||
NEED_VERSION= 1.363
|
||||
VERSION= 2.1
|
||||
DISTNAME= kdebase-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
@ -14,6 +15,8 @@ USE_MOTIF= Yes
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2 \
|
||||
ldap.2::databases/openldap
|
||||
|
||||
BUILD_DEPENDS= uic::x11/qt2-designer
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
|
@ -1 +0,0 @@
|
||||
X11 toolkit, basic applications
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2001/03/14 16:09:32 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2001/03/26 13:29:53 espie Exp $
|
||||
@mode u+s
|
||||
@owner root
|
||||
bin/konsole_grantpty
|
||||
@ -2453,7 +2453,6 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/locale/l10n/C
|
||||
@dirrm share/locale/l10n
|
||||
@dirrm share/locale/C
|
||||
@dirrm share/locale
|
||||
@dirrm share/icons/locolor/32x32/devices
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/16x16/devices
|
||||
@ -2462,10 +2461,8 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
@dirrm share/icons/hicolor/32x32/devices
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/16x16/filesystems
|
||||
@dirrm share/icons/hicolor/16x16/devices
|
||||
@dirrm share/icons/hicolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/16x16
|
||||
@dirrm share/fonts/override
|
||||
@dirrm share/fonts
|
||||
@dirrm share/doc/HTML/en/kwrite
|
||||
@ -2640,5 +2637,4 @@ share/wallpapers/vegetative_fog.jpg
|
||||
@dirrm share/applnk/Applications
|
||||
@dirrm share/applnk/.hidden
|
||||
@dirrm share/applnk
|
||||
@dirrm lib/kde2
|
||||
@dirrm include/kwin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2001/03/16 15:07:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2001/03/26 13:29:54 espie Exp $
|
||||
|
||||
COMMENT= games for KDE
|
||||
COMMENT-cards= faces for kde card games
|
||||
@ -39,6 +39,7 @@ MASTER_SITE_SUBDIR= stable/${VERSION}/distribution/tar/generic/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
||||
BUILD_DEPENDS= uic::x11/qt2-designer
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2001/03/12 16:15:19 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2001/03/26 13:29:51 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, libraries"
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.305
|
||||
NEED_VERSION= 1.363
|
||||
VERSION= 2.1
|
||||
DISTNAME= kdelibs-${VERSION}
|
||||
DIST_SUBDIR= kde
|
||||
@ -14,7 +15,8 @@ LIB_DEPENDS= qt.2.::x11/qt2 \
|
||||
png.1.::graphics/png \
|
||||
jpeg.62.::graphics/jpeg \
|
||||
tiff.35.::graphics/tiff \
|
||||
audiofile.::devel/libaudiofile
|
||||
audiofile.::devel/libaudiofile \
|
||||
pcreposix.::devel/pcre
|
||||
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
@ -1 +0,0 @@
|
||||
X11 toolkit, libraries
|
Loading…
x
Reference in New Issue
Block a user