diff options
author | oliver <oliver@FreeBSD.org> | 2013-05-13 21:49:39 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-05-13 21:49:39 +0800 |
commit | cf93a55d010d087f9dad6cf6a604dd28ce8066e8 (patch) | |
tree | a1a73d8cfe31bed686dbef14bf63f092fc4d5a7f /ftp/gftp | |
parent | 5631f4634b41e2d0e23c214f57966db2c65d3d3d (diff) | |
download | freebsd-ports-gnome-cf93a55d010d087f9dad6cf6a604dd28ce8066e8.tar.gz freebsd-ports-gnome-cf93a55d010d087f9dad6cf6a604dd28ce8066e8.tar.zst freebsd-ports-gnome-cf93a55d010d087f9dad6cf6a604dd28ce8066e8.zip |
mark as BROKEN
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 1308b4e04471..1995007a3327 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -20,6 +20,8 @@ CPPFLAGS+= -I${LOCALBASE}/include WANT_GNOME= yes +BROKEN= Dumps core when connecting to a host with pthread_mutex_lock: Operation not permitted + OPTIONS_DEFINE= X11 NLS OPTIONS_DEFAULT= X11 |