1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

3152 Commits

Author SHA1 Message Date
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Sunpoet Po-Chuan Hsieh
2c7f31627b - Strip shared library
- Use += for CONFIGURE_ENV
2013-11-02 17:23:44 +00:00
Sunpoet Po-Chuan Hsieh
3277ab6371 - Fix build when both GSSAPI and SPNEGO options are on
When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search
path of include files. It causes build failure when "#include <gssapi.h>" wants
/usr/include/gssapi/gssapi.h.
2013-11-02 10:11:31 +00:00
Florian Smeets
f231f04572 - convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
2013-11-01 23:49:56 +00:00
Koop Mast
44d0dc12bb Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
2013-11-01 22:14:07 +00:00
Renato Botelho
47fbd11274 . Support STAGE
. Simplify Makefile
2013-10-31 23:35:00 +00:00
Sunpoet Po-Chuan Hsieh
05ad87dfe4 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/183388 [1]
Submitted by:	avilla [1]
Reported by:	antoine
2013-10-31 14:54:48 +00:00
Hiroki Sato
42bc4e4802 - Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
2013-10-31 02:03:01 +00:00
Alex Dupre
c8e30015e9 Stagify. 2013-10-30 13:32:02 +00:00
Kevin Lo
47d2fb89b9 - Support stage
- Silent warnings
2013-10-30 05:45:42 +00:00
Steve Wills
c4295e8d58 - Add stage support 2013-10-30 02:48:42 +00:00
Sunpoet Po-Chuan Hsieh
3b4644a994 - Reword COMMENT: remove "very"
Suggested by:	eadler
2013-10-28 06:42:24 +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
Vasil Dimov
8eae7be17a Fix compilation of ftp/wget when perl 5.18 is installed.
Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>.

PR:		ports/182159
Submitted by:   Jeremy Chadwick <jdc@koitsu.org>
2013-10-24 14:23:53 +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
Sunpoet Po-Chuan Hsieh
0e5c05a56a - Update to 7.33.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
2013-10-23 15:31:27 +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
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Sunpoet Po-Chuan Hsieh
51bc21f9d7 - Convert to new LIB_DEPENDS format
- Convert to new options helper
- Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option
2013-10-20 18:07:48 +00:00
Brooks Davis
14ee9c1701 STAGIFY 2013-10-18 14:12:41 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258 - Add SSP support 2013-10-15 17:36:34 +00:00
Baptiste Daroussin
b41ebe474d Remove all options bringing gnome1 libraries 2013-10-15 09:47:11 +00:00
Dmitry Sivachenko
03561fa503 Update tp version 4.1.3. 2013-10-14 10:37:09 +00:00
David Chisnall
6b795da3dc Update GNUstep FTP to the latest release. 2013-10-08 15:47:49 +00:00
Sunpoet Po-Chuan Hsieh
f4b2d5508e - Fix STAGEDIR support
Reported by:	makc
2013-10-07 18:24:42 +00:00
Matthias Andree
c30feda81a Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS 2013-10-06 22:06:43 +00:00
Sunpoet Po-Chuan Hsieh
9857a44495 - Fix build with curl 7.32.0
Submitted by:	sunpoet (myself)
Approved by:	maintainer (no objection, via e-mail)
2013-10-06 18:46:28 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484 - Update to 7.32.0
- Turn COOKIES on by default
- Support STAGEDIR

Note:
- mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead

Changes:	http://curl.haxx.se/changes.html
PR:		ports/181510
Exp run by:	drewery
2013-10-06 18:36:49 +00:00
Rene Ladan
e506889b28 Add stage support for linux-f10-* ports maintained by emulation@
(category ftp).
2013-10-06 12:52:05 +00:00
Baptiste Daroussin
d8352fb86c Do not arbitrary rename packages 2013-10-04 08:52:32 +00:00
Baptiste Daroussin
58af86f3f4 The port is outdated, consider using a newer version. This port also has a pkgname conflicting with
ftp/ncftp1 and ftp/ncftp3
2013-10-02 21:33:37 +00:00
Sunpoet Po-Chuan Hsieh
aae017a0ab - Update to 0.44
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2013-10-02 17:50:44 +00:00
Sunpoet Po-Chuan Hsieh
699cd424ee - Support STAGEDIR 2013-09-30 20:20:27 +00:00
Danilo Egea Gondolfo
b43fa6c573 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	wg (mentor)
2013-09-29 13:46:55 +00:00
Sunpoet Po-Chuan Hsieh
4abf9324cc - Update to 0.6.1
Changes:	https://github.com/msoulier/tftpy/blob/master/ChangeLog
2013-09-27 20:57:34 +00:00
William Grzybowski
fc21c9a968 ftp/yafc: allow staging
- Allow staging
2013-09-25 11:39:38 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +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
Sunpoet Po-Chuan Hsieh
13c258d12c - Fix typo 2013-09-20 06:36:58 +00:00
Sunpoet Po-Chuan Hsieh
6c6694c46f - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1]
- Convert to new LIB_DEPENDS format
- Convert to new OPTIONS simplifier

Reported by:	pkg-fallout [1]
2013-09-20 06:34:15 +00:00
Sunpoet Po-Chuan Hsieh
a138a63a56 - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and CPUTYPE [2]
- Remove note in pre-configure: since it does not help to avoid bug-report mails

PR:		ports/177401 [1], ports/180648 [1], ports/180944 [2]
2013-09-18 22:13:21 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +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
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +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