Update to calcurse-2.9.2.
This commit is contained in:
parent
215311df0d
commit
70b45320ed
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/11/03 22:21:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/11/06 08:51:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= text-based calendar and scheduling application
|
||||
|
||||
DISTNAME= calcurse-2.8
|
||||
DISTNAME= calcurse-2.9.2
|
||||
CATEGORIES= productivity
|
||||
REVISION= 0
|
||||
|
||||
MAINTAINER= Frederic Culot <frederic@culot.org>
|
||||
|
||||
HOMEPAGE= http://culot.org/calcurse
|
||||
HOMEPAGE= http://calcurse.org/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -16,14 +15,16 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp2.culot.org/culot/
|
||||
WANTLIB += c m ncursesw pthread
|
||||
|
||||
WANTLIB= c m ncursesw pthread
|
||||
MASTER_SITES= ${HOMEPAGE}files/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
pre-configure:
|
||||
perl -pi -e 's,-lpthread,-pthread,g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calcurse
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (calcurse-2.8.tar.gz) = Ek1AwJErEgIZliIPArdZzA==
|
||||
RMD160 (calcurse-2.8.tar.gz) = HE8E13bRzlRSwUz8Ag6otdD4gYw=
|
||||
SHA1 (calcurse-2.8.tar.gz) = dJqVpwdhY++TJNzkflQeHJxTCTs=
|
||||
SHA256 (calcurse-2.8.tar.gz) = lMyoLjaVDYaLFqHGauoZ7HwgKlI7TKAnHKRpP7f91Nc=
|
||||
SIZE (calcurse-2.8.tar.gz) = 551592
|
||||
MD5 (calcurse-2.9.2.tar.gz) = XLfZye3dxVH8YsnFczWRxQ==
|
||||
RMD160 (calcurse-2.9.2.tar.gz) = kZ9x0LAeqX4vakykh1bTxNA88yc=
|
||||
SHA1 (calcurse-2.9.2.tar.gz) = q1mzJ1qbfrkYR5f56ZjmR4OwPOs=
|
||||
SHA256 (calcurse-2.9.2.tar.gz) = 4RbFL7gqBRs4lQvb2z+d+Z/OJxPGTT7aHeI2usuiilU=
|
||||
SIZE (calcurse-2.9.2.tar.gz) = 517071
|
||||
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.9 2010/06/15 07:29:39 ajacoutot Exp $
|
||||
--- configure.orig Sat May 29 09:27:35 2010
|
||||
+++ configure Tue Jun 15 09:26:01 2010
|
||||
@@ -8071,13 +8071,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
|
@ -1,19 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/08/29 17:27:57 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/11/06 08:51:43 ajacoutot Exp $
|
||||
@bin 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/doc/calcurse/manual.html
|
||||
share/doc/calcurse/manual.txt
|
||||
share/locale/de/LC_MESSAGES/calcurse.mo
|
||||
share/locale/en/LC_MESSAGES/calcurse.mo
|
||||
share/locale/es/LC_MESSAGES/calcurse.mo
|
||||
share/locale/fr/LC_MESSAGES/calcurse.mo
|
||||
share/locale/nl/LC_MESSAGES/calcurse.mo
|
||||
share/locale/ru/LC_MESSAGES/calcurse.mo
|
||||
|
Loading…
Reference in New Issue
Block a user