<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/print/ghostscript7, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2015-08-22T17:48:35Z</updated>
<entry>
<title>- Split ghostscript into X11-independent and -dependent parts:</title>
<updated>2015-08-22T17:48:35Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-08-22T17:48:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=27470e1676e69455acf06ae25ebd42ebd5bdecdb'/>
<id>urn:sha1:27470e1676e69455acf06ae25ebd42ebd5bdecdb</id>
<content type='text'>
 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
</content>
</entry>
<entry>
<title>Convert to USES=jpeg</title>
<updated>2015-06-22T18:33:20Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2015-06-22T18:33:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e'/>
<id>urn:sha1:6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MASTER_SITES cleanup.</title>
<updated>2015-05-14T10:15:04Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-14T10:15:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=60d1a83c2a113150cedbc43ff12a7375144f741a'/>
<id>urn:sha1:60d1a83c2a113150cedbc43ff12a7375144f741a</id>
<content type='text'>
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>print/ghostscript7: This is not jobs safe</title>
<updated>2015-04-27T14:34:24Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2015-04-27T14:34:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3c0fbd22bf0ca2c4d7e1df7e03d29847a6c96b08'/>
<id>urn:sha1:3c0fbd22bf0ca2c4d7e1df7e03d29847a6c96b08</id>
<content type='text'>
This port is doing some king of crazy delete/copy thing with gconfig.h
and there's a race where it gets used before it's copied.  Mark this
port unsafe until further notice; it has failed on me a couple of times.

tailored log:
  rm -f ./obj/../soobj/gconfig.h
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  rm -f ./obj/../soobj/gconfig.h
  cp ./src/gconf.c ./obj/../soobj/gconfig.cOA
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  [snip]
  cp ./obj/../soobj/gconfxx.h ./obj/../soobj/gconfig.h
  In file included from ./obj/../soobj/iconfig.c:43:0:
  ./src/gconf.h:34:23: fatal error: ./obj/../soobj/gconfig.h: No such file
    or directory
  compilation terminated.
</content>
</entry>
<entry>
<title>3 ports categories: Remove $PTHREAD_LIBS</title>
<updated>2015-03-24T22:17:41Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2015-03-24T22:17:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=312461b6fa77f1cca68731482cf7519092085f56'/>
<id>urn:sha1:312461b6fa77f1cca68731482cf7519092085f56</id>
<content type='text'>
Categories: print, science, emulators

approved by:	PTHREAD blanket
</content>
</entry>
<entry>
<title>Fix libpng issue.</title>
<updated>2015-02-18T19:17:14Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-02-18T19:17:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc739264e5a95b4fba77a5e332c93967e12496fd'/>
<id>urn:sha1:cc739264e5a95b4fba77a5e332c93967e12496fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2015-02-05T15:53:00Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-02-05T15:53:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9a8b7df868ecba2720c898b139b4ad0217b852ec'/>
<id>urn:sha1:9a8b7df868ecba2720c898b139b4ad0217b852ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark as broken after png update</title>
<updated>2014-12-25T20:59:37Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-12-25T20:59:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3ac8c240d980f842253cc9f617901e7ac9fe51ef'/>
<id>urn:sha1:3ac8c240d980f842253cc9f617901e7ac9fe51ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade</title>
<updated>2014-12-25T19:04:25Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-12-25T19:04:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5'/>
<id>urn:sha1:7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.</title>
<updated>2014-11-23T06:14:21Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2014-11-23T06:14:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=118978bf4c6dbf7ffc92a190aab60942c56093f4'/>
<id>urn:sha1:118978bf4c6dbf7ffc92a190aab60942c56093f4</id>
<content type='text'>
</content>
</entry>
</feed>
