summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line withlofi2007-08-111-3/+0
| | | | | | | | | | 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>
* * Shuffle some important variable definitions to early in the file,kris2007-08-082-38/+30
| | | | | | | 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.
* - fix DESTDIR for config stagedinoex2007-08-061-3/+3
|
* Add support of Berkeley DB 4.6.delphij2007-08-061-2/+9
|
* . Enforce NO_JIKES when 1.6 is required as well.glewis2007-08-051-2/+3
|
* . Support for the JDK 1.6 ports.glewis2007-08-051-2/+8
| | | | Submitted by: jkim
* - Add --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include topav2007-08-041-4/+7
| | | | | | | | | 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]
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-0410-510/+544
| | | | | | | | | 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)
* Add a QMAKEFLAGS variable that contains some useful mappings oflofi2007-08-031-0/+5
| | | | | | | | | | | | 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.
* - bsd.qt.mk:lofi2007-08-021-9/+103
| | | | | | | | | | | | 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>
* Allow depending on Berkeley DB 4.5delphij2007-08-021-6/+14
|
* - Correct typo in comment blockpav2007-07-301-1/+1
|
* Fix typo in comment.perky2007-07-301-2/+2
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-20/+111
| | | | | | | | | | - 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
* Update to the autotools new world order.ade2007-07-281-48/+37
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - Pass FFLAGS to make when USE_FORTRAN is set [1]pav2007-07-272-62/+86
| | | | | | | | | | - 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]
* The bug that makes gcc 3.4 choke on some amd64 inline assembler does notlofi2007-07-271-0/+5
| | | | | only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround.
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-233-11/+34
| | | | | | | | | | | | | | | | | | 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
* - Fix index build: temporary remove pre/post stuff.clement2007-07-221-4/+4
| | | | Pointy Hat to: clement
* - fix long standing bugsclement2007-07-221-5/+15
| | | | | | * fix pre/post includes * fix local port overiding for apache > 2.1 * Add a short notr about USE_APACHE=yes
* [patch] bsd.database.mk - Give PostgresSQL a better default database versionedwin2007-07-181-3/+3
| | | | | | | | | 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
* Set default EMACS_PORT_NAME to emacs22.nobutaka2007-07-161-1/+3
| | | | Requested by: ume
* Reflect upgrade of editors/emacs.nobutaka2007-07-161-2/+19
|
* Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-164-171/+130
| | | | Approved by: portmgr (bsd.port.mk changes)
* - Delete rb_thread_status prototype from public header, since it causesstas2007-07-151-1/+1
| | | | | | | problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many
* xorg master-site additionedwin2007-07-121-0/+1
| | | | | PR: ports/114540 Submitted by: Rainer Duffner <rainer@ultra-secure.de>
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldmaho2007-07-122-23/+55
| | | | | | use this knob. Approved by: gerald, portmgr (pav)
* - Add a bunch of fixes and patchs from the upstream. These fixes a lot ofstas2007-07-101-1/+1
| | | | | | | serious bugs, some of which can pose security-related problems. - Bump up PORTREVISION. Requested by: many
* Add bitset and memcache pecl extensions.ale2007-07-091-2/+4
| | | | | PR: ports/114361 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-043-43/+32
|
* - Fix make clean, broken in previous rev. 1.571pav2007-06-291-2/+2
| | | | PR: ports/114125
* - Add a new virtual category `kld' for ports that install kernel loadablepav2007-06-281-1/+1
| | | | module
* - Speed up recursive `make clean'pav2007-06-281-4/+102
| | | | | Submitted by: reg Tested by: pointyhat exprun
* - Speed up dependency lookuppav2007-06-281-2/+3
| | | | | Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: pointyhat exprun
* - Correct and extend actual-package-depends target, introduced in previouspav2007-06-281-10/+7
| | | | | | | revision Submitted by: netchild Tested by: pointyhat exprun
* - Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is thatpav2007-06-281-1/+1
| | | | | | | | 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
* - use PACKAGE_BUILDINGdinoex2007-06-261-1/+1
|
* [PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mkedwin2007-06-261-1/+1
| | | | | | | | | | | 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>
* gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeahze2007-06-191-2/+2
|
* - Add master_site_rar and use it in rar, unrar and libunrar portssat2007-06-191-0/+7
| | | | Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
* - Provide actual-package-depends target, which prints actual dependencies ofpav2007-06-161-4/+44
| | | | | | | | | | | | | | 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
* Add missing target ordering when make -j1 is used (this should be a NOP)pav2007-06-161-0/+2
| | | | | | Noticed by: gibbs Submitted by: kris Tested by: bento amd64 exprun
* - Update MASTER_SITE_FEDORA_LINUXpav2007-06-161-26/+120
| | | | | PR: ports/113414 Submitted by: Marcus von Appen <mva@sysfault.org>
* Add link to gstreamer-plugins-mp3ahze2007-06-071-0/+2
| | | | Reported by: cperciva
* Switch from using mad to mp3 in USE_GSTREAMERahze2007-06-071-3/+5
|
* . Remove references to deprecated, forbidden and expired port of theglewis2007-06-061-3/+0
| | | | | | | Linux Blackdown 1.3 JDK. PR: 113268 Submitted by: gabor@
* - Respect BUILD_WRKSRC and INSTALL_WRKSRC as bsd.port.mk does.alepulver2007-06-051-3/+3
| | | | | | PR: ports/112281 Submitted by: alepulver (myself) Approved by: alexbl (maintainer)
* - set default compiler as GNUSTEP_WITH_GCC42=yesdinoex2007-06-041-1/+1
|
* Readd a line that didn't need to be removedahze2007-06-021-0/+1
| | | | Submitted by: jon@jackson-spencer.ca
* - Retire gstreamer 0.8.0ahze2007-06-011-37/+1
|
OpenPOWER on IntegriCloud