Update to 3.0.2 (full log):
General: [1] Add a means of updating via patches rather than always using tarballs. Unfortunately, this method proved unreliable due to the binary files included with most of the KDE tarballs. For now, leave this support in until I can decide what to do with it. [2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH. This includes removal of malloc.h (from our viewpoint at least), a bug in kiconloader, and a typo in knode. [3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk. [4] Support the notion of KDE_PREFIX. [5] Move arts and kde3-i18n* ports to use Makefile.kde. french/kde3-i18n: [6] Remove cruft from when this was generated with a core dump in the 3.0.1 distribution generation. All other ports: No changes of note not mentioned above. Thanks to the quick testers for their assistance with this upgrade: Tested by: Matt Douhan <matt@athame.co.uk> Andy Fawcett <andy@athame.co.uk> Dave Cantrell <phaedrus@alltel.net>
This commit is contained in:
parent
2930fa33df
commit
d93aec5a0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62444
@ -67,6 +67,7 @@ USE_KDELIBS_VER=2
|
||||
# kdelibs 3.x common stuff
|
||||
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3
|
||||
USE_QT_VER= 3
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
.else
|
||||
|
||||
@ -95,6 +96,12 @@ CONFIGURE_ENV+= MOC="${MOC}" QTDIR="${QTDIR}"
|
||||
|
||||
.elif ${USE_QT_VER} == 3
|
||||
|
||||
# Yeah, it's namespace pollution, but this is really the best place for this
|
||||
# stuff since arts/kdelibs use it.
|
||||
KDE_VERSION= 3.0.2
|
||||
KDE_ORIGVER= 3.0.1
|
||||
KDE_PREFIX?= ${LOCALBASE}
|
||||
|
||||
QTCPPFLAGS?=
|
||||
QTCGFLIBS?=
|
||||
|
||||
|
@ -67,6 +67,7 @@ USE_KDELIBS_VER=2
|
||||
# kdelibs 3.x common stuff
|
||||
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3
|
||||
USE_QT_VER= 3
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
.else
|
||||
|
||||
@ -95,6 +96,12 @@ CONFIGURE_ENV+= MOC="${MOC}" QTDIR="${QTDIR}"
|
||||
|
||||
.elif ${USE_QT_VER} == 3
|
||||
|
||||
# Yeah, it's namespace pollution, but this is really the best place for this
|
||||
# stuff since arts/kdelibs use it.
|
||||
KDE_VERSION= 3.0.2
|
||||
KDE_ORIGVER= 3.0.1
|
||||
KDE_PREFIX?= ${LOCALBASE}
|
||||
|
||||
QTCPPFLAGS?=
|
||||
QTCGFLIBS?=
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kde
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # none
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kde
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # none
|
||||
|
Loading…
Reference in New Issue
Block a user