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 ]) >
With hat:	portmgr
Sponsored by:	Absolight
- Add LICENSE_FILE 2015-12-31T01:17:02+00:00 amdmi3 amdmi3@FreeBSD.org 2015-12-31T01:17:02+00:00 c5425425ee987209820753deca25791c8f0fb3b0 - Add NO_ARCH - Drop unneeded @dirs from plist
- Add NO_ARCH
- Drop unneeded @dirs from plist
misc/freeguide: update 0.11 -> 0.11.1 2014-10-30T22:03:55+00:00 robak robak@FreeBSD.org 2014-10-30T22:03:55+00:00 5e5f5c3f065b196191cf204872f547b0ad9298c2 - Fix LICENSE positioning - Convert pkg-plist to @dir usage Approved by: mentors (implicit)
- Fix LICENSE positioning
- Convert pkg-plist to @dir usage

Approved by:	mentors (implicit)
Remove indefinite articles and trailing periods from COMMENT, plus minor 2014-07-07T15:31:01+00:00 olgeni olgeni@FreeBSD.org 2014-07-07T15:31:01+00:00 9e96fd661934ee98b1870928e3aa29d425623286 COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Update my ports to use my shurd@FreeBSD.org account 2014-06-18T20:18:11+00:00 shurd shurd@FreeBSD.org 2014-06-18T20:18:11+00:00 fc7c689a0b481d7fafc7926342c00514ce22ed17 Approved by: db, skreuzer (mentors)
Approved by:    db, skreuzer (mentors)
Stagify. 2014-06-08T16:04:21+00:00 vanilla vanilla@FreeBSD.org 2014-06-08T16:04:21+00:00 27de2f8b73b21baccbf2914a403528dfa421c03b