1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

5880 Commits

Author SHA1 Message Date
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
Pietro Cerutti
e63a7c40d8 - Update to 2.17.26 2013-09-09 14:13:30 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Baptiste Daroussin
206fd214c3 Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
Johan van Selst
b00711f394 - Update texinfo.tex and texi2dvi to latest version
- Fix build without NLS [1]

PR:		ports/181409 [1]
Submitted by:	mat
2013-09-06 14:01:54 +00:00
William Grzybowski
eccaa71696 print/transfig: update to 3.2.5e
- 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>
2013-09-05 14:10:41 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
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)
2013-09-04 20:01:05 +00:00
Hiroki Sato
0e529fa27c Fix build.
Reported by:	pkg-fallout
2013-09-04 18:57:18 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
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)
2013-09-04 18:06:07 +00:00
Antoine Brodin
2033c491ed Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-04 17:21:52 +00:00
Andrej Zverev
945c98fdf8 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 13:07:40 +00:00
Boris Samorodov
45f061d921 Add an explicit dependency upon pkg-config (USES+=pkgconfig)
uncovered by an exp libiconv -> inconv swith.

Approved by:	portmgr (implicit)
2013-09-04 07:55:49 +00:00
Antoine Brodin
dd6428f799 Add an explicit dependency on pkgconf
(needed for good gtk20 detection)

Approved by:	portmgr (bapt)
2013-09-03 19:39:57 +00:00
Baptiste Daroussin
1e60403ddd Add an explicit dependency on pkgconf 2013-09-03 14:08:55 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
c41a62214e Add an explicit dependency on pkgconf 2013-09-02 22:23:53 +00:00
Baptiste Daroussin
2729c7d447 Add an explicit dependency on pkgconf 2013-09-02 21:32:24 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Baptiste Daroussin
839ef5dcc2 Add an explicit dependency on pkgconf 2013-09-02 16:21:38 +00:00
Baptiste Daroussin
d04aafc295 Add an explicit dependency on pkgconfig 2013-09-02 14:19:47 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
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)
2013-09-02 13:26:34 +00:00
Baptiste Daroussin
efeb4f1aa7 Add an explicit dependency on pkgconfig 2013-09-02 06:39:37 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Pietro Cerutti
d34545082a - Update to 2.17.25 2013-08-27 15:40:42 +00:00
Diane Bruce
f339f50854 Update port to latest version.
PR:		ports/174129
Submitted by: 	shurd@sasktel.net (Maintainer)
2013-08-27 00:35:46 +00:00
William Grzybowski
e03cc46c4e print/qpdf: update to 4.0.1
- 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)
2013-08-21 23:23:51 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Pietro Cerutti
486e1ec5de - Update to 2.17.24 2013-08-20 12:24:55 +00:00
Wen Heping
124cbfdfa6 - Update to 0.6.0
- Reset maintainer to ports@
2013-08-19 11:21:36 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Johan van Selst
c84041abaa Update with new version of texinfo.tex 2013-08-14 16:13:35 +00:00