Drop USE_GROFF: trivial page footer difference only.
This commit is contained in:
parent
3a0fb0a67b
commit
c6299e5727
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2015/01/21 06:13:46 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= translate GB/Big5 encoding to tone pinyin
|
||||
|
||||
@ -17,7 +17,6 @@ EXTRACT_ONLY= c2t.tar.gz
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/21 06:13:46 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= convert between GB and BIG-5 codes
|
||||
|
||||
@ -18,7 +18,6 @@ EXTRACT_ONLY= hc-30.tar.gz
|
||||
|
||||
WRKDIST= ${WRKDIR}/hc3
|
||||
|
||||
USE_GROFF = Yes
|
||||
ALL_TARGET= hc b2g g2b
|
||||
|
||||
NO_TEST= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2015/01/21 06:13:46 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= convert solar calendar to lunar calendar
|
||||
|
||||
@ -17,7 +17,6 @@ WANTLIB= c
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2014/07/11 16:41:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= decoder for the CEPT (Btx) protocol
|
||||
|
||||
@ -12,8 +12,6 @@ WANTLIB= X11 c pthread-stubs xcb
|
||||
|
||||
MAKE_FLAGS= SYSCONFDIR="${SYSCONFDIR}"
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
CFLAGS+=-Dlog=logit
|
||||
WRKDIST= ${WRKDIR}/XCept-2.1.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2013/03/11 01:30:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= encode/decode binary to printable ASCII
|
||||
|
||||
@ -16,7 +16,6 @@ PATCHFILES= btoa-5.2-patch1.gz
|
||||
MAKE_FLAGS= DESTDIR=${PREFIX}
|
||||
MAKE_FILE= Makefile.sun
|
||||
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Turn off the default from bsd.port.mk (-p0), which screws things up
|
||||
PATCH_DIST_STRIP=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/08/07 16:38:53 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= c++ unit testing framework
|
||||
DISTNAME= cppunit-1.12.1
|
||||
@ -12,7 +12,6 @@ HOMEPAGE= http://cppunit.sourceforge.net/
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
WANTLIB= c m stdc++
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2014/03/19 13:38:36 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
# arm: doesn't build super-old and broken assember files
|
||||
ONLY_FOR_ARCHS= alpha amd64 hppa i386 mips64 mips64el powerpc sparc sparc64
|
||||
@ -18,7 +18,6 @@ HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB= c
|
||||
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2014/02/08 14:57:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= graphical frontend to CVS
|
||||
DISTNAME= tkcvs-6.0
|
||||
@ -15,7 +15,6 @@ MODULES= x11/tk
|
||||
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:02:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= user-friendly ncurses-based hexeditor with many features
|
||||
|
||||
@ -16,6 +16,5 @@ WANTLIB= c ncurses
|
||||
MASTER_SITES= http://jewfish.net/downloads/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:07:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT = Komi the Space Frog
|
||||
|
||||
@ -17,7 +17,6 @@ WANTLIB = SDL c pthread SDL_mixer>=3
|
||||
|
||||
LIB_DEPENDS = devel/sdl-mixer
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2014/08/30 21:54:08 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= 3d tetris
|
||||
|
||||
@ -23,7 +23,6 @@ do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/spatial
|
||||
${INSTALL_DATA} ${WRKBUILD}/spatial.shp ${PREFIX}/share/spatial/spatial.shp
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
WANTLIB= X11 c m pthread-stubs xcb
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2014/11/06 19:10:07 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= powerful descriptive vector graphics language
|
||||
BROKEN-hppa= ghostscript segfaults during build
|
||||
@ -33,7 +33,6 @@ LIB_DEPENDS= devel/boehm-gc \
|
||||
math/fftw3
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
# XXX eats all memory
|
||||
.if ${MACHINE_ARCH:Msparc64}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2014/03/25 21:20:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT = skeletal based character animation library
|
||||
DISTNAME = cal3d-0.11.0
|
||||
@ -19,8 +19,6 @@ WANTLIB = c m stdc++
|
||||
|
||||
MASTER_SITES = http://download.gna.org/cal3d/sources/
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:20:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT=compile Java source into .class files (quickly!)
|
||||
|
||||
@ -23,7 +23,6 @@ MODULES= converters/libiconv
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_GROFF= Yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2013/12/19 13:19:09 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= new mail notification utility for KDE
|
||||
|
||||
@ -31,7 +31,6 @@ MODKDE_FIXUP_DATADIR = Yes
|
||||
|
||||
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
||||
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
||||
USE_GROFF = Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2015/01/21 06:13:49 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= scan mailboxes for messages matching a regular expression
|
||||
|
||||
@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/mboxgrep
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Ports collection makefile for "hoc", the High Order Calculator
|
||||
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:23:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= from Kernighan & Pike: High Order Calculator
|
||||
|
||||
@ -24,7 +24,6 @@ WANTLIB= c m
|
||||
|
||||
ALL_TARGET= hoc
|
||||
MAKE_FILE= makefile
|
||||
USE_GROFF = Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:23:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= spreadsheet program under X11
|
||||
|
||||
@ -16,7 +16,6 @@ MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
||||
CONFIGURE_STYLE= gnu old
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LIBS="-L${X11BASE}/lib"
|
||||
USE_GROFF = Yes
|
||||
|
||||
INSTALL_TARGET= install install.man
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:23:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= Demos Commander, a free Norton Commander clone
|
||||
|
||||
@ -16,7 +16,6 @@ WANTLIB= c curses
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/deco ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2013/03/11 11:23:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= X11/Motif schedule planner with calendar
|
||||
|
||||
@ -23,7 +23,6 @@ FAKE_FLAGS= PLANBASE=${WRKINST}${PREFIX} \
|
||||
EXAMPLES=${WRKINST}${PREFIX}/share/examples/plan
|
||||
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/11/29 23:21:06 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= distributed document delivery client
|
||||
|
||||
@ -21,7 +21,6 @@ USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
MAKE_FLAGS= CLIENTLIB=${SYSCONFDIR}/gopher
|
||||
WRKDIST= ${WRKDIR}/gopher
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2014/07/10 13:09:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT = IRC-friendly instant messaging client
|
||||
|
||||
@ -19,7 +19,6 @@ LIB_DEPENDS = net/pidgin,-libpurple \
|
||||
WANTLIB = purple c glib-2.0 gthread-2.0 m pthread stdc++ gnutls
|
||||
CONFIGURE_ENV+= CPPFLAGS+="-I${X11BASE}/include"
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
# commented out atm, needs testing
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:35:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT = minimalistic SILC client
|
||||
|
||||
@ -15,7 +15,6 @@ MODULES = converters/libiconv
|
||||
WANTLIB = c pthread silc silcclient
|
||||
LIB_DEPENDS = devel/silc-toolkit
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:37:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= translate character sets
|
||||
|
||||
@ -21,7 +21,6 @@ MAKE_FLAGS= CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
|
||||
ALL_TARGET= tcs
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
USE_GROFF = Yes
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}; ./regress
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2014/06/03 02:55:50 lteo Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= passive OS fingerprinting tool
|
||||
|
||||
@ -21,7 +21,6 @@ WRKDIST= ${WRKDIR}/p0f
|
||||
|
||||
MAKE_FILE= ${WRKSRC}/mk/OpenBSD
|
||||
MAKE_FLAGS= CC=${CC}
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT= execute a command on many hosts in parallel
|
||||
|
||||
@ -18,7 +18,6 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --datarootdir=${PREFIX}/share/doc
|
||||
USE_GROFF = Yes
|
||||
LIB_DEPENDS= devel/pcre
|
||||
RUN_DEPENDS= net/fping
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2013/10/26 06:22:54 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2015/01/22 18:41:16 naddy Exp $
|
||||
|
||||
COMMENT = fast, compact and portable XSL/XSLT processor
|
||||
|
||||
@ -24,7 +24,6 @@ MODULES = converters/libiconv
|
||||
BUILD_DEPENDS = textproc/p5-XML-Parser
|
||||
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
AUTOCONF_VERSION = 2.57
|
||||
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/autocfg
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:44:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/01/22 18:41:17 naddy Exp $
|
||||
|
||||
COMMENT= web log rotation program
|
||||
|
||||
@ -15,6 +15,5 @@ WANTLIB= c
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:44:43 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2015/01/22 18:41:17 naddy Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -15,7 +15,6 @@ WANTLIB = X11 c
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}files/
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST = Yes
|
||||
ALL_TARGET = openbsd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user