diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-12-07 12:58:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-12-07 12:58:06 +0000 |
commit | b47916fe745f22d02c6f019c8e074174a46415fa (patch) | |
tree | 8763374f2ec302c16ebae7c15f422d1ca35cb14c /news/newsstar/files/patch-configure.in | |
parent | - Do not build tests. (diff) |
- Update to upstream release 1.5.4 (2009)
+ This unbreaks the build, removing BROKEN= tag.
- For examples, use [NO]PORTEXAMPLES instead of [NO]PORTDOCS
- HAS_CONFIGURE -> GNU_CONFIGURE
- Drop all patches from files/,
+ patch-configure.in and patch-newsstar.in integrated in upstream
+ patch-Makefile.am no longer needed after further upstream fixes
- Drop USE_AUTOTOOLS, we're no longer patching *.ac/*.am files.
- Mark MAKE_JOBS_SAFE for parallel builds.
- Note I cannot actually test the resulting executable for lack of local
news servers, hence I'm not taking maintainership either.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=265792
Diffstat (limited to 'news/newsstar/files/patch-configure.in')
-rw-r--r-- | news/newsstar/files/patch-configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/news/newsstar/files/patch-configure.in b/news/newsstar/files/patch-configure.in deleted file mode 100644 index 7793a8d0d423..000000000000 --- a/news/newsstar/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2008-09-09 01:31:21.000000000 +0200 -+++ configure.in 2009-07-15 08:50:31.000000000 +0200 -@@ -208,7 +208,7 @@ - AC_PATH_PROG([SENDMAIL], [sendmail], [/usr/sbin/sendmail], - [$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/lib]) - --if test "x$NEWS_PATH" == "x" -+if test "x$NEWS_PATH" = "x" - then - TH_CHECK_INN - fi |