dnl GNOME_UNDELFS_CHECKS dnl Check for ext2fs undel support. dnl Set shell variable ext2fs_undel to "yes" if we have it, dnl "no" otherwise. May define USE_EXT2FSLIB for cpp. dnl Will set EXT2FS_UNDEL_LIBS to required libraries. AC_DEFUN([GNOME_UNDELFS_CHECKS], [ AC_CHECK_HEADERS(ext2fs/ext2fs.h linux/ext2_fs.h) ext2fs_undel=no EXT2FS_UNDEL_LIBS= if test x$ac_cv_header_ext2fs_ext2fs_h = xyes then if test x$ac_cv_header_linux_ext2_fs_h = xyes then AC_DEFINE(USE_EXT2FSLIB) ext2fs_undel=yes EXT2FS_UNDEL_LIBS="-lext2fs -lcom_err" fi fi ]) rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs1
Commit message (Expand)AuthorAgeFilesLines
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1
* - Rename portspav2006-05-291-1/+3
* Add USE_GETTEXT to appease portlint.mezz2006-05-161-0/+1
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Bump PORTREVISION to chase the cdparanoia shared library updatemarkus2006-01-071-1/+1
* - Add SHA256 checksumspav2005-11-241-0/+1
* - Drop dependency on bzip2 from portspav2005-11-161-4/+0
* * Remove the extfs module and related binaries. They never really worked, andmarcus2004-08-274-30/+54
* - Fix build with gcc-3.4pav2004-08-142-0/+22
* - Use USE_ICONV knobkrion2004-03-311-1/+1
* - Add SIZE to GNOME portspav2004-03-181-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1