summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Collapse)Author
2007-09-03Add backpan.cpan.org as a last resort mirror, to remove the often seenLars Balker Rasmussen
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-02Update to Qt 4.3.1.Michael Nottebrock
2007-08-28Update to 5.1.21 release.Alex Dupre
2007-08-24- Add a few NonGNU Savannah mirrorsAndrew Pantyukhin
2007-08-21- Add support for Drupal5 ThemesMartin Wilke
PR: 114894 Submitted by: Geoff Glasson <g_glasson@jimali.dyndns.org> Approved by: maintainer
2007-08-16- Make PORTNAME the default subdir for GNUAndrew Pantyukhin
2007-08-15- Update the list of vim mirrorsAndrew Pantyukhin
PR: ports/115322 Submitted by: Esa Karkkainen <ejk@iki.fi>
2007-08-11Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line withMichael Nottebrock
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-08* Shuffle some important variable definitions to early in the file,Kris Kennaway
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-06- fix DESTDIR for config stageDirk Meyer
2007-08-06Add support of Berkeley DB 4.6.Xin LI
2007-08-05. Enforce NO_JIKES when 1.6 is required as well.Greg Lewis
2007-08-05. Support for the JDK 1.6 ports.Greg Lewis
Submitted by: jkim
2007-08-04- Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include toPav Lucistnik
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- Extract command variable definitions from bsd.port.mk, they are now stored inGabor Kovesdan
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-03Add a QMAKEFLAGS variable that contains some useful mappings ofMichael Nottebrock
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-02- bsd.qt.mk:Michael Nottebrock
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-02Allow depending on Berkeley DB 4.5Xin LI
2007-07-30- Correct typo in comment blockPav Lucistnik
2007-07-30Fix typo in comment.Hye-Shik Chang
2007-07-30 - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry
- 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-28Update to the autotools new world order.Ade Lovett
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
2007-07-27- Pass FFLAGS to make when USE_FORTRAN is set [1]Pav Lucistnik
- 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-27The bug that makes gcc 3.4 choke on some amd64 inline assembler does notMichael Nottebrock
only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround.
2007-07-23- Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan
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-22- Fix index build: temporary remove pre/post stuff.Clement Laforet
Pointy Hat to: clement
2007-07-22- fix long standing bugsClement Laforet
* fix pre/post includes * fix local port overiding for apache > 2.1 * Add a short notr about USE_APACHE=yes
2007-07-18[patch] bsd.database.mk - Give PostgresSQL a better default database versionEdwin Groothuis
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-16Set default EMACS_PORT_NAME to emacs22.MANTANI Nobutaka
Requested by: ume
2007-07-16Reflect upgrade of editors/emacs.MANTANI Nobutaka
2007-07-16Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock
Approved by: portmgr (bsd.port.mk changes)
2007-07-15- Delete rb_thread_status prototype from public header, since it causesStanislav Sedov
problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many
2007-07-12xorg master-site additionEdwin Groothuis
PR: ports/114540 Submitted by: Rainer Duffner <rainer@ultra-secure.de>
2007-07-12Add USE_FORTRAN knob. All ports that use FORTRAN shouldMaho Nakata
use this knob. Approved by: gerald, portmgr (pav)
2007-07-10- Add a bunch of fixes and patchs from the upstream. These fixes a lot ofStanislav Sedov
serious bugs, some of which can pose security-related problems. - Bump up PORTREVISION. Requested by: many
2007-07-09Add bitset and memcache pecl extensions.Alex Dupre
PR: ports/114361 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
2007-07-04Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock
2007-06-29- Fix make clean, broken in previous rev. 1.571Pav Lucistnik
PR: ports/114125
2007-06-28- Add a new virtual category `kld' for ports that install kernel loadablePav Lucistnik
module
2007-06-28- Speed up recursive `make clean'Pav Lucistnik
Submitted by: reg Tested by: pointyhat exprun
2007-06-28- Speed up dependency lookupPav Lucistnik
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: pointyhat exprun
2007-06-28- Correct and extend actual-package-depends target, introduced in previousPav Lucistnik
revision Submitted by: netchild Tested by: pointyhat exprun
2007-06-28- Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is thatPav Lucistnik
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-26- use PACKAGE_BUILDINGDirk Meyer
2007-06-26[PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mkEdwin Groothuis
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-19gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeMichael Johnson
2007-06-19- Add master_site_rar and use it in rar, unrar and libunrar portsAndrew Pantyukhin
Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
2007-06-16- Provide actual-package-depends target, which prints actual dependencies ofPav Lucistnik
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-16Add missing target ordering when make -j1 is used (this should be a NOP)Pav Lucistnik
Noticed by: gibbs Submitted by: kris Tested by: bento amd64 exprun
2007-06-16- Update MASTER_SITE_FEDORA_LINUXPav Lucistnik
PR: ports/113414 Submitted by: Marcus von Appen <mva@sysfault.org>