mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 1.4
This commit is contained in:
parent
82bd419f1a
commit
dcfcc1069d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38986
5 changed files with 500 additions and 596 deletions
|
@ -6,41 +6,40 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= kdevelop
|
PORTNAME= kdevelop
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.4
|
||||||
PORTREVISION= 1
|
CATEGORIES= devel kde
|
||||||
CATEGORIES= devel
|
|
||||||
MASTER_SITES= ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/ \
|
MASTER_SITES= ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/ \
|
||||||
ftp://ftp.chg.ru/pub/X11/kdevelop/ \
|
ftp://ftp.chg.ru/pub/X11/kdevelop/ \
|
||||||
ftp://gd.tuwien.ac.at/hci/KDevelop/
|
ftp://gd.tuwien.ac.at/hci/KDevelop/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= demon@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
||||||
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
|
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2
|
||||||
.if defined(WITH_OPTIONAL_DEPENDS)
|
.if defined(WITH_OPTIONAL_DEPENDS)
|
||||||
RUN_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \
|
RUN_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \
|
||||||
automake:${PORTSDIR}/devel/automake \
|
automake:${PORTSDIR}/devel/automake \
|
||||||
kdbg:${PORTSDIR}/devel/kdbg \
|
kdbg:${PORTSDIR}/devel/kdbg \
|
||||||
${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \
|
${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \
|
||||||
ktranslator:${PORTSDIR}/devel/ktranslator \
|
ktranslator:${PORTSDIR}/devel/ktranslator \
|
||||||
kiconedit:${PORTSDIR}/graphics/kdegraphics11 \
|
kiconedit:${PORTSDIR}/graphics/kdegraphics2 \
|
||||||
glimpse:${PORTSDIR}/textproc/glimpse \
|
glimpse:${PORTSDIR}/textproc/glimpse \
|
||||||
a2ps:${PORTSDIR}/print/a2ps43-letter
|
a2ps:${PORTSDIR}/print/a2ps43-letter
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_QT= yes
|
USE_QT2= yes
|
||||||
|
MOC?= ${X11BASE}/bin/moc2
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_AUTOCONF= yes
|
||||||
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
|
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||||
--with-qt-includes=${X11BASE}/include/X11/qt \
|
--with-qt-libraries=${X11BASE}/lib \
|
||||||
--with-extra-includes=${LOCALBASE}/include \
|
--with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
|
||||||
--with-extra-libs=${LOCALBASE}/lib
|
--with-extra-libs=${LOCALBASE}/lib
|
||||||
MAKE_ARGS= SOMAJOR="${SOMAJOR}"
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||||
PLIST_SUB= LIBVER="${SOMAJOR}"
|
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||||
|
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
||||||
SOMAJOR= 1
|
|
||||||
|
|
||||||
pre-everything:
|
pre-everything:
|
||||||
.if !defined(WITH_OPTIONAL_DEPENDS)
|
.if !defined(WITH_OPTIONAL_DEPENDS)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (kdevelop-1.3.tar.bz2) = 9ccb2a7e65138633325c2847f087d4b8
|
MD5 (kdevelop-1.4.tar.bz2) = d5f2b10a390bb888654b85b29bd3f07e
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- kdevelop/dbg/stty.cpp Wed May 3 14:20:39 2000
|
|
||||||
+++ kdevelop/dbg/stty.cpp.new Fri May 12 18:15:57 2000
|
|
||||||
@@ -45,7 +45,9 @@
|
|
||||||
#ifdef TIME_WITH_SYS_TIME
|
|
||||||
#include <sys/time.h>
|
|
||||||
#endif
|
|
||||||
+#ifndef __FreeBSD__
|
|
||||||
#include <sys/resource.h>
|
|
||||||
+#endif
|
|
||||||
#include <grp.h>
|
|
||||||
|
|
||||||
#if defined (_HPUX_SOURCE)
|
|
|
@ -9,7 +9,7 @@
|
||||||
- devel/kdbg
|
- devel/kdbg
|
||||||
- devel/kdelibdocs
|
- devel/kdelibdocs
|
||||||
- devel/ktranslator
|
- devel/ktranslator
|
||||||
- graphics/kdegraphics11
|
- graphics/kdegraphics2
|
||||||
- textproc/glimpse
|
- textproc/glimpse
|
||||||
- print/a2ps-*
|
- print/a2ps-*
|
||||||
- print/enscript-*
|
- print/enscript-*
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue