Commit graph

23103 commits

Author SHA1 Message Date
Guido Falsi
3d59bf1d24 Convert the ports I maintain to USES=gmake. 2013-07-08 18:44:24 +00:00
Emanuel Haupt
6fe706fd4b - Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
2013-07-08 18:42:15 +00:00
Dirk Meyer
6ebcf86c50 - recover lost description for option BPF
Submitted by:	Wesley Shields
2013-07-08 16:51:29 +00:00
Dirk Meyer
93bfdd66d0 - remove Author
- fix typo
Submitted by:	Alexey Dokuchaev
2013-07-08 16:50:33 +00:00
Nicola Vitale
98b4e541fe - Update to 5.0.2
- Add another download site
- Install new documentation

Build logs:	http://goo.gl/EjZaN http://goo.gl/HB6kC
2013-07-08 15:36:39 +00:00
William Grzybowski
5a5f87203b net/pyrad: update to 2.0
- Update to 2.0 [1]
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- Proper install examples and add to options
- Trim Makefile header

PR:		ports/180213 [1]
Submitted by:	Chris Mikkelson <cmikk uerige.oss.uswest.net> [1]
Approved by:	maintainer
2013-07-08 12:42:01 +00:00
Pietro Cerutti
2b7cdc2de5 - Fix build with Tcl/Tk 8.6 [1]
- While at it, trim Makefile headers

Reported by:	bapt [1]
2013-07-08 12:12:18 +00:00
Baptiste Daroussin
0b8514a945 Mark as job unsafe, drop maintainership 2013-07-08 11:52:46 +00:00
Cheng-Lung Sung
ac6fcf31b0 - Update to 1.15
Changes: http://cpansearch.perl.org/src/BOBTFISH/AnyEvent-RabbitMQ-1.15/Changes
2013-07-08 02:09:17 +00:00
Cheng-Lung Sung
afdebf0ded - Update to 1.0.2
PR:		ports/180135
Submitted by:	swills@
2013-07-08 01:52:27 +00:00
Cheng-Lung Sung
370923b61e - Update to 1.0.2
PR:		ports/180134
Submitted by:	swills@
2013-07-08 01:51:45 +00:00
Cheng-Lung Sung
3d8898a83d - Update to 1.6.0
PR:		ports/180133
Submitted by:	swills@
2013-07-08 01:50:31 +00:00
William Grzybowski
891b0aef67 net/py-kombu: fix USE_PYTHON
- Fix USE_PYTHON to restrict it to python 2.x

Reported by:	rm
2013-07-07 19:57:31 +00:00
Ruslan Makhmatkhanov
92b1aa874c - update to 1.1.5
changelog:
* Add support for Direct hosting of SMB over TCP/IP (TCP port 445)
2013-07-07 16:45:24 +00:00
Ruslan Makhmatkhanov
e9d0c5d8ca - update to 2.4.13
- turn WITH_SASL into an OPTION

changelog:
* ldapobject.ReconnectLDAPObject._apply_last_bind() now sends
  anonymous simple bind request even if the calling application
  did not to provoke ldap.SERVER_DOWN in method reconnect()
* ldapobject.ReconnectLDAPObject.reconnect() now also catches
  ldap.TIMEOUT exception after reconnection attempt
* Several other fixes for ldapobject.ReconnectLDAPObject
  (thanks to Jonathan Giannuzzi)
2013-07-07 16:21:03 +00:00
Baptiste Daroussin
4e8e69b333 Remove usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT 2013-07-07 12:36:22 +00:00
Kubilay Kocak
d8afdaeaf8 net/turses: Update to 0.2.15
- Update to 0.2.15
- Pet portlint (LICENSE order)

Changes:

https://github.com/alejandrogomez/turses/blob/v0.2.15/HISTORY.rst

portlint: OK - looks fine,
porttest: OK - 9-STABLE, amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - Ran 124 tests in 3.232s - OK
2013-07-07 12:07:19 +00:00
Ryan Steinmetz
d0b86734f1 - Update to 3.1.13 2013-07-07 11:55:30 +00:00
Dirk Meyer
e445c687e9 - remove broken options SNOOP and PF
PR:		180227

- remove PKGNAMESUFFIX
2013-07-07 06:09:53 +00:00
Dirk Meyer
e6f7ab501b - remove TAB in pkg-descr 2013-07-07 05:46:09 +00:00
Marcus von Appen
acc01dfd3d - Update to the latest RC 2013-07-06 10:27:53 +00:00
Tijl Coosemans
11831641c2 Fix build with clang (USE_CSTD=gnu89) and respect CFLAGS, CPPFLAGS
and LDFLAGS.

Approved by:	maintainer timeout (20 days)
2013-07-05 08:09:44 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.

The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php

The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.

I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
2013-07-04 23:34:32 +00:00
Florian Smeets
1e02e1f289 - Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall
- Fix build of guid_uuid.c [2]

PR:		ports/180233 [2]
Submitted by:	tijl [1]
		Kurt Jaeger <fbsd-ports@opsec.eu> [2]
2013-07-04 22:49:22 +00:00
Florian Smeets
b003ca6d34 - Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall

Submitted by:	tijl [1]
2013-07-04 22:46:33 +00:00
Benjamin Kaduk
0c12ee8016 Update to 1.6.4
Build fixes for 10-CURRENT will come in a separate commit.

Approved by:	hrs (mentor, ports committer)
2013-07-04 18:40:01 +00:00
Greg Larkin
cf69e21796 - Updated to 3.1.0 [1]
- Added license
- Minor tweaks to dependency versions

PR:		ports/180142 [1]
Submitted by:	swills
2013-07-03 21:28:41 +00:00
Greg Larkin
37eed2401a - Updated to 1.4.0 [1]
ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom)
- Trimmed Makefile header
- Added license

PR:		ports/180141 [1]
Submitted by:	swills
2013-07-03 20:43:55 +00:00
William Grzybowski
928f61a15d net/proxychains-ng: preserve conf file
- Fix preservation of .conf file

PR:		ports/180109
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-03 11:34:41 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.

The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php

clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).

Work on the newly-released 4.10.5 will begin shortly.
2013-07-02 19:04:18 +00:00
Steve Wills
7437ac93d8 - Remove unneeded backrev port 2013-07-02 12:20:09 +00:00
Steve Wills
ad2da2b257 - Actually set rubygem-bunny060 port to correct version
- Add NO_LATEST_LINK to rubygem-bunny060
- Connect rubygem-bunny060 to build
2013-07-02 02:16:57 +00:00
Steve Wills
67872541ab - Create backrev version of rubygem-bunny version 0.6.0 which chef requires,
since there is a pending update to 0.8.0 soon
2013-07-02 02:13:49 +00:00
Antoine Brodin
072ec8259d Deprecate ports broken on FreeBSD 8 or newer
Approved by:	maintainer silence
2013-07-01 21:31:06 +00:00
Chris Rees
572e4f48d1 Update to 2.83
PR:		ports/180170
Submitted by:	Stefan Bethke <stb@lassitu.de>
2013-07-01 19:58:55 +00:00
Rene Ladan
d8885b58f9 Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
2013-07-01 09:19:36 +00:00
Timur I. Bakeyev
2571c2d8c0 Fixed typo in the patch that broke winbind_krb5_locator linking. Add external
dependency on tevent library.

PR:		180074, 180053
2013-07-01 02:41:31 +00:00
Jason Helfman
d6742ed77c - update to 0.97
svnup-0.97 - 30 June 2013
- Fixed bugs in find_local_files and set_configuration_parameters
  - special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>.

Submitted by:	jcm@visi.com ( maintainer )
2013-07-01 00:13:20 +00:00
TAKATSU Tomonari
5f10195b30 - Update to 2.5.0 and unbreak
- Transfer maintainership to ruby@
- Add LICENSE section

PR:		ports/179885
Submitted by:	swills
2013-06-30 13:44:30 +00:00
Antoine Brodin
f84d843e4e New port: rubygem-packetfu
A mid-level packet manipulation library for Ruby
2013-06-30 12:44:35 +00:00
Mark Felder
0db6558c66 - Fix path to vnstatd
PR: ports/179271
Approved by: crees (mentor)
2013-06-29 14:28:59 +00:00
William Grzybowski
f56e241ad6 net/py-kombu: update to 2.5.12
- Update to 2.5.12

Changes: https://github.com/celery/kombu/blob/2.5/Changelog
2013-06-29 11:03:33 +00:00
Baptiste Daroussin
9fc7fb138d Remove USE_IMAKE leftover 2013-06-29 08:59:00 +00:00
Baptiste Daroussin
1487865838 Convert to USES=imake
Trim headers
Mark as broken pload
Remove indefinite article
2013-06-28 22:21:39 +00:00
Felippe de Meirelles Motta
946b368825 Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you
could call it a ping tunnel. This can be useful when you find yourself
in the situation that your Internet access is firewalled, but pings are
allowed.

WWW: http://code.gerade.org/hans/

PR:		ports/177649
Submitted by:	Alexander Panyushkin <vsityz@gmail.com>
2013-06-28 20:45:36 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Cheng-Lung Sung
e2f7c149a2 - Update to 1.12.1 2013-06-28 03:08:13 +00:00
Mark Felder
a7ab4c2a5a - Add rc script
- Add vnstat to UIDs and GIDs

PR: ports/179271
Approved by: crees (mentor)
2013-06-27 20:40:35 +00:00
Felippe de Meirelles Motta
c273fc0e9f - Update to 4.6.
- Trim Makefile header
- Add DOCS as OPTION
- Trim post install
- Trim pkg-descr
- Trim pkg-plist

PR:		ports/180029
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-06-27 18:39:23 +00:00
Mark Felder
2479fcefc0 fix patch
Approved by: swills (mentor)
2013-06-27 13:25:38 +00:00