1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

2070 Commits

Author SHA1 Message Date
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
Stanislav Sedov
889c289308 - Add a bunch of fixes and patchs from the upstream. These fixes a lot of
serious bugs, some of which can pose security-related problems.
- Bump up PORTREVISION.

Requested by:	many
2007-07-10 15:04:49 +00:00
Alex Dupre
67b94e82ee Add bitset and memcache pecl extensions.
PR:		ports/114361
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2007-07-09 18:37:35 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Pav Lucistnik
a2c2c04172 - Fix make clean, broken in previous rev. 1.571
PR:		ports/114125
2007-06-29 14:09:39 +00:00
Pav Lucistnik
b10a23b81c - Add a new virtual category `kld' for ports that install kernel loadable
module
2007-06-28 16:06:02 +00:00
Pav Lucistnik
0bdc41fc63 - Speed up recursive `make clean'
Submitted by:	reg
Tested by:	pointyhat exprun
2007-06-28 16:05:08 +00:00
Pav Lucistnik
8afd9b3727 - Speed up dependency lookup
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by:	pointyhat exprun
2007-06-28 16:02:48 +00:00
Pav Lucistnik
ed612087de - Correct and extend actual-package-depends target, introduced in previous
revision

Submitted by:	netchild
Tested by:	pointyhat exprun
2007-06-28 15:53:04 +00:00
Pav Lucistnik
ac049a67f3 - Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is that
apxs does not remove module line from httpd.conf, it merely comments it out.
  Later, on Apache deinstall, the file differs from stock httpd.conf and is not
  deleted.

Tested by:	pointyhat exprun
2007-06-28 15:50:53 +00:00
Dirk Meyer
94688b1bb3 - use PACKAGE_BUILDING 2007-06-26 16:58:33 +00:00
Edwin Groothuis
dceb773b51 [PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mk
It seems one of the MASTER_SITE_RUBYFORGE site is dead (for example
    http://people.freebsd.org/~fenner/portsurvey/www.html and all
    rubygem-)

    There is another mirror from http://rubyforge.org/credits/.

PR:		ports/114032
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-06-26 11:39:12 +00:00
Michael Johnson
bb302da228 gstreamer-plugins-[nas|sndfile|x264] are back in the ports tree 2007-06-19 14:39:38 +00:00
Andrew Pantyukhin
d1f265b433 - Add master_site_rar and use it in rar, unrar and libunrar ports
Approved by:	ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
2007-06-19 10:28:40 +00:00
Pav Lucistnik
0391f3691a - Provide actual-package-depends target, which prints actual dependencies of
freshly installed port, according to records in /var/db/pkg
- Use this new target when registering package, providing massive speedup

PR:		ports/112765
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by:	bento amd64 exprun

- Fix double slash typo

Submitted by:	Alexander Logvinov <ports@logvinov.com>
Tested by:	bento amd64 exprun
2007-06-16 19:07:42 +00:00
Pav Lucistnik
1ada4e152a Add missing target ordering when make -j1 is used (this should be a NOP)
Noticed by:	gibbs
Submitted by:	kris
Tested by:	bento amd64 exprun
2007-06-16 19:03:50 +00:00
Pav Lucistnik
0d766e48b7 - Update MASTER_SITE_FEDORA_LINUX
PR:		ports/113414
Submitted by:	Marcus von Appen <mva@sysfault.org>
2007-06-16 12:47:49 +00:00
Michael Johnson
9b6468c61b Add link to gstreamer-plugins-mp3
Reported by:	cperciva
2007-06-07 16:21:34 +00:00
Michael Johnson
794f096bf9 Switch from using mad to mp3 in USE_GSTREAMER 2007-06-07 14:04:25 +00:00
Greg Lewis
8a88cb13c1 . Remove references to deprecated, forbidden and expired port of the
Linux Blackdown 1.3 JDK.

PR:		113268
Submitted by:	gabor@
2007-06-06 15:38:54 +00:00
Alejandro Pulver
8131b5a9a5 - Respect BUILD_WRKSRC and INSTALL_WRKSRC as bsd.port.mk does.
PR:		ports/112281
Submitted by:	alepulver (myself)
Approved by:	alexbl (maintainer)
2007-06-05 02:06:10 +00:00
Dirk Meyer
79f2ca5cac - set default compiler as GNUSTEP_WITH_GCC42=yes 2007-06-04 11:20:29 +00:00
Michael Johnson
87beca2a5b Readd a line that didn't need to be removed
Submitted by:	jon@jackson-spencer.ca
2007-06-02 21:02:10 +00:00
Michael Johnson
f2ae9f3e0b - Retire gstreamer 0.8.0 2007-06-01 20:43:43 +00:00
Andrey Slusar
f8600ecedb Update to 21.5-b28 "fuki" 2007-05-27 17:43:21 +00:00
Mark Linimon
942838f1d5 * Make 'make-deinstall-all' check for moved ports. [1]
* Defined the installation directories PORTEXAMPLES and PORTDATA. [2]

* Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3]

* Update the description of fetch-list; add targets fetch-required-list,
  fetch-url-list, and fetch-urlall-list. [4]

* Make 'make search' also search in ports/MOVED. [5]

* Move several Makevar definitions to the pre-makefile section:
  DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6]

* The target 'ignorelist-verbose' was added for portsmon. [7]

PR:	69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6]

Submitted by:	Dancho Penev <dpenev at mnet dot bg> [1], mnag [2],
		jylefort [3], edwin [4], Lars Engels <lars dot engels
		at 0x20 dot net> [5], Alexander Logvinov <ports at
		logvinov dot com> [6], linimon [7]
2007-05-25 00:09:37 +00:00
Pav Lucistnik
721f8e17ac - Fix comments to match reality 2007-05-24 22:13:55 +00:00
Florent Thoumie
f8e2a239ac Fix USE_XLIB to depend on stub file rather than libX11.
Submitted by:	marcus
Approved by:	portmgr (blanket)
2007-05-21 10:21:39 +00:00
Pav Lucistnik
b06abcc4cb Recognize gcc42 in 7-CURRENT base
Approved by:	portmgr (implicit)
2007-05-19 22:06:14 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jeremy Messenger
df25178453 Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try to
fix it with future update of libcaca. All of gstreamer*80 will be remove in
May anyway.
2007-04-29 19:15:55 +00:00
Cheng-Lung Sung
ffd36e3244 - Update to 22.0.99
PR:		ports/112168
Submitted by:	matainer (keramida)
2007-04-29 08:27:33 +00:00
Shaun Amott
a2266880ed downloads.planetmirror.com and public.planetmirror.com force Temporary
Redirects unless you've visited both sites. They're designed for
interactive browser use, and there doesn't seem to be a reasonable
work-around.

python.planetmirror.com no longer mirrors python packages.

Therefore, remove all of the above.

PR:		ports/112092
Submitted by:	Marcin Simonides <marcin@studio4plus.com>
2007-04-28 00:11:47 +00:00
Edwin Groothuis
955f61fb2a bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPG
when building packages such as libgcrypt, the first site the source is
    downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/
    which results in a 404

    On closer inspection, it appears that everything below
    http://ftp.sunsite.dk/pub/security/ has been deleted.

PR:		ports/112041
Submitted by:	Steven Kreuzer<skreuzer@f2o.org>
2007-04-23 20:03:16 +00:00
Cheng-Lung Sung
d19fd3d803 - Update editors/emacs-devel to 22.0.98.
PR:		ports/111813
Submitted by:	NIIMI Satoshi <sa2c_AT_sa2c dot net>
Approved by:	maintainer (keramida)
2007-04-23 02:09:08 +00:00
Michael Nottebrock
7aeef3e519 Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.
2007-04-19 17:08:04 +00:00
Michael Nottebrock
ff2a7904b5 Another typo of mine.
Discovered by: Diego Depaoli <trebestie@gmail.com>
2007-04-12 12:33:34 +00:00
Oliver Lehmann
9646c0a68d update xfce to 4.4.1
bump PORTREVISION where needed
2007-04-11 16:26:53 +00:00
Andrew Pantyukhin
0bb074ed59 - Add the only cheeseshop download site for the sake of a
universal macro (works for 34 out of 35 cheeseshop ports)
- Mirrors will appear later
2007-04-11 07:42:33 +00:00
Alejandro Pulver
e34004305a - Don't override the DEPTYPE of a component (accidentally introduced in
version 1.11).

Obtained from:	Andrew Turner <andrew@fubar.geek.nz>
2007-04-11 03:22:34 +00:00
Alejandro Pulver
26aabdd342 - Change some spaces into tabs. 2007-04-09 17:24:21 +00:00
Alejandro Pulver
76601d3b38 - Make autodetection work properly. 2007-04-09 17:23:20 +00:00
Pav Lucistnik
e697ae3387 - Fix regression in makesum target introduced with rev. 1.561
Tested by:	kris on pointyhat
2007-04-07 12:51:47 +00:00
Pav Lucistnik
c470893e3e - Commit the correct version of mi's patch from ports/109896 as tested on
pointyhat

Reported by:	kris
2007-04-05 13:52:44 +00:00
Stanislav Sedov
b2af53dd11 - Add forgotten RUBY_PORTEPOCH variable [1]
- Document new variables.

PR:		ports/111209 [1]
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1]
2007-04-04 12:52:04 +00:00
Cheng-Lung Sung
d8aa7b2b08 * Update to 22.0.97.
* Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined.
* Use "bootfast" target to recompile necessary emacs lisp files before dump.

PR:		ports/111218
Submitted by:	NIIMI Satoshi <sa2c_AT_sa2c dot net>
Approved by:	maintainer (timeout)
2007-04-04 07:24:07 +00:00
Stanislav Sedov
3b3142ce5d - Update ruby mirrors list. 2007-04-03 21:58:35 +00:00
Stanislav Sedov
8752c350a7 - Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
2007-04-03 21:57:49 +00:00
Pav Lucistnik
0486e0af1d - Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu to
ghostscript-gpl, which is a new preferred vendor platform

Submitted by:	rafan
Tested on:	pointyhat exp-run
2007-04-02 23:00:50 +00:00
Pav Lucistnik
93b7554779 - Overhaul bsd.tcl.mk: most importantly, change the semantics to match
USE_PERL5* macros:

  USE_TCL, USE_TK: lib depends
  USE_TCL_BUILD, USE_TK_BUILD: build depends
  USE_TCL_RUN, USE_TK_RUN: run depends

  See comment block in bsd.tcl.mk for details

PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:55:29 +00:00
Pav Lucistnik
4c21980b83 - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, some
redundant sub-shells avoided
- Unify access to MD5_FILE data
- Deinstall bzip compressed man pages in addition to gzip compressed ones

PR:		ports/109896
Submitted by:	mi
Tested on:	pointyhat exp-run
2007-04-02 22:44:52 +00:00
Pav Lucistnik
90c48348fe - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in a
port changes. The end user inpact of this is more blue screens.

PR:		ports/97125
Submitted by:	pav
Tested on:	pointyhat exp-run
2007-04-02 22:42:38 +00:00
Pav Lucistnik
14489fef6b - Fix handling of OPTIONS default values when configuration files wasn't
written yet (make depends, make describe), and for options missing from
  existing configuration files

PR:		ports/96777
Submitted by:	rafan (in follow-up)
Tested on:	pointyhat exp-run
2007-04-02 22:41:20 +00:00
Pav Lucistnik
4b837cd0de - Remove now unused tcl81 category, add new categories tcl and tk
Tested on:	pointyhat exp-run
2007-04-02 22:39:20 +00:00
Martin Wilke
c5671f5d13 - Fix build with drupal modules
- Bump PORTREVISION

PR              110864
Submitted by:   Nick Hilliard <nick@foobar.org> (maintainer)
2007-03-27 13:38:47 +00:00
Mark Linimon
0383def79b I do not appreciate the attempt to play politics with the reassignment of
maintainership of these two files.  I insist that further commits be run
through portmgr@ first.

Hat:		portmgr
2007-03-27 01:23:57 +00:00
Jean-Yves Lefort
e25341484f Take maintainership.
Approved by:	maintainer timeout (16 days)
2007-03-27 00:34:04 +00:00
Rong-En Fan
2d7aaf91e6 - Add drupal5 support
- Fix SUB_LIST quoting
- Reflect drupal -> drupal4 rename

PR:		ports/110412
Submitted by:	Nick Hilliard <nick at foobar.org> (maintainer)
2007-03-25 09:41:28 +00:00
Michael Nottebrock
56d3b226bf Update to 4.2.3 2007-03-25 04:08:03 +00:00
Michael Nottebrock
5b55cb51cc Remove the ftp:// URL for ftp.scarlet.be from MASTER_SITE_KDE, their ftp
server is closed for anonymous access too often.
2007-03-24 18:50:20 +00:00
Pav Lucistnik
65e107ab69 [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macros
[2] Fix ECHO_CMD/ECHO_MSG usage in bsd.port.mk
[3] Move bsd.efl.mk to ports/Mk
[4] Change LIBTOOLFILES default to ${CONFIGURE_SCRIPT}
[5] Whitespace sweep
[6] Add WWWDIR variable with default value of ${PREFIX}/www/${PORTNAME}

PR:		ports/100996 [1], ports/100556 [2], ports/100497 [3],
		ports/104009 and ports/104018 [5], ports/105529 [6]
Submitted by:	stass [1] [3], gabor [2], pav [4], edwin [5], laszlof [6]
Approved by:	ade [4]
2007-03-24 14:02:06 +00:00
Joe Marcus Clarke
022cbc78ef Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:19:11 +00:00
Mark Linimon
74fd78a763 * Add bsd.ocaml.mk to support OCaml packages [1]
* Move x11-wm/xfce4/bsd.xfce.mk to Mk/ [2]

* Refactoring of FETCH_CMD to allow parameters to be overridden
  separately from commands [3]

PR:	101029 [1], 108862 [2], 109966 [3]

Submitted by:	Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1],
		oliver [2], edwin [3], linimon [3]

Note: this patch also adds 108738 and 108739 which the previous commit
claimed were committed, but were not.  These are comment-only changes.
2007-03-14 04:06:55 +00:00
Mark Linimon
8e6c372415 Move x11-wm/xfce4/bsd.xfce.mk to Mk/.
PR:		ports/108862
Submitted by:	oliver
2007-03-14 04:06:11 +00:00
Mark Linimon
75ea0e3bcc Add bsd.ocaml.mk to support OCaml packages.
PR:		ports/101029
Submitted by:	Stanislav Sedov <ssedov at mbsd dot msk dot ru>
2007-03-14 04:05:25 +00:00
Michael Nottebrock
a209c5b185 Update to KDE 3.5.6 / KOffice 1.6.2 2007-03-13 19:13:51 +00:00
Stanislav Sedov
40594b52a6 - Add Get-E mirrors for e17 stuff. 2007-03-11 22:13:19 +00:00
Michael Johnson
d2deeabc7a Retire jpeg-mmx 2007-03-08 14:20:03 +00:00
Alex Dupre
97ba472a33 Add php5 oci8 extensions.
PR:		ports/109962
Submitted by:	chinsan
2007-03-08 07:17:32 +00:00
Andrew Pantyukhin
1b58b62b43 - Update and rename my mirrors
- Keep the old name around for a smooth transition
  instead of a sweeping commit
2007-03-07 12:46:20 +00:00
Mark Linimon
e3907bef8b * Fix 'make search' with non-default ${PORTSDIR}
PR:		ports/105917
Submitted by:	shaun
2007-03-06 06:58:35 +00:00
Mark Linimon
fbcb891de4 * Refine some comments about Linux emulation [1]
* Fix 'make search' with non-default ${PORTSDIR} [2]

* Fix typo in USE_LDCONFIG32 message [3]

* Allow USE_PHP after inclusion of bsd.port.pre.mk [4]

* Document NO_LDCONFIG_MTREE [5]

* Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6]

* Remove obsolete code in bsd.port.mk dealing with 4.X and other,
  even older, releases [7]

* Remove references to obsolete ports from bsd.java.mk [8]

PR:	105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5],
	108739 [6], 108782 [7], 103357 [8]

Submitted by:	bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6],
		linimon [7], kris [7], gabor [4]
2007-03-06 06:21:46 +00:00
Alexander Botero-Lowry
9aad87b2df - add PYTHON to CONFIGURE_ENV so that ports using auto* for python will be
able to detect it if it's not installed as bin/python

Prodded by:	104560, and others
2007-02-26 07:32:02 +00:00
Michael Nottebrock
c264578105 - (Re)add the sql dependency trigger. [1]
- Don't clobber BUILD/RUN_DEPENDS if no QT4_COMPONENTS are specified. [2]

Submitted by: [1] Danny Pansters <danny@ricin.com>, [2] nivit
2007-02-23 16:53:13 +00:00
Xin LI
624cee410a Update to OpenLDAP 2.4.4a.
Approved by:	portmgr (kris, bsd.port.mk part)
2007-02-21 05:40:11 +00:00
Pav Lucistnik
1f93c53266 - Fix WITH_DEBUG for ports that use STRIP_CMD
PR:		ports/109347
Submitted by:	Andrew Turner <andrew@fubar.geek.nz>
2007-02-20 15:30:54 +00:00
Pav Lucistnik
107532bd4d - Correct recently added WITH_DEBUG knob to not overzealously eat all -f
starting cflags, but only -fno-strict-aliasing, thus not going beyond the
  point of negating the default CFLAGS

Reported by:	Sean McNeil <sean@mcneil.com>
2007-02-19 22:31:31 +00:00
Alex Dupre
b53e33baef Revert previous commit: it creates more damage than it fixed. 2007-02-18 19:56:53 +00:00
Alex Dupre
67c1c8ae7f Fix segmentation fault on unloading, by loading php extensions in
reversal alphabetical order.
2007-02-16 08:53:33 +00:00
Xin LI
f523e0e7b2 Update to Python 2.4.4.
Approved by:	maintainer timeout, alexbl (python@)
Tested by:	pointyhat
PR:		ports/105901
2007-02-14 06:07:29 +00:00
Stanislav Sedov
5d1eefff07 - Remobe ruby 1.6 bits. 2007-02-13 10:33:46 +00:00
Andrew Pantyukhin
fc89985c8d - Add horde mirrors 2007-02-12 23:23:31 +00:00
Alex Dupre
d127173435 Add a bunch of php5 default extensions. 2007-02-09 08:29:33 +00:00
Rong-En Fan
cdfbf14e48 - Fix typo: svg is in graphics/qt4-svg
Approved by:	lofi (implicit)
2007-02-08 17:17:35 +00:00
Andrey Slusar
efb578bb64 Update to 22.0.93
PR:		ports/108464
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
Approved by:	keramida(maintainer)
2007-02-06 20:58:06 +00:00
Michael Nottebrock
2df0d56dec Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]

- From the "this never happened in the clean room" dept:
  Disable session management support more universally to
  avoid linktime errors.

[1] Spotted by: rafan
2007-02-06 10:37:14 +00:00
Pav Lucistnik
c00be10dd8 - Force new pkg_install suite on people on systems older than January 10 2006.
That is: 4.X, 5.3 and older, 6.0

  This fixes tar bailing out cannot finding (null) on make package,
  and if people use pkg_delete(1) from this port, it fixes the `can't remove
  (null)/libdata/ldconfig/foo' on deinstall too.
2007-02-05 22:57:20 +00:00
Michael Nottebrock
74cb0fb1e8 Add qt4, a multiplatform C++ application framework 2007-02-05 20:56:24 +00:00
Michael Nottebrock
ffccf2fe1a Update the USE_QT_VER switch description (allows 3 and 4 for values now).
Approved by:	portmgr
2007-02-05 20:48:59 +00:00
Pav Lucistnik
0dcb6347ed - Support Tcl/Tk 8.5 in USE_TCL/USE_TK
PR:		ports/108510
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-05 14:03:40 +00:00
Pav Lucistnik
0d0d56457b Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:	marcus
2007-02-05 01:08:46 +00:00
Tom McLaughlin
95c638cb6d - Add some bits for gtk-sharp10, gtk-sharp20, and gnome-sharp20 dependencies
* New USE_GNOME values:
    gtksharp10
    gtksharp20
    gnomesharp20

Approved by:	gnome@ (awhile ago, i just never committed this)
2007-02-04 22:25:07 +00:00
Kris Kennaway
bfb0242e1e Drop PORTOBJFORMAT now that it is entirely unused. 2007-02-04 20:23:37 +00:00
Pav Lucistnik
0de3ff661a bsd.port.mk
[1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
[12] Removed category picobsd

bsd.java.mk
[13] Remove deprecated syntax

bsd.tcl.mk
[14] Provide TCL_VER when USE_TK[_BUILD] is defined. Fixes cad/netgen

ports/Makefile
[15] Make csup default `make update' method on FreeBSD 6.2 and up

PR:		ports/99742 [1], ports/93373 [2], ports/100915 [3],
		ports/105161 [4], ports/106029 [5], ports/106252 [6],
		ports/106235 [7], ports/100939 [9], ports/97507 [10],
		ports/103931 [11], ports/106921 [12], ports/104136 [13],
		ports/105215 [15]
Submitted by:	sem [1] [2], Matthias Andree <matthias.andree@gmx.de> [3],
		nork [4], pav [5] [7] [14], Nick Barkas <snb@threerings.net> [6],
		flz [8], gabor [9], shaun [10], erwin [12], hq [13],
		Gurkan Sengun <gurkan@linuks.mine.nu> [11]
2007-01-31 14:07:24 +00:00
Rong-En Fan
1ba17e0c01 - ftp.cn.FreeBSD.org is back
PR:		ports/108410
Submitted by:	chinsan
2007-01-30 20:35:49 +00:00
Kris Kennaway
cbd60a5b80 * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out.  This will be removed entirely
  once port makefiles no longer reference it.
2007-01-30 04:29:04 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Kris Kennaway
1801d62b27 * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out.  This will be removed entirely
  once port makefiles no longer reference it.

* Retire NO_FILTER_SHLIBS and associated pkg-plist mangling code that
  attempted to handle a.out-style shared library naming
2007-01-30 04:18:07 +00:00
Pav Lucistnik
e8db33b749 - Transfer maintainership of this file to Gerald Pfeifer 2007-01-29 09:27:04 +00:00
Tom McLaughlin
590851c076 Remove python21 and python22 bits now that they are gone.
Approved by:	python@ (alexbl)
2007-01-27 05:47:57 +00:00
Jeremy Messenger
4923f5b5a5 Does not build with current wavpack and got obsoleted by 0.10.x version.
BTW: All of gstreamer-*80 are arleady deprecate and expire at 2007-05-31.

Reminded by:	pav
2007-01-25 16:22:43 +00:00
Oliver Lehmann
4cefbd8e9d move MASTER_SITES_XFCE to bsd.sites.mk 2007-01-23 15:57:50 +00:00
Greg Lewis
a2821cdbbc . Add an entry for the linux-sun-jdk15 port.
PR:		108130
Submitted by:	Milon Papezik
2007-01-22 21:49:51 +00:00
Martin Wilke
88b9902bd8 - Fix whitespaces
Approved by:	alexbl
2007-01-17 10:48:02 +00:00
Alexander Botero-Lowry
fca9b4f689 - add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.y
version variable for the Python installation which is to be used when
   making egg filenames instead of using the internal _PYTHON_VERSION
2007-01-17 10:41:48 +00:00
Pav Lucistnik
dcdaa0a519 - Remove ftp.xemacs.org which is so broken it does not work at all in passive
mode (our fetch default)

PR:		ports/107948
2007-01-16 09:03:14 +00:00
Brooks Davis
855a2f788c Add @'s in front of ${CHOWN} calls. 2007-01-09 03:15:19 +00:00
Pav Lucistnik
b681129df8 - Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCL
- Add a new knob: USE_TK_BUILD
- Support a new tcl version: 84-thread

PR:		ports/103897, ports/107372 (based on)
2007-01-08 00:00:33 +00:00
Gerald Pfeifer
78d0daf10c Make WITH_FORTRAN use lang/gcc42 (which now builds the Fortran frontend by
default) instead of lang/gfortran (which is scheduled for removal).

Reviewed by:	thierry, maho
Approved by:	portmgr (pav)
2007-01-06 09:46:09 +00:00
Brooks Davis
874c88d048 Upgrade drupal to 4.7.5 fixing a couple security issues.
Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions.

Submitted by:	Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4)
Security:	vid:3d8d3548-9d02-11db-a541-000ae42e9b93
2007-01-05 21:32:19 +00:00
Alejandro Pulver
9fc0873382 - Fix WANT_LUA (broken since autodetection commit). 2007-01-05 02:56:47 +00:00
Alejandro Pulver
27ce134ab9 - Fix WANT_WX (broken since autodetection commit).
Reported by:	Mike Harding <mvh@ix.netcom.com>
2007-01-04 13:02:26 +00:00
Jeremy Messenger
d39f170c2f Merging from MC ports to FreeBSD ports:
- Make sure --mandir is set appropriately for ports that use gnomeprefix. [1]
- Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can
  tweak it. Some ports have GNUmakefile.in, so with this variable will be
  useful.

Submitted by:	marcus [1]
2007-01-04 02:14:44 +00:00
Hiroki Sato
567160c635 Cleanup unreachable sites:
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
2007-01-03 16:39:20 +00:00
Stanislav Sedov
58b782278a - Add patch that allows GC performance profiling and analasys.
- Bump portrevison
2007-01-02 20:58:41 +00:00
Stanislav Sedov
b842a54f75 - Beautify comments (wrap and some fixes). 2007-01-02 19:43:02 +00:00
Dirk Meyer
ea94111b3c - fix path for */Servcies
Reported by:	cbv on FreeNode
2007-01-02 17:26:31 +00:00
Stanislav Sedov
f2889b4db3 - Update lang/ruby18 to 1.8.5p12 (bugfix release)
- Make RI generation disabled by default (it causes problems
  on slow hardware)
- PREFIX-cleaness fixes (in bsd.ruby.mk) [1]
- Take maintainership of bsd.ruby.mk [1]

The patch was tested in the tinderbox with all ruby-dependend ports.

Approved by:	portmgr (linimon)
2007-01-02 16:23:42 +00:00
Alejandro Pulver
78bb67764f - Change WxWidgets to wxWidgets to match real application name.
Reported by:	pav
2007-01-01 16:39:29 +00:00
Alejandro Pulver
1fa92c8dc1 - If multiple versions are allowed and some do not have the required
components, remove them instead of producing an error.
- Do not add invalid dependencies in addition to setting IGNORE.
2007-01-01 01:10:42 +00:00
Alejandro Pulver
5630cdc079 - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.
- Do not add invalid dependencies in addition to setting IGNORE.
2007-01-01 01:04:07 +00:00
Alejandro Pulver
dee70df832 - Fix autodetection.
Reported by:	pav
2006-12-31 17:57:26 +00:00
Alejandro Pulver
51cf1357b2 - Fix component autodetection. 2006-12-31 17:51:22 +00:00
Pav Lucistnik
f5ae70fdf6 - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commit 2006-12-31 14:27:31 +00:00
Dirk Meyer
74967bdb28 - add USE_GNUSTEP_LOCAL_SERVICES
- add USE_GNUSTEP_SYSTEM_SERVICES
- add USE_GNUSTEP_SYSTEM_TOOLS
- new macro names that match use in GNUmakefile
2006-12-31 13:42:50 +00:00
Alejandro Pulver
beb7d2acd7 - Update comments after the last addition of Lua 5.0 and 5.1 ports.
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_LUA framework by itself).
- Correctly indent the first .for loop to initialize component information.
2006-12-31 04:44:25 +00:00
Alejandro Pulver
d08054c774 - Update comments for 2.8 version (section about available components).
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_WX framework by itself).
- Remove _WX_ILLEGAL_VERS_* added in the last update to 2.8. The reason is
  that each port should choose the version it can use, that includes taking
  into account available components (also this brings much more chicken and
  egg problems so the code could get really messy).
- Correctly indent the first .for loop to initialize component information.
2006-12-31 04:34:27 +00:00
Ion-Mihai Tetcu
4e2c4c38be Add RF:RUBYFORGE as macro for MASTER_STIES_RUBYFORGE and default
MASTER_SITE_SUBDIR in this case to lowercased PORTNAME

PR:		ports/107228
Submitted by:	Ying-Chieh Liao
2006-12-28 17:36:54 +00:00
Michael Johnson
bdad3fec90 Revive gstreamer-plugins-swfdec (flash output) 2006-12-23 18:44:10 +00:00
Michael Johnson
e1d1b9f01d - Add spc support in bsd.gstreamer.mk
- Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins
  ports
2006-12-22 23:35:43 +00:00
Michael Johnson
9964e135e6 Revive gstreamer-plugins-mpeg2enc 2006-12-22 23:14:43 +00:00
Michael Johnson
24ab724740 Revive gstreamer-plugins-jack 2006-12-22 22:37:41 +00:00
Michael Johnson
4c34925537 Revive gstreamer-plugins-cdaudio 2006-12-22 22:26:19 +00:00
Alexander Botero-Lowry
78266a3a1f - add a PYWSGIREF dependency line since wsgiref is included with 2.5 2006-12-22 05:26:01 +00:00
Michael Nottebrock
1160fd7012 Update to KDE 3.5.5 / KOffice 1.6.1
Approved by:	portmgr
2006-12-19 21:19:54 +00:00
Dirk Meyer
30a95b2e2a - pass ADDITIONAL_FLAGS ADDITIONAL_CFLAGS
- add apps to BUILD_DEPENDS too
2006-12-18 16:07:46 +00:00
Vasil Dimov
3966283021 Remove dirac references in preparation for removal of
multimedia/gstreamer-plugins-dirac80
2006-12-13 07:39:01 +00:00
Alexander Botero-Lowry
261177b8bd - add ${PYHASHLIB} dependency macro to bsd.python.mk 2006-12-13 03:22:22 +00:00
Alex Dupre
bd70061f96 Remove expired php4-ming extension. 2006-12-12 22:01:14 +00:00
Vasil Dimov
495be8b372 Prepare bsd.gstreamer.mk for removal of multimedia/gstreamer-plugins-dirac80
Approved by:	multimedia (ahze)
2006-12-12 17:15:51 +00:00
Andrey Slusar
cddc3c9179 Update xemacs and xemacs21-mule to 21.4.20 "Double Solitaire". 2006-12-12 11:41:15 +00:00
Joe Marcus Clarke
7ce7b8a8e2 Add a BUILD_DEPENDS to desktopfileutils as some ports (e.g. planner)
require this to be present at configure time.
2006-12-10 19:34:42 +00:00
Mark Linimon
c9a8767b4c Whitespace fix.
Submitted by:	edwin
2006-12-10 18:15:33 +00:00
Dirk Meyer
4f1a8505e9 - pass ADDITIONAL_CPPFLAGS, ADDITIONAL_INCLUDE_DIRS ADDITIONAL_LIB_DIRS 2006-12-09 21:37:26 +00:00
Alexander Botero-Lowry
ad1bbf1835 - Mark devel/py-ctypes IGNORE with Python 2.5 [1]
- add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using
   ports on Python 2.5 [2]
 - Update two of the four ports using ctypes to this macro [3]

PR: 104587 [1]
Submitted by:	Marcus von Appen <mva@sysfault.org> [1]
Approved by:	portmgr (pav, linimon) [2], myself [3]
2006-12-08 21:50:20 +00:00
Alexander Botero-Lowry
56160c3f25 - Add PYNUMPY macro to bsd.python.mk
Ports using Py-Numeric should be aware that it is considered deprecated
     in favor of NumPy.

PR:		105544
Submitted by:	Diane Bruce <db@db.net>
Approved by:	maintainer timeout, python@ (self)
2006-12-08 04:57:49 +00:00
Palle Girgensohn
5b1dcdfc6f Welcome new release of the world's most advanced open source database:
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html
2006-12-06 16:50:34 +00:00
Jose Alonso Cardenas Marquez
ff8e8333ef - Add MASTER_SITES_NVIDIA 2006-12-06 14:37:53 +00:00
Andrew Pantyukhin
22ce8ee2da - Add Easy Software mirrors for cups, fltk and other ports 2006-12-06 09:26:25 +00:00
Philip Paeps
463177d875 Add devel/lua-pty to work with Lua 5.0 and Lua 5.1 and turn devel/lua50-pty
into a slave port of it.

PR:		ports/106347
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Repocopy by:	marcus
2006-12-05 22:51:12 +00:00
Andrew Pantyukhin
387902d9d2 - Provide a wildcard default python_pkgnameprefix to fix a few ports
Reported by:	sat
Submitted by:	ahze
Reviewed by:	multimedia
2006-12-05 18:02:43 +00:00
Ade Lovett
076c63ddd5 Whitespace fix
PR:		104010
Submitted by:	edwin
2006-12-04 01:07:25 +00:00
Pav Lucistnik
b69c79b36a - Skip versions for which requested component is not available. Fixes ports
that define

  USE_WX=	2.4+
  WX_COMPS=	python
2006-12-03 18:04:39 +00:00
Max Khon
272618278f - Add support for wxgtk2 2.8.
- Fix path to wxsvg.
2006-12-03 15:24:25 +00:00
Dirk Meyer
9836027270 - add MASTER_SITE_GNUSTEP_CH 2006-12-02 21:57:05 +00:00
Philip Paeps
972fe1b9a6 Add Lua 5.1 ports to bsd.lua.mk so they can be used in LUA_COMPS. Revert
miwi's stopgap to devel/Makefile.  This should make everything happy again.

Submitted by:	droso, Andrew Turner <andrew+ports@fubar.geek.nz>
Pointy hat to:	philip
2006-11-30 21:51:05 +00:00
Pav Lucistnik
40421a6b20 - Add support for Zope 2.10
PR:		ports/106001
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2006-11-30 13:51:28 +00:00
Dirk Meyer
19c830cd02 - new option USE_GNUSTEP_LDCONFIG
- new option USE_MAKEFILE
- default USE_GMAKE and GNUmakefile
2006-11-30 06:55:29 +00:00
Pav Lucistnik
7e33e9e925 - Add a new CTAN master site
PR:		ports/104827
Submitted by:	Serg V. Shubenkov <serg@macomnet.ru>
2006-11-24 19:24:51 +00:00
Alex Dupre
a2562ad2a8 Remove panda extension since it's deprecated and will be removed soon.
PR:		ports/105709
Submitted by:	vd
2006-11-22 06:59:37 +00:00
Dirk Meyer
937ad06864 -add options USE_GNUSTEP_SYSTEM_THEMES, USE_GNUSTEP_LOCAL_THEMES 2006-11-20 03:47:08 +00:00
Dirk Meyer
6bc90c25ec - new option USE_GNUSTEP_SYSTEM_BUNDLES 2006-11-19 20:52:08 +00:00