/misc/ossp-uuid/

body>
aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript8
Commit message (Collapse)AuthorAgeFilesLines
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-2346-3552/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Convert to USES=jpegAntoine Brodin2015-06-231-2/+1
|
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | - 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
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+2
| | | | | | Categories: print, science, emulators approved by: PTHREAD blanket
* Use proper MAKE_CMD reference.Bryan Drewery2015-03-231-1/+1
| | | | With hat: portmgr
* Bump portrevision after png updateBaptiste Daroussin2014-12-261-1/+1
|
* Properly support png 1.5Baptiste Daroussin2014-12-254-22/+197
| | | | Obtained from: pkgsrc (old history)
* - Strip binaries properly.Hiroki Sato2014-11-234-34/+39
| | | | - Update pkg-message.
* Cleanup plistAntoine Brodin2014-11-131-15/+0
|
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Convert USE_XZ to USESDmitry Marakasov2014-06-201-2/+2
| | | | | | - Fix shebang Approved by: portmgr blanket
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Fix iconv dependency [*]Hiroki Sato2014-03-067-87/+64
| | | | | | | | | - Add STAGEDIR support. - Remove FT_BRIDGE option. - Fix old syntax in LIB_DEPENDS. Submitted by: tijl [*] PR: ports/186705 [*]
* Fix properties on pkg-plistBaptiste Daroussin2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | print)
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2013-07-252-4/+6
| | | | | | Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt
* Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.Hiroki Sato2013-07-252-7/+7
|
* Fix drivers.mak generation. It did not work with X11, iconv, and svgalibHiroki Sato2013-07-161-3/+9
| | | | | | device drivers after OPTIONS_{MULTI,GROUP} conversion. Reported by: Gert Doering
* Mark as job unsafe (fails with -j24)Baptiste Daroussin2013-07-101-2/+2
| | | | Convert to USES=gmake
* Fix installation of bin/ert. It should be installed when GS_epag is defined,Hiroki Sato2013-05-033-2/+5
| | | | | | not GS_dmprt. Spotted by: Andrzej Tobola
* - Use OPTIONS_MULTI and OPTIONS_GROUP.Hiroki Sato2013-05-033-37/+26
| | | | | | - Add dependency on libpaper unconditionally to 8.x and 9.x. - Fix CONFLICTS_INSTALL. - Remove ABI version numbers from LIB_DEPENDS.
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Trim old-style header.Hiroki Sato2013-04-291-5/+1
|
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-281-1/+1
|
* Fix typos which can prevent parallel build from working.Hiroki Sato2013-04-181-0/+17
| | | | | Reported by: miwi Feature safe: yes
* Revert r303635 to fix an wrong OPTIONS handling and resolve svgalib dependencyHiroki Sato2012-09-053-3/+7
| | | | | | | in the case of !amd64 && !i386 in another way. Pointed out by: crees Pointy hat to: hrs
* Fix build on !i386 && !amd64.Hiroki Sato2012-09-042-1/+3
| | | | PR: ports/171253
* Remove _UNSAFE line as this port was fixed alreadyEitan Adler2012-09-041-2/+0
| | | | Requested by: hrs
* Mark ports unsafe per wiki page of broken ports.Eitan Adler2012-09-031-0/+2
| | | | | Approved by: doceng (gabor, maintainer) [print/ghostscript8] Redports: ignore
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-252-3/+3
| | | | The X11BASE variable is long gone, however these ports were not updated.
* - Add LICENSE.Hiroki Sato2012-06-135-395/+989
| | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.8 had some inconsistent default values.
* - update png to 1.5.10Dirk Meyer2012-06-013-3/+23
|
* New options framework for the portsBaptiste Daroussin2012-05-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | for maintainers: it introduces 3 different types of options: simple, multi and single: - simple options are the same as the current options (i.e. on or off.) - multi options are options where at least one must be set (1-N). - single options are options where one and only one must be set (exclusive options). for users: - OPTIONS_SET: globally enable some options - OPTIONS_UNSET: globally disable some options - ${UNIQUENAME}_SET: enable per-port choice of options - ${UNIQUENAME}_UNSET: disable per-port choice of options For compatibility the old OPTIONS framework is now working on top of the new one The options previously set with old OPTIONS are imported and converted transparently. A new knob NO_DIALOG if defined in the the config-conditional target is ignored (prevent the dialog(1) ui to show up. Thanks to all people involved: beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches
* Fix a URL in MASTER_SITES.Hiroki Sato2012-02-131-1/+1
| | | | PR: ports/165080
* - Update MASTER_SITES.Hiroki Sato2012-02-133-7/+15
| | | | | - Add a patch to suppress a warning message. - Style fixes.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-3/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.Hiroki Sato2011-07-201-1/+1
| | | | | Spotted by: bf PR: ports/158995
* - Kick MD5 SupportMartin Wilke2011-07-031-2/+0
|
* Update CONFLICTS lines.Hiroki Sato2011-06-212-4/+5
| | | | PR: ports/158028
* - Fix a problem when opening a PDF file.Hiroki Sato2011-05-243-2/+13
| | | | | | | - Fix a build issue when TARGET_ARCH is defined. PR: ports/156654 PR: ports/156607
* - fix build with output device X11Dirk Meyer2010-12-161-0/+12
| | | | | PR: 152610 Approved by: (maintainer timeout)
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Disable the GTK frontend by default.Hiroki Sato2010-08-212-7/+13
| | | | Discussed with: ache
* Use graphics/jbig2dec for libjbig2dec instead of the bundled one.Hiroki Sato2010-08-032-13/+3
| | | | Submitted by: mi
* - Fix compile errors when vgalib and lvga256 drivers are enabled.Hiroki Sato2010-08-026-12/+99
| | | | | | | | | - Use external libraries instead of bundled old ones[1]. - Fix WITHOUT_FOO handling[2]. Submitted by: mi[1], dinoex[2] PR: ports/126513 PR: ports/148960
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-3/+4
| | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr
* Disable the cups driver when either WITHOUT_CUPS=true orHiroki Sato2010-05-262-7/+19
| | | | | | WITHOUT_GS_cups=true. Spotted by: Scott Allendorf
* - Make the driver selection stricter and redefine DEVICE_DEVSn in theHiroki Sato2010-05-255-135/+296
| | | | | | | ghostscript build framework to eliminate differences between selected drivers by OPTIONS and actually-compiled ones. - Eliminate duplicated devices displayed in "gs -h".
* Fix "-sDEVICE=ijs -sIjsServer=hpijs" issue.Hiroki Sato2010-04-112-2/+3
| | | | PR: ports/128787
* * Update to 8.71.[1] Changes include:Hiroki Sato2010-04-036-17/+62
| | | | | | | | | | | | | | | | | | | | | | | | - Support for tiff file output is now provided using the libtiff implementation rather than our more limited native code as in previous releases. There is also a new 'tiffsep1' output device which produces halftoned separations at 1 bit-per-pixel, in contrast to the 'tiffsep' device which produces 8 bit-per-pixel plates. - The graphics library has been updated to provide more accurate scan conversion of vector art including fixes to dash behavior, transparent stroked paths, thick stroked paths, radial shadings, xps cap handling, "pie" joins, degenerate beziers, improved handling of dropouts in thin strokes and better thin axis-aligned strokes. * Fix cairo support. GS_cairo is added to the drivers list (this is disabled by default). When WITH_CAIRO is defined, GS_cairo will be set by default.[2] PR: ports/144111[1] PR: ports/137634[2] PR: ports/145248[2]
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
|
* Fix build when WITH_FT_BRIDGE=1.Hiroki Sato2009-12-211-6/+6
| | | | | Reported by: Naveen Nathan PR: ports/141798
* Update to 8.70. Changes include:Hiroki Sato2009-12-208-1040/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This release fixes a large number of issues with transparency, especially as it interacts with color space conversion, mask contexts and patterns. There have also been a number of significant fixes to font handling, especially when generating PDF. And there are numerous robustness, correctness and performance improvements. - New generic Esc/Page devices, eplmono and eplcolor were added to the contrib directory. A new cdnj500 device was added to support the HP DesignJet 500. - The licensing of the Free version of the core Ghostscript code has been changed to GPLv3 or later. Previously, the core code was GPLv2 only. Ghostscript can now be used with GPLv3 applications, and can no longer be used with applications that are GPLv2-only. - This release also includes security fixes addressing CVE-2009-0583 and CVE-2009-0792. [Incompatible changes] - The size of PostScript integers has been limited to 32 bits. Previously they used the C long type resulting in 64 bits of precision on LP64 systems (like on x86_64). As of this release all platforms match the recommended implementation limits in the specification.
* Fix A3 paper handling in the LIPS (Canon LBP series) driver.Hiroki Sato2009-10-273-1/+36
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with P,R,S
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Fix LIB_DEPENDS line again.Hiroki Sato2009-06-021-1/+1
| | | | Pointy hat to: hrs
* Fix LIB_DEPENDS line.Hiroki Sato2009-06-021-2/+2
|
* Allow building ghostscript8 without CUPS support. The default isGiorgos Keramidas2009-06-021-3/+10
| | | | | | | | | | | | to link with CUPS, but it should now be possible to `make config' and disable any link options that refer to CUPS libraries. Approved by: doceng (hrs) Noticed by: Stefan Thurner thurners at nicsys.de Guido Falsi mad at madpilot.net [1], Helge Oldach ports-ghostscript8-may09 at oldach.net [1] [1] An almost identical patch was submitted to doceng.
* japanese/font-std, chinese/font-std, and dependency fixups dueHiroki Sato2009-05-313-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | to it have been added. These are to install standard fonts used in the Ports Collection. Currently they contain: std.ja_JP/Mincho std.ja_JP/Gothic std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light std.zh_CN/MHei-Medium under ${PREFIX}/share/fonts/. They are just symlinks to corresponding font files. The symlink names are based on popular PostScript font names. Applications should refer the font files via XLFD or fontconfig first. If they need a direct reference to the font file, please use files in std.*/*. This is because direct reference to a specific font name in an application configuration file makes the maintenance difficult when the font file name is changed, for example.
* - Re-enable cups supportPietro Cerutti2009-05-181-3/+3
| | | | | | | - Add dependency on print/cups-image - Bump PORTREVISION Suggested by: dinoex
* - Fix build by disabling CUPS support (cyclic dependency)Pietro Cerutti2009-05-151-0/+1
| | | | | PR: 134533 Reported by: dan <dseven@rocketmail.com>
* Fix multiple integer overflows and lack of boundary check foundHiroki Sato2009-04-202-1/+990
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and marked as CVE-2009-583 and CVE-2009-584: CVE-2009-583: Multiple integer overflows in icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allow context-dependent attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly execute arbitrary code by using a device file for a translation request that operates on a crafted image file and targets a certain "native color space," related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. CVE-2009-584: icc.c in the International Color Consortium (ICC) Format library (aka icclib), as used in Ghostscript 8.64 and earlier and Argyll Color Management System (CMS) 1.0.3 and earlier, allows context-dependent attackers to cause a denial of service (application crash) or possibly execute arbitrary code by using a device file for processing a crafted image file associated with large integer values for certain sizes, related to an ICC profile in a (1) PostScript or (2) PDF file with embedded images. Security: CVE-2009-583 Security: CVE-2009-584 Approved by: portmgr (pav)
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-03-301-0/+1
|
* Update to 8.64. Changes include:Hiroki Sato2009-03-2922-269/+280
| | | | | | | | | | | | | | | | | | | - Improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. - Improved handling of CJK text, especially in vertical writing modes. - Improved memory footprint processing some files at high resolution. - The handling of color spaces has been moved from PostScript code to C. - A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
* Update to 8.63. Changes include (quoted from doc/News.htm):Hiroki Sato2008-11-024-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Approximately 238 bugs have been fixed since version 8.62. Of particular note |are robustness and performance improvements with large files, invalid PDF, and |font handling. | |The major new feature of this release is multithreaded rendering. This can be |requested by passing -dNumRenderingThreads=n on the command line. The input |document is first parsed, and then each page is split into n bands which are |rendered concurrently. This can provide a significant reduction in processing |time on multi-core systems. | |Images are now always interpolated in their source colorspace. This improves |correctness for XPS documents and avoids bypassing the custom color management |callbacks for interpolated images. Interpolation and color management are both |expensive operations, so this affects performance with large images. The effect |can be positive or negative depending on the file and the target resolution. If |performance is a problem, we suggest running with -dNOINTERPOLATION. | |Support for OpenPrinting Vector devices has been upgraded to version 1.0. | |There are two new devices in this release, both experimental. Behdad Esfahbod |has contributed a cairo output device which uses the cairo graphics library to |generate PDF, SVG, EPS, or PNG files, based on the requested filename |extension. The svgwrite device directly outputs Scalable Vector Graphics, the |W3C XML vector graphics format. Both support only vector art at this point; |text and images will not be represented efficiently. | |Incompatible changes | |The maximum number of color components has been reduced to 8 (from 252) as a |performance improvement. Eight is the largest number commonly used and the |largest number for which we support continuous tone images. Users with special |needs can restore the previous behavior by setting the |GS_CLIENT_COLOR_MAX_COMPONENTS preprocessor symbol to the required number of |components at compile time. | |The -Z: debugging option now uses 'realtime' instead of 'usertime' when |reporting timing information on unix-like systems. This has always been the |case on windows-like systems. | |Obsolete makefiles for the DesqView environment have been removed.
* Add a hyphen to ${TAR}'s option. It is useful when ${TAR} isHiroki Sato2008-10-051-2/+2
| | | | | | | overridden by the user. Submitted by: adamw PR: ports/127165
* Fix an issue that print/ghostscript8 does not setHiroki Sato2008-10-051-26/+25
| | | | | | | PKGNAMESUFFIX (-nox11) correctly when WITHOUT_X11=yes and one of the X11 drivers are specified at a time. PR: ports/123859
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | MAKE_ENV
* Remove a workaround for PostScript files generated by oldHiroki Sato2008-07-112-11/+1
| | | | | | | acroread. GS reports an error when it reads some broken (but should be processed) PS files. Reported by: Chuck Robey
* - Fix typos in OPTIONS.Hiroki Sato2008-06-212-283/+296
| | | | | - Add CONFLICTS based on WITH_X11/WITHOUT_X11. - Fix installation directory of document files.
* Add accidentally-removed PORTREVISION in the previous commit.Hiroki Sato2008-06-011-0/+1
|
* Remove unnecessary PKGNAMESUFFIX.Hiroki Sato2008-06-011-1/+0
|
* The following repocopies have been done for print/ghostscript-*Hiroki Sato2008-06-012-11/+14
| | | | | | | | | | | | | | | | | | | | reorganization: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont and clean up Makefile of each port for the changes, and assign the maintainers to doceng@. Not hooked up to the build yet because it needs more fixes in dependent ports and bsd.port.mk. PR: ports/124157
* - Fix build problem on !i386 platforms[1].Hiroki Sato2008-05-094-22595/+213
| | | | | | | | | - Use --with-{ijs,jasper} instead of running each configure script. - Make descriptions of OPTIONS shorter than 70 chars wide. - Add "display" (GS_display) device[2]. Reported by: pointyhat[1], Requested by: Sascha Blank (blank dot sascha at googlemail dot com)[2]
* Fix few typos in the knobs(non-fatal).Timur I. Bakeyev2008-05-081-2/+2
| | | | Approved by: shaun (mentor, implicit)
* - fix typoIon-Mihai Tetcu2008-05-061-1/+1
|
* Remove SHLIB knob.Hiroki Sato2008-05-062-27/+11
| | | | Requested by: mezz
* - Update to 8.62.Hiroki Sato2008-05-0520-960/+23250
| | | | | | | | - Use OPTION for driver selection. - Revert bogus Japanese font support patch. This version already supports Japanese TTF/OTF. - Add more Asian fonts in cidfmap. - Clean up Makfile.
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Incorrect CONFLICTS in multiple ports.Edwin Groothuis2008-04-181-3/+2
| | | | | | | | There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
* - Bump PORTREVISION for CONFLICTS changedRong-En Fan2008-04-161-1/+1
| | | | Noticed by: flz
* - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan2008-04-161-0/+2
| | | | | | | | bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com> Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc)
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-243-28/+12
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* - When running make config under ghostscript-gpl-nox11, X11 is selected byRong-En Fan2008-03-151-2/+6
| | | | default. Try to make X11 default off when WITHOUT_X11 is defined.
* - Fix previos commit.Martin Wilke2008-03-071-11/+0
|
* - Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabledMartin Wilke2008-03-071-0/+11
| | | | | PR: 121462 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - As we use .SILENT, no need to use @Rong-En Fan2008-03-041-35/+35
| | | | Pointed out by: KATO Tsuguru <tkato432 at yahoo.com>
* - Reduce dependencies by using ijs distribution from linuxprinting.org. ThisRong-En Fan2008-03-043-44/+43
| | | | | | fixes `make release' with NOPORTS. Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Fix security issueRong-En Fan2008-03-022-1/+13
| | | | | | PR: ports/121283 Security: CVE-2008-0411 Submitted by: bf <bf2006a at yahoo.com>
* - Fix USE_GNOMERong-En Fan2008-03-021-1/+2
|
* - Add full support for Japanese fonts and ijs driverRong-En Fan2008-03-016-10/+248
| | | | | | | | - Fix FT_BRIDGE issue - Use OPTIONS (not for driver selection) PR: ports/119566 Submitted by: Koji Yokota <yokota at res.otaru-uc.ac.jp>
* - Update to 8.61Rong-En Fan2008-02-298-58/+239
| | | | | PR: ports/118608 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Adding a post-installation message , telling the user that he needs aThierry Thomas2008-01-022-0/+7
| | | | | | | dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills <steve (at) mouf.net>
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-1/+1
| | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
* - Disable GS_DEVS_SHARED to fix svga drivers buildRong-En Fan2007-08-181-1/+1
| | | | | | PR: ports/115593 Reported by: Barbara <barbara.xxx1975 at libero.it> Patched by: KATO Tsuguru <tkato432 at yahoo.com>
* - Add missing patch in 8.60 updateRong-En Fan2007-08-161-0/+25
| | | | | PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Update to 8.60. The contributed drivers made by gs-esp are now merged in,Rong-En Fan2007-08-1615-944/+99
| | | | | | | but still missing improved CJKV font handling functions. PR: ports/115395 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Replace USE_XLIB with USE_XORG (xt xext)Martin Matuska2007-08-042-2/+2
| | | | | | | | - Bump PORTREVISION Tested by: pointyhat Thanks to: pav (testing) Approved by: garga (mentor, implicit)
* Fix build when lvga256 or vgalib is enabled.Hiroki Sato2007-06-042-0/+36
| | | | Spotted by: itetcu
* Update to 8.57.Hiroki Sato2007-06-0370-5977/+1247
| | | | | Submitted by: KATO Tsuguru PR: ports/113009
* - Bump PORTREVISION for xorg72 import (automated tool got confused here)Pav Lucistnik2007-05-202-2/+1
| | | | | Reported by: netchild Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use japanese/ipa-ttfonts as the default Japanese TrueTypeHiroki Sato2007-04-242-17/+6
| | | | font if any (i.e. no dependency added). Bump PORTREVISION.
* rafan@ reports that the hl250 driver "breaks my print/gv on my amd64", soMichael Nottebrock2007-03-303-2/+3
| | | | | | | | deactivate the driver by default. While here, mark ghostscript-afpl as deprecated. Submitted by: rafan
* Add hl1250 driver, which adds support for the Brother HL-1250 andMichael Nottebrock2007-03-296-3/+50
| | | | | compatible printers (for a comprehensive list see http://www.linuxprinting.org/show_printer.cgi?recnum=Brother-HL-1250).