Commit graph

1931 commits

Author SHA1 Message Date
Alejandro Pulver
5b12368729 - Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
  applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
  USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
  2.8, which was previously restricted for these ports because of the lack of
  the "python" component for version 2.6 [1].

PR:		ports/115349, ports/115350, ports/115351
Submitted by:	Neal Nelson <neal@nelson.name>
Reworked by:	alepulver (myself) [1]
2007-09-29 17:54:39 +00:00
Mark Linimon
efb871fcc7 Fix the CONFIGURE_ENV anti-foot-shooting measure to have the correct
quoting.  It turns out that this is only an issue for ports that torture
CONFIGURE_ENV to run a command as well as just set the environment (often,
used to echo 'N' to fool an interactive script.)

Tested on:	pointyhat
2007-09-29 03:46:06 +00:00
Mark Linimon
e192fbdad8 Fine-tune the anti-foot-shooting measure for systems that set PERL_VERSION
in /etc/make.conf.  This did not show up on the cluster.
2007-09-26 00:36:44 +00:00
Mark Linimon
c7735b8048 Add an anti-foot-shooting measure to detect missing default Perl definition.
This can happen if bsd.perl.mk was not included before or during the
inclusion of bsd.port.pre.mk.  As of bsd.port.mk 1.586 this can't yet
happen, as bsd.perl.mk is included unconditionally, so this checkin should
be a no-op.

While here, reserve WANT_PERL for ports that conditionally depend on Perl.
WANT_PERL will need to be defined before bsd.port.pre.mk is included.
2007-09-26 00:15:26 +00:00
Mark Linimon
e5239edf5d Disable AutoInstall from trying to contact CPAN directly in the case of
a missing dependency (which is the actual underlying error).  This cures
the case of the build cluster looping indefinitely asking for user input.

Suggested by:		tobez
Regression-tested with:	devel/p5-Config-Any
2007-09-24 23:05:56 +00:00
Rong-En Fan
9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +00:00
Clement Laforet
ab8293d70e - Avoid "OPTIONS blackhole" during 'make make-options-list' 2007-09-19 21:03:59 +00:00
Clement Laforet
4d35566575 - cosmetic changes
- s/OPTIONS=/OPTIONS+=/
2007-09-18 20:01:17 +00:00
Florent Thoumie
a9d833cd9e Oops. Backout some changes that shouldn't have been checked in during
xorg update.

Pointy hat to:	$self
2007-09-13 23:29:48 +00:00
Mark Linimon
43b5db1e28 Restore the semantics of USE_PERL and friends by moving them back to
the 'post' block from which they originally came.  This should fix the
remaining few package build errors because of conditional perl inclusion.

Pointy hat:	linimon
2007-09-13 22:10:33 +00:00
Florent Thoumie
62df320cc3 - Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:	vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
2007-09-13 19:45:08 +00:00
Andrew Pantyukhin
94a42b403e - Remove a number of sites without A/AAAA DNS records
PR:		ports/116264
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2007-09-10 20:44:33 +00:00
Clement Laforet
fc5126bc4c - fix pre/post includes for USE_APACHE=common*
We still perform a double inclusion for modules to ensure backward
  compatibility
- add "Apache servers"-wide support for OPTIONS.
  !! Warning !!
  If OPTIONS is defined, all other modes to select modules are disabled.
  Here's the logic behind:
    1) OPTIONS
    2) WITH_MODULES
    3) all others knobs.

  OPTIONS'ified list of modules can be obtained via:
  "make make-options-list"
2007-09-09 14:36:42 +00:00
Mark Linimon
5d36202ed8 Revert the conditional inclusion of bsd.perl.mk and make it unconditional.
Apparently my test run was completely bogus.

New owner of the entire pointy hat factory:	linimon
2007-09-09 01:02:15 +00:00
Mark Linimon
1f6376d63c Move an XXX comment to make it not show up in build logs. 2007-09-08 23:58:28 +00:00
Mark Linimon
3e644dc6bd Please welcome bsd.perl.mk, a refactoring of Perl-related code from
bsd.port.mk.  In addition, a revision shorthand has been added, e.g.,
USE_PERL5= 5.8.0+.  This syntax is implemented for the following knobs:

   USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD.

Credit also goes to sem who wrote an earlier version of this patch in
ports/55515, marcus and kris for doing earlier testing, and kuriyama and
others for additional work along the way.

Thanks to gabor@FreeBSD.org for doing all this work.

Sponsored by:	Google Summer of Code 2007
2007-09-08 00:16:27 +00:00
Lars Balker Rasmussen
e896c6bcb3 Add backpan.cpan.org as a last resort mirror, to remove the often seen
failure case where the package a port relies on is moved from cpan to cold
storage (backpan).

On my system, it takes 70 seconds to fall through the mirrors before hitting
backpan, which is enough to be annoying (so you press C-c and file a PR),
but not enough to ruin the normal use-case (make install elsewhere and go
fetch coffee).  A current port where this is an issue is archivers/p5-IO-Zlib
2007-09-03 13:40:00 +00:00
Michael Nottebrock
deaff82245 Update to Qt 4.3.1. 2007-09-02 06:23:28 +00:00
Alex Dupre
493779bf8b Update to 5.1.21 release. 2007-08-28 09:33:41 +00:00
Andrew Pantyukhin
6bd1986896 - Add a few NonGNU Savannah mirrors 2007-08-24 17:27:23 +00:00
Martin Wilke
0ffad27239 - Add support for Drupal5 Themes
PR:		114894
Submitted by:	Geoff Glasson <g_glasson@jimali.dyndns.org>
Approved by:	maintainer
2007-08-21 08:33:35 +00:00
Andrew Pantyukhin
66b938e43c - Make PORTNAME the default subdir for GNU 2007-08-16 11:55:02 +00:00
Andrew Pantyukhin
6a5088cf54 - Update the list of vim mirrors
PR:		ports/115322
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2007-08-15 16:54:14 +00:00
Michael Nottebrock
9b4688947e Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
the rest of the qt4 ports and avoiding dependency resolution troubles
if devel/qmake is installed on the same system.

While here, change NOMAN to NO_MAN in Makefile.bsd.

PR: ports/115352
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
2007-08-11 10:27:36 +00:00
Kris Kennaway
4a917313b0 * Shuffle some important variable definitions to early in the file,
notably PORTSDIR.  The previous commit introduced a use-before-define
  with respect to this variable, which broke things like portmaster.

* Drop support for COMMENTFILE and a vestigial remnant of NetBSD support.
2007-08-08 03:46:04 +00:00
Dirk Meyer
4cf26145e8 - fix DESTDIR for config stage 2007-08-06 10:39:24 +00:00
Xin LI
8cf2689cdd Add support of Berkeley DB 4.6. 2007-08-06 09:23:13 +00:00
Greg Lewis
0ae458e9c4 . Enforce NO_JIKES when 1.6 is required as well. 2007-08-05 21:19:47 +00:00
Greg Lewis
131eb04d2f . Support for the JDK 1.6 ports.
Submitted by:	jkim
2007-08-05 21:16:39 +00:00
Pav Lucistnik
66d6ee1539 - Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include to
CONFIGURE_ARGS for ports setting USE_XORG.  This restores the old USE_XLIB
  behaviour. [1]
- Whitespace fixes [2]

PR:		ports/115098 [1]
Submitted by:	mm [1], miwi [2]
2007-08-04 19:48:34 +00:00
Gabor Kovesdan
4c9cd257fd - Extract command variable definitions from bsd.port.mk, they are now stored in
bsd.commands.mk and can be easily reused within the infrastructure.
- Revert old DESTDIR implementation.
- Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:37:24 +00:00
Michael Nottebrock
8a34c2856c Add a QMAKEFLAGS variable that contains some useful mappings of
standard make and environment variables to their qmake counterparts:

QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}"
QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}"
QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}"
QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}"

This is mostly useful for ports which call ${QMAKE} directly in some
target and want to override some of the defaults in qmake.conf.
2007-08-03 19:11:00 +00:00
Michael Nottebrock
e332496be5 - bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.

- Convert Qt core ports to use the new dependency switches.

- Add a patch to corelib to fix Qt4 on ARM, submitted by:
  Björn König <bkoenig@alpha-tierchen.de>
2007-08-02 22:37:40 +00:00
Xin LI
5f1bac712f Allow depending on Berkeley DB 4.5 2007-08-02 05:42:21 +00:00
Pav Lucistnik
c799948280 - Correct typo in comment block 2007-07-30 17:52:58 +00:00
Hye-Shik Chang
06e297a6fa Fix typo in comment. 2007-07-30 12:02:44 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Pav Lucistnik
736ba201dc - Pass FFLAGS to make when USE_FORTRAN is set [1]
- Fix detection of i386 libs on amd64/ia64 [2]
- Make IGNORE messages show as a real sentences [3]
- Make COPYTREE_* work under unpriviledged user [4]

PR:		ports/112203 [2], ports/114329 [3], ports/113425
Submitted by:	gerald [1], Scot Hetzel <swhetzel@gmail.com> [2], danfe [3],
		Dmitry Marakasov <amdmi3@amdmi3.ru> [4]
2007-07-27 21:40:11 +00:00
Michael Nottebrock
902b1b5d70 The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
2007-07-27 10:31:45 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Clement Laforet
a1bae9f6e3 - Fix index build: temporary remove pre/post stuff.
Pointy Hat to: clement
2007-07-22 12:43:00 +00:00
Clement Laforet
9173d040e4 - fix long standing bugs
* fix pre/post includes
  * fix local port overiding for apache > 2.1
  * Add a short notr about USE_APACHE=yes
2007-07-22 10:48:42 +00:00
Edwin Groothuis
660134e658 [patch] bsd.database.mk - Give PostgresSQL a better default database version
I think we're a little bit over-conservative by keeping the
	default PostgreSQL version on 7.4. Let's move it to 8.1.

PR:		ports/113873
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	portmgr after maintainer timeout
2007-07-18 21:56:10 +00:00
MANTANI Nobutaka
f069d02ebe Set default EMACS_PORT_NAME to emacs22.
Requested by:	ume
2007-07-16 18:05:18 +00:00
MANTANI Nobutaka
d82bd998d1 Reflect upgrade of editors/emacs. 2007-07-16 17:07:45 +00:00
Michael Nottebrock
8bd00266dc Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
2007-07-16 10:12:15 +00:00
Stanislav Sedov
61a4eaf412 - Delete rb_thread_status prototype from public header, since it causes
problems with some extensions. This also had been fixed in upsteam CVS.
- Bump portrevision.

Reported by:	many
2007-07-15 09:39:06 +00:00
Edwin Groothuis
0c0668d340 xorg master-site addition
PR:		ports/114540
Submitted by:	Rainer Duffner <rainer@ultra-secure.de>
2007-07-12 22:50:04 +00:00
Maho Nakata
4b163093ab Add USE_FORTRAN knob. All ports that use FORTRAN should
use this knob.

Approved by: gerald, portmgr (pav)
2007-07-12 01:57:10 +00:00