diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-01-28 16:18:27 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-01-28 16:18:27 +0000 |
commit | 0783421b56d414d5822a967505ce37ef1c9cfca5 (patch) | |
tree | 6f4bbc880dc8f8691ba951c9c144a5d6bace321f /audio/qmidinet/files/patch-configure.ac | |
parent | Update to the latest commit. (diff) |
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=378068
Diffstat (limited to 'audio/qmidinet/files/patch-configure.ac')
-rw-r--r-- | audio/qmidinet/files/patch-configure.ac | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/qmidinet/files/patch-configure.ac b/audio/qmidinet/files/patch-configure.ac deleted file mode 100644 index fd7b37efdccc..000000000000 --- a/audio/qmidinet/files/patch-configure.ac +++ /dev/null @@ -1,27 +0,0 @@ ---- ./configure.ac.orig 2014-06-19 18:13:07.190594000 +0100 -+++ ./configure.ac 2014-06-27 22:14:07.808215110 +0100 -@@ -175,21 +175,21 @@ - ac_errmsg="not found in current PATH. Maybe QT development environment isn't available (qt-devel)." - - # Check for Qt qmake utility. --AC_PATH_PROG(ac_qmake, qmake, [no], $ac_path) -+AC_PATH_PROG(ac_qmake, qmake-qt4, [no], $ac_path) - if test "x$ac_qmake" = "xno"; then - AC_MSG_ERROR([qmake $ac_errmsg]) - fi - AC_SUBST(ac_qmake) - - # Check for Qt moc utility. --AC_PATH_PROG(ac_moc, moc, [no], $ac_path) -+AC_PATH_PROG(ac_moc, moc-qt4, [no], $ac_path) - if test "x$ac_moc" = "xno"; then - AC_MSG_ERROR([moc $ac_errmsg]) - fi - AC_SUBST(ac_moc) - - # Check for Qt uic utility. --AC_PATH_PROG(ac_uic, uic, [no], $ac_path) -+AC_PATH_PROG(ac_uic, uic-qt4, [no], $ac_path) - if test "x$ac_uic" = "xno"; then - AC_MSG_ERROR([uic $ac_errmsg]) - fi |