Commit graph

5453 commits

Author SHA1 Message Date
Baptiste Daroussin
c98c9c9276 Mark as brooken unfetchable ports 2015-04-05 18:59:58 +00:00
Antoine Brodin
cc165f120d Revert broken conversion to USES=metaport
With hat:	portmgr
2015-04-04 08:20:17 +00:00
Guido Falsi
4c393bb995 - Move deskutils/mirall to deskutils/owncloudclient due to upstream rename
- Update to 1.8.0
2015-04-04 00:25:25 +00:00
Raphael Kubo da Costa
7f0829cb24 Convert kde@ ports to USES=metaport.
Submitted by:	alonso@
2015-04-03 19:22:38 +00:00
Tijl Coosemans
86931959a7 Add two patches to textproc/intltool so it works better with USES=autoreconf
- Patch intltool.m4 so translations are always installed in
  PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack
  also does this for ports without USES=autoreconf)
- Patch intltoolize.in so it creates the directory where it will copy
  intltool.m4 into if it doesn't exist yet

Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install
from Makefile and remove an old patch.

PR:		198123
Exp-run by:	antoine
Approved by:	gnome (kwm), portmgr (antoine)
2015-04-03 15:55:53 +00:00
Lars Engels
872c163526 Fix my email address 2015-04-02 20:09:53 +00:00
Steven Kreuzer
1466e21f9a Require lang/clang36 when building on FreeBSD 9.3 or older 2015-04-02 18:44:43 +00:00
Jason Helfman
b3121d1412 - remove do_nada from install target
Approved by:	portmgr (blanket)
2015-04-01 23:38:42 +00:00
Baptiste Daroussin
ad8c35f7dd Mark as broken:
- No public distfiles for current version
- Newer version does not work with recent objective C

While here remove dead master site
2015-03-30 23:02:51 +00:00
Baptiste Daroussin
b9d061b59d Remove dead CENKES mirror 2015-03-30 21:29:08 +00:00
Olivier Duchateau
4b8ba1a7ce Allow Thunar (through tumbler daemon) to display previews for SVG icons.
PR:		199009
Submitted by:	marino@
2015-03-30 18:41:10 +00:00
Baptiste Daroussin
f55af4fe40 Convert to USES=metaport 2015-03-28 15:05:43 +00:00
Baptiste Daroussin
59990e0680 Convert to USES=metaport
Use options helpers
2015-03-28 15:03:50 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Jimmy Olgeni
cc72020008 Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Pawel Pekala
b24a6ac4a8 Update to version 5.26.2
PR:		198665
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2015-03-18 21:23:42 +00:00
Steven Kreuzer
166046cbeb Mark this as only for amd64 for now 2015-03-16 20:25:42 +00:00
Dmitry Marakasov
290da9d5f6 - Fix shebangs
Approved by:	portmgr blanket
2015-03-16 14:01:51 +00:00
Antoine Brodin
2655092e77 Mark BROKEN: fails to build
With gcc:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I.  -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows     -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:13:
../includes/CPP/7zip/Common/FileStreams.h:15:35: error: ../../Common/C_FileIO.h: No such file or directory
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460: error: expected `)' before '*' token
...

With clang:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I.  -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows     -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460:27: error: expected ')'
  typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUID *iid, void **outObject);
                          ^
...

Reported by:	pkg-fallout
2015-03-15 13:49:58 +00:00
Steven Kreuzer
24226bc177 Update to v2.4.1 2015-03-12 20:21:08 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Vanilla I. Shu
8c016d3336 Add py-pycarddav 0.7.0, cardDAV based address book tool.
PR:		198526
Submitted by:	che@bein.link
2015-03-12 08:32:54 +00:00
Vanilla I. Shu
92c2f2bd6d Add py-khal 0.4.0, calDAV-based calendar.
PR:		198514
Submitted by:	che@bein.link
2015-03-12 08:30:12 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Tilman Keskinoz
0c81e36dbb Update to 1.20.2 2015-03-10 21:30:37 +00:00
Mikhail Teterin
4ac73b366c Upgrade from 1.0.19 to 1.0.20. Assign to a new maintainer (the submitter of PR).
PR:		198486
Submitted by:	Benjamin WOods
2015-03-10 16:07:50 +00:00
Bartek Rutkowski
18843fbbce deskutils/py-vdirsyncer: NEW PORT - Synchronize calendars and contacts
Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize CalDAV and CardDAV with a local
folder or file. The local data can then be accessed via a variety of programs,
none of which have to know or worry about syncing to a server.

WWW: https://vdirsyncer.readthedocs.org/

PR:		198316
Submitted by:	Maxim Filimonov <che@bein.link>
2015-03-10 11:48:38 +00:00
Nicola Vitale
f33f84e22b - Replace the deprecated methods and types of OpenSSL with the current ones
(des_ to DES_ and adapt to method signature). The patch was accepted by the
  upstream project see https://github.com/mattn/growl-for-linux/pull/51

PR:	198243
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-07 22:43:51 +00:00
Lars Engels
d29d4eedbe Add deskutils/gsimplecal
Gsimplecal is a lightweight calendar applet written in C++ using GTK.

It was intentionally made for use with tint2 panel in the openbox environment
to be launched upon clock click, but of course it will work without it. In
fact, binding the gsimplecal to some hotkey in you window manager will probably
make you happy. The thing is that when it is started it first shows up, when
you run it again it closes the running instance. In that way it is very easy to
integrate anywhere. No need to write some wrapper scripts or whatever.

Also, you can configure it to not only show the calendar, but also display
multiple clocks for different world timezones. Read the manual page for the
details (there is info about keyboard controls as well!).

WWW: https://github.com/dmedvinsky/gsimplecal
2015-03-07 21:31:40 +00:00
Dmitry Marakasov
4786afc602 - Strip binary 2015-03-06 12:07:23 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Dmitry Marakasov
2336e31ef2 Remove empty directory 2015-03-05 14:38:25 +00:00
Dmitry Marakasov
8402f310d2 - Fix build as non-root 2015-03-05 11:04:57 +00:00
Johannes Jost Meixner
af1b0de06c deskutils/fbreader: upgrade to 0.99.6
- upgrade to 0.99.6
- use GitHub as MASTER_SITE
- use Options helpers

PR:		187819
Differential Revision:	https://reviews.freebsd.org/D1996
Submitted by:	myself
Approved by:	maintainer timeout (50 weeks)
Approved by:	koobs (mentor)
2015-03-03 12:59:41 +00:00
Baptiste Daroussin
afe1d1c720 Remove Authors and License from pkg-descr 2015-03-02 23:16:01 +00:00
Bartek Rutkowski
ec2aebba99 deskutils/treesheets: update 0.0.20141225 -> 0.0.20150117
PR:		197856
Submitted by:	lightside@gmx.com
2015-03-01 17:07:38 +00:00
Nicola Vitale
7ecc764fb6 - Add missing dependencies
- Bump PORTREVISION
2015-03-01 09:10:35 +00:00
Nicola Vitale
f261fcac79 Shutter is a feature-rich screenshot program for Linux based operating systems
such as Ubuntu. You can take a screenshot of a specific area, window, your
whole screen, or even of a website - apply different effects to it, draw on it
to highlight points, and then upload to an image hosting site, all within one
window. Shutter is free, open-source, and licensed under GPL v3.

WWW: http://shutter-project.org
2015-02-28 22:50:35 +00:00
Dmitry Marakasov
de1f3f7592 - Switch to linguisttools_build 2015-02-27 16:03:22 +00:00
Frederic Culot
1c852dac63 - Update to 4.0.0
Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
2015-02-27 13:02:05 +00:00
Nicola Vitale
7928298e00 - Real update to 0.8.1: the previous commit used
the old distinfo
2015-02-25 10:03:34 +00:00
Nicola Vitale
c673760ebf - Update to 0.8.1
- Strip installed libraries
- Sort variables and their values
2015-02-25 09:51:11 +00:00
Koop Mast
95d2f52b0f Update CONFLICTS.
xfce4-notifyd was updated to no longer conflict with notification-daemon.
There is no conflict anymore between notification-daemon and
  xfce4-notification-daemon
Only notify-osd and xfce4-notification-daemon conflict with each other.

PR:		197851 (based on)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Reviewed by:	maintainer (ehaupt@)
2015-02-22 21:01:44 +00:00
Pawel Pekala
9fd093eb9b Update to version 5.26.1
PR:		197408
Submitted by:	Zsolt Udvar <udvzsolt@gmail.com> (maintainer)
2015-02-21 13:18:58 +00:00
John Marino
719ae16c89 deskutils/treesheets: make environment was not set in build target
This port's makefile fails to set the make environment when it overrode
the build target.  Given that the 2-line build.sh script has to be
patched in the post-configure target, the whole script should move to
the port makefile.  However, for now just set the make environment which
fixes the build on DragonFly with gcc-5.

Approved by:	just-fix-it blanket
2015-02-20 13:41:42 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Danilo Egea Gondolfo
6c48a1ae34 - Update to 1.8.007.20150218
- This release contains important security fixes

Changlog:
http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup

MFH:		2015Q1
2015-02-19 13:20:56 +00:00
Sunpoet Po-Chuan Hsieh
b7da5646fb - Update to 0.22
- Sort PLIST

Changes:	http://search.cpan.org/dist/Data-ICal/Changes
2015-02-18 16:22:37 +00:00