1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

5917 Commits

Author SHA1 Message Date
Vanilla I. Shu
086a33ec88 Support STAGEDIR. 2013-11-06 01:23:26 +00:00
William Grzybowski
ce977aebdb print/deforaos-pdfviewer: allow staging
- Allow staging
- Bump port revision for libdesktop update
- Convert lib depends to new format
- USES desktop-file-utils

PR:		ports/183638
Submitted by:	maintainer
2013-11-04 20:11:01 +00:00
Olivier Duchateau
38ee18d55a - Support STAGEDIR
- Add LICENSE blob
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake pathfix
- Rewrite COMMENT entry and pkg-descr
- Standardize LPR description
2013-11-04 14:27:23 +00:00
Pawel Pekala
4e4453b938 - Update to version 4.26
- Add LICENSE
- Support staging

PR:		ports/181070
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-02 14:48:58 +00:00
John Marino
9908388dbc print/p5-PDFLIB: Unbreak by disabling version test.
The p5-PDFLib port can no longer determine the version of pdflib
accurately, so it's failing at the configure stage.  By disabling the
test, the port builds again.

Approved by:	perl@ (AZ)
2013-11-02 09:04:53 +00:00
John Marino
da2c1736c4 print/splix: Fix C++ issues on gcc48 2013-11-01 20:32:56 +00:00
Alex Dupre
c8e30015e9 Stagify. 2013-10-30 13:32:02 +00:00
Steve Wills
009a17042c - Add stage support 2013-10-30 02:56:33 +00:00
Steve Wills
6ed7970d0c - Add stage support 2013-10-30 02:54:59 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Sunpoet Po-Chuan Hsieh
cf50f6e5a7 - Use USES=gmake 2013-10-25 13:31:18 +00:00
Eitan Adler
4c7d82f20a Use .sinclude instead of .exists & .include 2013-10-23 22:57:34 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Hiroki Sato
a98125b745 Mark as for teTeX only. TeXLive has already included cm-super fonts in the
distribution.
2013-10-22 12:12:56 +00:00
Raphael Kubo da Costa
1af68ec201 Fix the build with libc++, and a lot more.
- Support staging.
- Remove outdated pthread-related variables in Makefile.
- Sort plist.
- Sort the USES lines.
- Switch away from the deprecated USE_GNOME=desktopfileutils.
- Use the new library format for libraries in LIB_DEPENDS.
- Use the new syntax for configuration options.
2013-10-20 18:57:18 +00:00
Thierry Thomas
1a83e9b473 Tarball has been rerolled with the same version number.
The only change is a CSS file :

diff -urN fpdf17.orig/fpdf.css fpdf17/fpdf.css
--- fpdf17.orig/fpdf.css	2008-06-08 20:45:41.000000000 +0200
+++ fpdf17/fpdf.css	2008-07-19 15:04:48.000000000 +0200
@@ -1,6 +1,6 @@
 body {font-family:"Times New Roman",serif}
 h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
-h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em}
+h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
 dl.param dt {text-decoration:underline}
 dl.param dd {margin-top:1em; margin-bottom:1em}
 dl.param ul {margin-top:1em; margin-bottom:1em}

Since I'm there, "stagify".

PR:		ports/183010
Submitted by:	marino
2013-10-16 21:11:27 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Max Brazhnikov
a821cad16d - Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
2013-10-09 10:08:04 +00:00
Baptiste Daroussin
30158d82c5 Remove gnome-print (component of the EOLed gnome1) not used by anything anymore.
Approved by:	gnome (implicit)
2013-10-07 07:20:53 +00:00
Rene Ladan
0045859a62 Add stage support for linux-f10-* ports maintained by emulation@
(category print).
2013-10-06 14:42:18 +00:00
Johan van Selst
3c68a79ab7 Add missing manpages to plist
Reported by:	antoine
2013-10-06 09:22:36 +00:00
Johan van Selst
4c61524a81 - Update texinfo to 5.2
- Add stage support
2013-10-05 21:31:45 +00:00
Andrej Zverev
d162527735 Add Perl5 as run depend. This allow for port to use SITE_PERL macro.
PR:		ports/182333
Submitted by:	Bertram Scharpf <software@bertram-scharpf.de>
Approved by:	maintainer (almost timeout)
With hat:	perl@
2013-10-05 12:38:08 +00:00
Danilo Egea Gondolfo
7b360b6f46 - Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support
- Recreate files/patch-01 as files/patch-makefile

Approved by:	wg (mentor)
2013-10-01 00:03:57 +00:00
Danilo Egea Gondolfo
f56a00d737 - Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support

Approved by:	wg (mentor)
2013-09-30 22:44:26 +00:00
Sunpoet Po-Chuan Hsieh
699cd424ee - Support STAGEDIR 2013-09-30 20:20:27 +00:00
Marcelo Araujo
185c7f737c - Add support to stage. 2013-09-30 04:13:18 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Boris Samorodov
ad654aa12e . support stage;
. use new LIB_DEPENDS syntax.
2013-09-26 19:17:09 +00:00
Thomas Abthorpe
0450d73b12 - Update to 5.0.0
PR:		ports/182109
Submitted by:	Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer)
2013-09-26 02:58:10 +00:00
Alex Kozlov
fa52195c1f - Support STAGEDIR
- Use a single space for WWW in pkg-descr
2013-09-25 21:47:31 +00:00
Guido Falsi
2093492436 - Add explicit LDFLAGS for iconv
Submitted by:	marino
Approved by:	portmgr (bapt)
2013-09-24 22:53:11 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Koop Mast
df3b21e7e1 Update to 2.5.0.1.
Adobe's CFF engine is now the default.

USE_GMAKE -> USES=gmake
Remove leading article from COMMENTS
2013-09-19 21:49:50 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Hiroki Sato
c0de8ba994 Fix build.
Reported by:	pkg-fallout
2013-09-18 06:35:24 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Baptiste Daroussin
6a2df815d0 Fix build with libc++ 2013-09-15 00:07:34 +00:00
Koop Mast
49f2f3f3fa Part two, of the update to 1.4.2. Forgotten files edition. 2013-09-12 19:45:49 +00:00
Koop Mast
5900c6b14d Update to 1.4.2.
This fixes run-time with glib 2.36.

PR:		ports/180075 [1]
Reported by:	Stephen Fisher <stephenfisher@outlook.com> [1], swills@
2013-09-12 19:44:38 +00:00
Koop Mast
ebfb4876eb Update to 0.2.5. 2013-09-12 19:42:03 +00:00
Andrej Zverev
8b77080918 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 15:23:58 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
Sunpoet Po-Chuan Hsieh
410948cf59 - Convert to new LIB_DEPENDS format and sort them 2013-09-09 16:06:52 +00:00