mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ftp://ftp.e-technik.fh-muenchen.de/pub/unix/ide/KDevelop/ \
|
||||
ftp://ftp.chg.ru/pub/X11/kdevelop/ \
|
||||
ftp://gd.tuwien.ac.at/hci/KDevelop/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
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)
|
||||
RUN_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \
|
||||
automake:${PORTSDIR}/devel/automake \
|
||||
kdbg:${PORTSDIR}/devel/kdbg \
|
||||
${LOCALBASE}/share/doc/HTML/en/kdelibs/kdecore/index.html:${PORTSDIR}/devel/kdelibdocs \
|
||||
ktranslator:${PORTSDIR}/devel/ktranslator \
|
||||
kiconedit:${PORTSDIR}/graphics/kdegraphics11 \
|
||||
kiconedit:${PORTSDIR}/graphics/kdegraphics2 \
|
||||
glimpse:${PORTSDIR}/textproc/glimpse \
|
||||
a2ps:${PORTSDIR}/print/a2ps43-letter
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT= yes
|
||||
USE_QT2= yes
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
|
||||
CONFIGURE_ARGS= --with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
|
||||
--with-qt-includes=${X11BASE}/include/X11/qt \
|
||||
--with-extra-includes=${LOCALBASE}/include \
|
||||
USE_AUTOCONF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
MAKE_ARGS= SOMAJOR="${SOMAJOR}"
|
||||
PLIST_SUB= LIBVER="${SOMAJOR}"
|
||||
|
||||
SOMAJOR= 1
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
||||
|
||||
pre-everything:
|
||||
.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/kdelibdocs
|
||||
- devel/ktranslator
|
||||
- graphics/kdegraphics11
|
||||
- graphics/kdegraphics2
|
||||
- textproc/glimpse
|
||||
- print/a2ps-*
|
||||
- print/enscript-*
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue