Commit graph

7888 commits

Author SHA1 Message Date
Marc Fonvieille
e7c0b8bf2d Update to r42326 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-07-20 11:33:22 +00:00
Sunpoet Po-Chuan Hsieh
b627af5953 - Update to 20130718
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20130718.diff
2013-07-20 03:37:50 +00:00
Alexey Dokuchaev
58694b4634 - Update to version 2.26
- Unbreak parallel builds
- Really respect CC and CFLAGS
- Unmute installation commands
- Reformat port description text and remove old-school attribution

Reported by:	pointyhat-west
2013-07-19 10:34:40 +00:00
Alexey Dokuchaev
c6418bd78d - Attempt to fix parallel builds (-jX)
- Utilize OPTIONS framework for docs and examples
- Generally clean up the port while here

Reported by:	pointyhat-west
2013-07-19 09:53:08 +00:00
Akinori MUSHA
4ee733ef9d Simplify the header, remove outdated ruby version assertion, and add a
new target "test".
2013-07-18 17:12:33 +00:00
Akinori MUSHA
daccd0cc9c Update to 1.2.3, which works with ruby 1.9 and later. 2013-07-18 16:15:13 +00:00
Tijl Coosemans
477e2b39ba Mark as BROKEN. Does not compile with new ftp/ftplib. 2013-07-18 10:47:01 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Sunpoet Po-Chuan Hsieh
775551f586 - Update to 2013.4
Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
2013-07-13 11:44:48 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
18dbe4987a Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
2013-07-11 06:39:14 +00:00
Baptiste Daroussin
cf40178f51 Fails to build with -j24 2013-07-10 12:29:44 +00:00
Baptiste Daroussin
c3da9e2e5a Mark jobs unsafe 2013-07-10 12:28:32 +00:00
Raphael Kubo da Costa
d4773722da Update to 2.3.8. 2013-07-10 11:56:12 +00:00
Baptiste Daroussin
9f4bfc4080 Mark jobs unsafe 2013-07-10 11:42:07 +00:00
Raphael Kubo da Costa
4c2b19d5bb Fix plist, as reported by miwimails. 2013-07-10 08:29:37 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Baptiste Daroussin
96255e9616 Fix INDEX by really fixing the kde4-l10n ports 2013-07-10 06:33:41 +00:00
Sunpoet Po-Chuan Hsieh
e6fbc5d58a - Update to 0.06
Changes:	http://search.cpan.org/dist/Geo-Coder-Mapquest/Changes
2013-07-10 03:42:12 +00:00
Sunpoet Po-Chuan Hsieh
d733768a2e - Update to 1.43.3
Changes:
- Update Ukranian translation (thanks to Yuri Chornoivan).
- Update Esperanto translation (thanks to Felipe Castro).
- Update Polish translation (thanks to Jakub Bogusz).
- Update Russian translation (thanks to Yuri Kozlov).
- Update Japanese translation (thanks to Yasumichi Akahoshi).
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update French translation (thanks to David Prevot).
2013-07-10 03:40:21 +00:00
Sunpoet Po-Chuan Hsieh
97c10f3771 - Update to 20130709
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20130709.diff
2013-07-10 03:36:34 +00:00
Raphael Kubo da Costa
2c80774ea9 KDE4 l10n fixes.
- Remove an entry from all plists that slipped under radar and made
   packaging fail.

 - Properly save the OPTIONS defined by the user in the l10n ports. [1]

   Quoting bapt, master of all things ports:

   That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does

   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.post.mk>

   First the right order in that case should be:

   ...
   .include <bsd.port.options.mk>
   ...
   .include <bsd.port.pre.mk>
   ...
   .include <bsd.port.post.mk>

   Second in that case (kde) the pre.mk/post.mk can be removed just keeping
   the options.mk and given that we now have the helpers options.mk can also
   be removed.

   The check for variables in OPTIONS_DEFINE is also useless (already done
   by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some
   empty values is also useless.

No PORTREVISION bump because the generated packages do not change regardless
of the changes/fixes in behavior here.

Reported by:	avg [1]
Submitted by:	bapt [1]
2013-07-09 21:49:00 +00:00
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +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
Edwin Groothuis
fb52119d8e Update to tzdata2013d:
- Morocco:
  announced that the year's Ramadan daylight-savings transitions
  would be 2013-07-07 and 2013-08-10.

- Israel:
  As of 2013, DST starts at 02:00 on the Friday before the last
  Sunday in March.  DST ends at 02:00 on the first Sunday after
  October 1, unless it occurs on the second day of the Jewish Rosh
  Hashana holiday, in which case DST ends a day later (i.e. at 02:00
  the first Monday after October 2).  [Rosh Hashana holidays are
  factored in until 2100.]
2013-07-07 22:15:41 +00:00
Eitan Adler
55a524735c Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
2013-07-06 17:27:41 +00:00
Lars Engels
e36430b309 - Update to 3.3.1
- Changelog: http://tvbrowser.org:8080/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10230
2013-07-05 17:29:27 +00:00
Jason Helfman
397c522dca - fix options conversion
Reported by: portmgr
2013-07-05 06:47:13 +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
Dirk Meyer
de2754f5d2 - add LATE_INSTALL_ARGS in favor of imake.mk 2013-07-03 19:22:22 +00:00
Dirk Meyer
810a1bd992 - fix build after USES=imake 2013-07-03 18:59:54 +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
Antoine Brodin
072ec8259d Deprecate ports broken on FreeBSD 8 or newer
Approved by:	maintainer silence
2013-07-01 21:31:06 +00:00
William Grzybowski
bfba655029 misc/lxde-common: preserve conf files
- Fix preservation of old .conf files

PR:		ports/180111
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-01 14:42:37 +00:00
Marc Fonvieille
9785389fb4 Update to r42095 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-07-01 06:15:06 +00:00
Renato Botelho
34260a3ddf Update compat9x to 9.1-RELEASE-p4 2013-06-30 13:09:05 +00:00
Thomas Abthorpe
6588bb24f8 - Update to 2.9.2 2013-06-29 05:16:04 +00:00
Baptiste Daroussin
668d0b6e22 Convert to USES=imake
Trim headers
Remove indefinite article
2013-06-28 22:10:14 +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
Carlo Strub
0eb4ec627f - Update to 2.5
- Cleanup header
2013-06-28 04:43:11 +00:00
Marc Fonvieille
f0a1d121bb Update to r41954 of the FreeBSD docset.
Approved by:	doceng (implicit)
2013-06-26 19:24:14 +00:00
Edwin Groothuis
964f693965 MK_ZONEINFO -> WITHOUT_ZONEINFO
make.conf -> src.conf

PR:		ports/172975
2013-06-25 22:01:59 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Renato Botelho
e2d8ae59d7 Update to 9.1-RELEASE 2013-06-24 12:32:07 +00:00
Dmitry Sivachenko
b8ac48f662 Update to version 3.26. 2013-06-24 07:11:47 +00:00
William Grzybowski
b53a3b21b7 misc/lxde-common: NLS and config fixes
- Trim Makefile header
- Add LICENSE (GPLv2)
- Install docs
- Preserve original *.conf files
- Pass maintainership to submitter

PR:		ports/179700
Submitted by:	nemysis <nemysis@gmx.ch>
2013-06-22 11:44:56 +00:00
Martin Matuska
8c0ab850dd Update to 2013.02.20
Take maintainership

PR:		ports/179804
Approved by:	rafan
2013-06-22 07:40:17 +00:00
Wen Heping
73495f0e80 - Trim Makefile headers 2013-06-22 00:45:25 +00:00
Steve Wills
863e6957d2 A pure-ruby library for decoding and encoding vCard and iCalendar data
WWW: http://vpim.rubyforge.org/
2013-06-21 23:51:42 +00:00