diff options
author | tijl <tijl@FreeBSD.org> | 2018-06-27 01:15:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-06-27 01:15:37 +0800 |
commit | 3a2309c95328ce7e9dfdaa9a154c865e51d66b3e (patch) | |
tree | 30c1f15290eeb359914ea84beab0941a4990413c /print/ghostscript9-agpl-base/Makefile | |
parent | ad65c069eb4f83f6b890c93127abfb96577385d4 (diff) | |
download | freebsd-ports-gnome-3a2309c95328ce7e9dfdaa9a154c865e51d66b3e.tar.gz freebsd-ports-gnome-3a2309c95328ce7e9dfdaa9a154c865e51d66b3e.tar.zst freebsd-ports-gnome-3a2309c95328ce7e9dfdaa9a154c865e51d66b3e.zip |
- Restore patch that adds mappings for common CJK TeX fonts to cidfmap.
Make the path in the mappings relative to LOCALBASE/share/fonts so
print/gsfonts does not need to be installed. [1]
- Remove --enable-threadsafe from CONFIGURE_ARGS so thread-unsafe devices
like opvp (used by Canon printer drivers) are built. [2]
- Fix detection of dlopen on FreeBSD < 11.2 (which doesn't have libdl). [2]
- Remove reference to FAPI configuration from pkg-message. As far as I
can tell it is only useful in combination with UFST, a commercial font
renderer from Monotype and we don't (and can't) build with UFST support.
PR: 229211 [1], 229332 [2]
Tested by: Osamu Matsuda <omatsuda000@gmail.com>
Diffstat (limited to 'print/ghostscript9-agpl-base/Makefile')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index 9a980c192a5b..2ab30a5b2173 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.23 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base @@ -40,7 +41,6 @@ CONFIGURE_ARGS= --disable-compile-inits \ --enable-fontconfig \ --enable-freetype \ --enable-openjpeg \ - --enable-threadsafe \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \ @@ -52,8 +52,6 @@ CONFIGURE_ARGS= --disable-compile-inits \ ALL_TARGET= so INSTALL_TARGET= soinstall PLIST_SUB= GS_VERSION="${PORTVERSION}" -SUB_FILES= pkg-message -SUB_LIST= DATADIR="${DATADIR}" OPTIONS_DEFINE= DOCS CUPS IJS OPTIONS_DEFAULT=CUPS IJS |