mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Woop doop de doop, I've managed to circumvent the kdesupport2 build
problems by disabling ODBC library building. Apparently kdenetwork2 doesn't need that support (it does need mimelib), so we're all right on that! This is the import of KDESUPPORT and KDENETWORK 1.90 (aka KDE2 beta). Repo-copies by: asami
This commit is contained in:
parent
a355f99ef3
commit
3b539acd63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28510
@ -1,32 +1,28 @@
|
||||
# New ports collection makefile for: kdesupport
|
||||
# Date created: 28 October 1997
|
||||
# Whom: Stefan Eßer <se@freebsd.org>
|
||||
# New ports collection makefile for: kdesupport2
|
||||
# Date created: Sun May 14 2000 01:14:20
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdesupport
|
||||
PORTVERSION= 1.1.2.1
|
||||
PORTVERSION= 1.90
|
||||
CATEGORIES= converters kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
DISTNAME= kdesupport-1.1.2
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
|
||||
MAINTAINER= se@freebsd.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
MOC= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
|
||||
USE_QT= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
||||
"--without-libjpeg" \
|
||||
"--without-libgif" \
|
||||
"--without-libgdbm" \
|
||||
"--without-libuulib"
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
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-odbc
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdesupport-1.1.2.tar.bz2) = 6ef9b658cc8cbeb298f333f0528fd1a9
|
||||
MD5 (kdesupport-1.90.tar.bz2) = 884a602ec84fb40a840e1dc8403d5db4
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- ./mimelib/Makefile.in.org Tue Sep 7 08:24:50 1999
|
||||
+++ ./mimelib/Makefile.in Wed Feb 23 18:14:27 2000
|
||||
@@ -191,7 +191,7 @@
|
||||
--- mimelib/Makefile.in Tue May 9 19:33:18 2000
|
||||
+++ mimelib/Makefile.in.new Tue May 16 18:32:11 2000
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
DEFS = -D$(LIBVERSION) @DEFS@
|
||||
|
||||
-libmimelib_la_LDFLAGS = -version-info 1:0
|
||||
+libmimelib_la_LDFLAGS = -version-info 2:0
|
||||
-libmimelib_la_LDFLAGS = -version-info 1:1
|
||||
+libmimelib_la_LDFLAGS = -version-info 3:0
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -45,22 +45,22 @@ include/rdb/hash.h
|
||||
include/rdb/rdb.h
|
||||
include/rdb/uint32.h
|
||||
lib/libQwSpriteField.a
|
||||
lib/libQwSpriteField.so.7
|
||||
lib/libQwSpriteField.so.8
|
||||
lib/libjs.a
|
||||
lib/libjs.so.3
|
||||
lib/libjs.so.4
|
||||
lib/libmimelib.a
|
||||
lib/libmimelib.so.2
|
||||
lib/libmimelib.so.3
|
||||
lib/librdb.a
|
||||
lib/librdb.so.56
|
||||
@exec ln -sf libQwSpriteField.so.6 %D/lib/libQwSpriteField.so
|
||||
@exec ln -sf libjs.so.2 %D/lib/libjs.so
|
||||
@exec ln -sf libmimelib.so.1 %D/lib/libmimelib.so
|
||||
@exec ln -sf librdb.so.55 %D/lib/librdb.so
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
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 /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
@ -1,42 +1,30 @@
|
||||
# New ports collection makefile for: kdenetwork
|
||||
# Date created: 28 October 1997
|
||||
# Whom: Stefan Eßer <se@freebsd.org>
|
||||
# New ports collection makefile for: kdenetwork2
|
||||
# Date created: Sun May 14 00:55:45
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.90
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
|
||||
MAINTAINER= se@freebsd.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
||||
QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \
|
||||
js.3:${PORTSDIR}/converters/kdesupport11 \
|
||||
mimelib.2:${PORTSDIR}/converters/kdesupport11 \
|
||||
rdb.56:${PORTSDIR}/converters/kdesupport11
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
USE_GMAKE= yes
|
||||
CFLAGS+= "-I${PREFIX}/include"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# ksirc needs egcs
|
||||
.if ${OSVERSION} < 400004
|
||||
PLIST= ${PKGDIR}/PLIST.noksirc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff
|
||||
MD5 (kdenetwork-1.90.tar.bz2) = 339a00bf57c663ffa6c138d84c8a448b
|
||||
|
@ -1 +1 @@
|
||||
Network modules for the KDE integrated X11 desktop
|
||||
Network modules for KDE2
|
||||
|
@ -1 +1,6 @@
|
||||
KDE provides an integrated X11 based environment, much like CDE.
|
||||
This particular port installs the networking components of KDE,
|
||||
which includes applications for Internet things like email, web,
|
||||
irc, and so forth. Note that this is for KDE2, not KDE 1.x.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,42 +1,30 @@
|
||||
# New ports collection makefile for: kdenetwork
|
||||
# Date created: 28 October 1997
|
||||
# Whom: Stefan Eßer <se@freebsd.org>
|
||||
# New ports collection makefile for: kdenetwork2
|
||||
# Date created: Sun May 14 00:55:45
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.90
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
|
||||
MAINTAINER= se@freebsd.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
||||
QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \
|
||||
js.3:${PORTSDIR}/converters/kdesupport11 \
|
||||
mimelib.2:${PORTSDIR}/converters/kdesupport11 \
|
||||
rdb.56:${PORTSDIR}/converters/kdesupport11
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
USE_GMAKE= yes
|
||||
CFLAGS+= "-I${PREFIX}/include"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# ksirc needs egcs
|
||||
.if ${OSVERSION} < 400004
|
||||
PLIST= ${PKGDIR}/PLIST.noksirc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff
|
||||
MD5 (kdenetwork-1.90.tar.bz2) = 339a00bf57c663ffa6c138d84c8a448b
|
||||
|
@ -1 +1 @@
|
||||
Network modules for the KDE integrated X11 desktop
|
||||
Network modules for KDE2
|
||||
|
@ -1 +1,6 @@
|
||||
KDE provides an integrated X11 based environment, much like CDE.
|
||||
This particular port installs the networking components of KDE,
|
||||
which includes applications for Internet things like email, web,
|
||||
irc, and so forth. Note that this is for KDE2, not KDE 1.x.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,42 +1,30 @@
|
||||
# New ports collection makefile for: kdenetwork
|
||||
# Date created: 28 October 1997
|
||||
# Whom: Stefan Eßer <se@freebsd.org>
|
||||
# New ports collection makefile for: kdenetwork2
|
||||
# Date created: Sun May 14 00:55:45
|
||||
# Whom: Will Andrews <will@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.90
|
||||
CATEGORIES= net news kde
|
||||
MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
|
||||
|
||||
MAINTAINER= se@freebsd.org
|
||||
MAINTAINER= will@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.3:${PORTSDIR}/graphics/png \
|
||||
uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.3:${PORTSDIR}/x11/kdelibs11 \
|
||||
QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \
|
||||
js.3:${PORTSDIR}/converters/kdesupport11 \
|
||||
mimelib.2:${PORTSDIR}/converters/kdesupport11 \
|
||||
rdb.56:${PORTSDIR}/converters/kdesupport11
|
||||
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \
|
||||
kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
QwSpriteField.8:${PORTSDIR}/converters/kdesupport2
|
||||
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_BZIP2= yes
|
||||
USE_QT= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
USE_QT2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
|
||||
--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV+= MOC="${MOC}"
|
||||
USE_GMAKE= yes
|
||||
CFLAGS+= "-I${PREFIX}/include"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# ksirc needs egcs
|
||||
.if ${OSVERSION} < 400004
|
||||
PLIST= ${PKGDIR}/PLIST.noksirc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff
|
||||
MD5 (kdenetwork-1.90.tar.bz2) = 339a00bf57c663ffa6c138d84c8a448b
|
||||
|
@ -1 +1 @@
|
||||
Network modules for the KDE integrated X11 desktop
|
||||
Network modules for KDE2
|
||||
|
@ -1 +1,6 @@
|
||||
KDE provides an integrated X11 based environment, much like CDE.
|
||||
This particular port installs the networking components of KDE,
|
||||
which includes applications for Internet things like email, web,
|
||||
irc, and so forth. Note that this is for KDE2, not KDE 1.x.
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user