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 ]) //phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/jsmin
Commit message (Expand)AuthorAgeFilesLines
* Convert to staging.madpilot2013-09-291-6/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix ports using GH_TAGNAME=master to depend on a known hashbdrewery2013-06-081-1/+1
* Update to 20130329madpilot2013-05-232-4/+4
* - Update to 20130225madpilot2013-03-132-4/+4
* - Update to 20121204madpilot2012-12-112-4/+4
* - Update to 20121118madpilot2012-11-212-13/+9
* Update to 20120702.madpilot2012-07-072-4/+4
* - Convert to new options frameworkmadpilot2012-06-011-1/+3
* - Update to 20120415madpilot2012-04-282-11/+13
* Change to my FreeBSD.org email address.madpilot2012-04-151-1/+1
* Update to version 20120109.madpilot2012-04-132-3/+3
* Over to new maintainercrees2012-03-281-1/+1
* - Update to 20110122culot2011-06-012-4/+3
* Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-281-1/+1
* - Update to 20080803.wxs2009-04-212-4/+4