Date: Sat, 21 Apr 2012 23:40:09 GMT From: Nicole Reid <nicole@cooltrainer.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/166915: [new port] comms/ems-flasher: software for flashing the EMS Gameboy USB 64 MBit cart Message-ID: <201204212340.q3LNe90l085652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/166915; it has been noted by GNATS. From: Nicole Reid <nicole@cooltrainer.org> To: Pawel Pekala <pawel@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/166915: [new port] comms/ems-flasher: software for flashing the EMS Gameboy USB 64 MBit cart Date: Sat, 21 Apr 2012 19:34:27 -0400 This is a multi-part message in MIME format. --------------080208080305060109090901 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/19/2012 10:33, Pawel Pekala wrote: > Thanks for your submission. > > Build fails on 7.4-FreeBSD, please see log: > > http://people.freebsd.org/~pawel/buildlogs/7/ems-flasher-0.03.log > > Also setting CFLAGS and LDFLAGS is enough there are automatically > added to MAKE_ENV no need to add them to MAKE_ARGS. > Find revised sharfile attached. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJPk0QDAAoJEAuVLFmlrt8shPAQAJqhly5dO9sJln0vrwkgFwqg hsquS25qM3hacMLMhDf7utCbjwFKlPrPJlroLwsFqQwLXZOXKOt/vU0rG68YQVx4 JlIc3i7h4k3CEYTcLe0EwAehwMLqN3wGBwRXoMruwqfcV+RzmD0ir4mRvfm7ujSs sx/Q6dTnea6CfwUwvjWcVLuGJvZkZQulQ5eNZT2+2gDQuHxm9k49wrVMQriwMjHa YJWNTEqAtVsm3krMIJEwBeo3bZZQrWnnd//BBcLL0LBtSCbFXGkyhf+mTSfXBwwF Rn3vz9BTytxStJ/lcsjm41RilNUGSKKj857RZD6mCRJz+POQQ1v02+e/YAxp0eXL GDpaWviYzce6eyQnr3mJbtAJLC7s3atSk5WTsCJoN9MkTpHWYoF0T9lOpzFERmW9 QGzmPCQIZJXC7zOuksgR6l/V7UWIVQv/gBVFHQoVPPMsjgPyrB/dZcZeTAL8ioYj 8izHQjpHwQ9i7iK4GlPtNptt9uMJ4OIsSdtxUlEoPreBl9BcoCk9Krj58mxIpE6G vHLWPhPd4gVJBg62XTVMmBoitImHth4aV2u+pMUw/FpUTXCh4l7d+saDtwYgX5RC YoIs1OXRG1wK8CBIEIzbTwxVsTGTXJxt4v0QOX5KnUXbM5qKlwjdDpmV9wUEGwh+ wskM0hpTIQ6mUEisT2eO =t5yz -----END PGP SIGNATURE----- --------------080208080305060109090901 Content-Type: text/plain; name="ems-flasher-0.03.shar.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ems-flasher-0.03.shar.txt" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ems-flasher # ems-flasher/distinfo # ems-flasher/pkg-descr # ems-flasher/Makefile # ems-flasher/files # ems-flasher/files/patch-Makefile # echo c - ems-flasher mkdir -p ems-flasher > /dev/null 2>&1 echo x - ems-flasher/distinfo sed 's/^X//' >ems-flasher/distinfo << '8beb3beb9ff54f9392845198a9d858f1' XSHA256 (ems-flasher-0.03.tgz) = d77723a3956e00a9b8af9a3545ed2c55cd2653d65137e91b38523f7805316786 XSIZE (ems-flasher-0.03.tgz) = 7135 8beb3beb9ff54f9392845198a9d858f1 echo x - ems-flasher/pkg-descr sed 's/^X//' >ems-flasher/pkg-descr << '1a0d20eb2e7a533b324f3e1072bace32' Xems-flasher is software for flashing the EMS Gameboy USB 64 MBit cart. X XWWW: http://lacklustre.net/redmine/projects/ems-flash/ 1a0d20eb2e7a533b324f3e1072bace32 echo x - ems-flasher/Makefile sed 's/^X//' >ems-flasher/Makefile << '466c0f9b3431c187bbe1770010971cb8' X# New ports collection makefile for: ems-flasher X# Date created: 2012-03-22 X# Whom: Nicole Reid <root@cooltrainer.org> X# X# $FreeBSD$ X# X XPORTNAME= ems-flasher XPORTVERSION= 0.03 XCATEGORIES= comms XMASTER_SITES= http://lacklustre.net/redmine/attachments/download/10/ \ X http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/ XEXTRACT_SUFX= .tgz X XMAINTAINER= root@cooltrainer.org XCOMMENT= Utility to flash ROM images to the EMS USB 64mb flash cart X XLICENSE= MIT X XUSE_GMAKE= yes XCFLAGS+= -g -Wall XLDFLAGS+= -lusb XUSE_GCC= 4.6+ X XPLIST_FILES= bin/ems-flasher X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 800069 XIGNORE= does not compile with the old USB stack X.endif X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${PREFIX}/bin X X.include <bsd.port.post.mk> 466c0f9b3431c187bbe1770010971cb8 echo c - ems-flasher/files mkdir -p ems-flasher/files > /dev/null 2>&1 echo x - ems-flasher/files/patch-Makefile sed 's/^X//' >ems-flasher/files/patch-Makefile << '6fd2c9b2a2db77fefd2d278097be6ffc' X--- Makefile.orig 2012-03-22 18:15:08.163459495 -0400 X+++ Makefile 2012-03-22 18:15:36.050459158 -0400 X@@ -1,13 +1,10 @@ X PROG = ems-flasher X OBJS = ems.o main.o X X-CFLAGS = -g -Wall -Werror X-CFLAGS += `pkg-config --cflags libusb-1.0` X- X all: $(PROG) X X $(PROG): $(OBJS) X- $(CC) -o $(PROG) $(OBJS) `pkg-config --libs libusb-1.0` X+ $(CC) -o $(PROG) $(OBJS) $(LDFLAGS) X X clean: X rm -f $(PROG) $(OBJS) 6fd2c9b2a2db77fefd2d278097be6ffc exit --------------080208080305060109090901 Content-Type: application/octet-stream; name="ems-flasher-0.03.shar.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ems-flasher-0.03.shar.txt.sig" iQIcBAABAgAGBQJPk0QDAAoJEAuVLFmlrt8syPoP/AsNoy2NAC8uLbcSMmgf/M5RmTj7TOuO Dyp1br+VEZRUW2Sesepj22pOZ96ow2kA173E1GvA9Q11We/uuZ6mz7bYUpqy2pdMxbZSn2BH kTQcz+W4stlUtYpTTE6xViaRXVyPuEYoFsM308EQEAzkSLsBJ+nIAdr6ixQIYMHf5pPpU9FG e33pzALsxwgR71oJqio0kj+mBTkjXtd9a2neQteQua9rxBV0vOg4xuy7TLEV1NBVtMbt6VEG At5wvlNGFaNnJ4+FEhtDBOLBzH28tde9A1Ynr2pgRDTJEkTz7cX+b19WRhBGTbybTKw8zR52 eFuy/xxAipIM/dRvgUa+4JX2FXCLrHqidlZYxyBWK1GItDeaGUm4FS6icncHd4QAqT5aNq+z 7zP190UrZaGSAnsU9lUE8qlp+UjnLrbuGBZWL3VPTYJHng0c0KYLVtXzLZ6LzxwUfmJLW9QI 1QPPhlatBIMUtV0tTn9IXgRYG+RU/Od9hk9dcXsNXIxn9BFgjU1ZSTvn3yWmlEN+Jj8mfeI1 /eVi46wmHOF/dsBWcfx5Z7nFvY28lV9sic+7zO/Byd/GzyZvbcBkKU9Shpuu+OHTN48llBdr tMPYxEounKZ2fDmQaK5TkASShESzAGoKNCqan7ol+gbrmg31pol9Wo8VPMQPql+zm8mAR5nh FJNo --------------080208080305060109090901--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204212340.q3LNe90l085652>