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

12794 Commits

Author SHA1 Message Date
Adam Weinberger
e0b27a9310 Remove forgotten .endif 2014-07-03 21:57:54 +00:00
Adam Weinberger
4586d2ad5c Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
2014-07-03 21:48:44 +00:00
Sunpoet Po-Chuan Hsieh
7a0d731022 - Use USES=tar:tgz
Approved by:	portmgr (blanket)
2014-07-03 16:00:34 +00:00
Steven Kreuzer
c0edaf5cdd Build w/ clang
PR:	190191
Submitted by:	kozlov.sergey.404@gmail.com
2014-07-03 13:39:52 +00:00
Steve Wills
4eb1ddd3eb - Update rails and friend to 3.2.19
Security:	CVE-2014-3482
Security:	CVE-2014-3483
2014-07-02 23:26:38 +00:00
Dmitry Marakasov
2a53171e9e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:11:24 +00:00
Dmitry Marakasov
b0c2d78b9d - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-02 22:10:41 +00:00
Matthias Andree
eeaaf77bc5 Fix mutex code on powerpc64.
PR:		191453
Submitted by:	jhibbits@
2014-07-02 20:59:24 +00:00
William Grzybowski
69cf9f9b31 databases/py-south: update to 1.0 2014-07-02 12:59:11 +00:00
Baptiste Daroussin
cca3c8eb1c Deserves the same punishment as mysql55 for readline support 2014-07-01 23:05:06 +00:00
Baptiste Daroussin
1b034ec317 Both the client and the server require readline if no readline is present in
base (otherwise cmake fails for the server)
2014-07-01 22:45:48 +00:00
Baptiste Daroussin
a375d779c4 Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports
2014-07-01 16:35:06 +00:00
Baptiste Daroussin
7d3125b7b6 Mark as broken
With hat:	portmgr
2014-07-01 15:45:37 +00:00
Dmitry Marakasov
03fe800c9e - Switch to USES=libtool, drop .la files
- Fix PORTREVISION misuse

Approved by:	portmgr blanket
2014-07-01 15:06:02 +00:00
Philippe Audeoud
1e74c78060 - Update to 0.22 2014-07-01 14:40:02 +00:00
Philippe Audeoud
8caf61d8a3 - Update to 3.3.0 2014-07-01 14:39:18 +00:00
Dmitry Marakasov
e746a0ec34 - Stagify
- Switch to USES=libtool, drop .la files
- Convert USE_XZ to USES

Approved by:	portmgr blanket
2014-07-01 13:14:07 +00:00
Baptiste Daroussin
3c216d44ae Revert accidental removal of USES=perl5 2014-07-01 12:42:04 +00:00
Baptiste Daroussin
f85a534244 Fix build with readline from ports 2014-07-01 12:22:05 +00:00
Baptiste Daroussin
562eeefecf Fixes build with readline from ports 2014-06-30 23:07:29 +00:00
Matthias Andree
0f6ac726f5 Grab three ports that Gea-Suan Lin gave up. 2014-06-30 21:10:01 +00:00
Sunpoet Po-Chuan Hsieh
fa31171c2f - Update LICENSE 2014-06-30 18:52:56 +00:00
Antoine Brodin
7161d7e8bf Allow package installation in a world WITHOUT_INFO 2014-06-30 18:13:32 +00:00
Sunpoet Po-Chuan Hsieh
99b61650d6 - Take maintainership 2014-06-30 16:42:17 +00:00
Sunpoet Po-Chuan Hsieh
d622168b83 - Take maintainership 2014-06-30 16:17:31 +00:00
Xin LI
2e096dd9cc Take. 2014-06-30 16:01:37 +00:00
Dryice Dong Liu
8b2ba3516f - support stage
- support options
2014-06-30 14:31:34 +00:00
Kubilay Kocak
3c38f53bc6 databases/py-pylibmc: Bump PORTREVISION
Bump PORTREVISION that I forgot in my haste.
2014-06-30 09:53:56 +00:00
Kubilay Kocak
f29b952bae databases/py-pylibmc: Take maintainership, Modernise
- Take maintainership
- Enable AUTOPLIST
- Limit to Python 2.x [1]
- Adjust COMMENT
- Update LICENSE (BSD3CLAUSE)
- Re-order USE{_*} entries

[1] https://github.com/lericson/pylibmc/issues/146
2014-06-30 09:51:53 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Matthew Seaman
0241af3e58 Must remember to Hook databases/pgpool-II-33 up to the build..
PR:		189880
2014-06-29 16:44:03 +00:00
Matthew Seaman
219d691b62 New port databases/pgpool-II-33
Repo copy from databases/pgpool-II. Changes from that port:

 - New port for pgpool-II33-3.3.3

 - Stagify

 - Add libtool, gmake, pgsql, perl5 to USES.  Drop .la files -- this is a
   new port, so there can't be any pre-existing consumers of the .la files
   to worry about.

 - Use options helpers

 - The configure used with this software is buggy and doesn't understand
   --without-foo.  Just omit any --with-foo or --without-foo to turn off
   'foo' support.

 - New options PAM MEMCACHED.  Enable PAM by default since it
   only depends on the base system.

 - Add RUN_DEPENDS on rsync and perl5 -- needed for the scripts
   pgpool_copy_backup and pgpool_remote_start respectively.

 - regenerate pkg-plist using 'make makeplist.'  Just use the auto-generated
   plist entries for %%PORTDOCS%% rather than the $PORTDOCS variable.

 - Simplify how docs and sql/contrib functions are installed

Redports:   	https://redports.org/buildarchive/20140629142900-20287/
PR:		189880
Submitted by:	michelle@sorbs.net
Reviewed by:	pi, matthew
2014-06-29 16:40:54 +00:00
Kurt Jaeger
f48a8c20ec databases/cego: 2.20.10 -> 2.20.11
Submitted by:	lemke@lemke-it.com
2014-06-29 08:21:31 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Martin Wilke
d4126a97f6 - Use proper stripping
- Don't keep la file since shlib got downgraded in r359529
- Bump PORTREVISION
2014-06-27 17:17:31 +00:00
Martin Wilke
ceb44743f2 - Stage support
PR:		190648
2014-06-27 14:25:04 +00:00
Martin Wilke
93d081f9da - Update to 3.8.5
PR:		190746
2014-06-27 14:10:37 +00:00
Martin Wilke
733b93eec7 - Update to 3.8.5
PR:		190745
2014-06-27 14:10:03 +00:00
Matthew Seaman
0d7f9c9fae Update to 4.2.5
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.5/phpMyAdmin-4.2.5-notes.html/view
2014-06-27 06:31:40 +00:00
Steve Wills
04e1a8dc7c - Update to 1.5.0 2014-06-26 18:21:55 +00:00
Antoine Brodin
75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00
Antoine Brodin
f672b8cfe6 Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 11:02:07 +00:00
Antoine Brodin
b9afc6377f Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 09:41:38 +00:00
Dmitry Marakasov
d8da398e1f - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-25 19:29:45 +00:00
Dmitry Marakasov
5842a64033 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-06-25 18:39:00 +00:00
Dmitry Marakasov
811a73e19a - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-25 18:36:39 +00:00
Baptiste Daroussin
07862dafe2 Fix build without texinfo in base 2014-06-25 17:01:52 +00:00
Baptiste Daroussin
ed8fcb4d0a Fix build without texinfo in base
With hat:	portmgr
2014-06-25 14:22:18 +00:00
Baptiste Daroussin
698f728a34 Fix build on system built WITHOUT_INFO
With hat:	portmgr
2014-06-25 08:58:09 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00