Commit graph

826 commits

Author SHA1 Message Date
Martin Wilke
06dc6dc0f4 - Update to 20080820
PR:		126832
Submitted by:	nrg milk <nrgmilk@gmail.com> (maintainer)
2008-08-26 12:32:18 +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
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
Martin Wilke
4a44ab9199 - Update to 20080808
PR:		126498
Submitted by:	nrg milk <nrgmilk@gmail.com> (maintainer)
2008-08-15 10:44:10 +00:00
Martin Wilke
3a738e73be - Update to 20080706
PR:		125810
Submitted by:	nrg milk <nrgmilk@gmail.com>
Approved by:	maintainer timeout
2008-08-13 06:58:58 +00:00
Michael Johnson
edd416aa5d Update to 2.26 2008-08-10 18:08:55 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Martin Wilke
d6109b4dc1 GNU Unifont is a free bitmap font that covers
the Unicode Basic Multilingual Plane (BMP),
using an intermediate bitmapped font format.

This is converted to TrueType.

Auther: Paul Hardy <unifoundry@unifoundry.com>
WWW: http://unifoundry.com/unifont.html

PR:		ports/125308
Submitted by:	nrg milk <bsdports at gmail.com>
2008-07-19 14:28:51 +00:00
Martin Wilke
70839523f8 - Update to 20080620
PR:		125308
Submitted by:	nrg milk <nrgmilk@gmail.com> (maintainer)
2008-07-19 14:28:04 +00:00
Pav Lucistnik
2940eba5d1 - Update to 0.5.4
PR:		ports/125397
Submitted by:	Jacula Modyun <jacula@gmail.com> (maintainer)
2008-07-08 11:26:50 +00:00
Edwin Groothuis
3c5ea9d29f [UPDATE] sysutils/gnu-unifont update and category moved to x11-fonts & jfbterm patch
gnu-unifont was updated.
	http://unifoundry.com/unifont.html

PR:		ports/124278
Submitted by:	<bsdports@gmail.com>
2008-07-05 11:23:23 +00:00
Joe Marcus Clarke
34e7783adb Update to 2.1.13. 2008-07-04 22:48:51 +00:00
Jimmy Olgeni
361279f24f Remove references about /usr/X11R6 from pkg-message.
PR:		ports/113756
Submitted by:	tomdean(at)speakeasy.org
2008-06-20 22:11:24 +00:00
Mathieu Arnold
95301d35fb Update to 0.45 2008-06-19 17:07:55 +00:00
Thierry Thomas
07ae4c345d Upgrade to 1.171.
Notified by:	pointyhat via Pav & Erwin
2008-06-17 21:30:54 +00:00
Mathieu Arnold
bda284171f Update to 0.44 2008-06-12 15:34:54 +00:00
Thierry Thomas
a90fae82f5 Upgrade to the latest version, named 1.0 (PORTEPOCH bumped).
See <https://bugzilla.redhat.com/show_bug.cgi?id=427791>.

Note: the detached signature cannot be downloaded from
<https://www.redhat.com/f/fonts/liberation-fonts.tar.gz.asc> ATM.

PR:		ports/124421
Submitted by:	Alex Kozlov <spam (at) rm-rf.kiev.ua>
2008-06-11 20:41:13 +00:00
Pav Lucistnik
3b8684e517 - Update to 0.5.3
PR:		ports/124399
Submitted by:	Jacula Modyun <jacula@gmail.com> (maintainer)
2008-06-08 19:29:22 +00:00
Mathieu Arnold
ae1a19363f Update to 1.20 2008-06-06 15:44:48 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Felippe de Meirelles Motta
a4347aa2d7 - Fix pkg-plist.
- Bump PORTREVISION.

Reported by:	itetcu
Approved by:	gabor (mentor)
2008-05-29 21:14:12 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
2008-05-27 22:12:09 +00:00
Michael Johnson
3471d95ef6 Update to 2.25 2008-05-27 05:35:26 +00:00
Andrew Pantyukhin
c8f71402ce Add port x11-fonts/kaputa:
Kaputa is a Unicode TrueType font for the Sinhalese script.

WWW: http://www.kaputa.com/slword/kaputaunicode.htm
Author: Thusitha Randunuge
2008-05-20 11:17:14 +00:00
Andrew Pantyukhin
3e31029d23 Add port x11-fonts/tmu:
The Tibetan & Himalayan Digital Library releases the Unicode character
based Tibetan Machine Uni OpenType font for writing Tibetan, Dzongkha
and Ladakhi in dbu-can script with full support for the Sanskrit
combinations found in chos skad texts.

This font is based on the Tibetan Machine font originally designed and
developed by Tony Duff of the Tibetan Computer Company over many
years, the rights of which were purchased from him by the Trace
Foundation in order to make it freely available under the terms of the
Gnu General Public License.

OpenType tables and more than 2,000 additional glyphs were added to
the original font by Nathaniel Garson and Christopher Fynn under the
auspices of THDL. This new OpenType version of the font contains
almost 4,000 glyphs and can generate over 20,000 different
combinations.

WWW: http://www.thdl.org/tools/fonts/
Author: Tony Duff
2008-05-19 14:37:31 +00:00
Andrew Pantyukhin
d3265ce5d6 Add port x11-fonts/code2001:
Code2001 is a Plane 1 Unicode-based font (TTF). The font is correctly
encoded for Plane 1 per the latest TTF/OTF specifications.

WWW: http://code2000.net/code2001.htm
Author: James Kass

Based on:	x11-fonts/code2000 by thierry
2008-05-10 06:50:57 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Andrew Pantyukhin
66e8dd82f7 - Build-depend on gaw
Reported by:	pointyhat via pav
2008-04-28 09:26:04 +00:00
Andrew Pantyukhin
692c523670 - Update to 2.8 2008-04-24 03:13:03 +00:00
Thierry Thomas
c4c2959ca9 * ttf-malayalam:
Added new fonts Dyuthi3.ttf, RaghuMalayalamSans2.ttf,
Meera_04.ttf, suruma2.ttf and Rachana_04.ttf

* ttf-malayalam-fonts.copyright:
Updated upstream authors, copyright and license for newly
added fonts

* Added a note in the pkg-descr file about the difference
between this port and the x11-fonts/fonts-indic port.

PR:		ports/122969
Submitted by:	Jacula Modyun <jacula (at) gmail.com> (maintainer)
2008-04-23 20:50:44 +00:00
Martin Wilke
cc9df16114 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-21 14:31:47 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Rong-En Fan
d8e1f61ac6 - Update to 0.4.2
PR:		ports/122660
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer)
2008-04-13 12:46:40 +00:00
Emanuel Haupt
deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Thierry Thomas
6cae78c2cf Upgrade to 1.17, switch to mkfontscale / mkfontdir and run fc-cache. 2008-04-08 17:10:17 +00:00
Pav Lucistnik
63666d8279 - Update to 0.4.1
PR:		ports/122084
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-04-06 22:30:35 +00:00
Felippe de Meirelles Motta
09cec24050 - Makefile cosmetic changes.
- Move pkg-message to FILESDIR.
- Bump PORTREVISION.

PR:		ports/121753
Submitted by:	myself
Approved by:	araujo (mentor), Konstantinos Konstantinidis <kkonstan@duth.gr> (maintainer)
2008-04-03 02:14:31 +00:00
Thierry Thomas
8f11db62b0 This ttf-indic-fonts is a set of TrueType and
OpenType fonts. It includes:

- Bengali
- Devanagari
- Gujarati
- Kannada
- Malayalam
- Oriya
- Punjabi
- Tamil
- Telugu

By the Debian source ttf-indic-fonts.

WWW:	http://debian-in.org
URL:	http://packages.debian.org/unstable/x11/ttf-indic-fonts

PR:		ports/118331
Submitted by:	Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com>
2008-04-02 19:38:37 +00:00
Thierry Thomas
62bddacda2 Linux Libertine is a font family with a serif typeface. These fonts
are free under the terms of GPL and OFL.

WWW: http://linuxlibertine.sourceforge.net/Libertine-EN.html

PR:		ports/120774
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
2008-04-01 20:51:13 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Michael Johnson
38ef8951bb Fix plist 2008-03-25 16:11:53 +00:00
Edwin Groothuis
5560a9badb add SHA256 checksums and reformat Makefile 2008-03-25 04:12:03 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00