forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for d…
…etails.
- Loading branch information
Showing
255 changed files
with
3,660 additions
and
6,872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.3.tar.bz2) = a65a66992883a98c4ed4d288d2f9a4ac | ||
MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.4.tar.bz2) = cc244c6a7359be5cebd2f0b4df2bbcb0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.3.tar.bz2) = a65a66992883a98c4ed4d288d2f9a4ac | ||
MD5 (KDE/kde-i18n/kde-i18n-ar-3.1.4.tar.bz2) = cc244c6a7359be5cebd2f0b4df2bbcb0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kdeutils-3.1.3.tar.bz2) = 21f3fa1d110a8cf8cb1a140745f90211 | ||
MD5 (KDE/kdeutils-3.1.4.tar.bz2) = 98da1b32714e38208a3cc21efc77f627 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/arts-1.1.3.tar.bz2) = f04eb6ef387d63741561ab6623696322 | ||
MD5 (KDE/arts-1.1.4.tar.bz2) = aa4bef1e80cd3795e3fd832471e348e9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- flow/gsl/gslglib.c.orig Wed May 7 13:50:15 2003 | ||
+++ flow/gsl/gslglib.c Wed Aug 20 03:06:26 2003 | ||
@@ -44,6 +44,10 @@ | ||
va_list args1) | ||
{ | ||
gchar *buffer; | ||
+#ifdef HAVE_VASPRINTF | ||
+ if (vasprintf (&buffer, format, args1) < 0) | ||
+ buffer = NULL; | ||
+#else | ||
va_list args2; | ||
|
||
G_VA_COPY (args2, args1); | ||
@@ -52,7 +56,7 @@ | ||
|
||
vsprintf (buffer, format, args2); | ||
va_end (args2); | ||
- | ||
+#endif | ||
return buffer; | ||
} | ||
gchar * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- mcop/debug.cc.orig Sun Jul 13 21:33:40 2003 | ||
+++ mcop/debug.cc Wed Aug 20 03:06:26 2003 | ||
@@ -785,6 +785,10 @@ | ||
arts_strdup_vprintf (const char *format, va_list args1) | ||
{ | ||
gchar *buffer; | ||
+#ifdef HAVE_VASPRINTF | ||
+ if (vasprintf (&buffer, format, args1) < 0) | ||
+ buffer = NULL; | ||
+#else | ||
va_list args2; | ||
|
||
G_VA_COPY (args2, args1); | ||
@@ -793,7 +797,7 @@ | ||
|
||
vsprintf (buffer, format, args2); | ||
va_end (args2); | ||
- | ||
+#endif | ||
return buffer; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.1.3.tar.bz2) = a4f0b3531a6264fd95e735604e79bed7 | ||
|
||
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.1.4.tar.bz2) = b00d9763e16600de13360c8e0960eb30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.1.3.tar.bz2) = e964dadf856cc5845b6fdc9d8988b485 | ||
|
||
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.1.4.tar.bz2) = 89d6525644f5a5f2a743c395288502cf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.1.3.tar.bz2) = a4f0b3531a6264fd95e735604e79bed7 | ||
|
||
MD5 (KDE/kde-i18n/kde-i18n-zh_CN-3.1.4.tar.bz2) = b00d9763e16600de13360c8e0960eb30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.1.3.tar.bz2) = e964dadf856cc5845b6fdc9d8988b485 | ||
|
||
MD5 (KDE/kde-i18n/kde-i18n-zh_TW-3.1.4.tar.bz2) = 89d6525644f5a5f2a743c395288502cf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kdeutils-3.1.3.tar.bz2) = 21f3fa1d110a8cf8cb1a140745f90211 | ||
MD5 (KDE/kdeutils-3.1.4.tar.bz2) = 98da1b32714e38208a3cc21efc77f627 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kdeutils-3.1.3.tar.bz2) = 21f3fa1d110a8cf8cb1a140745f90211 | ||
MD5 (KDE/kdeutils-3.1.4.tar.bz2) = 98da1b32714e38208a3cc21efc77f627 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ DIST_SUBDIR= KDE | |
MAINTAINER= [email protected] | ||
COMMENT= Personal Information Management tools for KDE | ||
|
||
LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link | ||
|
||
USE_KDELIBS_VER=3 | ||
PREFIX= ${KDE_PREFIX} | ||
|
||
|
@@ -23,7 +25,6 @@ USE_BISON= yes | |
GNU_CONFIGURE= yes | ||
USE_GMAKE= yes | ||
USE_REINPLACE= yes | ||
KDE_BUILD_PLIST=yes | ||
|
||
INSTALLS_SHLIB= yes | ||
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 | ||
|
@@ -32,25 +33,6 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 | |
.include <bsd.port.pre.mk> | ||
|
||
pre-configure:: | ||
${REINPLACE_CMD} -e "s@-pedantic @@g; \ | ||
s@/usr/local/include/libmal@${LOCALBASE}/include/libmal@g" \ | ||
${WRKSRC}/configure | ||
|
||
.if exists(${LOCALBASE}/bin/pilot-xfer) | ||
WITH_KPILOT=YES | ||
.endif # exists(${LOCALBASE}/bin/pilot-xfer) | ||
|
||
.if defined(WITH_KPILOT) | ||
LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link \ | ||
mal:${PORTSDIR}/palm/libmal | ||
PLIST_APPEND+= plist.kpilot | ||
.else | ||
@${ECHO_MSG} | ||
@${ECHO_MSG} "=====================================================" | ||
@${ECHO_MSG} "If you want to compile with Palm Pilot support, hit" | ||
@${ECHO_MSG} "Ctrl-C right now and use \"make WITH_KPILOT=yes\"" | ||
@${ECHO_MSG} "=====================================================" | ||
@${ECHO_MSG} | ||
.endif # defined(WITH_KPILOT) | ||
${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure | ||
|
||
.include <bsd.port.post.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
MD5 (KDE/kdepim-3.1.3.tar.bz2) = 7a556df5e5ae4c00c8bea4cd8f9c1f3e | ||
MD5 (KDE/kdepim-3.1.4.tar.bz2) = 2a3e97a2cd5de688294cb39001282048 |
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.