1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

6882 Commits

Author SHA1 Message Date
Baptiste Daroussin
5fc436eeb7 Mark as jobs unsafe 2013-07-12 16:32:50 +00:00
Baptiste Daroussin
cab5254741 Mark job unsafe 2013-07-10 21:32:34 +00:00
Baptiste Daroussin
0bdf3055bd Mark as job unsafe 2013-07-10 17:04:49 +00:00
Baptiste Daroussin
889aaa183f Mark jobs unsafe 2013-07-10 11:37:25 +00:00
Baptiste Daroussin
96255e9616 Fix INDEX by really fixing the kde4-l10n ports 2013-07-10 06:33:41 +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
Motoyuki Konno
423885c6d8 Update MASTER_SITES. 2013-07-06 15:45:10 +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
Hiroki Sato
9bd0f80e4b Fix BUILD_DEPENDS in japanese/mozc-tool.
Spotted by:	ume
2013-07-03 10:22:40 +00:00
Rene Ladan
7e8268aa94 Remove support for the -qt package variant, this depends on the
expired QT3 port.

NOPORTDOCS -> PORT_OPTIONS:MDOCS while here
2013-07-02 22:44:48 +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
Hiroki Sato
ea97f0e983 Update zipcode database to 20130628. 2013-07-02 16:22:37 +00:00
Jun Kuriyama
a8ae160ac4 - Update to 20130628. 2013-07-01 22:18:43 +00:00
Steve Wills
2945b60a0c - Update to 0.3.4 2013-06-30 19:23:35 +00:00
Baptiste Daroussin
f26b1735ae Convert to USES=imake
Trim headers
2013-06-28 21:55:51 +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
Antoine Brodin
fe33b412f0 Fix some fonts.dir leftovers reported by poudriere
While here, trim Makefile header and finish PORT_OPTIONS conversion

Approved by:	portmgr (miwi)
2013-06-27 18:31:06 +00:00
Raphael Kubo da Costa
d92eca7232 Update to 3.5.2.
PR:		ports/179917
Submitted by:	Takefu <takefu@airport.fm>
2013-06-24 17:54:26 +00:00
Olli Hauer
d2aed37750 - connect japanese/bugzilla44 2013-06-20 22:33:46 +00:00
Olli Hauer
dba4cdc6e5 New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44

Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
2013-06-20 22:21:36 +00:00
Jung-uk Kim
2bf17ab7d1 Update to 4.0.4. 2013-06-19 20:52:13 +00:00
Martin Wilke
6e398b55a6 - Add missing fonts.alias
- trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:58:42 +00:00
Martin Wilke
f6d04b275c - Don't remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:51:53 +00:00
Martin Wilke
1d9af98724 - Add missing fonts.alias
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:50:24 +00:00
Martin Wilke
e696d02de3 Add missing font.alias
Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:49:24 +00:00
Martin Wilke
19042987c7 - Don't remove directories not created by this port
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-19 14:47:47 +00:00
Hiroki Sato
3ea31fee78 Update to 452.
PR:		ports/179673
2013-06-18 08:13:08 +00:00
Martin Wilke
92d3696a18 - Add missing fonts.alias file to plist 2013-06-14 03:22:02 +00:00
Martin Wilke
0fcb281abc - Add missing fonts.dir file 2013-06-14 03:20:35 +00:00
Martin Wilke
7e637c6711 - Do not remove directories not created by this port 2013-06-14 01:58:45 +00:00
Martin Wilke
bd13e30478 - Add missing fonts.alias to plist
- While here trim header

Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:50:37 +00:00
Martin Wilke
cd8196b0c2 = Fix plist
Reported by:	pkg (DEVELOPER_MODE)
2013-06-13 23:45:56 +00:00
Martin Wilke
b0b250e15f - Add missing fonts.alias file
- While here trim header
2013-06-13 23:44:59 +00:00
Baptiste Daroussin
fb7450560b Fix build with clang 2013-06-12 16:08:37 +00:00
Martin Wilke
52ffd49ed9 - Add missing fonts.alias
Reported by:	pkg (DEV MOD)
2013-06-12 14:35:50 +00:00
Martin Wilke
61a28b72d7 Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 03:13:46 +00:00
TAKATSU Tomonari
3c03d43fee - Update to 4.2.6 2013-06-09 06:34:35 +00:00
Baptiste Daroussin
48ffaafcd5 Convert to new options framework 2013-06-06 16:05:55 +00:00
Frederic Culot
fd9d93df46 - Update to 0.20130603 [1]
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Number-Phone-JP/Changes
PR:		ports/179334 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-06 07:36:34 +00:00
Steve Wills
3f781acde7 - Fix with ruby 1.9
PR:		ports/178293
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2013-06-01 22:04:34 +00:00
Carlo Strub
a2e82bc956 - Fix to work with Ruby 1.9
- Use better macro/function/class for Ruby 1.9 and later.
- Use OPTIONS instead of NOPORTDOCS.

PR:		ports/178022
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp> (maintainer)
2013-05-27 19:52:00 +00:00
Baptiste Daroussin
b86b63c345 Do not try to remove a directory not created by the port
Reported by:	pkg (DEVELOPER_MODE)
2013-05-27 08:15:26 +00:00
Hiroki Sato
83f00ce6ea Fix pkg-plist.
Spotted by:	QAT
2013-05-27 02:40:17 +00:00
Hiroki Sato
e2ccc05f27 Mark USE_TEX=tetex. 2013-05-27 01:56:56 +00:00
Hiroki Sato
56735dbed4 - Fix PKGNAMEPREFIX.
- Mark USE_TEX=texlive.

Spotted by:	nyan
2013-05-27 01:46:24 +00:00
Jason Helfman
cb5c3e946a - match OPTION 2013-05-26 00:36:38 +00:00
Jason Helfman
69a52214a8 - adoption of optionsNG framework
- trim COMMENTS and historical headers

Approved by:	portmgr (bapt)
2013-05-26 00:33:54 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Baptiste Daroussin
e71de09d6d Do not let system make.conf inpact the port's makefile
This fixes build on current
2013-05-24 16:35:30 +00:00
Hiroki Sato
87e2e8e2e6 Fix dependency.
Reported by:	miwi
2013-05-23 00:37:49 +00:00