diff options
author | kwm <kwm@FreeBSD.org> | 2014-06-18 04:05:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-06-18 04:05:30 +0800 |
commit | 98162b19d9932d8c615667a8834dbc87beabe646 (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /editors | |
parent | c64db2f57998726ac916bbab0e9c1d15601a17a3 (diff) | |
download | freebsd-ports-gnome-98162b19d9932d8c615667a8834dbc87beabe646.tar.gz freebsd-ports-gnome-98162b19d9932d8c615667a8834dbc87beabe646.tar.zst freebsd-ports-gnome-98162b19d9932d8c615667a8834dbc87beabe646.zip |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index e330c6b33dd1..027d1e1cc188 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ @@ -146,7 +146,7 @@ M17N_CONFIGURE_WITH= m17n-flt OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf OTF_CONFIGURE_WITH= libotf -MAGICK_LIB_DEPENDS= libMagickCore.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick GSETTINGS_USE= gnome=glib20 diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 8e050652f774..b32e552f850d 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -144,7 +144,7 @@ M17N_CONFIGURE_WITH= m17n-flt OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf OTF_CONFIGURE_WITH= libotf -MAGICK_LIB_DEPENDS= libMagickCore.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick GSETTINGS_USE= gnome=glib20 |