Commit graph

2117 commits

Author SHA1 Message Date
Pav Lucistnik
709b7b6554 - Reshuffle kde.org mirrors a bit
Complained about it:	ade
2008-09-04 21:25:58 +00:00
Pav Lucistnik
874ad54ef4 - Remove first dead site from PGSQL list, and update the mirror list URL
PR:		ports/126963
Submitted by:	Alex Goncharov <alex-goncharov@comcast.net>
2008-09-04 20:36:47 +00:00
Martin Wilke
129bf63f84 The KDE FreeBSD team is proud to announce the release of KDE 4.1.1
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
	* KColorEdit is a palette files editor. It can be used
	  for editing color palettes and for color choosing and
	  naming.

- graphics/kgraphviewer
	* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
	  GraphViz programs are free-software layout engines for graphs.
	  KGraphViewer displays the graphs in a modern, user-friendly GUI
	  with all the power of a well integrated KDE application.

- graphics/kiconedit
	* KIconEdit is designed to help create icons for KDE using the standard
	  icon palette.

- graphics/skanlite
	* Skanlite is a simple image scanning application that does nothing
	  more than scan and save images. Skanlite can open a save dialog for
	  every image scanned or save the images immediately in a specified
	  directory with auto-generated names and format. The user can also
	  choose to show the scanned image before saving.
2008-09-03 13:06:24 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Dirk Meyer
42e579560b - fix symlinked pkgdb dir
PR:		126508
2008-08-27 06:19:39 +00:00
Alejandro Pulver
6cc76f6bab - Add support for lang/tolua++ (lang/tolua++50) in a way similar to
lang/tolua (lang/tolua50).

PR:		ports/126440
Submitted by:	amdmi3
2008-08-25 20:20:50 +00:00
Chin-San Huang
2239236e13 - Add mesh as SF mirrors. 2008-08-25 02:38:14 +00:00
Rong-En Fan
3fa3860491 - Fix a small hole after last CONFIGURE_TARGET (actually, it's CONFIGURE_ARGS)
update: if a port version is 2.13, my magic detection treats this port
  using the old autoconf. To fix this, change the regex to include the prefix
  "autoconf" before the version number 2.13.

Tested by:	pointyhat 7-amd64 exp run (by pav)
2008-08-25 01:29:01 +00:00
Joe Marcus Clarke
b1cd681a01 Make sure the CONFIGURE_ENV is updated for all lthacks. 2008-08-24 17:24:33 +00:00
Joe Marcus Clarke
89cf99e9fd If any of the libtool hacks are used, set an empty ac_cv_path_DOLT_BASH
variable to prevent a bash script from being used to wrap libtool.  If
the wrapper is used, none of the lthacks actually have any effect.
2008-08-24 16:55:54 +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
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
Greg Lewis
8edf38e1e7 . Add diablo-jdk16 and make it the default on 6.x and 7.x.
. Make jdk16 the default on all other supported versions.
2008-08-18 15:42:41 +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
Gerald Pfeifer
510446b284 Remove support for GCC 2.7 (the lang/gcc27 port) which, as it turns out,
had been removed from ports three years ago.
2008-08-17 06:57:17 +00:00
Gerald Pfeifer
8fbaded65b Remove support for GCC 3.2 which is not used by a port anymore (and
where we'll shortly remove lang/gcc32 which does not support amd64,
for example).
2008-08-16 20:48:58 +00:00
Stanislav Sedov
0d117481de - Update ruby to 1.8.6 patchset 287. 2008-08-15 21:45:56 +00:00
Boris Samorodov
ce3a776fc1 Make bsd.linux-rpm.mk respect NOPORTDOCS variable.
PR:		123964
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
Discussed at:	emulation@
2008-08-15 12:29:42 +00:00
Martin Wilke
a12016fccb - Fix dependency checks so that KDE3 apps pull in the correct versions
of kdelibs3 and kdebase3, when they only currently have KDE4 installed
  (this is because kde4 also installs libs with same name, so check for unique files)

Thanks to:	Andy Fawcett/Max Brazhnikov
2008-08-13 09:14:11 +00:00
Dirk Meyer
31ee6087fb - update stable to 0.14.0 2008-08-12 09:26:51 +00:00
Alejandro Pulver
b2fe6b6e8d - Merge patch-Makefile into patch-src-Makefile (both actually patch same file).
- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
  integrated into the ports tree.

PR:		ports/126207
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2008-08-10 19:29:43 +00:00
Stanislav Sedov
344acaf18a - Fix CVE-2008-1447 (DNS spoofing vulnerability).
- Fix Webrick DoS vulnerability.
- Serveral minor bugfixes in cgi.rb, ipaddr.rb and resolver.
- Bump PORTREVISION.

Obtained from:	ruby VCS
Tested by:	Ilya Bakulin <webmaster@kibab.com>
2008-08-10 19:26:33 +00:00
Martin Wilke
927ebf7e81 - Update to 2.6.1
Changelog:
	http://www.cmake.org/pipermail/cmake/2008-August/023188.html

bsd.cmake.mk
- Use VERBOSE mode when BATCH is defined to get more informative logs
  on pointyhat/tinderbox
2008-08-10 15:43:46 +00:00
Alejandro Pulver
c4edf8e143 - Fix tolua dependency for version 5.0 (was using 5.1).
- Add tolua dependency for version 5.1.

PR:		ports/126350
Submitted by:	amdmi3
2008-08-10 15:09:54 +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
Jeremy Messenger
61d9883622 Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9
comes in. The xulrunner 1.9 is current in MC ports. It's clear about that
Mozilla folks want us to use xulrunner for SDK/build.
2008-08-06 16:26:18 +00:00
Dirk Meyer
4c06dc72b1 - improve detection installed openssl port
With about 1000 ports installed,
  there is a perormance gain about 50% with emty cache
  and about 25% when files are in cache.
Submitted by: Vladimir Chukharev, Doug Barton

- OPENSSL_INSTALLED could now be set by bsd.port.subdir.mk for further caching.
2008-08-05 09:33:07 +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
Pav Lucistnik
ab727ae7c9 - Move easynet.be down the list of MySQL mirrors. Fetch from it hangs a lot. 2008-07-28 20:45:20 +00:00
Alex Dupre
e1f92301af Add support for MySQL 6.0. 2008-07-26 08:38:53 +00:00
Pav Lucistnik
e314a0d3c4 - Add CC and CXX to MAKE_ENV for all ports
PR:		ports/86106, ports/101120 (based on)
2008-07-24 22:29:33 +00:00
Pav Lucistnik
ed7666e663 - Add an ugly kludge to strip the trailing whitespace from CFLAGS (it comes
this way from outside already).  Unless stripped, later CFLAGS+= assignments
  will produce a double-space in CFLAGS string.  Sub-configure will reduce it
  back to single space and complain that CFLAGS changed underneath it.

  Most prominent example of a problem solved by this kludge is the -CURRENT,
  where -fno-strict-aliasing is added to every port's CFLAGS.
2008-07-24 21:55:47 +00:00
Pav Lucistnik
80339c4345 - Forbid automatical fetching of rubygems from rubyforge
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2008-07-24 07:51:12 +00:00
Pav Lucistnik
0e3c723ed8 - Remove special treatment of ia64 [1], 4.x, and sparc 64 5.x
Requested by:	marcel
2008-07-22 09:21:16 +00:00
Xin LI
afc54d0892 Fix typo: OPENLPAP should be spelled like OPENLDAP. 2008-07-22 01:59:22 +00:00
Pav Lucistnik
7336164f49 - Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4
- Remove OpenLDAP 2.2 support, the port has been gone for some time now
- Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports

PR:		ports/123602, ports/124115, ports/125605
Submitted by:	delphij, Jens Rehsack <rehsack@web.de>,
		Yuri Pankov <yuri.pankov@gmail.com>

- Remove USE_GTK, it's no longer used

PR:		ports/123528
Submitted by:	mezz

- Use PATCH_WRKSRC instead of WRKSRC in do-patch target

PR:		ports/124169
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>

- Remove USE_XPM, it's been replaced by USE_XORG+=xpm

PR:		ports/124506
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

- Minor fixups for bsd.port.mk

PR:		ports/122675
Submitted by:	linimon

- Remove stale comment about USE_GETOPT_LONG

PR:		ports/124521
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

- Correct comment about default fetch arguments

PR:		ports/125334
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com>
2008-07-21 22:29:22 +00:00
Xin LI
38231e45ad - Overhaul the way we handle with LDAP data directory, populate
the data directory upon start, not upon install. [1]
 - Update to OpenLDAP 2.4.11.
 - Modify bsd.port.mk to fit with the shared libary version bump [2]
   This has no impact to package building yet as 2.4.x is not the
   default version.

Submitted by:	Mikhail Goriachev <mikhailg webanoide org> [1]
Approved by:	portmgr (marcus) [2]
2008-07-20 03:35:42 +00:00
Kris Kennaway
54e565eedc Major optimizations for 'make index' and other recursive traversal
targets.

* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
  The former is statically linked and faster to execute, which becomes
  significant when executing it tens of thousands of times.  This
  trick can be used with other recursive targets by passing in
  __MAKE_SHELL.

* Get rid of make variable assignments that use != command invocations
  in the critical path, using several methods:

  - rewriting logic to use shell or make builtins instead of external command executions
  - macroizing commands and executing them in the targets where they
    are needed instead of with every invocation of make
  - precomputing the results of invariant commands in
    bsd.port.subdir.mk and passing them in explicitly to child makes,
    and using this to avoid recalculation in all the children. NB: the
    commands are still run one per top-level subdirectory but this
    does not currently seem to be a major issue.  They could be moved
    further up into the top-level Makefile at the cost of some
    cleanliness.
  - Committers are strongly discouraged from adding further "bare" !=
    assignments to the ports tree, even in their own ports.  One of
    the above strategies should be used to avoid future bloat.

* Rewrite the core 'describe' target to work entirely within a single
  shell process using only builtin commands.  The old version is
  retained as a backup for use on systems older than 603104, which
  does not have the make :u modifier.  This cuts down the number of
  processes executed during the course of a 'make index' by an order
  of magnitude, and we are essentially now amortized to the minimum of
  a single make + sh instance per port, plus whatever commands the
  port makefile itself executes (which are usually unnecessary and
  bogus).

* Less validation of the WWW: target is performed; this can become
  policed at a port level by portlint.  Specifically we look at the
  second word of the first line beginning with "WWW:" in pkg-descr,
  and append "http://" to it unless it already begins with "http://",
  "https://" or "ftp://".  Thanks to dougb for the idea of how to
  extract WWW: using shell builtins.

* Use the "true" shell builtin instead of echo > /dev/null for a
  measurable decrease in CPU use.

* Add a note about dubious escaping strategy in bsd.port.subdir.mk

* Minor change in output of 'make describe': it no longer strips
  trailing CR characters from pkg-descr files with MSDOS CR/LF
  termination.  Instead the makeindex perl script that post-processes
  make describe into the INDEX is tweaked to strip on input.

The bottom line is that on my test hardware INDEX builds are now
faster by more than a factor of 2 and with a reduction in system time
by a factor of 4-8 depending on configuration.
2008-07-19 17:59:41 +00:00
Alex Dupre
bd20f68ed5 Add pecl-APC module support.
PR:		ports/121240
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2008-07-11 10:57:15 +00:00
Adam Weinberger
675a13e8a4 Add a quick-reference comment block at the beginning directing end-users
how to use the WITH_GECKO mechanism.
2008-07-04 08:14:21 +00:00
Jeremy Messenger
903b45dfc5 First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------

graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------

graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------

www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------

Approved by:	portmgr (marcus)
2008-06-30 20:16:22 +00:00
Gerald Pfeifer
f51e2a7fcc Provide the test-gcc target and at least key information there even if
USE_GCC has not been specified.  This is relevant for USE_FORTRAN, but
should be useful in general.
2008-06-28 16:52:40 +00:00
Stanislav Sedov
5027cd7b72 - Add a couple of other patches from ruby SVN repo:
* fix integer overflow in bignums;
  * correctly check for string length in regexps;
  * fix memory leak in parse.c.

- Bump portrevision.
2008-06-25 23:00:28 +00:00
Jose Alonso Cardenas Marquez
45536b357d - Add support for freepascal based ports
Approved by:	portmgr (pav)
2008-06-24 14:56:06 +00:00
Tim Bishop
a3deac7d14 mirror.ac.uk closed down during 2007:
"JISC ceased funding for the JISC Mirror service during 2007.
	If you came to this page via a referring site, you may wish to
	let that site know that its links are out of date."
2008-06-23 12:18:35 +00:00
Stanislav Sedov
1fc6f981bf - Fix possible memory corruption when using String;
- fix integer overflow in Array;
- fix overflow in String;
- bump PORTREVISION.

Obtained from:	ruby VCS
2008-06-21 10:34:53 +00:00
Dirk Meyer
28bb14d6a1 - update gnustep-back to 0.14.x 2008-06-20 15:13:50 +00:00
Pav Lucistnik
0dbf0836b8 - Refresh MASTER_SITE_SAVANNAH 2008-06-18 19:47:22 +00:00
Vanilla I. Shu
d226c4cace Add db47 to bsd.databases.mk. 2008-06-09 06:01:41 +00:00
Boris Samorodov
23f3a4a858 - Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.

PR:		122783
Submitted by:	KIMURA Yasuhiro <yasu at utahime.org>
Approved by:	keramida (maintainer timeout, 6 weeks)
2008-06-03 14:36:50 +00:00
Ion-Mihai Tetcu
29ff44b08b - GENTOO mirror from RoEduNet, this should unbreak at least
emulators/linux_base-gentoo-stage1 and emulators/linux_dist-gentoo-stage1
fetching.

Prompted by by:		ionbot (my alter ego) QA tindy run
2008-06-02 07:42:56 +00:00
Hye-Shik Chang
724489c253 Update python23 to 2.3.7. 2008-05-30 05:50:03 +00:00
Jeremy Messenger
6ae533c6e1 Add one more hack for pkg-config path in gnomehack, (prefix)/lib/pkgconfig.
PR:		ports/124096
Submitted by:	Björn König <bkoenig@alpha-tierchen.de>
2008-05-29 16:34:11 +00:00
Lars Thegler
9680598cb0 Doc change: PERL_ARCH is *always* mach. 2008-05-28 12:38:27 +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
Martin Wilke
97728e3198 - Add support for drupal6*
PR:		123784
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2008-05-27 07:38:59 +00:00
Jeremy Messenger
ad3db301ce Instead of move to bottom and remove it. The GNOME has many mirrors anyway.
Requested by:	dougb
2008-05-27 00:36:03 +00:00
Jeremy Messenger
05de22beaa Remove a dead mirror and move http://rpmfind.net/linux/gnome.org to more
bottom since /gnome.org doesn't exist. Maybe it will be back later, so keep
it in bottom for now. Will need to recheck in next week to see if it should
be remove or not.
2008-05-26 22:35:07 +00:00
Jeremy Messenger
d286861e9b Looks like farbror.acc.umu.se doesn't carry GNOME tarballs anymore (404 error),
so replace it to gemmei.acc.umu.se.
2008-05-26 20:02:17 +00:00
Stanislav Sedov
15f93e6560 - Add a knob to generate pkg-plist for ocaml findlib
ports automatically. Now if USE_OCAMLFIND_PLIST is defined
  all files under findlib target directories will be added
  to pkg-plist and thus requires no entries in static pkg-plist.
  This is important since a number of ocaml ports install its
  package files conditionally depending on platform and ocaml
  configurations and thus static entries are not possible.

PR:		ports/122844 (based on)
Submitted by:	Jaap Boender <jaapb@kerguelen.org>
2008-05-19 07:05:35 +00:00
Gerald Pfeifer
93e37fc5a3 Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.
No objections by:	portmgr (linimon, marcus, erwin)
2008-05-05 23:26:30 +00:00
Dirk Meyer
1b9f926d36 - add WITH_GNUSTEP_DEVEL 2008-05-04 21:13:22 +00:00
Ion-Mihai Tetcu
e2f9abce24 Move heanet SF mirror at the end of the list, for e few weeks now it resets the
connection while downloading files > ~1MB.

Reviewed by:	simon@
2008-05-01 07:33:19 +00:00
Boris Samorodov
a2d5cc6798 Add valid values fc6, f7 and f8:
. to USE_LINUX variable, so users can install linux ports which  [1]
  use AUTOMATIC_PLIST (while those values are assigned to
  OVERRIDE_LINUX_BASE_PORT variable);
. to IGNORE message.

netchild said: "I don't think it will hurt if the fix for fc6 is committed.
There are users out there which already use the experimental 2.6.16 support,
and it would make their life easier."

me decided: "Why should we segragate f7/f8 users?" and committed f7/f8
parts as well.

PR:		ports/122826  [1]
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>  [1]
2008-04-29 19:20:52 +00:00
Edwin Groothuis
5dcff294ec Add support for SDL_console
PR:		ports/123171
Submitted by:	Yen-Ming Lee <leeym@cn1.leeym.com>
Reviewed by:	edwin@
2008-04-28 23:20:54 +00:00
Dirk Meyer
4262e05575 - note reason why INSTALL_SHLIBS is needed 2008-04-24 05:04:25 +00:00
Vanilla I. Shu
b0735936dd Remove mirror.tw from MASTER_SITE_FEDORA_LINUX,
it's really slow :(  As I know, they use adsl to build very slow sites.

coreutils-6.9-16.fc8.i386.rpm                  61% of 3406 kB 3073  Bps 07m22s
2008-04-24 04:27:34 +00:00
Dirk Meyer
c5cfffa2e6 - back out last (approved) commit
substitution fails, pointhat run did not reveal the problem.
using USE_LDCONFIG+=${i} does not work.
USE_LDCONFIG is still broken with custom PREFIX
2008-04-23 05:51:23 +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
Pav Lucistnik
7829467dfb caliu.info domain is gone 2008-04-16 21:58:03 +00:00
Pav Lucistnik
a616189c8c Support @rmtry in pkg-plist, analogous to @dirrmtry but for single file rm.
PR:		ports/116219
Submitted by:	edwin

Make USE_DISPLAY more general: set up virtual X server when USE_DISPLAY is
defined and no DISPLAY variable is in environment; pass DISPLAY value in
CONFIGURE_ENV and MAKE_ENV.

PR:		ports/116244
Submitted by:	edwin

Define ${PW}.

PR:		ports/119821
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>

Move SHA256, MD5, GMAKE and XMKMF to bsd.commands.mk.

PR:		ports/119879
Submitted by:	edwin

Fix a build failure for ports that define their own MTREE File.

PR:		ports/120200
Submitted by:	dinoex

Don't recreate mtree symlinks if they are already present.

PR:		ports/121681
Submitted by:	sobomax

Fix LIB_DEPENDS for libraries whose name contains plus sign. Both intuitive and
old escaped syntax works.

PR:		ports/121741 (based on)
Submitted by:	fjoe

Disable post-install security checks if DISABLE_SECURITY_CHECK variable is
defined.

PR:		ports/122224
Submitted by:	Bjoern Koenig <bkoenig@alpha-tierchen.de>

Remove versioned Tcl/Tk categories.

PR:		ports/122622
Submitted by:	pav
2008-04-14 16:46:41 +00:00
Vsevolod Stakhov
2db89a42eb Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specify
in make.conf which version of pgsql client is required for this build.

Reviewed by:	skv
2008-04-11 13:52:57 +00:00
Martin Wilke
0112a7cadc - Add SFJP macro for SOURCEFORGE_JP 2008-04-10 20:32:51 +00:00
Rong-En Fan
26fc161977 - Update emacs-devel version
PR:		ports/121495
Submitted by:	keramida (maintainer of emacs-devel)
2008-04-07 01:18:10 +00:00
Stanislav Sedov
662f637eb4 - Fix webrick vulnerability
- Update rexml to 3.1.7.2
- Bump portrevision.

Obtained from:	ruby svn
2008-04-06 10:29:54 +00:00
Stanislav Sedov
2ef3a8e563 - Update ruby 1.9 to patchlevel 1. Forgotten in previous commit. 2008-04-06 09:25:27 +00:00
Stanislav Sedov
fae8e0f615 - Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:	ports@
2008-04-06 08:58:21 +00:00
Marcus Alves Grando
009ec786da - Fix when USE_SQLITE != yes
- Fix lib version of sqlite34
2008-04-05 18:26:35 +00:00
Marcus Alves Grando
e3998d8884 - Fix .endif. Maybe works now :)
Pointy hat to:	mnag
Reported by:	bsam
2008-04-05 18:11:59 +00:00
Marcus Alves Grando
1444568e77 - Fix wrong .endif
Submitted by:	cperciva
2008-04-05 15:58:47 +00:00
Marcus Alves Grando
99c9326aa1 - Add option to databases/sqlite34 2008-04-05 14:55:43 +00:00
Pav Lucistnik
bd7f7d69f0 - Remove progeny.com, it's parked domain now 2008-03-31 15:00:38 +00:00
Pav Lucistnik
52ec918c8e - Add ring.nict.go.jp to Ringserver group
PR:		ports/119555
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2008-03-31 14:58:22 +00:00
Dirk Meyer
19ec198baa - bugfix, commited wrong patch 2008-03-30 11:38:02 +00:00
Dirk Meyer
2d78d2b61d - remove OPENSSL_OVERWRITE_BASE
Suggestet by:	tmclaugh

- ignore returncode from grep to be kind to portmaster
2008-03-30 11:36:47 +00:00
Emanuel Haupt
f3173bc0b1 Add MASTER_SITE_CRITICAL 2008-03-27 16:43:21 +00:00
Joe Marcus Clarke
5462fa8599 Add back two lines that were accidentally removed in the merge.
Reported by:	Stefan Hauser <etienne@usr.ch>
2008-03-24 15:59: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
Hye-Shik Chang
7a90a036a7 Update python23 to Python 2.3.6 and python24 to Python 2.4.5. 2008-03-16 10:25:08 +00:00
Michael Nottebrock
06ccc547f1 Update to Qt 4.3.4 2008-03-13 17:57:19 +00:00
Martin Wilke
c622262593 devel/sdl12:
- Update to 1.2.13
	- OPTIONize as recommended by Danny Pansters
	- Fixed up gnome dependencies as recommended by Danny Panster
	- Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters
	- Got rid of library renaming as recommended by Danny Pansters
	- Pass maintainership to submitter
Mk/bsd.sdl.mk:
	- Fixed _LIB_* entries in order to retrieve the correct library versions.

PR:		117608
Submitted by:	Marcus von Appen <mva@sysfault.org>
2008-03-13 13:52:27 +00:00
Edwin Groothuis
ba391f6a40 [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variable
There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE
    variable for MASTER_SITES yet because their PORTNAME isn't the
    same as the hostname. For example:

    graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES
    net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/
    net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/

    This patch introduces the PROJECTHOST variable which can be
    used to overcome this problem.

PR:		ports/121453
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Reviewed by:	pav@
2008-03-13 11:21:27 +00:00
Florent Thoumie
5d486865e5 - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries.
2008-03-13 10:33:56 +00:00
Pav Lucistnik
8c32b0a02c - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in
bsd.port.mk. Fixes `make readmes'

PR:		ports/117192
Submitted by:	Joergen Blomberg <jnbg@blomberg.tk>
Pointy hat to:	gabor
2008-03-12 00:13:06 +00:00
Pav Lucistnik
821fed09a7 - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higher
optimizations are enabled.

PR:		ports/121363
Submitted by:	obrien

- Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB

PR:		ports/113799
Submitted by:	des (based on)
Patch by:	pav

- Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX

PR:		ports/118212
Original patch:	vd
Patch by:	pav

- Allow tab as well as space in param.h for OSVERSION determination

PR:		ports/117507
Submitted by:	erwin

- Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised

PR:		ports/117916
Submitted by:	tobez

- Assorted comment fixes

PR:		ports/118054
Submitted by:	linimon

- Style nit ($@ -> ${.TARGET})

PR:		ports/120276
Submitted by:	obrien
2008-03-11 23:45:04 +00:00
Pav Lucistnik
416c09fcd2 - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance of
working

PR:		ports/117738
Reported by:	Erik Cederstrand <erik@cederstrand.dk>
Patch by:	pav

- Pass TERM variable to chrooted command, so the OPTIONS screen work

PR:		ports/117453
Reported by:	Erik Cederstrand <erik@cederstrand.dk>
Patch by:	pav
2008-03-11 23:37:32 +00:00
Pav Lucistnik
9d5889dd37 - Fix typo (unclosed double-quote)
PR:		ports/120618
Submitted by:	Gennady Proskurin <gpr@nnz.ru>

- Change default PostgreSQL dependency from 8.1 to 8.2

PR:		ports/120865
Submitted by:	edwin
2008-03-11 23:34:09 +00:00
Pav Lucistnik
851f58e69f - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)
PR:		ports/118749
Submitted by:	alepulver
2008-03-11 23:31:29 +00:00
Stanislav Sedov
9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00
Florent Thoumie
836aebde5b Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)
2008-03-07 21:47:50 +00:00