aboutsummaryrefslogtreecommitdiff
path: root/print/ttf2pt1
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous linefeeds.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458754
* 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
* - Add LICENSEDmitry Marakasov2015-05-111-1/+5
| | | | | | | - Strip binary Notes: svn path=/head/; revision=386056
* Cleanup plistAntoine Brodin2014-11-131-18/+0
| | | | Notes: svn path=/head/; revision=372510
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-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) Notes: svn path=/head/; revision=351411
* - New LIB_DEPENDS syntaxAntoine Brodin2014-03-011-4/+12
| | | | | | | | - Allow packaging as a regular user - Fix references to STAGEDIR in scripts and man pages Notes: svn path=/head/; revision=346722
* - Stage supportMartin Wilke2014-02-262-4/+5
| | | | Notes: svn path=/head/; revision=346103
* Update freetype to 2.5.2.Koop Mast2013-12-241-6/+14
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Convert to new perl frameworkAndrej Zverev2013-08-031-2/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* Fix all shebang linesBaptiste Daroussin2013-05-131-2/+9
| | | | | | | | Submitted by: John Marino (via irc) Obtained from: DPorts Notes: svn path=/head/; revision=318068
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-2/+6
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-6/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Don't install t1asm, depends on t1utils insteadRong-En Fan2006-12-203-1/+12
| | | | | | | Reported by: Edward G.J.Lee <edt1023 at info.sayya.org> Notes: svn path=/head/; revision=180290
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* Remove trailing space.Kirill Ponomarev2005-03-131-1/+1
| | | | Notes: svn path=/head/; revision=131071
* Update to version 3.4.4Kirill Ponomarev2005-03-134-167/+117
| | | | | | | | PR: ports/78743 Submitted by: Ports Fury Notes: svn path=/head/; revision=131066
* Fix build with freetyp2-2.1.7.Joe Marcus Clarke2004-03-211-0/+12
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=104871
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* statue@freebsd.sinica.edu.tw has asked for all the maintainedMark Linimon2003-11-211-1/+1
| | | | | | | | | | | ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw Notes: svn path=/head/; revision=94596
* Update to 3.4.3Yen-Ming Lee2003-04-053-2/+7
| | | | | | | | PR: 50018 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=78310
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Maintainer update to version 3.4.2Edwin Groothuis2002-11-164-4/+14
| | | | | | | | PR: ports/45024 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=70236
* PERL -> REINPLACEEdwin Groothuis2002-11-041-0/+1
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Update to 3.4.1David W. Chapman Jr.2002-09-013-8/+8
| | | | | | | | PR: 41066 Submitted by: kanou@mil.allnet.ne.jp Notes: svn path=/head/; revision=65443
* pass maintainership to statue@freebsd.sinica.edu.twYing-Chieh Liao2001-12-021-1/+1
| | | | | | | Submitted by: new maintainer Notes: svn path=/head/; revision=50871
* upgrade to 3.4.0Ying-Chieh Liao2001-11-265-25/+8
| | | | Notes: svn path=/head/; revision=50568
* enable freetype supportYing-Chieh Liao2001-10-142-5/+20
| | | | | | | | PR: 30122 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp> Notes: svn path=/head/; revision=48764
* add ttf2pt1Ying-Chieh Liao2001-08-116-0/+185
True Type Font to Postscript Type 1 Converter Notes: svn path=/head/; revision=46079