aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-11-10 16:07:25 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-11-10 16:07:25 +0000
commitd5f3d0443a7b427940c81d1550b131d9ae078dd0 (patch)
treea9502f7a9bffd5f44b5dd5698115780d94358bcb
parent055e6f0f12c9dbab346828d540e4c82c335faf2e (diff)
downloadports-d5f3d0443a7b427940c81d1550b131d9ae078dd0.tar.gz
ports-d5f3d0443a7b427940c81d1550b131d9ae078dd0.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--net/lmule/Makefile70
-rw-r--r--net/lmule/distinfo1
-rw-r--r--net/lmule/files/patch-configure11
-rw-r--r--net/lmule/files/patch-src::ED2KLink.cpp19
-rw-r--r--net/lmule/pkg-descr16
-rw-r--r--net/lmule/pkg-message19
-rw-r--r--net/lmule/pkg-plist21
8 files changed, 1 insertions, 157 deletions
diff --git a/MOVED b/MOVED
index b99d0b9512a3..9f90260dd30a 100644
--- a/MOVED
+++ b/MOVED
@@ -700,3 +700,4 @@ misc/icemc||2003-11-08|author no longer develops program, distfile gone
editors/openoffice-1.1-cz|editors/openoffice-1.1-cs|2003-11-08|Czech language ISO code is cs
editors/openoffice-1.1-sl|editors/openoffice-1.1-sk|2003-11-08|Slovak language ISO code is sk
x11-toolkits/wxgtk-devel|x11-toolkits/wxgtk|2003-11-10|renamed
+net/lmule||2003-11-10|project has been abadoned in favor of net/xmule
diff --git a/net/lmule/Makefile b/net/lmule/Makefile
deleted file mode 100644
index c5e525b9c601..000000000000
--- a/net/lmule/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: lmule
-# Date created: Tue Mar 11 05:06:20 UTC 2003
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lmule
-PORTVERSION= 1.2.1
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= lmule
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Port of eMule eDonkey P2P client using wxWindows class library
-
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
- expat.4:${PORTSDIR}/textproc/expat2 \
- wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
-RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-
-FORBIDDEN= "Probable format string bug and no longer maintained, port will be removed after Feb 2"
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomehier \
- gnomehack \
- gnomeprefix
-USE_REINPLACE= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-included-gettext \
- --with-libintl-prefix=${LOCALBASE} \
- --with-wx-config=${WX_CONFIG}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-WX_CONFIG?= ${X11BASE}/bin/wx-config
-
-post-patch:
-# it works for FreeBSD as well
- @${REINPLACE_CMD} -E \
- -e 's|(Linux)|FreeBSD/\1|' \
- ${WRKSRC}/src/*.cpp
-
-pre-configure:
- @${FIND} ${WRKSRC} -type f -name "Makefile.in" | \
- ${XARGS} -x -n 10 \
- ${REINPLACE_CMD} -E \
- -e 's!^(AUTOCONF|AUTOHEADER|AUTOMAKE|ACLOCAL).*$$!\1=${TRUE}!'
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-.if exists(${WX_CONFIG})
-# detect if wxgtk was linked against gtk1 or gtk2
-DECISION_GTK_1_OR_2!= ${WX_CONFIG} --static --libs
-.else
-DECISION_GTK_1_OR_2= ""
-.endif
-
-.if ${DECISION_GTK_1_OR_2:M*glib-2.0} != ""
-USE_GNOME+= gtk20
-.else
-USE_GNOME+= gtk12
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/lmule/distinfo b/net/lmule/distinfo
deleted file mode 100644
index 53c6807226d1..000000000000
--- a/net/lmule/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (lmule-1.2.1.tar.gz) = ef0efe29860873fd11a838d5c1d01a84
diff --git a/net/lmule/files/patch-configure b/net/lmule/files/patch-configure
deleted file mode 100644
index a0cca454fc69..000000000000
--- a/net/lmule/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sat Mar 29 14:13:57 2003
-+++ configure Sat Mar 29 14:14:04 2003
-@@ -1710,8 +1710,6 @@
-
- # Checks for programs.
- # hopefully this prevents -O2
--CXXFLAGS="-g"
--CFLAGS="-g"
- ac_ext=cc
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
diff --git a/net/lmule/files/patch-src::ED2KLink.cpp b/net/lmule/files/patch-src::ED2KLink.cpp
deleted file mode 100644
index 09e43be239b2..000000000000
--- a/net/lmule/files/patch-src::ED2KLink.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/ED2KLink.cpp.orig Sun May 11 11:53:58 2003
-+++ src/ED2KLink.cpp Sun May 11 11:57:00 2003
-@@ -216,6 +216,8 @@
- pEnd = pCh;
- while( *pEnd ) pEnd++; // make pEnd point to the terminating NULL
- bAllowSources=true;
-+// This code segment does not work with gcc 3.x. At least, under FreeBSD.
-+#if defined(__FreeBSD__) && __FreeBSD_version >= 500035
- // if there's an expiration date...
- if( *pCh == _T('@') && (pEnd-pCh) > 7 )
- {
-@@ -230,6 +232,7 @@
- bAllowSources = ( expirationDate.Set(nYear,(wxDateTime::Month)nMonth,nDay,0,0,0,0) == 0l);
- if (bAllowSources) bAllowSources=(wxDateTime::UNow() < expirationDate);
- }
-+#endif
-
- // increment pCh to point to the first "ip:port" and check for sources
- if ( bAllowSources && ++pCh < pEnd ) {
diff --git a/net/lmule/pkg-descr b/net/lmule/pkg-descr
deleted file mode 100644
index 92b4da38544a..000000000000
--- a/net/lmule/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-[ from author's website ]
-
-Port of eMule eDonkey P2P client using wxWindows class library.
-
-Features
-
-* Download/Upload works
-* You can search and add ed2k-links
-* Statistics
-* Shared files tab works
-* Messages tab is now implemented
-* You can manage friends
-* LMule can be minimized to systray
-* You can set nearly all preferences
-
-WWW: http://lmule.sourceforge.net/
diff --git a/net/lmule/pkg-message b/net/lmule/pkg-message
deleted file mode 100644
index 54d48749944d..000000000000
--- a/net/lmule/pkg-message
+++ /dev/null
@@ -1,19 +0,0 @@
- ATTENTIONATTENTION:
-
-Note: Settings were NEVER saved for SharedFile and QueueList and
-possibly some other lists... Due to this, unless you are using LMule
-for the first time, there will be no saved settings for these two
-lists; thus, it will think all of their columns are to be hidden.
-
-Best fix: right-click on the grey top of each list and select each
-item in that popup to display the columns... be SURE to quit LMule
-after doing this because if it crashes you have to do this step
-again!
-
-Messy fix: rm /homedir/.lmule/preferences.dat this will remove
-EVERYTHING, including shares and whatnot. The preferences.dat is a
-binary file, thus it will be *incredibly* difficult to change by
-hand.
-
-Information taken from LMule developer
-Ted R. Smith <un-thesis@users.sourceforge.net>
diff --git a/net/lmule/pkg-plist b/net/lmule/pkg-plist
deleted file mode 100644
index 2db6df4eb592..000000000000
--- a/net/lmule/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-bin/lmule
-share/gnome/applications/lmule.desktop
-share/gnome/pixmaps/lmule.xpm
-share/locale/de/LC_MESSAGES/lmule.mo
-share/locale/es/LC_MESSAGES/lmule.mo
-share/locale/es_MX/LC_MESSAGES/lmule.mo
-share/locale/fr/LC_MESSAGES/lmule.mo
-share/locale/pl/LC_MESSAGES/lmule.mo
-share/locale/tr/LC_MESSAGES/lmule.mo
-@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/tr 2>/dev/null || true
-@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/pl 2>/dev/null || true
-@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/fr 2>/dev/null || true
-@unexec rmdir %D/share/locale/es_MX/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/es_MX 2>/dev/null || true
-@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/es 2>/dev/null || true
-@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/de 2>/dev/null || true