Bug 98782 - [PATCH] BasiliskII Upgrade
Summary: [PATCH] BasiliskII Upgrade
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Aaron Dalton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 19:40 UTC by bsdmaniak
Modified: 2006-07-25 23:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bsdmaniak 2006-06-10 19:40:14 UTC
I have upgrade BasiliskII to the new version

Fix: 99%--- Makefile.diff begins here ---


PORTNAME=      basiliskII
 PORTVERSION=   1.0
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.gibix.net/projects/basilisk2/files/
 MASTER_SITE_SUBDIR=    basilisk
-DISTNAME=      BasiliskII_src_22112005
+DISTNAME=      BasiliskII_src_01052006

 MAINTAINER=    mmendez@energyhq.be
 COMMENT=       A free, portable, Open Source 68k Mac emulator

 WRKSRC=                ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix

-BROKEN=                Does not compile
-
 USE_X_PREFIX=  yes
 USE_BZIP2=     yes
 USE_GNOME=     esound gtk20
@@ -35,10 +33,6 @@

 .if ${OSVERSION} > 400012
 CFLAGS+=       -fpermissive
 .endif

 .if ${ARCH} == amd64
 BROKEN=                "Does not compile"
 .endif

 post-install:
--- Makefile.diff ends here -----gnlZczE85GMLBgbigbj16GSA7KbHExMatxsVDK8rWUgg5S2L
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Sat Jun 10 20:11:14 2006
+++ Makefile.new        Wed Jun  7 14:41:11 2006
@@ -2,24 +2,22 @@
 # Date created:                                17 April 2000
 # Whom:                                        Maxim Sobolev <sobomax@FreeBSD.org>
 #
-# $FreeBSD: /repoman/r/pcvs/ports/emulators/basiliskII/Makefile,v 1.23 2006/05/21 21:28:50 kris Exp $
+# $FreeBSD: ports/emulators/basiliskII/Makefile,v 1.23 2006/05/21 21:28:50 kris Exp $
 #
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-10 23:55:55 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Miguel Mendez 2006-06-11 09:38:12 UTC
On Sat, 10 Jun 2006 22:55:38 UT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

> Maintainer of emulators/basiliskII,
> 
> Please note that PR ports/98782 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98782


Looks fine to me.

-- 
Miguel Mendez	<mmendez@energyhq.be> 
http://www.energyhq.be
PGP Key: 0xDC8514F1
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-11 10:10:17 UTC
State Changed
From-To: feedback->open

maintainer approved
Comment 4 Aaron Dalton freebsd_committer freebsd_triage 2006-06-12 23:46:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

I'll take it.
Comment 5 Aaron Dalton freebsd_committer freebsd_triage 2006-07-25 23:28:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!