aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-30 18:19:07 +0800
committeredwin <edwin@FreeBSD.org>2003-08-30 18:19:07 +0800
commit1b9604db3dc48b4f8aba5a92bc557024f0604161 (patch)
tree2a4473e34185fa8c6e00818ac198b45c585308de /x11
parent9af2de95ec48c52349afd58b8dd35826395ca366 (diff)
downloadfreebsd-ports-gnome-1b9604db3dc48b4f8aba5a92bc557024f0604161.tar.gz
freebsd-ports-gnome-1b9604db3dc48b4f8aba5a92bc557024f0604161.tar.zst
freebsd-ports-gnome-1b9604db3dc48b4f8aba5a92bc557024f0604161.zip
Make x11/x3270 building again on 4-STABLE.
Noticed by: bento / linimon Informed maintainer.
Diffstat (limited to 'x11')
-rw-r--r--x11/x3270/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index 244c262d42c9..1f46e14ce135 100644
--- a/x11/x3270/Makefile
+++ b/x11/x3270/Makefile
@@ -26,6 +26,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
WRKSRC= ${WRKDIR}/x3270-3.1.1
MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1
MANCOMPRESSED= yes
+USE_REINPLACE= yes
pre-install:
.if !exists(${X11BASE}/lib/X11/fonts/local)
@@ -36,4 +37,14 @@ pre-install:
@${ECHO} "*********************************************************"
.endif
+#
+# This patch is to make sure that mkversion.sh can be ran on FreeBSD 4-STABLE
+# which will get $(CLIENTENVSETUP) in its CC macro.
+#
+post-configure:
+ ${REINPLACE_CMD} \
+ -e 's,sh \./mkversion\.sh $$(CC),$$(CLIENTENVSETUP) sh ./mkversion.sh %%CC%%,' \
+ -e 's,%%CC%%,${CC},' \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.post.mk>
tions'>-2/+126 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - update png to 1.5.10dinoex2012-06-01ss='column1'>| | | | | | 2: use options helper. 3: use INSTALL_TARGET to handle PORTDOCS Approved by: portmgr@ (blanket approval) * - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-161-2/+1 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | x11-wm) * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 | | | | Approved by: portmgr (bapt) * - Fix WWW: line in port description: previous one was cybersquatted by somedanfe2013-02-031-29/+29 | | | | | | | | stupid Russian recruiting website - While here, convert to OptionsNG and clean up Makefile a bit PR: ports/174718 Approved by: maintainer timeout * - update png to 1.5.10dinoex2012-06-011-1/+1 | * x11-wm/fvwm-devel is gone, no longer supported by upline. Use fvwm instead.cy2011-10-261-2/+2 | * Rename a variable to avoid naming conflicts.stefan2010-06-301-1/+1 | | | | | | PR: 145577 Submitted by: Giacomo Mariani <giacomomariani@yahoo.it> (maintainer) Feature safe: yes * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-051-1/+1 | * - Fix builddhn2009-05-261-0/+1 | | | | Reported by: QAT * - Fix build with shells/bashdhn2009-05-261-0/+4 | | | | | | | - Bump PORTREVISION PR: ports/134933 Submitted by: Eleni Maria Stea <elene.mst@gmail.com> * - Update to 3.0.6beech2008-07-081-6/+11 | | | | | | | - Respect portdocs PR: ports/125176 Submitted by: Giacomo Mariani <giacomomariani@yahoo.it> (maintainer) * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Update to 3.0.5miwi2008-05-161-1/+4 | | | | | PR: 123545 Submitted by: Giacomo.Mariani@die191.ing.unibo.it (maintainer)