pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
easymesh: updated download site
Module Name: pkgsrc-wip
Committed By: Georg Schwarz <schwarz%NetBSD.org@localhost>
Pushed By: schwarz
Date: Sat Apr 18 21:23:23 2020 +0200
Changeset: 5e9d25a74bc9c9fbaedcd85fe05ca379521953d6
Modified Files:
easymesh/Makefile
Log Message:
easymesh: updated download site
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e9d25a74bc9c9fbaedcd85fe05ca379521953d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
easymesh/Makefile | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diffs:
diff --git a/easymesh/Makefile b/easymesh/Makefile
index c23770ed98..191c0ad7c0 100644
--- a/easymesh/Makefile
+++ b/easymesh/Makefile
@@ -2,20 +2,24 @@
DISTNAME= easymesh-1.4
CATEGORIES= graphics
-MASTER_SITES= http://www-dinma.univ.trieste.it/nirftc/research/easymesh/
+MASTER_SITES= https://web.archive.org/web/20170109013501/http://www-dinma.univ.trieste.it/nirftc/research/easymesh/
DISTFILES= easymesh_1_4.c
MAINTAINER= schwarz%NetBSD.org@localhost
-HOMEPAGE= http://www-dinma.univ.trieste.it/nirftc/research/easymesh/
+HOMEPAGE= https://web.archive.org/web/20170109013501/http://www-dinma.univ.trieste.it/nirftc/research/easymesh/
COMMENT= Mesh generator
WRKSRC= ${WRKDIR}
NO_CONFIGURE= YES
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+= -Wno-return-type
+.endif
INSTALLATION_DIRS= bin
do-extract:
- cp ${DISTDIR}/easymesh_1_4.c ${WRKSRC}
+ ${CP} ${DISTDIR}/easymesh_1_4.c ${WRKSRC}
do-build:
cd ${WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} easymesh_1_4.c -o easymesh ${LDFLAGS} -lm
Home |
Main Index |
Thread Index |
Old Index