1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Update to 1.1.20 [1]

- Remove hardcoded CC/AR, optimisation flags [1]
- Convert Makefile headers to new style

PR:	ports/174955 (based on) [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
This commit is contained in:
Alex Kozlov 2013-01-12 05:12:54 +00:00
parent 3200537fc4
commit 0bf7e09b46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310262
4 changed files with 11 additions and 29 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: z80ex
# Date created: 22 December 2009
# Whom: Hardy Schumacher <hardy.schumacher@gmx.de>
#
# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
#
PORTNAME= z80ex
PORTVERSION= 1.1.19
PORTVERSION= 1.1.20
CATEGORIES= devel
MASTER_SITES= SF
@ -16,4 +12,9 @@ COMMENT= ZiLOG Z80 CPU emulator library
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's/$$(TOOLS_PREFIX)gcc/$${CC}/' \
-e 's/$$(TOOLS_PREFIX)ar/$${AR}/' \
-e 's/-O2//' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (z80ex-1.1.19.tar.gz) = 3a83f89937a747ad759f9fea6ae37a41601529fb61c30dffff0143e5fec9813e
SIZE (z80ex-1.1.19.tar.gz) = 65722
SHA256 (z80ex-1.1.20.tar.gz) = 2e2eb7b35e96ec002f8ae9b0112e900e860b0fd4520b49d240c719a4e7401b43
SIZE (z80ex-1.1.20.tar.gz) = 65652

View File

@ -1,19 +0,0 @@
--- ./Makefile.orig 2010-02-03 19:56:53.000000000 +0100
+++ ./Makefile 2010-02-03 19:57:20.000000000 +0100
@@ -5,8 +5,7 @@
#################################################################
# You may tune these values to feet your setup:
#################################################################
-INSTALL_PREFIX := /usr/local
-CC := gcc
+INSTALL_PREFIX := ${PREFIX}
ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include
LINKER := gcc
@@ -93,4 +92,4 @@
tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
-#EOF
\ No newline at end of file
+#EOF

View File

@ -6,7 +6,7 @@ lib/libz80ex.so.1
lib/libz80ex_dasm.a
lib/libz80ex_dasm.so.1
lib/libz80ex.so
lib/libz80ex.so.1.1.19
lib/libz80ex.so.1.1.20
lib/libz80ex_dasm.so
lib/libz80ex_dasm.so.1.1.19
lib/libz80ex_dasm.so.1.1.20
@dirrm include/z80ex