aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Update to 2.5.0.1.Koop Mast2013-09-193-13/+15
| | | | | | | | | | Adobe's CFF engine is now the default. USE_GMAKE -> USES=gmake Remove leading article from COMMENTS Notes: svn path=/head/; revision=327651
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327535
* Fix build.Hiroki Sato2013-09-182-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=327519
* - convert to the new perl5 frameworkAndrej Zverev2013-09-156-9/+10
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* Fix build with libc++Baptiste Daroussin2013-09-151-0/+60
| | | | Notes: svn path=/head/; revision=327323
* Part two, of the update to 1.4.2. Forgotten files edition.Koop Mast2013-09-127-0/+108
| | | | Notes: svn path=/head/; revision=327106
* Update to 1.4.2.Koop Mast2013-09-1210-210/+141
| | | | | | | | | | This fixes run-time with glib 2.36. PR: ports/180075 [1] Reported by: Stephen Fisher <stephenfisher@outlook.com> [1], swills@ Notes: svn path=/head/; revision=327104
* Update to 0.2.5.Koop Mast2013-09-123-12/+40
| | | | Notes: svn path=/head/; revision=327103
* - convert to the new perl5 frameworkAndrej Zverev2013-09-123-8/+5
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-0/+1
| | | | Notes: svn path=/head/; revision=327018
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-111-5/+2
| | | | Notes: svn path=/head/; revision=326991
* - Convert to new LIB_DEPENDS format and sort themSunpoet Po-Chuan Hsieh2013-09-091-3/+3
| | | | Notes: svn path=/head/; revision=326819
* - Update to 2.17.26Pietro Cerutti2013-09-092-3/+3
| | | | Notes: svn path=/head/; revision=326811
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-3/+2
| | | | Notes: svn path=/head/; revision=326513
* - Update texinfo.tex and texi2dvi to latest versionJohan van Selst2013-09-062-7/+7
| | | | | | | | | | - Fix build without NLS [1] PR: ports/181409 [1] Submitted by: mat Notes: svn path=/head/; revision=326498
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-054-4/+7
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Fix build.Hiroki Sato2013-09-042-3/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=326312
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-043-3/+8
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326301
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0412-12/+19
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326272
* Add an explicit dependency upon pkg-config (USES+=pkgconfig)Boris Samorodov2013-09-042-0/+2
| | | | | | | | | uncovered by an exp libiconv -> inconv swith. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=326258
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-2/+1
| | | | | | | | | (needed for good gtk20 detection) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326219
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-7/+2
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-033-20/+6
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326133
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326107
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326095
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326090
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-6/+2
| | | | Notes: svn path=/head/; revision=326089
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326025
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-2/+2
| | | | Notes: svn path=/head/; revision=325999
* Two imake related changes:Tijl Coosemans2013-09-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325992
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325944
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-292-2/+2
| | | | Notes: svn path=/head/; revision=325559
* - Update to 2.17.25Pietro Cerutti2013-08-272-3/+3
| | | | Notes: svn path=/head/; revision=325462
* Update port to latest version.Diane Bruce2013-08-275-19/+87
| | | | | | | | PR: ports/174129 Submitted by: shurd@sasktel.net (Maintainer) Notes: svn path=/head/; revision=325426
* print/qpdf: update to 4.0.1William Grzybowski2013-08-212-5/+7
| | | | | | | | | | | | | | - Update to 4.0.1 [1] - Add LICENSE (ART20) - Convert to new lib depends syntax - USES gmake PR: ports/176398 Submitted by: Dmitry Kazarov <d.y.kazarov mail.ru> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=325172
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 2.17.24Pietro Cerutti2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325046
* - Update to 0.6.0Wen Heping2013-08-194-6/+25
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=324973
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-2/+2
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1423-23/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update with new version of texinfo.texJohan van Selst2013-08-142-8/+6
| | | | Notes: svn path=/head/; revision=324738