diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-22 11:48:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-22 11:48:43 +0000 |
commit | d8338d9bfa2f5ef8dca1a9ebe8c1dabed694678e (patch) | |
tree | 5c74afb677f6d923be988dd72e2c0627794cebcb /ftp/gftp/Makefile | |
parent | 42071bac987e66ef0458abf9b19d4413bb92fa0c (diff) |
Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
Notes
Notes:
svn path=/head/; revision=337185
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile deleted file mode 100644 index 1a5e5d5e981d..000000000000 --- a/ftp/gftp/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# Created by: Damjan Marion <dmarion@open.hr> -# $FreeBSD$ - -PORTNAME= gftp -PORTVERSION= 2.0.19 -PORTREVISION= 5 -CATEGORIES= ftp -MASTER_SITES= http://gftp.seul.org/ \ - ftp://gftp.seul.org/pub/gftp/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A free multithreaded GTK-based GUI ftp and sftp client - -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --without-included-gettext -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include - -WANT_GNOME= yes - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-12-22 - -BROKEN= Dumps core when connecting to a host with pthread_mutex_lock: Operation not permitted - -OPTIONS_DEFINE= X11 NLS -OPTIONS_DEFAULT= X11 - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MX11} -USE_XORG= x11 -.endif - -USES= pathfix - -.if ${PORT_OPTIONS:MX11} -PLIST_SUB+= NOX11:="" -WANT_GNOME= yes -USE_GNOME+= gtk20 -CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread-2.0" -.else -CONFIGURE_ARGS+=--disable-gtkport -USE_GNOME+= glib20 -PLIST_SUB+= NOX11:="@comment " -.endif - -MAN1= gftp.1 - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|"-lssl |& -lcrypto|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|size_t dest_len|size_t *dest_len|g ; \ - s|\(gftp_filename_from_utf8 (gftp_request \* request,\) int force_local,|\1|' \ - ${WRKSRC}/lib/charset-conv.c -.if ! ${PORT_OPTIONS:MX11} - @${REINPLACE_CMD} -e 's|: install-pkgdataDATA|: |' \ - ${WRKSRC}/docs/sample.gftp/Makefile.in -.endif - -.include <bsd.port.post.mk> |