svn commit: r397013 - in head/sysutils/abgx360: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 15 18:34:33 UTC 2015


Author: amdmi3
Date: Tue Sep 15 18:34:31 2015
New Revision: 397013
URL: https://svnweb.freebsd.org/changeset/ports/397013

Log:
  - Drop 8.x support
  - Switch to options helpers
  - Regenerate patches with `make makepatch`
  
  Approved by:	portmgr blanket

Added:
  head/sysutils/abgx360/files/patch-src_abgx360.c
     - copied, changed from r390640, head/sysutils/abgx360/files/extra-patch-src-abgx360.c
Deleted:
  head/sysutils/abgx360/files/extra-patch-src-abgx360.c
Modified:
  head/sysutils/abgx360/Makefile

Modified: head/sysutils/abgx360/Makefile
==============================================================================
--- head/sysutils/abgx360/Makefile	Tue Sep 15 18:32:56 2015	(r397012)
+++ head/sysutils/abgx360/Makefile	Tue Sep 15 18:34:31 2015	(r397013)
@@ -12,6 +12,10 @@ COMMENT=	Verify and repair Xbox 360 back
 
 BUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
+BROKEN_ia64=	does not compile
+BROKEN_powerpc=	does not compile
+BROKEN_sparc64=	does not compile
+
 PLIST_FILES=	bin/abgx360
 
 GNU_CONFIGURE=	yes
@@ -19,16 +23,4 @@ GNU_CONFIGURE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-abgx360.c
-.endif
-
-.if ${OSVERSION} > 900000
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Copied and modified: head/sysutils/abgx360/files/patch-src_abgx360.c (from r390640, head/sysutils/abgx360/files/extra-patch-src-abgx360.c)
==============================================================================
--- head/sysutils/abgx360/files/extra-patch-src-abgx360.c	Fri Jun 26 14:09:58 2015	(r390640, copy source)
+++ head/sysutils/abgx360/files/patch-src_abgx360.c	Tue Sep 15 18:34:31 2015	(r397013)
@@ -1,6 +1,6 @@
---- src/abgx360.c.orig	2012-05-07 10:23:05.997665157 -0400
-+++ src/abgx360.c	2012-05-07 10:26:22.824665331 -0400
-@@ -2220,82 +2220,8 @@
+--- src/abgx360.c.orig	2012-01-03 07:29:31 UTC
++++ src/abgx360.c
+@@ -2220,82 +2220,8 @@ int sendcdb(int direction, unsigned char
  
  int sendcdb(int direction, unsigned char *dataBuffer, unsigned long dataBufferSize,
              unsigned char *cdb, unsigned char cdbLen, bool checkreturnlength) {


More information about the svn-ports-head mailing list