mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
665dfdd3b7
commit
321f603c14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23156
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user