- update to calcurse-2.1
from MAINTAINER and developer Frederic Culot <frederic at culot dot org>
This commit is contained in:
parent
5dfc199064
commit
a36bfd0b06
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 15:25:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/05/17 15:08:52 ajacoutot Exp $
|
||||
|
||||
COMMENT= text-based calendar and scheduling application
|
||||
|
||||
DISTNAME= calcurse-1.9
|
||||
DISTNAME= calcurse-2.1
|
||||
CATEGORIES= productivity
|
||||
|
||||
MAINTAINER= Frederic Culot <frederic@culot.org>
|
||||
|
||||
HOMEPAGE= http://culot.org/calcurse
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (calcurse-1.9.tar.gz) = e6d7bad03b2a28ed06f8ef65e9dcd227
|
||||
RMD160 (calcurse-1.9.tar.gz) = 94734e85a009d3cdd58b9bc4064d35d7c15bf95f
|
||||
SHA1 (calcurse-1.9.tar.gz) = 8dfab928f05bd030d5038b0c6271d3f9bf7ea8f8
|
||||
SHA256 (calcurse-1.9.tar.gz) = 474677e51d3829285ca3b88ea73d557712b30e5ed51e222d812367ad97e083f8
|
||||
SIZE (calcurse-1.9.tar.gz) = 446470
|
||||
MD5 (calcurse-2.1.tar.gz) = dHGBmGU5kmV2B4ojlnvGCA==
|
||||
RMD160 (calcurse-2.1.tar.gz) = ysTptXnQtAgYzirkUeJKHLIo82A=
|
||||
SHA1 (calcurse-2.1.tar.gz) = MkyC9V5Rkllga6hxq8fAWQSXoro=
|
||||
SHA256 (calcurse-2.1.tar.gz) = xXinIK0lchGf70BGp5Qm8hb9dNAo6tmYKT4yl9H0CrQ=
|
||||
SIZE (calcurse-2.1.tar.gz) = 481821
|
||||
|
@ -1,43 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/10/27 15:25:37 ajacoutot Exp $
|
||||
--- configure.orig Tue Oct 23 19:52:15 2007
|
||||
+++ configure Sat Oct 27 17:23:06 2007
|
||||
@@ -6690,13 +6690,13 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
||||
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
||||
_ACEOF
|
||||
|
||||
- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
|
||||
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
|
||||
+ echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
|
||||
+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpthread $LIBS"
|
||||
+LIBS="-pthread $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -6756,7 +6756,7 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthre
|
||||
echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
|
||||
if test $ac_cv_lib_pthread_pthread_create = yes; then
|
||||
|
||||
- LIBS="$LIBS -lpthread"
|
||||
+ LIBS="$LIBS -pthread"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
@@ -7729,10 +7729,10 @@ s,@host_cpu@,$host_cpu,;t t
|
||||
s,@host_vendor@,$host_vendor,;t t
|
||||
s,@host_os@,$host_os,;t t
|
||||
s,@INTL_MACOSX_LIBS@,$INTL_MACOSX_LIBS,;t t
|
||||
-s,@LIBICONV@,$LIBICONV,;t t
|
||||
+s,@LIBICONV@,$LTLIBICONV,;t t
|
||||
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
||||
-s,@INTLLIBS@,$INTLLIBS,;t t
|
||||
-s,@LIBINTL@,$LIBINTL,;t t
|
||||
+s,@INTLLIBS@,$LTLIBINTL,;t t
|
||||
+s,@LIBINTL@,$LTLIBINTL,;t t
|
||||
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
||||
s,@POSUB@,$POSUB,;t t
|
||||
s,@CPP@,$CPP,;t t
|
@ -1,14 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/27 15:25:37 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/05/17 15:08:52 ajacoutot Exp $
|
||||
bin/calcurse
|
||||
@man man/man1/calcurse.1
|
||||
share/doc/calcurse/
|
||||
share/doc/calcurse/AUTHORS
|
||||
share/doc/calcurse/NEWS
|
||||
share/doc/calcurse/TODO
|
||||
share/doc/calcurse/manual.css
|
||||
share/doc/calcurse/manual_de.html
|
||||
share/doc/calcurse/manual_en.html
|
||||
share/doc/calcurse/manual_es.html
|
||||
share/doc/calcurse/manual_fr.html
|
||||
share/doc/calcurse/manual_it.html
|
||||
share/doc/calcurse/manual_nl.html
|
||||
share/locale/de/LC_MESSAGES/calcurse.mo
|
||||
share/locale/en/LC_MESSAGES/calcurse.mo
|
||||
|
Loading…
Reference in New Issue
Block a user