1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

PR: ports/5357

Obtained from:	Maintainer (partly)
modify the Makefile to use PLIST.mule if USE_MULE is defined. This
will allow the version with mule to be successfullt packaged and
pkg_delete'd.
Add a warning, obtained from the Maintainer, in the case where
HAVE_MOTIF is defined but MOTIF is really lesstif. It seems that
some users have seen problems with that constellation.
Add pkg/PLIST.mule to be used for the mule version.
Satoshi forgot to close the PR when he made his commit for the
reported problem with generating a version with mule.
This commit is contained in:
Gary Jennejohn 1998-01-01 21:06:47 +00:00
parent 54787e8c4d
commit a859a78175
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9242
5 changed files with 3848 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
# $Id: Makefile,v 1.6 1997/12/27 02:53:16 asami Exp $
#
DISTNAME= xemacs-20.3
@ -42,10 +42,18 @@ ALL_TARGET= all dist
# Have
pre-configure:
@echo "To compile in the MULE features, set the environment variable USE_MULE"
.if defined(HAVE_MOTIF)
@echo
@echo "If your MOTIF library is actually lesstif, you might occasionally"
@echo "experience locked-up frames."
@echo "In this case, set the environment variable MOTIF_STATIC and recompile, "
@echo "which will force the use of athena widgets for dialogs."
.endif
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
PLIST= ${PKGDIR}/PLIST.mule
.endif
# hack to avoid shipping binaries linked with Motif

View File

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
# $Id: Makefile,v 1.6 1997/12/27 02:53:16 asami Exp $
#
DISTNAME= xemacs-20.3
@ -42,10 +42,18 @@ ALL_TARGET= all dist
# Have
pre-configure:
@echo "To compile in the MULE features, set the environment variable USE_MULE"
.if defined(HAVE_MOTIF)
@echo
@echo "If your MOTIF library is actually lesstif, you might occasionally"
@echo "experience locked-up frames."
@echo "In this case, set the environment variable MOTIF_STATIC and recompile, "
@echo "which will force the use of athena widgets for dialogs."
.endif
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
PLIST= ${PKGDIR}/PLIST.mule
.endif
# hack to avoid shipping binaries linked with Motif

View File

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
# $Id: Makefile,v 1.6 1997/12/27 02:53:16 asami Exp $
#
DISTNAME= xemacs-20.3
@ -42,10 +42,18 @@ ALL_TARGET= all dist
# Have
pre-configure:
@echo "To compile in the MULE features, set the environment variable USE_MULE"
.if defined(HAVE_MOTIF)
@echo
@echo "If your MOTIF library is actually lesstif, you might occasionally"
@echo "experience locked-up frames."
@echo "In this case, set the environment variable MOTIF_STATIC and recompile, "
@echo "which will force the use of athena widgets for dialogs."
.endif
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
PLIST= ${PKGDIR}/PLIST.mule
.endif
# hack to avoid shipping binaries linked with Motif

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
# $Id: Makefile,v 1.6 1997/12/27 02:53:16 asami Exp $
#
DISTNAME= xemacs-20.3
@ -42,10 +42,18 @@ ALL_TARGET= all dist
# Have
pre-configure:
@echo "To compile in the MULE features, set the environment variable USE_MULE"
.if defined(HAVE_MOTIF)
@echo
@echo "If your MOTIF library is actually lesstif, you might occasionally"
@echo "experience locked-up frames."
@echo "In this case, set the environment variable MOTIF_STATIC and recompile, "
@echo "which will force the use of athena widgets for dialogs."
.endif
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
PLIST= ${PKGDIR}/PLIST.mule
.endif
# hack to avoid shipping binaries linked with Motif