aboutsummaryrefslogtreecommitdiff
path: root/print/transfig
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* print/transfig: Fix build with -fno-commonNiclas Zeising2020-08-253-3/+42
| | | | | | | | | | Fix the build of print/transfig when built with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=546159
* Add USES=xorg USES=gl, ports categories pNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'p' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516924
* Fix typo in pkg-descr: langauges -> languages.Gerald Pfeifer2016-05-252-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=415858
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Fix packaging as a userBaptiste Daroussin2015-04-081-4/+4
| | | | Notes: svn path=/head/; revision=383576
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Antoine Brodin2014-12-253-4/+3
| | | | Notes: svn path=/head/; revision=375556
* Cleanup plistAntoine Brodin2014-11-131-3/+0
| | | | Notes: svn path=/head/; revision=372510
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371252
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363322
* Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.orgKurt Jaeger2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357068
* Support stageBaptiste Daroussin2014-05-092-35/+32
| | | | Notes: svn path=/head/; revision=353377
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* print/transfig: update to 3.2.5eWilliam Grzybowski2013-09-053-26/+6
| | | | | | | | | | | | | | - Update to 3.2.5e [1] - Convert lib depends to new syntax - Pass maintainership to submitter Changes: http://www.xfig.org/art17.html PR: ports/181750 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> Notes: svn path=/head/; revision=326401
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - Fix MASTER_SITESPietro Cerutti2013-02-151-1/+1
| | | | | | | Approved by: miwi (portmgr) Notes: svn path=/head/; revision=312282
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* mark a few ports MAKE_JOBS_SAFE after testing them.Eitan Adler2012-09-021-0/+2
| | | | Notes: svn path=/head/; revision=303579
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+22
| | | | Notes: svn path=/head/; revision=297915
* . Update to 3.2.5d.Greg Lewis2011-06-184-23/+9
| | | | | | | . Fix MASTER_SITES to make it fetchable. Notes: svn path=/head/; revision=275759
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Remove unneeded -lcompat.Ed Schouten2010-03-081-1/+13
| | | | | | | | | | It seems this port doesn't depend on any of the symbols provided by libcompat, so we'd better just remove it. Approved by: miwi Notes: svn path=/head/; revision=250703
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Remove WITH_GHOSTSCRIPT_GNU check.Hiroki Sato2008-06-011-8/+0
| | | | Notes: svn path=/head/; revision=214099
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-4/+3
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - Update to 3.2.5Martin Wilke2007-06-1010-118/+65
| | | | | | | | PR: 111246 Submitted by: Eric P. Scott <eps+pbug0704@ana.com> Notes: svn path=/head/; revision=193136
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use the new ghostscript options.Joe Marcus Clarke2004-01-201-7/+2
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=98657
* Remove a quite unnecessary #include <varargs.h> which tripped up the build.Dag-Erling Smørgrav2003-10-071-1/+9
| | | | Notes: svn path=/head/; revision=90525
* KATO mega patchEdwin Groothuis2003-09-271-5/+5
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* [PATCH] print/transfig: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54950 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88145
* Unsplit multi-line string literals.Dag-Erling Smørgrav2003-07-231-0/+21
| | | | Notes: svn path=/head/; revision=85463
* transfig run-depends on ghostscript.Joerg Wunsch2003-06-131-1/+3
| | | | Notes: svn path=/head/; revision=82953
* Remove chuckr as maintainer of his ports. He has not committed sinceKris Kennaway2003-06-081-1/+1
| | | | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr Notes: svn path=/head/; revision=82487
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 3.2.4, with a minor addition to the patch in the PR.Mikhail Teterin2003-02-098-47/+100
| | | | | | | | | PR: ports/46948 ports/38324 Submitted by: KATO Tsuguru Approved by: chuckr (maintainer -- by phone) Notes: svn path=/head/; revision=75153
* Fix build on -CURRENT.Christian Weisgerber2002-08-151-0/+14
| | | | | | | | | PR: 41006 Submitted by: Maxim Maximov <mcsi@localhost.my.domain.agava.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=64551
* * This fixes the problem where fig2dev uses the "transparentimage" codeLars Koeller2002-02-201-0/+12
| | | | | | | | | | for JPEG images, which is only supposed to be used for GIF. * I get this patch from the author of transfig after reporting some problems with jpeg embedded into PS files generated with xfig. Notes: svn path=/head/; revision=54997
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47629
* Update to version 3.2.3dDavid W. Chapman Jr.2001-07-094-14/+22
| | | | | | | | | PR: 28061 Submitted by: KATO Tsuguru <tkato@prontomail.com> No response: maintainer Notes: svn path=/head/; revision=44985
* Update to version 3.2.3c.Steve Price2000-12-114-42/+17
| | | | | | | | PR: 23278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=35869