1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

8203 Commits

Author SHA1 Message Date
Gabor Kovesdan
1eb8214a01 - Respect NOPORTDOCS
- Bump PORTREVISION

Reported by:	QA Tindy (via itetcu)
2008-08-24 21:28:57 +00:00
Chin-San Huang
bce6f94b75 - Update to 0.5.0 2008-08-24 06:25:06 +00:00
Dmitry Marakasov
17e5f2fa48 - Update to 0.49 2008-08-23 13:49:54 +00:00
Yen-Ming Lee
c6a6d5d399 - update to 1.08 2008-08-23 06:50:59 +00:00
Dmitry Marakasov
d179d1ad20 - Update to 8.2.7
- Pass maintainership to submitter at his consent

PR:		126317
Submitted by:	peter dot schuller at infidyne dot com
2008-08-22 22:18:03 +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
Vanilla I. Shu
e6b2e4b353 Upgrade to 1.4. 2008-08-21 03:40:26 +00:00
Vanilla I. Shu
f774b664a9 Upgrade to 0.91. 2008-08-21 03:40:00 +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
Mark Linimon
8c22b68fb0 Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat:		portmgr
2008-08-20 06:40:43 +00:00
Jun Kuriyama
17e4c5c865 - Unbreak by fixing incorrect pointer usage in APR_RING_SENTINEL macro.
# I'm not sure why this can be built before...
2008-08-20 03:51:46 +00:00
Kevin Lo
f8dc915e7d - Fix pkg-plist
- Bump PORTREVISION

Reported by:	QA Bot
2008-08-20 02:53:10 +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
Pietro Cerutti
9aac2f9850 New port: es-ispell
Spanish dictionary for the ispell spell-checking program.

PR:		125838
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:55:26 +00:00
Pietro Cerutti
7058061ce7 New port: it-ispell
Italian dictionary for the ispell spell-checking program.

PR:		125842
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:43:55 +00:00
Mark Linimon
c7f0c2702a Reset hansjoerg.pehofer@uibk.ac.at at his request.
Hat:		portmgr
2008-08-19 10:10:51 +00:00
Kevin Lo
b1370d81a2 Update to 2.10 2008-08-19 07:56:41 +00:00
Thierry Thomas
48c40f0e0a Upgrade to 0.06-2. 2008-08-18 21:32:44 +00:00
Joe Marcus Clarke
5dc40de9e3 Update to 2.0.2. 2008-08-16 18:53:37 +00:00
Joe Marcus Clarke
1c0413b50a Update to 2.0.14. 2008-08-16 18:45:33 +00:00
Vanilla I. Shu
5f43865fa9 Upgrade to 2.1.3. 2008-08-16 06:14:47 +00:00
Gabor Kovesdan
a30666669d - Fix build after some recent docbook-310 changes
- Adjust better the dependencies
- Eliminate some patches and use reinplace editing
- Take maintainership

Approved by:	araujo (maintainer)
2008-08-14 18:41:04 +00:00
Gabor Kovesdan
1e8802bf63 - Properly install the catalog file
- Bump PORTREVISION
2008-08-14 18:29:04 +00:00
Erwin Lansing
29edaa6b65 Update to 0.71.001
PR:		126455
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-11 15:36:00 +00:00
Sergey Skvortsov
a14dc70d00 Update to 0.96
Changes:	http://search.cpan.org/src/GRANTM/XML-SAX-0.96/Changes
2008-08-11 10:10:55 +00:00
Sergey Skvortsov
c4ec1107c5 Update to 2.03
Changes:	http://search.cpan.org/src/SHAY/XML-Encoding-2.03/Changes
2008-08-11 10:02:48 +00:00
Alejandro Pulver
f8098bf1aa - Avoid error when catalog is already present.
PR:		ports/123003
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Approved by:	maintainer (timeout)
2008-08-10 20:03:41 +00:00
Martin Wilke
68a5ec56ca - Fix build when several db* are installed
- Really disable mysql support when WITH_MYSQL is not defined
- Disable sqlite
- Bump PORTREVISION

PR:		126410
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (with discussion on freenode/#kde-freebsd)
Approved by:	maintainer
2008-08-10 16:20:02 +00:00
Alejandro Pulver
17d3a78bab - Add DocBook 5
- Add XML character entities
- Rename option for SGML character entities to be more descriptive
- Sort option in a more logical way
- Bump PORTVERSION
- Added SGML DocBook 4.3, 4.4, 4.5
- At the moment FreeBSD docproj uses DocBook 4.1, the older version are
  very old, change the default options to on from 4.1 and to off for
  former versions

PR:		ports/126346
Submitted by:	gabor
2008-08-10 15:02:09 +00:00
Sergey Skvortsov
9f9f049cbc Update to 1.0 2008-08-10 13:26:44 +00:00
Yen-Ming Lee
cfa5c41e41 - update to 0.13 2008-08-10 05:39:16 +00:00
Chin-San Huang
772bd8bef1 - Update to 2.5 2008-08-10 02:51:00 +00:00
Chin-San Huang
71e8a26b4f - Update to 1.86 2008-08-10 02:13:11 +00:00
Chin-San Huang
f1491d155a - Update to 1.03 2008-08-10 02:11:43 +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
Lars Thegler
86a03aa016 Update to 0.12 2008-08-09 10:00:55 +00:00
Martin Wilke
ab6d8c4952 - Update to 2.1.1
- Pass maintainership to kde@

Approved by:	arved
2008-08-08 22:37:30 +00:00
Beech Rintoul
cddba154c3 - Remove extra USE_GETTEXT
Reported by:	bf2006a@yahoo.com (maintainer)
2008-08-08 03:27:32 +00:00
Gabor Kovesdan
63cf008860 - Add option to install XML character entities
- Ignore error if catalog is already registered
- Cleanup and consistency with similar ports
- Bump PORTREVISION
2008-08-07 22:23:54 +00:00
Gabor Kovesdan
8a472afbe9 - Ignore error if catalog is already registered
- Cleanup and consistency with similar ports
- Bump PORTREVISION
- Take maintainership
2008-08-07 22:22:35 +00:00
Gabor Kovesdan
053f0bdf1e - Use the official site with the .zip distribution
- Ignore error if catalog is already registered
- Cleanup and consistency with similar ports
- Bump PORTREVISION
- Take maintainership
2008-08-07 22:21:54 +00:00
Gabor Kovesdan
7e413ac8ac - Fix PORTVERSION
- Bump PORTEPOCH
- Use the official site with the .zip distribution
- Ignore error if catalog is already registered
- Cleanup and consistency with similar ports
- Take maintainership
2008-08-07 22:20:18 +00:00
Nicola Vitale
4b48bb052b - Override the zip_flag=True in setup.py to install the egg as
a directory (asked by brooks@ to solve some issues with devel/trac[1])
- Bump PORTREVISION (different pkg-plist)

[1] http://lists.freebsd.org/pipermail/freebsd-python/2008-August/001662.html
2008-08-07 08:39:24 +00:00
Beech Rintoul
45fe5d8fce - Resolve the textproc/agrep conflict
- Add regression-test target
- Pass maintainership to submitter

PR:		ports/126278
Submitted by:	bf <bf2006a@yahoo.com>
2008-08-07 03:59:37 +00:00
Yen-Ming Lee
5d8742de72 - update to 1.07 2008-08-06 21:28:21 +00:00
Yen-Ming Lee
e16e7efca7 - update to 0.90.16 2008-08-06 21:24:33 +00:00
Eric Anholt
d661e422dd Drop maintainership on my ports as I'm no longer using FreeBSD. 2008-08-06 20:41:05 +00:00
Yen-Ming Lee
e19ca74bb4 - update to 0.12
- simplify dependency
2008-08-06 00:14:40 +00:00
Martin Wilke
22f37f4bf8 Soprano (formerly known as QRDF) is a library which provides a highly usable
object-oriented C++/QT4 framework for RDF data. It uses different RDF storage
solutions as backends through a simple plugin system. Soprano is targetted at
desktop applications that need a RDF data storage solution. It has been
optimized for easy usage and simplicity.

WWW:	http://soprano.sourceforge.net/
2008-08-05 11:21:38 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00