diff options
author | gj <gj@FreeBSD.org> | 1999-11-17 05:14:47 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-11-17 05:14:47 +0800 |
commit | 93cf413e026aaddf89fdf11e4e252bf7460a109e (patch) | |
tree | 60fd9fd363adaa986c4c3b44dc819b1dcff751c6 | |
parent | 908e3366e84bc349a3fe10dfc8d3241026958066 (diff) | |
download | freebsd-ports-gnome-93cf413e026aaddf89fdf11e4e252bf7460a109e.tar.gz freebsd-ports-gnome-93cf413e026aaddf89fdf11e4e252bf7460a109e.tar.zst freebsd-ports-gnome-93cf413e026aaddf89fdf11e4e252bf7460a109e.zip |
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
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-devel/pkg-plist | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/pkg-plist | 2 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21/pkg-plist | 2 |
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 |