From 29b5a8e7a9bacda9a50513fcdd7e063a9fc6570a Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 3 Jan 2012 07:03:54 +0000 Subject: [PATCH] Clean up the use of USE_GROFF for ports where mandoc doesn't have any ERRORs and formatting looks Ok. from Brad --- audio/aqualung/Makefile | 3 +-- audio/audacity/Makefile | 4 +--- audio/aumix/Makefile | 3 +-- audio/bmp/Makefile | 3 +-- audio/cplay/Makefile | 3 +-- audio/daapd/Makefile | 3 +-- audio/disc-cover/Makefile | 3 +-- audio/easytag/Makefile | 3 +-- audio/festival/core/Makefile | 3 +-- audio/flac/Makefile | 3 +-- audio/fluidsynth/Makefile | 3 +-- audio/gimmix/Makefile | 4 +--- audio/gmpc/Makefile | 3 +-- 13 files changed, 13 insertions(+), 28 deletions(-) diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 00d2610b72c..c3ecdd83a83 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2011/10/12 12:54:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.28 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= advanced music player @@ -51,7 +51,6 @@ LIB_DEPENDS= audio/flac \ RUN_DEPENDS= devel/desktop-file-utils -USE_GROFF = Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= LDFLAGS="-pthread -L${LOCALBASE}/lib -L${X11BASE}/lib" \ CFLAGS="${CFLAGS} -DOSS_DEVICE='\"/dev/audio\"' \ diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 520789d469f..ae58e541e00 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2011/04/28 17:51:50 kili Exp $ +# $OpenBSD: Makefile,v 1.34 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= free audio editor @@ -45,9 +45,7 @@ RUN_DEPENDS= devel/desktop-file-utils \ misc/shared-mime-info USE_GMAKE= Yes -USE_GROFF = Yes USE_LIBTOOL= Yes - CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index b96279c9bc9..d33196d6c7d 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2011/10/17 12:40:44 espie Exp $ +# $OpenBSD: Makefile,v 1.38 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= full-screen ncurses or GTK-based audio mixer @@ -31,7 +31,6 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-own-labels --without-gtk1 CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LDFLAGS='-L${LOCALBASE}/lib' -USE_GROFF = Yes .if ${FLAVOR:Mno_x11} CONFIGURE_ARGS+= --without-gtk diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index b9cefa31a38..bbc5dc53281 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2011/11/04 08:42:25 jasper Exp $ +# $OpenBSD: Makefile,v 1.39 2012/01/03 07:03:54 ajacoutot Exp $ SHARED_ONLY= Yes @@ -38,7 +38,6 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \ gthread-2.0>=400.2 GL Xxf86vm drm ffi xcb-shm stdc++ MODULES= devel/gettext -USE_GROFF = Yes LIB_DEPENDS= x11/gtk+2 \ devel/glib2 diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index b63d9823aeb..f62c03908b2 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2011/09/16 08:26:10 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= curses front-end for various audio players @@ -23,7 +23,6 @@ MODULES= lang/python NO_BUILD= Yes NO_REGRESS= Yes -USE_GROFF = Yes PKG_ARCH= * do-configure: diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index 192c6d4cfa4..784f9ea0d86 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2011/09/16 08:26:10 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= server for the DAA protocol DISTNAME= daapd-0.2.4b @@ -23,7 +23,6 @@ LIB_DEPENDS= multimedia/libmp4v2 \ NO_REGRESS= Yes USE_GMAKE= Yes -USE_GROFF = Yes MAKE_FILE= makefile MAKE_ENV+= CC="${CC}" \ CXX="${CXX}" \ diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index b9eeb02221b..df8e4975f90 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:46 espie Exp $ +# $OpenBSD: Makefile,v 1.24 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= creates cover for audio cds using cddb and latex @@ -22,7 +22,6 @@ RUN_DEPENDS= print/texlive/base \ www/p5-libwww \ audio/p5-Audio-CD -USE_GROFF = Yes NO_REGRESS= Yes EX_DIR= ${PREFIX}/share/examples/disc-cover diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 380642340c4..2dcdb919d87 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2011/10/12 12:54:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.31 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= tag editor for various audio file formats @@ -37,7 +37,6 @@ LIB_DEPENDS= audio/id3lib \ USE_LIBTOOL= Yes USE_GMAKE= Yes -USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/festival/core/Makefile b/audio/festival/core/Makefile index 21ee8837909..95b25cd34a6 100644 --- a/audio/festival/core/Makefile +++ b/audio/festival/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2011/10/17 12:40:44 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= general multi-lingual speech synthesis system V= 1.95 @@ -30,7 +30,6 @@ MAKE_ENV+= CC="${CC}" \ EST_HOME="${SPEECH}" \ FESTIVAL_BUILD_HOME="${FESTIVAL}" \ FTLIBDIRC="${PREFIX}/lib/festival" -USE_GROFF = Yes CONFIGURE_STYLE=gnu MODGNU_CONFIG_GUESS_DIRS=${SPEECH} ${FESTIVAL} diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 5ae0c1e96c8..570a879806b 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2010/11/15 00:22:46 espie Exp $ +# $OpenBSD: Makefile,v 1.38 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= free lossless audio codec @@ -38,7 +38,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --disable-xmms-plugin CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include" MAKE_ENV= MAKEOBJDIR=/nonexistent # ignore ${WRKSRC}/obj -USE_GROFF = Yes post-install: cd ${PREFIX}/share/doc && mv ${DISTNAME} flac diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index fa0aa475331..1e36ab4f8bc 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2011/09/19 13:48:15 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT = SoundFont2 software synthesizer DISTNAME = fluidsynth-1.0.9 @@ -32,7 +32,6 @@ BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \ BUILD_DEPENDS += devel/libtool USE_LIBTOOL = Yes -USE_GROFF = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS += ${CONFIGURE_SHARED} \ --disable-lash \ diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index ba75084b2dc..52f26b9ecf9 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2011/10/12 12:54:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= small and easy to use graphical MPD client @@ -29,8 +29,6 @@ EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext textproc/intltool USE_LIBTOOL= Yes -USE_GROFF = Yes - CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index f9a92f6ebef..6477a7ac312 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2011/12/03 18:55:28 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.45 2012/01/03 07:03:54 ajacoutot Exp $ COMMENT= GNOME music player client @@ -34,7 +34,6 @@ MODULES= devel/gettext textproc/intltool USE_GMAKE= Yes USE_LIBTOOL= Yes -USE_GROFF = Yes CONFIGURE_STYLE= gnu BUILD_DEPENDS= x11/gob2 \