svn commit: r553279 - in head/audio/bambootracker: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sun Oct 25 18:09:00 UTC 2020


Author: ehaupt
Date: Sun Oct 25 18:08:59 2020
New Revision: 553279
URL: https://svnweb.freebsd.org/changeset/ports/553279

Log:
  Since the last update the extra patch for ${OSVERSION} >= 1300096 fails to
  apply. Turns out the patch is no longer needed.
  
  Notified by:	pkg-fallout

Deleted:
  head/audio/bambootracker/files/
Modified:
  head/audio/bambootracker/Makefile

Modified: head/audio/bambootracker/Makefile
==============================================================================
--- head/audio/bambootracker/Makefile	Sun Oct 25 18:02:09 2020	(r553278)
+++ head/audio/bambootracker/Makefile	Sun Oct 25 18:08:59 2020	(r553279)
@@ -57,10 +57,6 @@ QMAKE_ARGS+=	CONFIG+="use_jack" \
 QMAKE_ARGS+=	CONFIG+="use_pulse"
 .endif
 
-.if (${OSVERSION} >= 1300096)
-EXTRA_PATCHES=	${PATCHDIR}/extrapatch-BambooTracker_BambooTracker.pro
-.endif
-
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons \
 		${STAGEDIR}${MANPREFIX}/man/fr.UTF-8/man1


More information about the svn-ports-head mailing list