Commit graph

2596 commits

Author SHA1 Message Date
Pav Lucistnik
a9e161351f - Mark BROKEN: does not build with new fortran
Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1).

Reported by:	pointyhat
2011-10-18 22:16:44 +00:00
Brendan Fabeny
ac39d25cb1 - update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:	ache, C. Burns, wen
2011-10-17 10:08:33 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Doug Barton
4eb5b88d9e As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar		Vulnerable since 2011-01-13
comms/libsyncml			Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server	Vulnerable since 2006-10-29
databases/mysql323-client	Vulnerable since 2006-10-29
databases/mysql323-scripts	Vulnerable since 2006-10-29
databases/mysql40-server	Vulnerable since 2006-10-29
databases/mysql40-client	Vulnerable since 2006-10-29
databases/mysql40-scripts	Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
		Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh			Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
		Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22			Vulnerable since 2011-07-28
dns/bind9-sdb-ldap		Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql	Vulnerable since 2011-06-04
ftp/wgetpro			Vulnerable since 2004-12-14
games/quake2forge		Vulnerable since 2005-01-21
graphics/linux-tiff		Vulnerable since 2004-10-13
japanese/mutt			Vulnerable since 2007-07-29
japanese/asterisk14-sounds	Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14			Vulnerable since 2011-06-25
net/isc-dhcp31-client		Vulnerable since 2011-04-10
net/isc-dhcp31-server		Vulnerable since 2011-04-10
net/isc-dhcp31-relay		Vulnerable since 2011-04-10
net/asterisk-app-ldap		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
   Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons		Depends on net/asterisk14, which is FORBIDDEN
net/astfax			Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2		Vulnerable since 2009-06-30
www/gforge			Vulnerable since 2005-08-09
www/linux-flashplugin7		Vulnerable since at least 2008-05-30
www/opera-devel			Vulnerable since 2010-06-25, does not fetch
www/plone3			Vulnerable and unsupported upstream
www/serendipity-devel		Vulnerable since 2008-04-25
www/ziproxy			Vulnerable since 2010-06-15
www/asterisk-gui		Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango	Vulnerable since 2009-05-13
2011-10-14 22:30:49 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Doug Barton
2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00
Sunpoet Po-Chuan Hsieh
dad757e728 - Update to 1.56
- Sort PLIST

Changes:	http://search.cpan.org/dist/Device-Modem/Changes
2011-10-01 16:41:27 +00:00
Dennis Herrmann
e92a1ff085 - Update to 0.83 2011-09-29 19:18:46 +00:00
Doug Barton
75fbecdf73 Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
2011-09-26 09:24:20 +00:00
Diane Bruce
1bf700952f - Update from 0.2.0 to 0.2.1
- Change log from upstream
,------------------------------------------------------------------------------
| 0.2.1 / 2011-09-19   Fabian Kurz <mail@fkurz.net>
|       * Added support for native CoreAudio on OSX.  Also builds for iOS.
|         [tnx KB1OOO]
|       * Removed support for OpenAL now that native OSX is supported and Pulse
|         Audio is available. [tnx KB1OOO]
|       * Added English word list english.qcb  [tnx Chuck Vaughn, AA0HW]
|       * Fixed missing audio on second channel for OSS
|       * Fixed Debian Bug 771075 [tnx John Nogatch, AC6SL]
'------------------------------------------------------------------------------
2011-09-24 12:49:17 +00:00
Eitan Adler
6d98c9b6f9 - use IGNORE instead of a custom message
Approved by:	martymac (maintainer)
Approved by:	sahil (mentor)
2011-09-24 03:05:53 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Steve Wills
e9a561ebbc - Add build depends to avoid build warning
PR:		ports/159849
Submitted by:	swills (me)
Approved by:	maintainer timeout (>5 weeks)
2011-09-20 00:58:55 +00:00
Martin Matuska
65e3254f27 Update to 1.1.5 2011-09-19 12:52:31 +00:00
Pawel Pekala
3741a46e9f - Update to version 2.2p2
- Assign mainatinership to submitter
- Update WWW

PR:		ports/159735
Submitted by:	Edward Sanford Sutton, III <mirror176@cox.net>
Approved by:	miwi, wen (mentors implicit)
2011-09-17 14:55:56 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Alberto Villa
1b0bf9280f - Install Python scripts.
- Bump PORTREVISION.
2011-09-08 12:03:01 +00:00
Pietro Cerutti
25ec1c9927 - Chase x11-toolkits/xforms shlib version bump 2011-09-07 08:28:13 +00:00
Alexey Dokuchaev
4239d2197a Fix a stupid typo. 2011-09-07 01:24:23 +00:00
Alexey Dokuchaev
1277935b6f Resurrect this port. It is actually very useful to debug Bluetooth problems
and also is referenced in the FreeBSD Handbook.  Add license (GPLv2) while I
am here.

Requested by:	emax
2011-09-06 09:28:23 +00:00
Doug Barton
2f55ac3c66 Remove comms/hcidump. The only master site was a geocities web page
which disappeared almost 3 years ago.

Approved by:	maintainer
2011-09-03 07:23:04 +00:00
Martin Matuska
8071734c7a Update to 1.1.4 2011-08-31 08:18:51 +00:00
Dennis Herrmann
065c7182ac - Update to 0.8.0
PR:		ports/160234
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2011-08-30 15:07:29 +00:00
Alexey Dokuchaev
bca0f8ef50 Augment CATEGORIES. 2011-08-29 15:58:25 +00:00
Doug Barton
0a42c416b7 Turns out that some geocities sites are more dead than others.
My apologies for the inconvenience.

Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
2011-08-23 17:34:17 +00:00
Doug Barton
f9faa8bdaa Geocities has been gone for almost 2 years now, so let's remove
references to it.

Deprecate ports whose only MASTER_SITE is (was) geocities
2011-08-23 07:45:27 +00:00
Alexey Dokuchaev
06e6ff3128 Update to version 9.0.302, which should build and work on all versions of
FreeBSD since 1993 without any patches.  Touch the COMMENT while I'm here.

This is result of collaborative work by Frank da Cruz (C-Kermit original
author and current upstream maintainer) and yours truly.
2011-08-21 18:12:08 +00:00
Martin Matuska
cc646ccd0f Update to 1.0.5 2011-08-21 05:59:32 +00:00
Alexey Dokuchaev
0164c3e8a9 - Switch from currently unsupported ALL_TARGET krbmit' to freebsd+ssl'
- Remove home-rolled MAKE_ARGS bundle, leave only FreeBSD specific things
- Do not trim version suffix when assigning HERALD value
- Adjust PREFIX -> MANPREFIX for manpage installation

Discussed with:	upstream maintainer (Frank da Cruz)
2011-08-20 15:08:59 +00:00
Alexey Dokuchaev
8db88ed817 - Update to version 9.0.301
- Remove no longer needed patches and inplace editing
- Define LICENSE (BSD)
- Fix pty locking on 800045 and above
- Simplify documentation installation

Tested with:	emulators/x48
2011-08-19 10:21:41 +00:00
Diane Bruce
0f6b205f83 - Reworked to use OPTIONS framework [1]
- Fixed port to generate man pages which needs asciidoc and xsltproc
- minor changes to observe PORTDOCS

- From release NOTES
= Fldigi 3.21 release notes =

== Modems ==

  * Weather Fax receive and transmit
  * RSID can be configured to open the decoder squelch
  * Added several new RSID modem codes
  * Video ID improvements
  * Added browser support for the PSK63F and PSK-nnn-R types
  * Improved CW prosign handling
  * Improved signal detection in PSK multiple decoder
  * The MT-63 modem can now receive and transmit on any frequency
  * Added support for multiple RTTY decoders

== Macros ==

  * Added REPEAT macro
  * Added LNW macro
  * Added CLEARLOG macro
  * Added QSY macro
  * Added RIGMOD and FILWID macros

PR:             ports/159070 [1]
Submitted by:	Stephen Hurd <shurd _AT_ sasktel.net>
2011-08-19 02:39:06 +00:00
Steve Wills
355c5ecc8b - Set BUILD_DEPENDS to silence build warnings
PR:		ports/159848
Submitted by:	swills (me)
Approved by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2011-08-18 00:25:18 +00:00
Johan van Selst
78e978fe35 Fix minicom build for WITHOUT_NLS (force libiconv dependency and linking)
Reported by:	Gordon Shumway
PR:		ports/159739
2011-08-17 21:04:58 +00:00
Martin Matuska
1aceb6ecad Update to 1.1.3 2011-08-17 14:33:52 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Mark Linimon
c284abee23 Mark as ignore on sparc64 (and presumably all tier-2): #error "Need to
describe target architecture"
2011-08-10 08:45:40 +00:00
Tilman Keskinoz
56023fc91e Update to 1.02
PR:		156876
Submitted by:	maintainer
2011-08-08 19:37:29 +00:00
Dirk Meyer
0ee6889dd5 - cleanup MASTER_SITES 2011-08-06 19:23:13 +00:00
Diane Bruce
becc5c15ae - Fixed build under clang, no other changes. 2011-08-06 01:57:09 +00:00
Martin Matuska
3a54298f33 Update to 1.1.2 2011-08-05 12:10:45 +00:00
Diane Bruce
00915371dd - Update to hamlib 1.2.14
From release e-mail:

The Hamlib team announces the release of Hamlib 1.2.14, the first since
adopting a timed release schedule of 1 Feb and 1 Aug each year.  Changes
since 1.2.13 include:

    * New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500,
      KX3, V4L2 API support (untested),

    * New rotator backends: IF-100, TS-7400

    * Fixes and features: K3/KX3, Build Win32 from script,
      rigctld/rotctld ported to Mingw32, Win32 build fixes, remove
      obsolete bundled libtool files, rigctl improvements, FUNcube
      string test (works with V0.0 and V1.0), Yaesu newcat.c fixed to
      use rig->state.current_vfo to store vfo value, add a command to
      halt rigctld, select PTT source in Kenwood backends (TS-590S),
      make sure scan is stopped at IC-9000 opening, thd72 get channel
      data (alpha).

For a complete log of changes to Hamlib 1.2.14, please visit:

http://hamlib.git.sourceforge.net/git/gitweb.cgi?p=hamlib/hamlib;\
a=shortlog;h=refs/heads/Hamlib-1.2.14
2011-08-04 00:36:24 +00:00
Baptiste Daroussin
8b6dad2efd Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
2011-08-03 06:49:58 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
2e6cabfa17 Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
2011-08-01 04:29:44 +00:00
Sunpoet Po-Chuan Hsieh
3fd8e422e2 - Sort SUBDIRs
- Fix NO_VIET_KDE coverage
2011-08-01 02:53:58 +00:00
Boris Samorodov
9b494490e7 Create an OPTION to install a bash completion script (off by default).
Do not install the script when this option is disabled. I.e. even
if bash is installed one should define the option "on" (or define
the environment option WITH_BASH) to install the script.

PR:		ports/158840 (based on)
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-07-30 19:27:29 +00:00
Boris Samorodov
a69223b6d6 . update to version 1.30.0;
. remove patches taken from HEAD repository.
2011-07-29 20:08:02 +00:00
Koop Mast
4166abb7e4 Remove INSTALLS_ICONS from kde ports.
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
2011-07-29 17:53:22 +00:00
Martin Matuska
18ca7cf8ca Update to 1.0.4 2011-07-28 09:50:55 +00:00
Martin Matuska
f13c905d3a Update to 1.1.0 2011-07-28 09:34:11 +00:00
Xin LI
4338c46beb Fix build when CC=clang. 2011-07-23 00:33:57 +00:00
Diane Bruce
88159e36ea - The last patch while fixing the build broke the program. The program is
supposed to start playing morse when the text box is clicked... the
  patch-m.pl prevented this from happening breaking the entire point
  of the program.

PR:		ports/157784
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2011-07-21 16:24:26 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Alberto Villa
c2f28f7e83 - Backport patches to fix KCalc issues.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 16:07:23 +00:00
Juergen Lock
dbc9d49ce2 - Update devinput repeat hack to improve af9015 tuner remote behaviour.
- Bump PORTREVISION.
2011-07-17 09:22:40 +00:00
Juergen Lock
389fafa207 - Some doc (pkg-message..) updates after the webcamd update that now
supports /dev/input/eventX.
- Bump PORTREVISION.
2011-07-16 22:26:31 +00:00
Mark Linimon
0465a5878c Standardize on SRC_BASE as set in bsd.port.mk.
Approved by:	maintainer
2011-07-16 20:11:48 +00:00
Martin Matuska
96cc2bdcf8 Set maintainer of Horde ports to horde@FreeBSD.org
Approved by:	maintainer (beech@ and mm@)
2011-07-14 20:33:30 +00:00
Tilman Keskinoz
2beb18955b Fix build with clang
PR:		158660
Submitted by:	maintainer
2011-07-14 14:38:22 +00:00
Tilman Keskinoz
7c2afb558a Update to 1.4.15
PR:		158877
Submitted by:	maintainer
2011-07-14 13:02:59 +00:00
Martin Matuska
0b86071c24 This Horde package provides classes for implementing a SyncML server.
WWW: http://pear.horde.org
2011-07-07 20:55:49 +00:00
Martin Matuska
e4621958b3 Horde libraries implementing an ActiveSync server.
WWW: http://pear.horde.org
2011-07-07 20:01:56 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Steve Wills
f3342f93f3 - Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by:	ruby@ (pgollucci)
2011-07-04 01:30:57 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Diane Bruce
038c554165 - Fix build under clang
- main() must return int
- returns must return something from main
2011-07-01 12:45:08 +00:00
Diane Bruce
6e6530fb1d - Unbreak clang build
- Replace hard coded g++ with ${CXX} in Makefile
- main() was missing int declaration
2011-07-01 12:30:51 +00:00
Brendan Fabeny
cd061f010a Switch to MASTER_SITE_DEBIAN 2011-07-01 09:20:08 +00:00
Beech Rintoul
aba5d160e8 - Update to 5.4.1
PR:		ports/157992
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2011-06-30 22:53:19 +00:00
Diane Bruce
22f2bbf9d1 - Unbreak under clang
Feature safe:	yes
2011-06-30 18:49:26 +00:00
Juergen Lock
89b53c9312 - Update to 0.9.0 .
- Add devinput driver (/dev/input/eventX, -H devinput) in preparation
  for upcoming webcamd update that will support it.
- Fix build with clang, and a few bugs it found too.
2011-06-28 18:12:32 +00:00
Philip M. Gollucci
333962fb94 - Update to 0.9.6
- Unbreak with ruby 1.9   <=0.9.5  doesn't build with ruby 1.9
- Development of ruby's termios has moved
- Name changed to termios -> ruby-termios
- Bump PORTREVISION on ports with dependency changes

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Checked by:     make index
2011-06-26 03:21:27 +00:00
Julien Laffaye
1a3f17922e Update converters/libticonv to 1.1.2 [1]
Update comms/libticables2 to 1.3.2 [2]
Update devel/libtifiles2 to 1.1.4 [3]
Update comms/libticalcs2 to 1.1.6 [4]
Update comms/tilp2 to 1.15 [5]
Bump emulators/tiemu3 [6]

PR:		ports/157837 [1], ports/157832 [2], ports/157830 [3], ports/157836 [4], ports/157838 [5], ports/157839 [6]
Submitted by:	Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5] (maintainer) [6]
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt (mentor)
2011-06-16 15:46:36 +00:00
Baptiste Daroussin
3438c572d5 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 14:37:08 +00:00
Baptiste Daroussin
83f20fd008 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 13:03:20 +00:00
Diane Bruce
1140175a68 - correct paths in cgi script usermgmt.cgi so it will run correctly.
PR:		ports/157679
Submitted by:	takefu@airport.fm
2011-06-14 11:17:43 +00:00
Alberto Villa
3f88d44ab7 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
2011-06-14 09:23:49 +00:00
Dennis Herrmann
23d39c8f24 - Update to 0.82.1 2011-06-12 12:12:43 +00:00
Rene Ladan
b1b11d0887 Change this port to use the GROUPS variable
PR:		ports/157545
Submitted by:	Chris Rees [utisoft gmail com]
Approved by:	maintainer
2011-06-06 19:27:00 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Rene Ladan
b8408f8dd2 Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
2011-06-01 21:55:13 +00:00
Diane Bruce
71390ccd88 - Update to Version 3.21.10
* Replaced es.po with newer translation
* Updated es.po, fr.po and it.po to correctly identify
  strings changed by e000ac157e7a96b
* Corrected misspelled words in tool tip
* Removed duplicate defines in src/dialogs/fl_digi.cxx
* GNU/Hurd build fix
2011-06-01 00:19:04 +00:00
Baptiste Daroussin
1705f54d5d - update to 1.54 2011-05-31 19:09:52 +00:00
Diane Bruce
5fba694945 From releaae e-mail:
This release is a bug fix release and includes no new features or
backends:

Version 1.2.13.1
        * 2011-05-29
        * Conversion to Git SCM and updated README documentation for Git SCM
        * Mingw32 build fixes
        * FUNcube dongle USB fixes for Win32
        * Added kit/README.funcubedongle
        * Bug fix--K3 antenna selection function
Users of the FUN Cube dongle on Win32 and K3 users on all platforms are
urged to upgrade to Hamlib 1.2.13.1.

73, de Nate >>
2011-05-29 22:38:42 +00:00
Boris Samorodov
d990afe83b 1. Incorporate a patch from the development repository to fix an error:
-----
Scanning dependencies of target sqlreply
> Building C object contrib/sqlreply/CMakeFiles/sqlreply.dir/c/michal.o
> /usr/ports/comms/gammu/work/gammu-1.29.0/contrib/sqlreply/c/michal.c:16:25: error: mysql/mysql.h: No such file or directory
-----
The error occures only if a mysql port/package is installed.

2. Bump PORTREVISION.

Pointed out by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports@)
2011-05-23 14:17:17 +00:00
Sylvio Cesar Teixeira
0bf7c502a1 - Return of development release, update to 1.29.92
- Add license
2011-05-19 18:14:52 +00:00
Diane Bruce
772fb240ec - update qrq to 0.2.0
- From vendor changelog

| 0.2.0 / 2011-05-07   Fabian Kurz <mail@fkurz.net>
|       * Added options for fixed CW speed (regardless of errors), unlimited   |       usage of repeats and unlimited attempt lengths. Suggested by AA0HW.
|       * No more duplicate callsigns in one attempt
|       * Unlimited attempts (e.g. with _all_ callsigns of a particular
|         database) added
|       * Call database file can be changed/selected in a menu now
|       * Added a database with the 100 most common English words
|       * Call databases with DOS linebreaks can now be used.
|       * Fixed bugs in memory allocation.
|       * CW edges changed to raised cosine
|       * Minimum character speed can be specified; below, Farnsworth is used
|       * PulseAudio support added (OSS and OpenAL still available)
|       * Reformatted ChangeLog
2011-05-17 11:08:32 +00:00
Max Brazhnikov
a34b8d38b8 Update KDE Software Compilation ports to 4.6.3
Special thanks to Raphael Kubo da Costa for his work on this update.
2011-05-16 19:26:43 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Dennis Herrmann
8617aa2c1b - Update to 0.82 2011-05-08 19:25:41 +00:00
Bernhard Froehlich
e5d2249ebe - Update to 0.21
PR:		ports/156466
Submitted by:	martinko <gamato@users.sf.net> (maintainer)
2011-05-04 11:52:14 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Johan van Selst
4142446693 Update to minicom 2.5 (bugfix release) 2011-04-25 07:18:56 +00:00
Diane Bruce
dfaa5bf29b - Update to 3.21.8
- Contestia mode added, macro improvements, language translations,
  about window changes
- See http://www.w1hkj.com/Fldigi.html for details
2011-04-22 23:51:33 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
2011-04-18 22:25:41 +00:00
Diane Bruce
a4fea175f0 - Update to 0.8.1
0.8.1 / 2011-04-04   Fabian Kurz   <mail@fkurz.net>
	* Guessing of file encoding added (-g filename).
	* MP3 CGI fixed (crashed because OGG/Vorbis libs were called)
	* Chapter time now properly resetted after each chapter
	* Added -X switch (test mode: no encoder, no output files)
	* Lame or OGG support can be disabled in the Makefile

- N.B. the port does not support Lame or OGG support choice, both are enabled.
2011-04-16 16:21:33 +00:00
Soeren Straarup
89e41eb135 Fixed Gdk-CRITICAL error
PR:		ports/155255
Submitted by:	Tom Russo <russo@bogodyn.org>
2011-04-13 19:49:39 +00:00
Martin Wilke
e0bbbe66bc - Update to 0.9.4
PR:		155734
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2011-04-12 02:46:57 +00:00
Martin Wilke
bd0c6d40cb SMS::Send::TW::Qma is a SMS::Send driver
which allows you to send messages through http://www.qma.com/.

WWW:    http://search.cpan.org/dist/SMS-Send-TW-Qma/

PR:		ports/155711
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2011-04-12 02:33:07 +00:00
Steve Wills
8952e2a0ba - Mark broken with Ruby 1.9 2011-04-10 18:18:09 +00:00
Alberto Villa
44b2f80d3d The FreeBSD KDE Team is pleased to announce April updates for KDE
Software Compilation: 4.6.2, codename "Congrats". Read the full
announcement here: http://kde.org/announcements/announce-4.6.2.php.

Special thanks to Raphael Kubo da Costa who ported the release.
2011-04-07 12:03:34 +00:00
Alberto Villa
f773926996 - Update to 1.0.6. 2011-04-06 06:03:36 +00:00
Jimmy Olgeni
37e5e69e19 Remove CONFLICTS with graphics/netpbm: do not install link from
g32pbm to g3topbm, which already exists in netpbm.

The g3topbm alias is intended for 3rd party fax viewers, however
no ports depend on comms/mgetty+sendfax. g3topbm is also not
referenced anywhere in lib/mgetty+sendfax.
2011-04-01 20:27:29 +00:00
Pawel Pekala
8de0e51049 - Update to 3.2.8
- Modernize usage of CPPFLAGS

Approved by:	miwi (mentor)
2011-04-01 13:51:41 +00:00
Dennis Herrmann
e4946cb514 - Update to 1.6
- Take maintainership
- Fix WWW/pkg-descr [1]

PR:		ports/156047
Submitted by:	N.J. Mann <njm@njm.me.uk> [1]
2011-03-31 15:32:57 +00:00
Alberto Villa
12307c963b - Depend on newer libarchive (and fix plist) on 7.x and 8.0.
- Bump PORTREVISION.

Reported by:	pointyhat via pav
2011-03-29 07:19:05 +00:00
Pav Lucistnik
1ef269ccbe - Mark BROKEN on 9.X and recent 8-STBALE:
misc.h:110: error: conflicting types for 'log2'

Reported by:	pointyhat
2011-03-25 20:27:24 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00
Pawel Pekala
6212efe33d - Update to 3.2.7.1
- Update my email to FreeBSD

Approved by:	miwi, wen (mentors)
2011-03-23 16:21:44 +00:00
Martin Matuska
e3a244403e - Add LICENSE knob(s) 2011-03-23 15:53:22 +00:00
Alberto Villa
631e33df2a - Update to 1.0.7. 2011-03-22 11:12:02 +00:00
Alex Dupre
2ba3bfa2b9 Make it fetchable again. 2011-03-22 10:23:54 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Sofian Brabez
d7c5457ddf Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by:	jadawin@ (mentor)
2011-03-18 10:04:54 +00:00
Pav Lucistnik
e13f00eca1 - Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
2011-03-17 11:08:44 +00:00
Juergen Lock
d2b0400081 - Add patch to fix MAKE_JOBS_SAFE and mark as such.
- No PORTREVISION bump as the installed bits don't change.
2011-03-15 20:41:27 +00:00
Diane Bruce
6011d09851 Update to
Version 1.2.13
        2011-03-12
        * New models: VX-1700, FUNcube, FiFi-SDR, KTH-SDR Si570, FT-5000,
                TS-590S
        * Rotor fixes and features: SPID
        * New Rotor backend: F1TE Tracker
        * Fixes and features: TS-440S, K2, K3, SR-2200, THF6A, THF7E, NewCAT
                rigs serial port defaults, TM-D700,
        * Removed libtool tree from source tree
        * Removed old DocBook files
        * Allow USB device's VID/PID/Vendor/Product to be explicitly specified
        * Doxygen documentation updates and new style sheet
2011-03-14 02:30:17 +00:00
Alberto Villa
f084cf7c2a - Rework the checks to allow running in crossbuilding environment.
Reported by:	pointyhat via pav
2011-03-07 00:35:46 +00:00
Dennis Herrmann
f5b86c8ebe - Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum
2011-03-05 15:55:58 +00:00
Juergen Lock
8de4beafc1 And this was missed too, doh! 2011-03-02 23:00:15 +00:00
Juergen Lock
b7cc32da9b Also commit this that was just missed. 2011-03-02 22:59:14 +00:00
Juergen Lock
6c6ae31690 - Add an example lircd.conf that's preconfigured for use with
webcamd, either with USB DVB tuner remotes supported by the Linux
  drivers by default that webcamd uses, or for remotes supplied with
  MCE USB IR receivers.
- Bump PORTREVISION.
2011-03-02 22:58:35 +00:00
Alberto Villa
11a6fb8ab0 - Replace ECHO with ECHO_CMD. 2011-03-02 03:01:01 +00:00
Alberto Villa
e738604a7f - Mark BROKEN when base libusb is older than 1.0.4.
Reported by:	pointyhat via pav
2011-03-02 02:56:31 +00:00
Dennis Herrmann
f15c6486d4 - Update to 0.81 2011-03-01 20:47:46 +00:00
Diane Bruce
9918dddc79 - comms/xlog fix distfile locations and update WWW
PR:		ports/155132
Submitted by:	Maintainer
2011-02-28 23:11:17 +00:00
Juergen Lock
b3b20f5e8a - Adjust pkg-message after remote support has been committed to the
webcamd port.
- Bump PORTREVISION.
2011-02-28 21:44:58 +00:00
Sylvio Cesar Teixeira
7dc8f38925 - Update to 2.0.5
PR:		ports/155009
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2011-02-28 18:48:03 +00:00
Alberto Villa
6dd92cbbfc libimobiledevice is a software library that talks the protocols to
support iPhone, iPod Touch and iPad devices on Linux. Unlike other
projects, it does not depend on using any existing proprietary
libraries and does not require jailbreaking. It allows other software
to easily access the device's filesystem, retrieve information about
the device and its internals, backup/restore the device, manage
SpringBoard icons, manage installed applications, retrieve
addressbook/calendars/notes and bookmarks and synchronize music and
video to the device.

WWW: http://www.libimobiledevice.org
2011-02-28 05:13:23 +00:00
Alberto Villa
406f08f796 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in
charge of multiplexing connections over USB to an iPhone or iPod
touch. To users, it means you can sync your music, contacts, photos,
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.

WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd
2011-02-28 05:09:56 +00:00
Diane Bruce
86b15cef12 - Upstream website (pg4i) disapeared as did a download site.
- Move download site to new one and mirror.
2011-02-27 22:53:34 +00:00
Sergey Skvortsov
caf8307740 Update to 1.53
Changes:	http://cpansearch.perl.org/src/COSIMO/Device-Modem-1.53/Changes
2011-02-27 08:21:21 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

	http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:	portmgr (miwi) [2]
Thanks to:	Warren Block <wblock@wonkity.com> for testing [1]
2011-02-26 22:11:54 +00:00
Diane Bruce
713c3440d9 - Joop download has disapeared, affecting a number of ports
- Modified original request to add a MASTER_SITE_LOCAL

Submitted by:	 matt@chronos.org.uk
Approved by:	Maintainer
2011-02-26 20:07:00 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
9992960752 - Move over to python2.5 or higher
- While here kick md5
2011-02-24 23:25:54 +00:00
Diane Bruce
bc2c39a048 - Upgrade to gnuradio 3.2.2
Reviewed by:	lrk _at_ ovillatx dot sytes dot net
2011-02-23 20:59:45 +00:00
Wesley Shields
c41e06d648 The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware.  Previous
versions of the Arduino used an FTDI USB to Serial interface.  The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID.  As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it.  This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.

Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt

Official web site
WWW:  http://www.mrp3.com/uarduno.html

PR:		ports/153963
Submitted by:	Bob Frazier <bobf@mrp3.com>
2011-02-22 02:10:51 +00:00
Diane Bruce
ae52cf4e1d - Forgot to remove patch for ebook2cw.c which is no longer needed. 2011-02-16 17:33:09 +00:00
Diane Bruce
146f374043 - Update to 0.8.0
From vendors change log:

* ebook2cw can now also be compiled to work as a CGI on a webserver
* Support for OGG/Vorbis audio file format added
* Time of created files is now calculated accurately
* Option to add a noise floor with an user definable SNR added [-N]
  (very experimental)
* Waveform can now be set to sine, sawtooth or squarewave. [-T]
* Config files are searched in current directory, ~/.ebook2cw,
  and DESTDIR/share/doc/ebook2cw/examples now. ~/.ebook2cw is
  created if only the last is found. [Linux/Unix only]
2011-02-11 14:17:16 +00:00
Boris Samorodov
ad349cb3af Mark deprecated since version 1.29.0 comms/gammu uses python by default.
Set an expiration date in three months.
2011-02-11 08:32:45 +00:00
Boris Samorodov
3809128869 Add following meta-variables:
. USE_GNOME=glib20  (yea, it's needed now, *sigh*);
. USE_PYTHON=yes    (so do python, comms/gammu-python is redundant now);
. USE_GETTEXT=yes.
Remove:
. USE_GNOME=pkgconfig (superseeded by USE_GNOME=glib20).
2011-02-11 05:34:20 +00:00
Sylvio Cesar Teixeira
da031b6424 - Marked IGNORE because the devel release are currently suspended, install comms/gammu, new release is 1.29.0 2011-02-10 12:02:18 +00:00
Martin Wilke
8d9a6cc77e Remove md5 and add LICENSE
PR:		154307
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
Feature safe:	yes
2011-02-05 05:15:11 +00:00
Diane Bruce
df101763be - new port companion to fldigi
Submitted by:	self
Reviewed by:	rneese a gmail.com
Feature safe:	yes
2011-02-03 01:58:21 +00:00
Sunpoet Po-Chuan Hsieh
a278210450 - Bump PORTREVISION for gdal shlib change
Feature safe:	yes
2011-01-29 13:09:13 +00:00
Boris Samorodov
2444ab5c2f Update to version 1.29.0. Changes:
http://wammu.eu/download/gammu/1.29.0/

Feature safe:	yes
2011-01-28 11:29:01 +00:00
Boris Samorodov
f6ecddc6ab This is a no-op change, just "make update-patches" (new patches pending).
Feature safe:	yes
2011-01-28 10:26:36 +00:00