Commit graph

16927 commits

Author SHA1 Message Date
Maxim Sobolev
a3374a76f0 Fix obscure build error in the port. Basically, depending on versions
of some externals packages (I suspect it's autotools), files
openh323buildopts.h and ptbuildopts.h can be generated with either
tab or space after #define. As a result, configure in some case could
have failed to grep the correct field.

Reported by:	Rodrigo Graeff
2008-08-22 22:11:30 +00:00
Martin Wilke
bd1a679bbb - Update to 4.7.27 2008-08-22 09:34:14 +00:00
Maxim Sobolev
4ce2ba14d1 Fix build with latest asterisk.
Reported by:	Rodrigo Graeff
2008-08-22 02:11:32 +00:00
Joe Marcus Clarke
296a0d28a3 Chase the libpurple shared lib version. 2008-08-21 21:40:50 +00:00
Maxim Sobolev
c322f0f836 Properly link H323 module with ptlib and oh323 libraries. Otherwise
H323 channel fails to load. Bump PORTREVISION.

Reported by:	Rodrigo Graeff
2008-08-21 07:32:48 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Maxim Sobolev
3a74aa870a Make sure the iLBC codec module is compiled when users asks for it.
Bump PORTREVISION.

Reported by:	Rodrigo Graeff
2008-08-20 23:41:24 +00:00
David Thiel
f524f5babe Update to use the new sourceforge site. 2008-08-20 19:20:00 +00:00
Martin Wilke
c67ffccd98 - Update to 9.8.3
- Takje maintainership
2008-08-20 07:53:17 +00:00
Martin Wilke
ac5485d85b - Take maintainership 2008-08-20 07:38:52 +00:00
Mark Linimon
8efc9e7178 Assign to new maintainer.
Approved by:	old maintainer
Hat:		portmgr
2008-08-20 06:59:41 +00:00
Mark Linimon
acb10421db Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
2008-08-20 06:50:58 +00:00
Vanilla I. Shu
f05af49012 Upgrade to 1.4.0.
PR:		ports/126560
Submitted by:	maintainer
2008-08-20 02:46:19 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
1ab5024d69 - Update to 1.7.4
PR:		126600
Submitted by:	Ports Fury
2008-08-18 22:08:20 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Mikhail Teterin
dfaad2246c Add patches to unbreak -- work with gcc above version 3. Also allow
building on amd64 and note, that support for other platforms is easy
too, as long as one has a system to test on.

Redirect a few functions directly to the standard implementations using
defines, instead of using function-wrappers.

This port ought to use a port-installed libtomcrypt instead of building its
own version of same. Unfortunately, our security/libtomcrypt does not
(yet?) install a shared version.
2008-08-18 01:48:41 +00:00
Hajimu UMEMOTO
673c57dcc2 Update to 0.22. 2008-08-18 01:43:13 +00:00
Edwin Groothuis
a244cbd7c3 Port fix: net/ldapscripts - Set ICONVBIN path
This small patch sets the right path for the iconv binary
	used in the scripts.

PR:		ports/126587
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-08-18 00:32:31 +00:00
Edwin Groothuis
a75d232230 let's not forget the patches 2008-08-17 12:12:18 +00:00
Edwin Groothuis
ea456fd39a Merge -devel version into production version. 2008-08-17 12:11:36 +00:00
Maxim Sobolev
fd711cd542 Make asterisk respect CFLAGS. This should fix numerous "undefined reference
to `__sync_xxx'" build errors reported by many people who have CPUTYPE set
to i686 and similar values in /etc/make.conf. The problem itself is related
to the fact that asterisk used FreeBSD CFLAGS when probing for gcc
capabilities during configure phase, while its own CFLAGS during actual
build. As a result, object code generated by gcc missed those functions.
2008-08-17 08:28:29 +00:00
Hajimu UMEMOTO
035d2c9181 Update to 0.21. 2008-08-17 00:17:31 +00:00
Joe Marcus Clarke
f7c5047a40 Update to F4.0.4.15. Changes include:
* Check data lengths in debugging functions
* Fix syslog facility selection
* Add -G/foreground option
2008-08-16 19:41:31 +00:00
Martin Wilke
ae87d3dfa5 - Fix library dependenc
PR:		126568
Submitted by:	Max Brazhnikov
2008-08-16 16:09:35 +00:00
Pav Lucistnik
f066bcdc70 - Unbreak on HEAD
Submitted by:	benjsc (maintainer)
2008-08-15 19:11:15 +00:00
Joe Marcus Clarke
f89a04a550 Fix a typo. 2008-08-15 06:41:15 +00:00
Martin Wilke
8940d9ebe9 - Update to 1.8.0
PR:		126509
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-08-14 23:00:00 +00:00
Dmitry Marakasov
1e9398a015 Wizd is serving all your media files (video, audio, photo...) to your
Syabas-based network player.

WWW:	http://wizd.sourceforge.net/

PR:		ports/125178
Submitted by:	Ayumi M <ayu at commun dot jp>
2008-08-14 21:10:10 +00:00
Cheng-Lung Sung
60d1e09951 - Update to 1.17
Changes: http://search.cpan.org/dist/Net-Twitter/Changes
2008-08-13 07:24:21 +00:00
Greg Larkin
16a606110c - Update to 0.07
- Change *_DEPENDS to use version checking

Approved By:	beech (mentor, implicit)
2008-08-12 17:47:49 +00:00
Martin Wilke
324467e131 - Update to 1.5
PR:		126427
Submitted by:	Ports Fury
2008-08-11 22:41:18 +00:00
Maxim Sobolev
0dbc0e3328 Update to 1.4.21.2. 2008-08-11 15:58:12 +00:00
Yen-Ming Lee
a31f91385b - update to 1.0.3 2008-08-10 08:33:21 +00:00
Chin-San Huang
3b782f50e4 - Update to 0.12 2008-08-10 06:35:48 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Cy Schubert
4a952a9b4d Add new ntp release candidate (ntp-rc) slave port, using net/ntp as as
its master.
2008-08-08 03:36:51 +00:00
Cy Schubert
f8905c7c2d Prepare for a new ntp-rc (release candidate) slave port:
- Conditionally assign PORTVERSION, which will be overridden by the
  upcoming slave port. The default is the ntp stable branch.
- Previous ntp release candidates were designated by a lower-case "rc".
  They are now designated using an upper-case "RC".
2008-08-08 03:23:51 +00:00
Cy Schubert
41d709b1d5 Update 4.2.5p121 --> 4.2.5p122 2008-08-08 02:53:45 +00:00
Wesley Shields
edbe279e01 - Update to 1.1.0
- Fix WWW: line.
2008-08-07 14:28:09 +00:00
Marcelo Araujo
9f9d56969e - Update to 0.95.
PR:		ports/126225
Submitted by:	Yi-Hsuan Hsin <mhsin@mhsin.org> (maintainer)
2008-08-07 03:22:05 +00:00
Timur I. Bakeyev
33b0d54932 Got rid of != construction to make Kris happier :) 2008-08-06 23:08:50 +00:00
Martin Wilke
dd460e867c - Update to 0.3.2
PR:		125893
Submitted by:	"Zane C.B." <vvelox@vvelox.net> (maintainer)
2008-08-06 13:37:55 +00:00
Pav Lucistnik
584879c6cc - Trigger rebuild with boinc-client 6.x 2008-08-06 08:30:27 +00:00
Pav Lucistnik
3febb62f5b - Update to 6.2.14 2008-08-06 08:29:56 +00:00
Pav Lucistnik
08de036489 - Since USE_GECKO is now recognized by bsd.port.mk, move it down to the
conditional and remove manual inclusion of bsd.gecko.mk.  This fixes
  always-on dependency on Firefox.
2008-08-06 08:28:30 +00:00
Yen-Ming Lee
e7c503edad - update to 2.03 2008-08-06 04:46:06 +00:00
Timur I. Bakeyev
e3318984ba Add new port, that installs only smbclient out of samba3 suite for ports,
that need only it's functionality instead of full net/samba3 port.

Submitted by:	garga
2008-08-05 23:06:17 +00:00