diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /net/kdenetwork3 | |
parent | a64b51263a686de76321c6baecd611e2e35e3297 (diff) | |
download | ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.tar.gz ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.zip |
Notes
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 13 | ||||
-rw-r--r-- | net/kdenetwork3/distinfo | 2 | ||||
-rw-r--r-- | net/kdenetwork3/files/patch-kmime_util.cpp | 27 | ||||
-rw-r--r-- | net/kdenetwork3/files/plist.base | 4 |
4 files changed, 12 insertions, 34 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 241282d93acc..1529b7a734ea 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src @@ -25,18 +24,25 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include <bsd.port.pre.mk> + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .if !defined(WITHOUT_KTALKD) UTMP?= /var/run/utmp .if exists(${UTMP}) PLIST_APPEND+= plist.ktalkd .else DO_NOT_COMPILE+= ktalkd -pre-configure: +pre-configure:: @${ECHO_MSG} "===> \"${UTMP}\" was not found." @${ECHO_MSG} "===> The talk daemon (ktalkd) will not be built." .endif # exists(${UTMP}) @@ -48,5 +54,4 @@ DO_NOT_COMPILE+= ktalkd CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" .endif # defined(DO_NOT_COMPILE) -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 6b6106686dba..b9b2902567ae 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdenetwork-3.1.2.tar.bz2) = baf7663463d9e85a96d5c5143ef2b4be +MD5 (KDE/kdenetwork-3.1.3.tar.bz2) = 18b1a274575eddf053dd6e72ad5554c7 diff --git a/net/kdenetwork3/files/patch-kmime_util.cpp b/net/kdenetwork3/files/patch-kmime_util.cpp deleted file mode 100644 index 30213c8f9eab..000000000000 --- a/net/kdenetwork3/files/patch-kmime_util.cpp +++ /dev/null @@ -1,27 +0,0 @@ -Index: libkdenetwork/kmime_util.cpp -=================================================================== -RCS file: /home/kde/kdenetwork/libkdenetwork/Attic/kmime_util.cpp,v -retrieving revision 1.16.2.1 -diff -u -5 -p -d -r1.16.2.1 kmime_util.cpp ---- libkdenetwork/kmime_util.cpp 13 Dec 2002 09:31:38 -0000 1.16.2.1 -+++ libkdenetwork/kmime_util.cpp 25 Jun 2003 19:42:06 -0000 -@@ -646,17 +646,13 @@ DateFormatter::zone(time_t otime) const - int secs = abs( local->tm_gmtoff ); - int neg = (local->tm_gmtoff<0)?1:0; //no, I don't know why it's backwards :o - int hours = secs/3600; - int mins = (secs - hours*3600)/60; - -- if ( local->tm_isdst > 0 ) { -+ if ( local->tm_isdst > 0 ) - mDaylight = 1; -- if ( neg ) -- --hours; -- else -- ++hours; -- } else -+ else - mDaylight = 0; - - ret.sprintf("%c%.2d%.2d",(neg)?'-':'+', hours, mins); - - #else diff --git a/net/kdenetwork3/files/plist.base b/net/kdenetwork3/files/plist.base index 329b493d8845..cd2d0f8a4e10 100644 --- a/net/kdenetwork3/files/plist.base +++ b/net/kdenetwork3/files/plist.base @@ -596,8 +596,8 @@ share/apps/kppp/Rules/Italy/Infostrada_Libero1055_SpZero.rst share/apps/kppp/Rules/Italy/Infostrada_Loc_Reg_Naz_SpZero.rst share/apps/kppp/Rules/Italy/Infostrada_Locali_Base.rst share/apps/kppp/Rules/Italy/Infostrada_Reg_Naz_Base.rst -share/apps/kppp/Rules/Italy/Tele2_Interurbane.rst -share/apps/kppp/Rules/Italy/Tele2_Urbane.rst +share/apps/kppp/Rules/Italy/Tele2_Altri_ISP.rst +share/apps/kppp/Rules/Italy/Tele2_Internet.rst share/apps/kppp/Rules/Italy/Telecom_Interurbane_Fino15Km.rst share/apps/kppp/Rules/Italy/Telecom_Interurbane_Oltre15Km.rst share/apps/kppp/Rules/Italy/Telecom_Locali.rst |