svn commit: r382921 - head/games/pachi

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 1 17:16:00 UTC 2015


Author: amdmi3
Date: Wed Apr  1 17:15:58 2015
New Revision: 382921
URL: https://svnweb.freebsd.org/changeset/ports/382921
QAT: https://qat.redports.org/buildarchive/r382921/

Log:
  - Remove unneeded -pthread
  - Modernize plist

Modified:
  head/games/pachi/Makefile
  head/games/pachi/pkg-plist

Modified: head/games/pachi/Makefile
==============================================================================
--- head/games/pachi/Makefile	Wed Apr  1 16:59:51 2015	(r382920)
+++ head/games/pachi/Makefile	Wed Apr  1 17:15:58 2015	(r382921)
@@ -15,7 +15,7 @@ USE_SDL=	mixer sdl
 USES=		gmake tar:tgz
 GNU_CONFIGURE=	yes
 
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
+LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 WRKSRC=		${WRKDIR}/Pachi

Modified: head/games/pachi/pkg-plist
==============================================================================
--- head/games/pachi/pkg-plist	Wed Apr  1 16:59:51 2015	(r382920)
+++ head/games/pachi/pkg-plist	Wed Apr  1 17:15:58 2015	(r382921)
@@ -1,5 +1 @@
- at group games
- at mode 2555
-bin/pachi
- at mode
- at group
+@(,games,2555) bin/pachi


More information about the svn-ports-head mailing list