Commit graph

7990 commits

Author SHA1 Message Date
Ashish SHUKLA
8733cac572 - Add PKGNAMESUFFIX
- Remove LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
2014-01-02 13:12:16 +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
Johan van Selst
6566598fb0 Enable stage support 2013-12-29 10:58:07 +00:00
Johan van Selst
acb838eb2c - Enable STAGE support
- Strip installed binary
- Bump PORTREVISION
2013-12-29 09:51:52 +00:00
John Marino
e03971e4f3 editors/beav: Unbreak after staging support attempt
After recent commits, beav was broken on every platform for a couple
of reasons.  Primarily the Makefile had a bug in it, so it was
unexecutable.  Secondly, the "man page fix" was done in ${STAGEDIR}
using sed -i, causing the resultant .bak file to also be installed, or
at least orphaned.  Poudriere caught that issue.

While here, add DragonFly support.
2013-12-28 04:28:50 +00:00
Koop Mast
2a51b2182a Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
2013-12-27 16:54:21 +00:00
Philippe Audeoud
f20536806a - Support STAGE 2013-12-27 13:08:28 +00:00
Alexey Dokuchaev
240b02e147 Stagify, dismiss USE_GMAKE, utilize some helper knobs. No functional changes. 2013-12-25 13:47:13 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Chris Rees
e222909e67 Fix build
Approved by:	maintainer timeout (acm, 50 days)
2013-12-23 10:08:24 +00:00
Pawel Pekala
8c52780491 - Fix build on -current
- Support desktop-file-utils
- Strip textroom binary

PR:		ports/184893
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-21 11:19:14 +00:00
Grzegorz Blach
350cd8c215 - Update to 3.1.26 2013-12-20 23:53:29 +00:00
Baptiste Daroussin
783e2a375c Fix build after gtk update 2013-12-17 18:37:45 +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
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Christian Weisgerber
623e3cd0ac Man page fix.
Submitted by:	Jeremie Courreges-Anglas
2013-12-13 15:14:41 +00:00
Christian Weisgerber
d504c20899 Convert to staging, clean up the sgtty/termios mess, and generally
overhaul the port.
2013-12-12 16:27:03 +00:00
Baptiste Daroussin
e467cb1db5 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 10:53:38 +00:00
Ashish SHUKLA
08c9131679 - Re-add accidentally removed diff in r335977, and unbreak port 2013-12-11 23:45:37 +00:00
Ashish SHUKLA
f9a45a28bb - Update to bzr snapshot revision 115370
- Add PKGNAMESUFFIX to avoid package name collision
- Add STAGE support
- Relocate INFO_PATH to avoid conflicting with similarly named
  info files provided by other packages, like print/texinfo
- Use INSTALLS_ICONS only when X11 is enabled
- Add OPTIONs for X11 support, SOUND (ALSA/OSS) support and filesystem
  notifications
- Depend on GCC for i386 platforms until clang gets the required
  fixes
- Stop compressing info files for it to work with INFO_PATH
- Use OptionsNG helpers to cleanup Makefile
- Remove already upstream-ed patches
2013-12-09 13:01:12 +00:00
Danilo Egea Gondolfo
3f9369d41a - Update from 37.0.0 to 37.0.1 2013-12-07 20:29:21 +00:00
Baptiste Daroussin
7e3189d2e6 Fix build on head and 11.
Bump portrevision has built on 8 and 9 should not have been built as expected

With hat:	portmgr
2013-12-06 23:24:14 +00:00
Ganael LAPLANCHE
f3fdfa8f6f - Enable staging
- Use GCC (does not build with clang)
- Use new options format
2013-12-03 14:08:04 +00:00
Sunpoet Po-Chuan Hsieh
1e2e0f57d5 - Update to 7.4.110
- While I'm here:
  - Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR
  - Simplify Makefile
  - Remove contiguous blank lines

Changes:	https://code.google.com/p/vim/source/list
PR:		ports/183076
Submitted by:	Rick van der Zwet <info@rickvanderzwet.nl>
2013-12-02 19:48:37 +00:00
Sunpoet Po-Chuan Hsieh
92574dfc2c - Take maintainership 2013-12-02 19:42:01 +00:00
Bryan Drewery
d88047ab37 - Remove WITH_VIM_OPTIONS and respect ports framework
PR:		ports/182749
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (based on)
Requested by:	many
2013-12-02 13:57:22 +00:00
Bryan Drewery
5a5720227f - Reset maintainer due to timeout of 11 open PR, 7 with patches and
no activity since July 2013

With hat:	portmgr
Discussed with:	portmgr
2013-12-02 13:47:06 +00:00
Rene Ladan
39edf56f09 Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
2013-12-01 00:37:20 +00:00
William Grzybowski
4268d65e13 editors/leo: update to 4.11
- Update to 4.11
- Allow staging
- USES shebangfix

PR:		ports/184225
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-26 20:25:32 +00:00
Koop Mast
a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00
Max Brazhnikov
4a7e0de8dc - Convert to USES=qmake
- Support staging properly

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:22 +00:00
Max Brazhnikov
4561e036c7 - Convert to USES=qmake
- Use options helpers
- Convert LIB_DEPENDS to new style

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:18 +00:00
Pietro Cerutti
af69c73cc4 - Update to 1.2.0.11
- Convert to new LIB_DEPENDS format
- STAGE-clean

PR:		184145
Submitted by:	gahr@
Approved by:	maintainer
2013-11-22 07:53:52 +00:00
Max Brazhnikov
b924964cfa - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
2013-11-21 16:09:47 +00:00
Max Brazhnikov
4ddfac46e6 - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
2013-11-21 15:41:06 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Rene Ladan
ae29764bc9 Remove expired ports:
2013-11-20 editors/mode-info: Misbuilding since 2004, not maintained since 2008
2013-11-20 devel/netbsd-pkgsrc-mk-files: Imported for devel/mk-configure but no longer required
2013-11-20 08:01:58 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Max Brazhnikov
18181ac14b Update to 4.1 2013-11-18 14:55:09 +00:00
Sunpoet Po-Chuan Hsieh
c6d3f54f42 - Remove leading indefinite article from COMMENT
- Use = instead of +=
2013-11-15 10:12:26 +00:00
Rene Ladan
c6375f0fb3 Remove expired ports:
2013-11-15 editors/xxe: XXE becomes unfetchable every 3-4 months as distfile is replaced with new version.  This high-maintenance port requires a maintainer to avoid removal.
2013-11-15 editors/xml2rfc-xxe: Depends on editors/xxe, which is due to be removed due to lack of maintainer
2013-11-15 09:55:21 +00:00
Mathieu Arnold
92133aad6f Fix build with threaded perl. 2013-11-14 15:52:01 +00:00
Pietro Cerutti
d36d5886f9 - Fix installation of HTML manual 2013-11-14 11:00:33 +00:00
Pietro Cerutti
fa95fb96a4 - Update to 0.4.5
- Add optional support for Lua and Python scripting
2013-11-14 09:54:07 +00:00
Renato Botelho
ef24d088d3 Fix DOCS installation 2013-11-08 12:32:10 +00:00
Jason Helfman
f50b3301f9 - remove conditional no longer required per staging 2013-11-08 07:34:49 +00:00
Raphael Kubo da Costa
e7c8f6e8f9 Add upstream patch to fix the build with libc++. 2013-11-06 16:42:14 +00:00
Pietro Cerutti
dd58bbbd8b - Convert to USES+=tk
- STAGE-clean
2013-11-05 16:14:47 +00:00
Pietro Cerutti
eb71d4ab7f - Convert to USES+=tcl gmake
- STAGE-clean
2013-11-05 15:58:12 +00:00
William Grzybowski
3814180e35 editors/deforaos-editor: allow staging
- Allow staging
- Change lib depends to new format
- USES desktop-file-utils

PR:		ports/183643
Submitted by:	maintainer
2013-11-04 20:56:58 +00:00
Vanilla I. Shu
52a68b2d9c Support STAGEDIR. 2013-11-03 09:39:04 +00:00
Roman Bogorodskiy
b44cbee198 Mark DEPRECATED: no upstream activity for about 3 years. 2013-11-03 09:37:49 +00:00
Mark Felder
330c7a4e7f Remove hardcoded gcc
PR:		ports/182033
Approved by:	swills (mentor, implicit)
2013-11-03 00:46:39 +00:00
Pawel Pekala
a041d3e537 - Respect CFLAGS
- Switch to PLIST_FILES
- Support staging

PR:		ports/181068
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-02 13:47:56 +00:00
Renato Botelho
725bdaafc9 Fix wrong use of OPTIONS_SUB
Reported by:	danfe
2013-11-01 09:57:50 +00:00
Renato Botelho
838b86e1ce . Add LICENSE
. Simplify Makefile
2013-10-31 23:33:45 +00:00
Rusmir Dusko
1752bb5a6e graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
2013-10-31 00:32:31 +00:00
Jung-uk Kim
62df3c0682 - Fix build with lang/clang33. It was executing ld(1) from the base. [1]
- Fix build with bmake(1). [2]
- Add an option to increase build verbosity to debug build issues.

Reported by:	ale [1]
Analyzed by:	tijl [1]
Submitted by:	brooks [1]
Submitted by:	tijl [2]
2013-10-30 22:33:22 +00:00
Jung-uk Kim
7e59d52f0f Update PORTREVISION for r331906. 2013-10-28 23:46:40 +00:00
Jung-uk Kim
b4aa3c7227 - Install manual pages. This fixes staging support. [1]
- Convert to "USES=compiler:c++11-lang" to fix build. [2]

Reported by:	antoine [1]
PR:		ports/183392 [2]
2013-10-28 23:18:26 +00:00
Xin LI
15f0d3029d Return back to pool. 2013-10-28 03:39:14 +00:00
Emanuel Haupt
96e924e3e0 Support staging. 2013-10-26 07:52:07 +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
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Akinori MUSHA
334a0b71dc Add editorconfig-core-c 0.11.5. 2013-10-23 10:29:10 +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
John Marino
5978e4b24d editors/mode-info: Mark BROKEN, DEPRECATE, EXPIRE in 30 days
This unmaintained port has at least two problems.  The first is that
MI_WITH_MAKE internal option requires make.info from gmake, which is
not part of the package anymore.

Turning that option off somehow prevents mi-emacs.idx from building.
The last commit from the last listed maintainer was March 2008.  As
this hasn't properly built since r119448 (14 Oct 2004) when gmake's
make.info was removed, the expiration period will be only 30 days.
2013-10-20 16:38:51 +00:00
Dmitry Marakasov
4408cc4ad4 - Support staging 2013-10-19 01:43:44 +00:00
Pietro Cerutti
b466a35192 - Convert to USES+=tk
- Fix MASTER_SITES
- Convert to OPTIONSng (DOCS)
- STAGE-clean
2013-10-17 09:36:36 +00:00
John Marino
8ea96575bf editors/xml2rfc-xxe: Mark deprecated due to editors/xxe deprecation 2013-10-16 08:17:30 +00:00
Olivier Duchateau
5483a9d678 - Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format

- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
2013-10-15 18:36:02 +00:00
Baptiste Daroussin
b41ebe474d Remove all options bringing gnome1 libraries 2013-10-15 09:47:11 +00:00
John Marino
2d82f32afc editors/xxe: Mark BROKEN and DEPRECATED, expire in 1 month
This unmaintained port is also a high-maintenance port.  Every 3-4
months it becomes unfetchable as the current distfile is removed
and replaced with a new version.  This is intentional on the part
of upstream because it is trialware with restrictions.

In order to keep this port, somebody must actively maintain it,
as it's requirements are not reasonable for ports@

Approved by:	portmgr (bapt)
2013-10-15 07:51:18 +00:00
Jung-uk Kim
4a9baaef54 Fix build with clang and libc++ on i386.
Submitted by:	tijl
2013-10-14 22:12:36 +00:00
Max Brazhnikov
46888a73a1 - Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
2013-10-13 13:03:03 +00:00
Danilo Egea Gondolfo
5711aebd96 - Update from 36.0.3 to 37.0.0
Approved by:	wg/culot (mentors, implicit)
2013-10-10 16:33:12 +00:00
John Marino
a97d27b793 Explicitly define LDFLAGS for 4 QT4-based ports
Fixes come from dports.  Problem and solution verified on
FreeBSD using gcc48.

Approved by:	portmgr (bapt, implicit)
2013-10-08 17:37:36 +00:00
Max Brazhnikov
95580066a9 - Convert to USES=qmake
- Allow staging
- Use options helpers
- Use new LIB_DEPENDS syntax
2013-10-08 16:03:48 +00:00
John Marino
cc27f63556 Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
2013-10-07 23:03:12 +00:00
Pietro Cerutti
c61b256827 - Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time.
2013-10-07 13:15:43 +00:00
Max Brazhnikov
4476a5c138 - Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
2013-10-07 12:26:54 +00:00
Baptiste Daroussin
533b12d93d Fix pkgname collision 2013-10-07 12:23:05 +00:00
Danilo Egea Gondolfo
4e548c5caa - Change maintainer email to @FreeBSD.org
- Add stage support
- Add pkg-plist file

Approved by:	wg/culot (mentors, implicit)
2013-10-06 20:55:20 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Jose Alonso Cardenas Marquez
0ede348514 - Fix build [1]. Missing dependency
- Remove identif and basecomponents targets from editors/lazarus. Now it is
  installed from lazarus-lcl-[nogui|qt|gtk1|gtk2] ports
- Add some missing directories to PLIST
- Some additional modifications

PR:		ports/182647
Submitted by:	Pavlo Greenberg <dog at virtual.org.ua>
2013-10-04 21:31:39 +00:00
Koop Mast
5acb3055d4 This port is stage ready. 2013-10-04 14:51:09 +00:00
Koop Mast
c8d1780413 Fix the build when WP option is enabled. The old libwpg and libwpd where
removed [1]. Update COMMENT, use new LIB_DEPEND syntax, Stageify
USE_GNOME=desktopfileutils -> USES=desktop-file-utils

Pointyhat to:	bapt@ [1]
Obtained from:	gentoo [1]
2013-10-04 14:50:41 +00:00
Baptiste Daroussin
d8352fb86c Do not arbitrary rename packages 2013-10-04 08:52:32 +00:00
Maho Nakata
831e7c0c7b update to 4.0.1 2013-10-03 00:50:12 +00:00
Jose Alonso Cardenas Marquez
b27ddd3406 - Install additional base components when one lcl interface different than
default interface is installed. It will be used to build any app with another lcl
as requirement.

Reported by:	Benat Gonzalez Etxepare <bbtruk __at __users.sourceforge.net>
2013-10-02 20:37:03 +00:00
John Marino
2a15e8b848 editors/texmakerx: add <unistd.h> for modern compilers
At least some of the source tarball has DOS line endings so
USE_DOS2UNIX was set in the Makefile in order to create the patch.

Approved by:	portmgr (bapt, implicit)
2013-10-02 07:45:46 +00:00
John Marino
6512f0235d editors/textroom: add <unistd.h> for modern compilers 2013-10-02 07:33:45 +00:00
Jose Alonso Cardenas Marquez
83c7e06d7a - Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
2013-10-02 02:47:53 +00:00
Dmitry Marakasov
595c4dc8ff - Support staging
- Fix build on current
- Covert USE_GMAKE to USES
- Minor Makefile cleanup
2013-10-01 05:45:56 +00:00
Jose Alonso Cardenas Marquez
16999e23b1 - Update to 1.0.12 2013-09-30 18:14:33 +00:00
Danilo Egea Gondolfo
a8d0d4a7b2 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	wg (mentor)
2013-09-29 13:46:14 +00:00
Danilo Egea Gondolfo
a9c63ce4d2 - Change maintainer email to @FreeBSD.org
- Add stage support
- Use %%DATADIR%% in pkg-plist

Approved by:	culot (mentor)
2013-09-29 13:44:12 +00:00
Grzegorz Blach
e9fcd1bb57 - Support staging
Approved by:	crees (mentor)
2013-09-29 09:28:59 +00:00
Eitan Adler
31be9cfa5c - Convert to staging 2013-09-29 00:03:14 +00:00
Eitan Adler
40d4dd3100 - Convert to staging. 2013-09-28 23:56:01 +00:00
Jason Helfman
37bbf74b92 - support staging 2013-09-27 20:04:54 +00:00
Renato Botelho
dc1f62b424 Support staging 2013-09-27 15:21:07 +00:00
David E. O'Brien
2db102986e Embelish show-options output. 2013-09-25 21:16:43 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Renato Botelho
172810a103 Update LIB_DEPENDS syntax on my ports and silent make check-makefile 2013-09-24 16:47:23 +00:00
Ashish SHUKLA
8136268ae5 - Add patches to for port to build on clang platform (missed from previous
commit)
2013-09-23 08:46:16 +00:00
Ashish SHUKLA
e419fd8317 - Fix crash on 10-CURRENT
Submitted by:	dim
2013-09-23 08:41:16 +00:00
Ashish SHUKLA
7687ddfa0e - Fix crash on 10-CURRENT
Submitted by:	dim
2013-09-23 08:33:31 +00:00
Sunpoet Po-Chuan Hsieh
756656ac3d - Update MASTER_SITES
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/182291
Submitted by:	Andrew Clarke <mail@ozzmosis.com> (maintainer)
2013-09-22 09:35:42 +00:00
Jung-uk Kim
d45779fa4a Make sure to build with MDDS 0.9.0 and later. It is necessary since r327493
but the configure script does not check its version, unfortunately.
2013-09-20 17:46:05 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Jung-uk Kim
5f02ab9efa - Fix build on head with clang and libc++/libcxxrt. Note the patches were
heavily inspired by several upstream patches and a crucial hint from tijl.
- Remove a redundant compiler flag for MDDS.  The GXX_INCLUDE_PATH variable
was removed with STLport support and it seems it is not necessary any more.
- Add an upstream patch.  It may work around a potential compiler problem.
- Convert to new LIB_DEPENDS format.
2013-09-18 23:30:31 +00:00
Pietro Cerutti
f91c2df1fb - Fix build with upcoming FOX 1.7.42 2013-09-18 13:09:44 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Baptiste Daroussin
9f62a1d83d Add an explicit dependency on pkgconf 2013-09-18 08:00:44 +00:00
Jung-uk Kim
4be443f672 Catch up with mdds 0.9.0. 2013-09-17 17:20:11 +00:00
Baptiste Daroussin
7fb9058d37 Convert to new perl framework 2013-09-17 09:00:42 +00:00
Pietro Cerutti
a9122fc19d - Fix build with fox-1.7 2013-09-17 08:31:20 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)

While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions

Submitted by:	marino [1]
Reported by:	swills, antoine [1]
Submitted by:	bsam [2]
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:14:53 +00:00
Baptiste Daroussin
e75853e907 Add a missing dependency on pkgconf 2013-09-13 14:41:21 +00:00
Andrej Zverev
4f9a4c9a94 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 16:41:28 +00:00
Thierry Thomas
cf15c941cc Fix usage of MAKE / GMAKE.
Notified by:	danfe
2013-09-12 16:10:31 +00:00
Thierry Thomas
283993719c Fix on -CURRENT.
Reported by:	pkg-fallout
2013-09-12 13:15:07 +00:00
Guido Falsi
644b855b6e - Update scintilla and scite to 3.3.5
- The update fixes build on recent head

PR:		ports/182014
Submitted by:	me
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-09-12 11:34:39 +00:00
Baptiste Daroussin
1f9270b0bc Reassign to the heap as maintainer no longer use FreeBSD
While here:
Use options helpers where possible

Submitted by:	Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
2013-09-12 09:39:19 +00:00
Maho Nakata
cec31a1b1e Unbreake by reroll of ext packages. Actually
former archive misses some tarballs, and I added to
avoid fetching while compiling.
2013-09-12 06:39:10 +00:00
Antoine Brodin
f25ddab47a Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-10 21:31:33 +00:00
Andrej Zverev
ac049e474e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 14:35:48 +00:00
Thomas Abthorpe
99a376e706 - Update to 1.92
PR:		ports/181805
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-10 04:09:20 +00:00
William Grzybowski
5825eb6f41 editors/tea: update to 36.0.3
- Update to 36.0.3
- Convert to new LIB_DEPENDS format
- Add DOCS option

PR:		ports/181903
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com> (maintainer)
2013-09-07 11:48:28 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Guido Falsi
9569673c94 - Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format

Approved by:	portmgr (bapt)
2013-09-05 09:38:08 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
2013-09-04 20:01:05 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Thomas Abthorpe
03042166ec - Update to 1.91
PR:		ports/181476
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2013-09-04 00:20:26 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
b3e4e19ddc Add an explicit dependency on pkgconf 2013-09-03 09:59:01 +00:00
Baptiste Daroussin
019f2422aa Add an explicit dependency on pkgconf 2013-09-03 08:49:46 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
3f0ee0e031 Add an explicit dependency on pkgconf 2013-09-02 22:11:23 +00:00
Baptiste Daroussin
be41425d62 Add an explicit dependency on pkgconf 2013-09-02 21:16:30 +00:00
Baptiste Daroussin
77aed62c7d Add an explicit dependency on pkgconf 2013-09-02 20:51:40 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Baptiste Daroussin
d1d00fe5b0 Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
2013-09-01 22:58:55 +00:00
Bryan Drewery
f0a57d0b9e - Mark BROKEN, fails checksum 2013-08-31 02:00:00 +00:00
Bryan Drewery
e4bc35055c - Fix with bmake 2013-08-30 12:47:04 +00:00
Maho Nakata
691ec98874 Fix mismatched {}
PR:		181667
Submitted by:	Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
2013-08-30 07:24:07 +00:00
Pietro Cerutti
dd6a70afd0 - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17
Although the shlib version wasn't bumped, some ABI changes require
  applications linked against fox17 to be rebuilt.
2013-08-29 07:48:22 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Bryan Drewery
52c6ac3e26 - Disconnect ports removed in r325546 2013-08-29 02:28:57 +00:00
David Chisnall
3bec8741ff Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
2013-08-28 18:26:01 +00:00
Maho Nakata
07bc176c82 bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
Submitted by:	jgh@
2013-08-28 00:29:47 +00:00
Maho Nakata
a4ddb25f06 bsd.port.options.mk, needs to be placed before bsd.port.pre.mk.
Submitted by:	jgh@
2013-08-28 00:28:06 +00:00
Grzegorz Blach
52842935df - Update to 3.1.25
Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-28 00:24:25 +00:00
Maho Nakata
351c97c27d convert to USES, and adoption of optionsNG styling, add CCACHE as configurable option
PR:		181574
Submitted by:	jgh@
2013-08-27 06:27:24 +00:00
Maho Nakata
dbea6b19e0 update to svn 1517723.
some cleanups [1].

PR:		181574
2013-08-27 03:36:50 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Maho Nakata
496c7e9e77 Update (branching) Apache OpenOffice 4.0.0 port 2013-08-26 04:19:48 +00:00
Maho Nakata
8f7988e67c Update (branching) Apache OpenOffice port to 4.0.0. 2013-08-26 04:19:17 +00:00
Jung-uk Kim
710852de5b Re-apply r324851 for the port. It was accidentally reverted in r325230. 2013-08-22 20:44:37 +00:00
Jung-uk Kim
b54218e9d4 Update to 4.0.5. 2013-08-22 20:38:28 +00:00
Thierry Thomas
cb454e4107 Upgrade to 2013.23.
Changelog at <http://towo.net/mined/changes.html>.
2013-08-19 16:40:36 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pietro Cerutti
39defe5150 - Fix build with clang 2013-08-07 13:59:55 +00:00
Jason Helfman
8cf5f5ecad - update to 5.1.0, attach gplv2 license
- pass maintainership to submitter
- properly support DOCS (instscript no longer required)

PR:		181009
Submitted by:	danilogondolfo@gmail.com
2013-08-07 06:31:46 +00:00
William Grzybowski
7e827b5eb9 editors/openoffice-*: bump PORTREVISION
- CoinMP has been updated

Submitted by:	Pedro Giffuni <giffunip tutopia.com>
2013-08-05 15:55:37 +00:00
Andrej Zverev
d20a57f55b - Convert to new perl framework 2013-08-04 13:18:24 +00:00
Andrej Zverev
1216800fbe - Convert to new perl framework
Approved by:	bapt@ (office@)
2013-08-04 12:47:44 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Mathieu Arnold
4063eccdf2 - Convert to new perl framework
- Trim Makefile header
2013-08-02 21:38:09 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Antoine Brodin
d4a4ea831c Fix plist (reported by portbuild & poudriere) 2013-07-31 12:40:12 +00:00
Baptiste Daroussin
8a6e8dcd4c Fix dependency on gettext 2013-07-29 22:37:26 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Dmitry Marakasov
6274ab1363 - Bump PORTREVISION after last commit 2013-07-22 17:29:52 +00:00
Dmitry Marakasov
cce604f272 - Fix timestamp display in file view
- Fix colors on some terminals
- Add LICENSE

PR:		180623
Submitted by:	"r4721@tormail.org" <r4721@tormail.org>
2013-07-22 17:28:38 +00:00
Martin Wilke
c1d99448f3 - Update to 0.4.b954
PR:		180701
Submitted by:	ports fury
2013-07-22 15:36:11 +00:00
Jason Helfman
b136d26d75 - convert USE_GMAKE and to new options style for NLS
- take maintainership
2013-07-19 18:36:42 +00:00
Johan van Selst
5726843e2a Don't pass default CFLAGS to c++
Fixes compilation with clang
2013-07-19 14:49:17 +00:00
Wen Heping
ab498a191e - Move to USES for desktop-file-utils [1]
- Support NLS conditionally [1]
- Drop maintainership

PR:		179249 [1]
Submitted by:	jgh@ [1]
2013-07-19 08:33:06 +00:00
Pietro Cerutti
75f6de7366 - Remove editors/code-browser and lang/copper, which fail to build on
most environments
2013-07-18 11:54:53 +00:00
Johan van Selst
132126c50c Update MASTER_SITES and trim header 2013-07-18 10:30:29 +00:00
Pietro Cerutti
5b2a6ec426 - Update to 5.2
Release notes:
  https://sourceforge.net/projects/codelite/files/Releases/codelite-5.2/
2013-07-17 14:21:05 +00:00
Martin Wilke
dbe090be2f - Update to 36.0.2
- Pass maintainership to submitter

PR:		180500
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
2013-07-17 04:07:19 +00:00
Eitan Adler
cd29d09ac8 Pet portlint 2013-07-16 22:07:56 +00:00
Eitan Adler
4a14a691d0 - Remove the conflicts with itself
- Move sections to pet portlint
2013-07-16 22:04:52 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Max Brazhnikov
e97f9ce510 Update to 4.0.2 2013-07-13 18:06:06 +00:00
Baptiste Daroussin
7d48bcd458 Mark jobs unsafe 2013-07-13 14:01:46 +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
David E. O'Brien
c0ed34df16 Update Vim 7.3 to patchlevel 1314. 2013-07-12 06:36:02 +00:00
David E. O'Brien
b75913b0f9 Catch up with how we install Lua.
PR:	180367
2013-07-12 06:22:46 +00:00
David E. O'Brien
3df3a4e33f Remove useless "libsysinfo" CONFLICTS statement.
(it needed to be "libsysinfo*" to have any effect)
2013-07-12 05:12:42 +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