summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>1999-11-16 21:14:47 +0000
committerGary Jennejohn <gj@FreeBSD.org>1999-11-16 21:14:47 +0000
commit321f603c146c6df9749bc7a09753462742ba2a7d (patch)
treef67fe1fd558f3779a5648c924055d82aa77710ce /editors
parentupgrade to 2.09 (diff)
Here is a summary of the changes in the patch:
- fixed the plist so that you don't get an error message when using pkg_delete - added "-with-tiff=yes" to the configure command line, and tiff.4 to LIB_DEPENDS Submitted by: "Alec Wolman" <wolman@cs.washington.edu> Reviewed by: the maintainer
Notes
Notes: svn path=/head/; revision=23156
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-devel/Makefile4
-rw-r--r--editors/xemacs-devel/pkg-plist2
-rw-r--r--editors/xemacs/Makefile4
-rw-r--r--editors/xemacs/pkg-plist2
-rw-r--r--editors/xemacs21/Makefile4
-rw-r--r--editors/xemacs21/pkg-plist2
6 files changed, 12 insertions, 6 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 14b8beb87015..631d91fa0baa 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -22,7 +22,8 @@ MAINTAINER= me@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff
XEMACS_VER= 21.1.7
DIST_SUBDIR= xemacs
@@ -39,6 +40,7 @@ CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
--site-libraries=${PREFIX}/lib \
--with-session=yes \
--with-png=yes \
+ --with-tiff=yes \
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX}
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
diff --git a/editors/xemacs-devel/pkg-plist b/editors/xemacs-devel/pkg-plist
index 2759e9e956d9..f7b44e34676d 100644
--- a/editors/xemacs-devel/pkg-plist
+++ b/editors/xemacs-devel/pkg-plist
@@ -1140,4 +1140,4 @@ lib/xemacs-%%XEMACS_VER%%/i386--freebsd/config.values
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp/x11
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp
@dirrm lib/xemacs-%%XEMACS_VER%%
-@dirrm lib/xemacs
+@unexec rmdir %D/lib/xemacs 2>/dev/null || true
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 14b8beb87015..631d91fa0baa 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -22,7 +22,8 @@ MAINTAINER= me@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff
XEMACS_VER= 21.1.7
DIST_SUBDIR= xemacs
@@ -39,6 +40,7 @@ CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
--site-libraries=${PREFIX}/lib \
--with-session=yes \
--with-png=yes \
+ --with-tiff=yes \
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX}
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
diff --git a/editors/xemacs/pkg-plist b/editors/xemacs/pkg-plist
index 2759e9e956d9..f7b44e34676d 100644
--- a/editors/xemacs/pkg-plist
+++ b/editors/xemacs/pkg-plist
@@ -1140,4 +1140,4 @@ lib/xemacs-%%XEMACS_VER%%/i386--freebsd/config.values
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp/x11
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp
@dirrm lib/xemacs-%%XEMACS_VER%%
-@dirrm lib/xemacs
+@unexec rmdir %D/lib/xemacs 2>/dev/null || true
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 14b8beb87015..631d91fa0baa 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -22,7 +22,8 @@ MAINTAINER= me@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.3:${PORTSDIR}/graphics/png
+ png.3:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff
XEMACS_VER= 21.1.7
DIST_SUBDIR= xemacs
@@ -39,6 +40,7 @@ CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
--site-libraries=${PREFIX}/lib \
--with-session=yes \
--with-png=yes \
+ --with-tiff=yes \
${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX}
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1
diff --git a/editors/xemacs21/pkg-plist b/editors/xemacs21/pkg-plist
index 2759e9e956d9..f7b44e34676d 100644
--- a/editors/xemacs21/pkg-plist
+++ b/editors/xemacs21/pkg-plist
@@ -1140,4 +1140,4 @@ lib/xemacs-%%XEMACS_VER%%/i386--freebsd/config.values
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp/x11
@dirrm lib/xemacs-%%XEMACS_VER%%/lisp
@dirrm lib/xemacs-%%XEMACS_VER%%
-@dirrm lib/xemacs
+@unexec rmdir %D/lib/xemacs 2>/dev/null || true