dnl GNOME_VFS_CHECKS dnl Check for various functions needed by libvfs. dnl This has various effects: dnl Sets GNOME_VFS_LIBS to libraries required dnl Sets termnet to true or false depending on whether it is required. dnl If yes, defines USE_TERMNET. dnl Sets vfs_flags to "pretty" list of vfs implementations we include. dnl Sets shell variable use_vfs to yes (default, --with-vfs) or dnl "no" (--without-vfs). dnl Calls AC_SUBST(mcserv), which is either empty or "mcserv". dnl Private define AC_DEFUN([GNOME_WITH_VFS],[ dnl FIXME: network checks should probably be in their own macro. AC_CHECK_LIB(nsl, t_accept) AC_CHECK_LIB(socket, socket) have_socket=no AC_CHECK_FUNCS(socket, have_socket=yes) if test $have_socket = no; then # socket is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do AC_CHECK_LIB($lib, socket, [ LIBS="$LIBS -l$lib" have_socket=yes AC_DEFINE(HAVE_SOCKET) break]) done fi have_gethostbyname=no AC_CHECK_FUNC(gethostbyname, have_gethostbyname=yes) if test $have_gethostbyname = no; then # gethostbyname is not in the default libraries. See if it's in some other. for lib in bsd socket inet; do AC_CHECK_LIB($lib, gethostbyname, [LIBS="$LIBS -l$lib"; have_gethostbyname=yes; break]) done fi vfs_flags="tarfs" use_net_code=false if test $have_socket = yes; then AC_STRUCT_LINGER AC_CHECK_FUNCS(pmap_set, , [ AC_CHECK_LIB(rpc, pmap_set, [ LIBS="-lrpc $LIBS" AC_DEFINE(HAVE_PMAP_SET) ])]) AC_CHECK_FUNCS(pmap_getport pmap_getmaps rresvport) dnl add for source routing support setsockopt AC_CHECK_HEADERS(rpc/pmap_clnt.h) vfs_flags="$vfs_flags, mcfs, ftpfs, fish" use_net_code=true fi dnl dnl Samba support dnl smbfs="" SAMBAFILES="" AC_ARG_WITH(samba, [--with-samba Support smb virtual file system],[ if test "x$withval != xno"; then AC_DEFINE(WITH_SMBFS) vfs_flags="$vfs_flags, smbfs" smbfs="smbfs.o" SAMBAFILES="\$(SAMBAFILES)" fi ]) AC_SUBST(smbfs) AC_SUBST(SAMBAFILES) dnl dnl The termnet support dnl termnet=false AC_ARG_WITH(termnet, [--with-termnet If you want a termified net support],[ if test x$withval = xyes; then AC_DEFINE(USE_TERMNET) termnet=true fi ]) TERMNET="" AC_DEFINE(USE_VFS) if $use_net_code; then AC_DEFINE(USE_NETCODE) fi mcserv= if test $have_socket = yes; then mcserv="mcserv" if $termnet; then TERMNET="-ltermnet" fi fi AC_SUBST(TERMNET) AC_SUBST(mcserv) dnl FIXME: dnl GNOME_VFS_LIBS= ]) AC_DEFUN([GNOME_VFS_CHECKS],[ use_vfs=yes AC_ARG_WITH(vfs, [--with-vfs Compile with the VFS code], use_vfs=$withval ) case $use_vfs in yes) GNOME_WITH_VFS;; no) use_vfs=no;; *) use_vfs=no;; dnl Should we issue a warning? esac ]) tron4/files/y18n-3.2.2'>dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pantomime
Commit message (Expand)AuthorAgeFilesLines
* - use @dirrmtrydinoex2006-04-081-3/+3
* - add USE_GNUSTEP_PREFIXdinoex2006-03-191-3/+1
* - new option GNUSTEP_PREFIXdinoex2006-01-191-1/+2
* - add SHA checksumdinoex2005-11-131-0/+1
* - add WWWdinoex2005-01-131-0/+2
* - add SIZEdinoex2004-02-261-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - udpate to 1.1.2dinoex2004-01-162-2/+2
* - update to 1.1.1dinoex2003-11-133-5/+4
* - Layout for GnuSTEP 1.8.0dinoex2003-10-191-74/+71
* - Update to 1.1.0dinoex2003-08-313-11/+13
* - use new hook USE_GNUSTEP in bsd.port.mkdinoex2003-08-281-8/+5
* - flat layoutdinoex2003-07-261-6/+6
* - Drop obsolete definesdinoex2003-07-041-1/+0
* - Fix an empty dir when compliled with WITH_GNUSTEP_DEVELdinoex2003-06-181-0/+1
* - remove empty dirsdinoex2003-06-101-0/+2
* - Add WITH_GNUSTEP_DEVELdinoex2003-06-011-68/+68
* - Add WITH_GNUSTEP_DEVELdinoex2003-06-011-0/+2
* - Use libobjc.sodinoex2003-04-131-22/+5
* - Update for gnustep 1.5.2 and gui 0.8.4dinoex2003-02-271-0/+2
* - retire pkg-commentdinoex2003-02-211-1/+0
* - add COMMENTdinoex2003-02-211-0/+1
* - Update to use gnustep-back instead of gnustep-xgpsdinoex2003-01-201-9/+0
* - use new backend as defaultdinoex2003-01-021-1/+1
* - Fix MASTER_SITESdinoex2002-12-241-1/+1
* - use PKGNAMESUFFIXdinoex2002-10-301-0/+3
* update MASTER_SITESdinoex2002-10-301-3/+2
* support for gnustep-back, option GNUSTEP_GUI_DEVELdinoex2002-10-291-0/+6
* - Update to 1.0.5dinoex2002-10-262-2/+2
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
* - Take Maintainershipdinoex2002-06-081-1/+1
* Update to: Pantomime-1.0.4dinoex2002-06-043-3/+7
* Fix MASTER_SITESpat2002-03-311-1/+3
* Upgrade to 1.0.2.tg2002-03-263-4/+12
* Correct MASTER_SITES.tg2001-10-041-1/+1