Commit Graph

2799 Commits

Author SHA1 Message Date
Antoine Brodin
45a3b9a143 Stage support 2014-01-20 18:23:58 +00:00
Baptiste Daroussin
0717b41424 Support stage
Reduce over inclusion of bsd.port.mk by:
Use BROKEN_${ARCH}
Use options helpers
Use OPTIONS_SUB
2014-01-15 23:20:59 +00:00
Baptiste Daroussin
a8e35256fe Reduce over inclusion of bsd.port.mk 2014-01-15 23:17:31 +00:00
Baptiste Daroussin
b2da552140 Reduce over inclusion of bsd.port.mk 2014-01-15 23:16:59 +00:00
Baptiste Daroussin
c332985543 Reduce over inclusion of bsd.port.mk 2014-01-15 23:15:25 +00:00
Vanilla I. Shu
e2b1ffef49 Add stagedir support.
Approved by:	 portmgr (blanket infrastructure)
2014-01-09 07:20:37 +00:00
Vanilla I. Shu
ce088dea63 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:15:16 +00:00
Vanilla I. Shu
e626c8d133 Add stagedir support.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 16:12:38 +00:00
Vanilla I. Shu
a57522f229 Support STAGEDIR.
Approved by:	portmgr (blanket infrastructure)
2014-01-08 15:47:09 +00:00
Baptiste Daroussin
8dd86ac5c3 Remove color code from pkg-message this is terminal dependant 2014-01-06 23:37:33 +00:00
Xin LI
3e02f28d76 Revise previous change: only remove USE_GCC=yes when we are using
a fresh -CURRENT (after clang have made default).

PORTREVISION not bumped because this is a build fix for earlier
FreeBSD versions.

Reported by:	Henry Hu (maintainer), kmoore
2014-01-06 21:04:14 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Antoine Brodin
8d23f98270 Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype   -lX11  -lm
/usr/bin/ld: cannot find -lgcin-im-client
gmake[1]: *** [tslearn] Error 1

Reported by:	redports
2014-01-05 07:36:04 +00:00
Baptiste Daroussin
4b8ca2562d Support stage 2014-01-04 23:45:06 +00:00
Antoine Brodin
7f55a2faa9 With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache.  gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports

Reviewed by:	kwm (immodules part)
2014-01-04 23:27:58 +00:00
Antoine Brodin
ae089be069 Fix packaging after MASTER port was staged 2014-01-04 09:04:21 +00:00
Adam Weinberger
3273972644 Convert chinese to MDOCS 2014-01-03 15:59:41 +00:00
Antoine Brodin
218720cf7f Stage support 2013-12-30 22:37:50 +00:00
Antoine Brodin
9714b96f72 Stage support, uses gmake 2013-12-30 22:26:04 +00:00
Antoine Brodin
5c0205c33e Stage support, uses gmake 2013-12-30 22:21:35 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
c3e508715d - Update to 3.8
Changes:	http://tw.wordpress.org/2013/12/16/parker/
PR:		ports/185075
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-23 18:30:09 +00:00
Sunpoet Po-Chuan Hsieh
fa40b89c50 - Update to 3.8
Changes:	http://cn.wordpress.org/2013/12/13/parker/
PR:		ports/185074
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-12-23 18:30:05 +00:00
Xin LI
3118934dbd Don't use USE_GCC. The C++ runtime would conflict with
other libraries when base system uses clang, making the
package useless.

Discussed with:	maintainer
2013-12-20 00:12:10 +00:00
Kubilay Kocak
a1c3980ac8 Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.

We thank you for your contribution to the FreeBSD project

Approved by:	portmgr
2013-12-18 10:38:33 +00:00
Alberto Villa
4998a19923 - Update Calligra Suite to 2.7.5.
- Require a new compiler to build Calligra.
- Make GTL really an option in Calligra.
- STAGEify.
- Use OPTIONS helpers.
- Set NO_ARCH for translation ports.
- Add translation port for Intelingua.

Calligra 2.7 release notes:
http://www.calligra.org/news/calligra-2-7-released
2013-12-16 22:59:42 +00:00
Antoine Brodin
1100c55525 Finish stage support 2013-12-14 21:12:23 +00:00
Eitan Adler
625ac80599 LEGAL, chinese/moettf: sync LEGAL text
Add 's and remove trailing '.'
2013-12-11 19:51:29 +00:00
Baptiste Daroussin
036f2c5ce6 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
2013-12-11 14:58:29 +00:00
Sunpoet Po-Chuan Hsieh
cbcf49ca67 - Remove NO_LATEST_LINK
- Pet portlint: add LICENSE
2013-12-10 18:59:35 +00:00
Sunpoet Po-Chuan Hsieh
b93f6dfb72 - Update to 0.20
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-12-09 14:09:13 +00:00
Sunpoet Po-Chuan Hsieh
9f7e811a8e - Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-11-23 14:45:45 +00:00
Sunpoet Po-Chuan Hsieh
9f86ec0c8e - Add LICENSE 2013-11-22 12:43:10 +00:00
Sunpoet Po-Chuan Hsieh
fb672c3625 - Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
2013-11-20 03:20:59 +00:00
Li-Wen Hsu
07e453b674 - Support STAGE 2013-11-18 13:42:01 +00:00
Alberto Villa
84a235eda9 - Replace QT_.*_REL with QT_.* in PLIST_SUB.
- Adapt plists.

With hat on:	kde
2013-11-17 02:12:25 +00:00
Sunpoet Po-Chuan Hsieh
dd8931f109 - Update to 0.19
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2013-11-12 19:41:54 +00:00
Sunpoet Po-Chuan Hsieh
e2641b18b6 - Update to 3.7.1
Changes:	http://cn.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183490
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:53 +00:00
Sunpoet Po-Chuan Hsieh
be83b7079a - Update to 3.7.1
Changes:	http://tw.wordpress.org/2013/10/30/wordpress-3-7-1/
PR:		ports/183489
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-31 12:44:20 +00:00
Sunpoet Po-Chuan Hsieh
9d7d7be619 - Update to 3.7
Changes:	http://cn.wordpress.org/2013/10/25/wordpress-3-7/
PR:		ports/183323
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:50 +00:00
Sunpoet Po-Chuan Hsieh
0e760c6595 - Update to 3.7
Changes:	http://tw.wordpress.org/2013/10/25/basie/
PR:		ports/183324
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2013-10-26 12:45:39 +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
Jung-uk Kim
851ab9c5e0 - Update to 4.0.6.
- Support staging.
2013-10-25 17:05:50 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Tijl Coosemans
0e1b15d418 multimedia/xmms:
- Add zh-xmms to CONFLICTS.
- Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES.
- Make USE_GL conditional on the SPEC option.
- Make gettext conditional on new NLS option.
- Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option.
- Remove LIBS from CONFIGURE_ENV.  Set LDFLAGS instead.
- Add missing xorg dependencies.
- Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS.  The configure test
  fails on recent version of FreeBSD but the code it enables is still
  relevant.  Without it you cannot select a different output device.
- Remove SUB_FILES.  None of the files require substitutions.
- Remove IPV6 from OPTIONS_DEFAULT.  It's implicit.
- Don't exclude SIMD option from amd64.
- Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc.
- Install stripped libraries when !defined(WITH_DEBUG).
- Use new style LIB_DEPENDS.
- Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully
  regenerate the build infrastructure.  This fixes a lot of warnings
  and allows some patches to be removed.
- Add USE_OPENSSL for RUSXMMS_PATCHES option.
- Fix the SIMD option on all architectures by removing the post-extract
  target.
- Remove the message about the RUSXMMS_PATCHES option.  This is from
  before there were option dialogs.
- Use the same cp command as in the script included with rusxmms instead
  of INSTALL_DATA.
- Remove the ALSA test from configure with REINPLACE_CMD instead of a
  patch (RUSXMMS_PATCHES case).
- Remove old libtool macros from acinclude.m4.  Libtoolize adds new
  macros.
- Remove MKDIR_P patching.  No longer needed after running aclocal.
- Patch configure to disable ALSA (not RUSXMMS_PATCHES case).
- Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch.
- Fix assembly source code files to support clang:
  * Remove comments that begin with a single slash.
  * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'.
  * Append '.section ".note.GNU-stack","",@progbits' to every file to
    say they don't require an executable stack.  These files are
    compiled with -Wa,--noexecstack which clang supports but the ancient
    binutils in FreeBSD base does not so without this change xmms runs
    with an executable stack when compiled with base gcc.
- Support staging.
- Remove extra-patch-Visualization_Makefile.am.  It's not needed when
  passing VISUALIZATION_PLUGINS to configure.
- Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the
  variables static, but mark keepGoing volatile.
- Remove patch-aclocal.m4.  Not needed when running aclocal.
- Remove patch-configure.in.  The PTHREAD_LIBS related changes are no
  longer needed and ALSA change is handled in the Makefile.
- Remove patch-ltmain.sh.  Not needed with staging.
- Remove patch-po-Makefile.in.in.  Handled in Makefile.
- Remove patch-xmms-config.in.  Not 100% sure about this.  It doesn't
  affect xmms itself.  Perhaps some plugins need it but I'd rather fix
  those plugins then.
- Add patch-xmms-i18n.h.in.  It's needed when NLS option is disabled.
- Remove pkg-message.in.  All supported versions of FreeBSD have unzip
  in base.
- Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't
  require substitutions.
- Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and
  USES=desktop-file-utils.

chinese/xmms, russian/xmms:
- Minor cleanups.

PR:		ports/183165
Approved by:	"Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
2013-10-22 08:30:47 +00:00
Xin LI
cfebf579c7 Update to 1.3.1.
PR:		ports/181356
Submitted by:	gslin (maintainer)
2013-10-21 06:01:57 +00:00
Vanilla I. Shu
0a012ec015 Remove BROKEN & DEPRECARED.
Approved by:	bapt@
2013-10-21 01:09:16 +00:00
Xin LI
7504a5897d Return back to pool. 2013-10-20 22:45:25 +00:00
Baptiste Daroussin
79238694b3 Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
Eitan Adler
02ce93ac89 - Convert to staging
- Remove long 'usage' instructions
- Unsilence install commands
2013-10-15 21:27:37 +00:00