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

3209 Commits

Author SHA1 Message Date
Ganael LAPLANCHE
1826e412e4 Strip using INSTALL_TARGET=install-strip instead of post-install action 2014-05-21 12:14:51 +00:00
Sofian Brabez
6f9a430d77 - Update to 2.7
PR:		ports/190000
Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
2014-05-21 09:02:05 +00:00
Juergen Lock
88e7ff1c09 Pet check-plist. 2014-05-20 16:34:16 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Martin Matuska
8695e9b37f Horde package update:
comms/pear-Horde_ActiveSync 2.14.1 -> 2.15.1
devel/pear-Horde_Icalendar 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.5 -> 2.19.6
devel/pear-Horde_View 2.0.3 -> 2.0.4
2014-05-17 07:12:06 +00:00
Ganael LAPLANCHE
1b5600bb21 Switch to USES=libtool 2014-05-16 12:27:00 +00:00
Baptiste Daroussin
f774d52216 From PR:
Stage support,
Update master site

From me:
Convert to USES=tgz
Remove check for unsupported FreeBSD version

PR:		ports/189640
Submitted by:	Nicole Reid <root@cooltrainer.org>
2014-05-11 22:37:12 +00:00
Rene Ladan
f2cacbe752 comms/dcf77pi: update to 2.1.0
General:
- the maxzero and maxone parameters are now determined dynamically, remove
  them from config.txt and README.md
- Do not consider time offset jumps if bit 17 and 18 are equal

readpin:
- add a -q parameter to suppress displaying of the raw signal (default off)
- display updates

dcf77pi:
- display updates/fixes, show radio state
  (OK if no receive/transmit/random errors)
2014-05-11 12:37:55 +00:00
Martin Matuska
ead7612bdd Horde package update:
comms/pear-Horde_ActiveSync 2.14.0 -> 2.14.1
www/pear-Horde_Browser 2.0.6 -> 2.0.7
devel/pear-Horde_Cache 2.4.2 -> 2.5.0
www/pear-Horde_Feed 2.0.1 -> 2.0.2
www/pear-Horde_Http 2.1.0 -> 2.1.1
mail/pear-Horde_Imap_Client 2.19.2 -> 2.19.5
mail/pear-Horde_Mail 2.1.6 -> 2.2.0
mail/pear-Horde_Mime 2.3.0 -> 2.3.4
devel/pear-Horde_Prefs 2.5.2 -> 2.6.0
textproc/pear-Horde_Text_Filter 2.2.0 -> 2.2.1
devel/pear-Horde_Util 2.3.0 -> 2.4.0
devel/horde-timeobjects 2.0.4 -> 2.1.0
2014-05-11 08:54:34 +00:00
Guido Falsi
4561c069fe Fix pkg-install, forgotten in previous commit. 2014-05-10 19:47:41 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Guido Falsi
ceea69bb4b Convert to USES=tar 2014-05-10 18:57:08 +00:00
Guido Falsi
f794da2a05 - Add USES=libtool
- Don't install .la files
2014-05-10 18:56:40 +00:00
Dmitry Marakasov
b851b8597f - Don't remove mtree directories
Approved by:	portmgr
2014-05-09 21:13:09 +00:00
Baptiste Daroussin
7af569c171 Convert to USES=pgsql 2014-05-07 23:37:53 +00:00
Baptiste Daroussin
cd6927ad9c Support stage
PR:		ports/188593
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-06 09:27:10 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Rusmir Dusko
e32eeb8bc9 These ports are no longer used or cared for.
comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes

deskutils/rubrica

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes

graphics/Hermes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library

graphics/aoi

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/autoq3d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/box

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/boxer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/cbrpager

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbview

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbviewer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/eos-movrec

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree

graphics/evolvotron

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

graphics/fracplanet

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters

graphics/gnofract4d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/icon-slicer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS

graphics/lcdtest

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf

graphics/multican

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/photopc

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/pngcheck

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pngwriter

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pstoedit

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries

graphics/skencil

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries

misc/boxes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR

misc/explosions

- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@

misc/wmweather+

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS

multimedia/dvdauthor

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

multimedia/dvdid

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library

multimedia/freetuxtv

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

multimedia/gtk-youtube-viewer

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

net/wlan2eth

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
2014-04-28 21:31:31 +00:00
Steve Wills
dd9460aeb5 - Stage
PR:		ports/188824
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-26 20:59:44 +00:00
Pawel Pekala
655a82232a Update to version 3.2.13 2014-04-25 16:34:11 +00:00
Diane Bruce
96e7da88a1 The SvxLink project is a flexible, general purpose voice services system for
ham radio use. The project also includes Qtel, an EchoLink client GUI
application.

WWW: http://sourceforge.net/apps/trac/svxlink/

This replaces the earlier and removed comms/qtel port.

PR:		ports/188452
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-04-23 19:38:47 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Baptiste Daroussin
3e059cd566 USES=libtool
Use options helpers
2014-04-22 15:50:11 +00:00
Adam Weinberger
deebc6c13c Add two other manpages to plist.
Thanks to:	swills
2014-04-21 21:18:45 +00:00
Adam Weinberger
b674570f10 STAGE support, replace pkg-install with some plist
magic and a pkg-message. Rename patches to avoid
forbidden characters. Use @sample.
2014-04-20 22:07:46 +00:00
Adam Weinberger
5d0de0270d STAGE support. Corrected a typo in OPTIONS_DEFAULT, applied
PORTEXAMPLES to examples, use WWWDIR, use @sample.
2014-04-20 21:25:18 +00:00
Dirk Meyer
81cc0d7cf3 - drop mainatinership 2014-04-20 18:11:41 +00:00
Alexey Dokuchaev
2f2db0bc52 - Update to version 0.4.5; define LICENSE; switch to .tar.bz2 distfile
- Provide a better fix for staging (r345307): passing --prefix is redundant
  as configure script is actually autotools-generated one (HAS_CONFIGURE was
  wrongly used instead of GNU_CONFIGURE)
- Make use of the new @sample keyword in pkg-plist; kill unneeded patches
2014-04-19 11:18:30 +00:00
Martin Matuska
ec5e312db3 Horde package update:
Horde_ActiveSync 2.13.4 -> 2.14.0
Horde_Image 2.0.6 -> 2.0.7
Horde_Mime_Viewer 2.0.5 -> 2.0.6
2014-04-16 21:37:14 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Steve Wills
0275379814 - Stage
PR:		ports/188592
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Craig Butler <craig@bsdtec.com> (maintainer, different email)
2014-04-15 13:09:01 +00:00
Diane Bruce
78434fa4a4 - Remove GCC dependency which made qsstv crash with a clang-built world.
PR:		ports/188577
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2014-04-13 23:37:15 +00:00
Diane Bruce
a198ba47d3 Upgrade from 1.8.6 to 1.8.7:
* bug fixed system segfault when BSR is activated when no BSR was received
* bug fixed in FTP upload when using Filezilla ftp server

PR:		ports/188571
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2014-04-13 22:03:21 +00:00
Rene Ladan
3709da2f35 comms/dcf77pi: update to 2.0.3, use the new @sample keyword
- Mention the "backspace" key in README.md
- Reset DST and leap second announcements at the next hour
- Detect sudden jumps to non-DST
- Relax conditions for processing a DST change
2014-04-13 16:37:00 +00:00
Diane Bruce
71e6d8446d - Maintainer update: comms/fl_moxgen to latest (1.00)
- stage support

Version 1.00 - 20-JUL-2013
        * Minor updates to the documentation
        * Fixed Makefile problem with fl_moxgen_defines.h
        * Be sure Calculate was pressed before generating outputs
        * Be sure wire size input was entered prior to Calculate
        * Check legal value of AWG input

PR:		ports/188538
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2014-04-12 23:59:33 +00:00
Diane Bruce
bf9a7946d7 - Removed unnecessary diff
=Version 1.3.15=

2013-12-02  David Freese  <w1hkj@w1hkj.com>

        3422195: 64 bit void pointer
        fa317c3: tty search
        7732b22: TT566
        6964cb6: TS590S/TS990S/TS2000 controls
        5b340a9: FTdx1200
        e199a62: Send cmd debug
        718f46f: TS-990
        05898d5: Sliders
        c13a20e: Notch controls
        86f1d0b: 7600 split
        9f08704: Restore debug

PR:		ports/188537
Submitted by:	maintainer
2014-04-12 23:43:51 +00:00
Diane Bruce
44ef17f124 - Change from old style .if/CONFUGRE_ARGS+=/.else to new style *_CONFIGURE_*
for the knob.

PR:		ports/188536
Submitted by:	Maintainer
2014-04-12 22:19:04 +00:00
Diane Bruce
2af2407e5f Amateur radio logbook GUI and logbook server for use with fldigi and friends.
The logbook server maintains a large set of QSO logbook fields that will
probably be sufficient for casual operating, contesting and some certificate
logging.  All of the fields that are captured in the logbook are maintained
in an ADIF database.

WWW: http://www.w1hkj.com/fllog-help/index.html

PR:		ports/188487
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-04-12 15:32:01 +00:00
Diane Bruce
7c9ae3285c Flrig is a transceiver control program designed to be used either stand alone
or as an adjunct to fldigi.  The supported transceivers all have some degree
of CAT.  The flrig user interface changes to accommodate the degree of CAT
support available for the transceiver in use.

WWW: http://www.w1hkj.com/flrig-help/index.html

PR:		ports/188454
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-04-11 23:57:16 +00:00
Diane Bruce
16382aaf60 - add missing file somehow dropped in ports/188454
Submitted by:	Maintainer
2014-04-11 22:15:18 +00:00
Diane Bruce
b973d074b4 - update comms/sstv to latest release
- bug fix ftp transfer when using subdirectories ( reported by Ken G7VJA)
- bug fix for sound file output when recording while transmitting (Jem)

PR:		ports/188416
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2014-04-11 19:36:15 +00:00
Baptiste Daroussin
7c84ecc968 Mark as broken: fails to build with modern compilers
With hat:	portmgr
2014-04-08 09:50:23 +00:00
Baptiste Daroussin
49f6ad4248 Support stage 2014-04-08 09:46:57 +00:00
Martin Matuska
19fe325df7 Horde package update:
Horde_ActiveSync 2.13.3 -> 2.13.4
Horde_Alarm 2.1.0 -> 2.2.0
Horde_Argv 2.0.7 -> 2.0.8
Horde_Auth 2.1.2 -> 2.1.3
Horde_Cache 2.4.1 -> 2.4.2
Horde_Cli 2.0.4 -> 2.0.5
Horde_Crypt 2.4.1 -> 2.4.2
Horde_Date 2.0.8 -> 2.0.9
Horde_Db 2.1.0 -> 2.1.1
Horde_Form 2.0.7 -> 2.0.8
Horde_HashTable 1.1.1 -> 1.1.2
Horde_History 2.2.1 -> 2.3.0
Horde_Http 2.0.5 -> 2.1.0
Horde_Image 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.1 -> 2.19.2
Horde_ListHeaders 1.1.0 -> 1.1.1
Horde_Mail 2.1.5 -> 2.1.6
Horde_Smtp 1.4.0 -> 1.4.1
Horde_TimeZone 1.0.5 -> 1.0.6
2014-04-05 20:32:20 +00:00
Baptiste Daroussin
25aa2403e9 Do not overwrite build_depends
Reported by:	pkg-fallout
2014-04-04 18:18:23 +00:00
Ganael LAPLANCHE
4a6f3c3d7f Avoid runtime dependency on buildtools (use buildtools_build instead of buildtools)
Submitted by:	makc
2014-04-03 10:02:04 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Ganael LAPLANCHE
2ff70de73a - Update to 20140313 (and use QT5)
- Update WWW
2014-04-03 06:35:51 +00:00
Danilo Egea Gondolfo
117e4c5841 - Update from 2.0.11 to 2.0.12
- Mute REINPLACE_CMD
2014-04-02 13:16:51 +00:00