pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server Do not set vendor, since some ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55ac0304eadc
branches:  trunk
changeset: 610517:55ac0304eadc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 17:43:28 2012 +0000

description:
Do not set vendor, since some code checks for vendor-specific workarounds
and we do not want to have to add cases for pkgsrc.
Bump PKGREVISION.

diffstat:

 x11/modular-xorg-server/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 2e951391cd8a -r 55ac0304eadc x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Sat Oct 27 17:39:12 2012 +0000
+++ b/x11/modular-xorg-server/Makefile  Sat Oct 27 17:43:28 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.70 2012/10/23 10:24:20 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2012/10/27 17:43:28 wiz Exp $
 #
 
 DISTNAME=      xorg-server-1.6.5
 PKGNAME=       modular-${DISTNAME}
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=  .tar.bz2
@@ -42,8 +42,6 @@
 .include "../../mk/bsd.prefs.mk"
 
 CONFIGURE_ARGS+=       --with-release-version=${PKGNAME:Q}
-CONFIGURE_ARGS+=       --with-vendor-name="The NetBSD Foundation"
-CONFIGURE_ARGS+=       --with-vendor-name-short="pkgsrc"
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=       --with-builder-addr="tech-x11%NetBSD.org@localhost"
 CONFIGURE_ARGS+=       --with-os-vendor="The NetBSD Foundation"
@@ -55,7 +53,6 @@
 CONFIGURE_ARGS+=       --without-dtrace
 .endif
 CONFIGURE_ARGS+=       --with-os-name=${MACHINE_PLATFORM:Q}
-CONFIGURE_ARGS+=       --with-vendor-web="http://www.pkgsrc.org/";
 
 CONFIGURE_ARGS+=       --enable-xorg
 



Home | Main Index | Thread Index | Old Index