svn commit: r385611 - head/graphics/libvisual
Jan Beich
jbeich at FreeBSD.org
Thu May 7 10:04:58 UTC 2015
Author: jbeich
Date: Thu May 7 10:04:57 2015
New Revision: 385611
URL: https://svnweb.freebsd.org/changeset/ports/385611
Log:
graphics/libvisual: minor improvements
- Define LICENSE
- MMX is unused if not slower on amd64
- Don't suggest updates to 0.4.x
Modified:
head/graphics/libvisual/Makefile (contents, props changed)
Modified: head/graphics/libvisual/Makefile
==============================================================================
--- head/graphics/libvisual/Makefile Thu May 7 10:04:43 2015 (r385610)
+++ head/graphics/libvisual/Makefile Thu May 7 10:04:57 2015 (r385611)
@@ -6,13 +6,17 @@
PORTNAME= libvisual
PORTVERSION= 0.2.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Abstraction library that sits between apps and visual plugin
+LICENSE= LGPL21 # or any later version
+
+PORTSCOUT= limit:^0\.2\.
+
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -22,7 +26,7 @@ INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+.if ${ARCH} == "i386"
CFLAGS+= -mmmx
.endif
More information about the svn-ports-head
mailing list