1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

4449 Commits

Author SHA1 Message Date
Marcus von Appen
8afaaa975f - Unbreak by reverting the USES=pathfix change introduced earlier
Reported by:	bdrewery@
2013-04-29 12:30:43 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
9dbc02d2c5 Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
2013-04-26 15:10:57 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Jason Helfman
d789478b75 - adopt USES for gettext and desktop-file-utils
- adopt optionsNG for NLS KNOB
- drop bsd.port.pre.mk inclusion
- trim historical header
2013-04-25 04:36:14 +00:00
Jason Helfman
e5b00c8ddc - convert USE_GETTEXT to USES 2013-04-24 23:04:22 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Emanuel Haupt
79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Baptiste Daroussin
1e4689558e Convert deskutils to USES=pkgconfig 2013-04-23 07:14:15 +00:00
Jason Helfman
d999310593 - convert to USES=pkgconfig 2013-04-23 06:47:14 +00:00
Martin Wilke
ac4077a298 - Mark broken 2013-04-23 00:29:10 +00:00
Emanuel Haupt
2fa61aa117 Update to 0.2.3
Submitted by:	oliver (via mail)
Feature safe:	yes
2013-04-21 16:46:40 +00:00
David Naylor
6cdcfd3606 Update deskutils/plasma-applet-cwp to 1.7.3.
ChangeLog:
- xml: accuweather.com: fixes for some URLs

Approved by:	eadler,bdrewery (mentors, implicit)
Feature safe:	yes
2013-04-21 16:18:44 +00:00
David Naylor
4a9c35d502 Update deskutils/plasma-applet-cwp to 1.7.2.
ChangeLog:
1.7.2
=====
- xml: www.weather.com: fixes (thanks to
jcasoliva)
- xml: accuweather.com: 5th day fixed

1.7.1
=====
- xml: ilmeteo.it: fixes (thanks to Maurizio A.)
- xml: gismeteo.com: location fixed
- xml: www.weather.com: current weather conditions
fixed
- xml: accuweather.com (US): fixed (new location
code)
- xml: accuweather.com (World): fixed (new
location code)

1.7.0
=====
- icon for calm wind conditions
- xml: all: inserted "calm" wind condition if
possible
- xml: www.weather.com: fixed
- xml: ilmeteo.it: changed (thanks to Maurizio A.)
- xml: espanol / in / uk.weather.com fixed
- xml: gismeteo: location fixed

Approved by:	bdrewery (mentor)
Feature safe:	yes
2013-04-20 11:53:56 +00:00
Antoine Brodin
c86cc2ebf7 Update dosage to 2.1
Approved by:	eadler (mentor)
Feature safe:	yes
2013-04-19 15:16:41 +00:00
Jason Helfman
daa0cf296c - update deskutils/virt-manager to 0.9.5
- update net-mgmt/virtinst to 0.600.4

Feature safe:	yes
2013-04-18 23:25:49 +00:00
Matthias Andree
313cdd2fce Update to new upstream Beta 09 release.
Changelog:      http://www.docear.org/software/history-changelog/

Feature safe:   yes
2013-04-17 20:26:34 +00:00
Pietro Cerutti
b92703309c - Update to 2.2.0
Release notes: http://taskwarrior.org/news/167
- Note that support for LUA extensions has been removed

Feature safe:	yes
2013-04-17 08:24:26 +00:00
Jason Helfman
ee71401ca3 - support handling of NLS while upstream works out issue
- bump portrevision

Feature safe:	yes
2013-04-16 23:13:51 +00:00
Guido Falsi
ef8587d3fc - Update to 0.9.27
- Remove support for unsupported FreeBSD versions

Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer, via email)
Feature safe:	yes
2013-04-16 21:40:44 +00:00
Rene Ladan
5727b9916c - Reset maintainer [1]
While here:
- convert Makefile header
- pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes)
- drop support for unsupported FreeBSD versions
- convert to optionsNG

Submitted by:	previous maintainer (tkjacobsen@gmail.com) [1] in
		http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html
Feature safe:	yes
2013-04-16 16:00:08 +00:00
Max Brazhnikov
c4a93bc25f - Be precise in CONFLICTS_INSTALL, we want conflicts with strigi before split
(<= 0.7.8_1) only

Reported by:	cperciva
Approved by:	portmgr (miwi)
2013-04-03 15:42:37 +00:00
Max Brazhnikov
73ecb64670 - Explicitly record required Qt4 components (thus fix build with kdelibs-4.10)
Approved by:	portmgr (miwi)
2013-04-02 15:40:37 +00:00
Raphael Kubo da Costa
7fade25a03 Fix pkg-plist (and `make package').
Another fallout after r315578: remove files which were only installed when
unit tests were on from the plist.

Approved by:	portmgr (miwi)
2013-04-01 15:27:08 +00:00
Bryan Drewery
5266e01dd1 - Fix build with bmake
- Trim header while here

PR:		ports/177187
Submitted by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-04-01 15:12:35 +00:00
Koop Mast
388945ae69 Fix build with glib 2.34.
Submitted by:	pointyhat (via miwi)
Approved by:	portmgr (miwi)
2013-04-01 09:53:00 +00:00
Martin Wilke
33b6bb387a - Unbreak build
Reported by:	pointyhat
Approved by:	portmgr
2013-03-30 14:09:04 +00:00
Ashish SHUKLA
7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00
Carlo Strub
52248ad25e Update to 1.3.13 2013-03-29 12:19:27 +00:00
Eitan Adler
a02b09c90a Fix COMMENT 2013-03-29 00:59:45 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Mikhail Teterin
946358e2fa Invoke the scripts with an explicit sh -- because the files may
not be executable (an artifact of a switch to svn?)

While here, fix compiler warnings and turn on MAKE_JOBS_SAFE.
2013-03-28 02:10:57 +00:00
Olivier Duchateau
3642d77c5e - Update to 0.2.0 2013-03-27 18:33:13 +00:00
Koop Mast
63be757a70 Don't try to remove etc/xdg/autostart, gnomehier owns it.
Submitted by:	miwimail
2013-03-27 14:35:37 +00:00
Koop Mast
693123dd28 Fix build with glib 2.34.
While here, trim header and update WWW to new home.

Submitted by:	pointyhat via miwi
2013-03-27 13:50:37 +00:00
Koop Mast
9a4801107b Remove lingering traces of evolution support.
Submitted by:	pointyhat via miwi
2013-03-27 13:17:02 +00:00
Max Brazhnikov
24482eebf1 KDE/FreeBSD team presents KDE SC 4.10.1 ports!
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Max Brazhnikov
089463050a - Split deskutils/strigi port on libraries, client, daemon and utilities.
deskutils/strigi is a meta port now
- USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer
2013-03-26 15:43:09 +00:00
Max Brazhnikov
bb655023d3 libopensync-plugin-python:
- Fix configure stage [1]
- Mark BROKEN: fails to build with recent libopensync
- Switch to out-of-source build, which is required by upstream

msynctool:
- Fix typo in BROKEN and make it more informative

Reported by:	pointyhat (miwi) [1]
2013-03-26 12:59:13 +00:00
Max Brazhnikov
98df39ff48 - Fix configure stage
- Mark BROKEN: fails to build. It doesn't related to cmake update, I give up :)
- while here tweak COMMENT and switch to out-of-source build

Reported by:	pointyhat (miwi)
2013-03-26 12:24:12 +00:00
Max Brazhnikov
6d062a4b77 Fix typo
Reported by:	Piotr Kubaj
2013-03-26 11:02:23 +00:00
Martin Wilke
076e3826af - Update to 6.1
PR:		176539
Submitted by:	Ports Fury
2013-03-26 01:07:00 +00:00
Max Brazhnikov
2375299f59 - Remove stale dependence on devel/boost-libs
- Clean up Makefile
2013-03-25 23:28:45 +00:00
Jason Helfman
083d555fe6 - adopt optionsNG
- trim historical header

Approved by:	portmgr (miwi)
2013-03-25 21:47:11 +00:00
Matthias Andree
ee2b05db12 Fix MASTER_SITES:
- fix LOCAL/... line to use proper directory
- re-enable sourceforge.net mirror after upstream maintainers
  have re-uploaded the files and promised to remember our
  requirements in the future.
  <http://www.docear.org/support/forums/docear-support-forums-group3/general-feedback-questions-forum5/downloads-deliberately-hosed-again-thread236.0/#postid-837>
2013-03-25 21:19:46 +00:00
Ruslan Makhmatkhanov
3c6a18c498 - update project url 2013-03-25 09:50:14 +00:00
Max Brazhnikov
80b5857dd6 - Really respect FFMPEG_SUFFIX and thus fix build [1]
- Switch to out-of-source build

Reported by:	miwi [1]
2013-03-24 20:26:48 +00:00