summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use some more hackery to make sure _USE_GNOME is actually defined, and thatJoe Marcus Clarke2004-08-111-1/+2
| | | | | | | | | gconf2 is actually one of the requested components. Reported by: INDEX build script Notes: svn path=/head/; revision=115890
* Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2Joe Marcus Clarke2004-08-111-1/+1
| | | | | | | was explicitly requested. Use _USE_GNOME instead. Notes: svn path=/head/; revision=115886
* Correct a check for gconf2 presence that was causing gconf.xml.defaults toJoe Marcus Clarke2004-08-111-1/+1
| | | | | | | | | | be created regardless of whether or not gconf2 support was requested. Reported by: lofi Tested by: lofi Notes: svn path=/head/; revision=115877
* - Update to 2.4a2Hye-Shik Chang2004-08-071-1/+1
| | | | | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-25/+0
| | | | | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. Notes: svn path=/head/; revision=115365
* Separate precious __softMAKEFLAGS from .MAKEFLAGS to fix certain buildJoe Marcus Clarke2004-08-031-1/+10
| | | | | | | | | | | | | | problems with the new make(1) .MAKEFLAGS handling. To disable __softMAKEFLAGS caching, set NOPRECIOUSSOFTMAKEVARS (note: this is done by default if the new make(1) is being used). To disable .MAKEFLAGS caching, set NOPRECIOUSMAKEVARS (same as before). PR: standards/57295 Submitted by: harti Tested on: pointyhat Notes: svn path=/head/; revision=115354
* . Add a USE_ANT variable with that provides a simple way to build aGreg Lewis2004-08-021-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Java-based port with ant, using MAKE_ENV, MAKE_ARGS and ALL_TARGET but using ant instead of make. When a port is built this way it also causes ant to respect the JDK selected by bsd.java.mk rather than using the JDK that ant was build with. Most ports should just be able to do USE_ANT= yes You may also need to set ALL_TARGET if your port doesn't use the default ant target. See the comments on USE_ANT at the head of bsd.java.mk for more information. PR: 59997 Reviewed by: hq (who spotted a bug and provided the comments documenting USE_ANT). Notes: svn path=/head/; revision=115312
* - ftp.mirror.ac.uk is dead for good. You served us well.Pav Lucistnik2004-08-021-14/+0
| | | | Notes: svn path=/head/; revision=115251
* Update PERL_VERSION and PERL_VERKirill Ponomarev2004-07-301-2/+2
| | | | | | | Submitted by: tobez Notes: svn path=/head/; revision=115059
* Register extensions in etc/php/extensions.ini instead of etc/php.iniAlex Dupre2004-07-281-6/+13
| | | | | | | | | and add etc/php to the config scan path. Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Notes: svn path=/head/; revision=114918
* . Align some .endif with their corresponding .if.Greg Lewis2004-07-271-3/+3
| | | | Notes: svn path=/head/; revision=114841
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-25/+81
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Retire QT2. QT3 was released a few years ago and QT4 will be released soon.Tilman Keskinoz2004-07-232-70/+10
| | | | Notes: svn path=/head/; revision=114497
* Fix the IGNORE message when trying build a port with the wrong MySQL version.Joe Marcus Clarke2004-07-221-1/+1
| | | | | | | | PR: 69304 Submitted by: kris Notes: svn path=/head/; revision=114453
* If the gconf2 USE_GNOME component is used, overload theAdam Weinberger2004-07-221-0/+8
| | | | | | | | | | | | | | | | pre-install target to explicitly create ${PREFIX}/etc/gconf/gconf.xml.defaults/. A number of ports don't create this directory automatically. In normal uses, this doesn't cause a problem, but many of us prefer to test out plists by installing into custom prefixes. This prevents those custom prefix installation tests from failing. Inspired by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=114443
* Add support for fileinfo extension.Alex Dupre2004-07-211-3/+4
| | | | Notes: svn path=/head/; revision=114333
* Remove the old-and-broken sybase (DB-lib) extension and point users toAlex Dupre2004-07-201-2/+1
| | | | | | | the new-and-working sybase (CT-lib) extension. Notes: svn path=/head/; revision=114315
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPAlex Dupre2004-07-191-1/+9
| | | | | | | | | - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow) Notes: svn path=/head/; revision=114254
* Add support for imagick extension.Alex Dupre2004-07-191-2/+3
| | | | Notes: svn path=/head/; revision=114222
* Update MASTER_SITE_PHP:Alex Dupre2004-07-191-3/+4
| | | | | | | | - remove the very slow mirror in Austria - add more mirrors worldwide Notes: svn path=/head/; revision=114211
* Oops, move down the definition of the default PHP port.Alex Dupre2004-07-191-4/+2
| | | | Notes: svn path=/head/; revision=114201
* add a sf.net mirror in franceOliver Eikemeier2004-07-191-1/+1
| | | | Notes: svn path=/head/; revision=113978
* Second step of PHP mega-commit:Alex Dupre2004-07-191-35/+205
| | | | | | | - update bsd.php.mk to handle the new PHP infrastructure Notes: svn path=/head/; revision=113958
* make OpenLDAP 2.2 the default versionOliver Eikemeier2004-07-171-2/+2
| | | | Notes: svn path=/head/; revision=113826
* * Be even more explicit about partial ports trees being unsupportedKris Kennaway2004-07-142-41/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for INDEX builds [1] * Remove the parallel target from Makefile; this is heavily tied to the package build cluster and can be better done in the makeparallel script (commit to follow) [2] * Extend the format of INDEX to separately list the EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together with BUILD_DEPENDS. The three new fields are appended to the end of the record in that order. [2] * Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3] * Support non-default PREFIX for perl 5.00503 [5] * Use pkg_info -I instead of ls when searching for conflicts [6] * Allow local customization of the port subdirectories by including ${.CURDIR}/Makefile.local in bsd.subdir.mk if it exists [7] * Fix 'make search' when ${PORTSDIR} is a symlink to a directory name containing extended regexp metacharacters [8] Submitted by: linimon [1] [3], kris [2], lth [4], sem [5], eik [5] [6], Roman Neuhauser <neuhauser@chello.cz> [7] PR: 68299 [1], 67705 [3], 67264 [4], 59696 [5], 66568 [6], 68072 [7] Notes: svn path=/head/; revision=113603
* attempt to keep sf.net mirrors up to dateOliver Eikemeier2004-07-131-2/+2
| | | | Notes: svn path=/head/; revision=113560
* . Add a comment that the javavmwrapper port will need updating ifGreg Lewis2004-07-121-0/+2
| | | | | | | ${JAVAJARDIR} is changed. Notes: svn path=/head/; revision=113489
* If GNU_CONFIGURE or HAS_CONFIGURE is defined, don't configure withHye-Shik Chang2004-07-101-1/+1
| | | | | | | | | distutils. This reenables to build py-sgrep. Spotted by: kris Notes: svn path=/head/; revision=113316
* Add some documentation for USE_INC_LIBTOOL_VER.Joe Marcus Clarke2004-07-091-0/+6
| | | | Notes: svn path=/head/; revision=113298
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-1/+1
| | | | Notes: svn path=/head/; revision=113287
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-081-9/+36
| | | | | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
* Chase libgsf* shared library.Adam Weinberger2004-07-041-2/+2
| | | | Notes: svn path=/head/; revision=112926
* disable keihanna and twtelecom sf mirrorsOliver Eikemeier2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=112851
* . Reapply the changes of PR/61351 (by linimon) to bsd.java.mk 2.0. TheseGreg Lewis2004-07-011-16/+16
| | | | | | | | | | | got spammed in the update to bsd.java.mk 2.0. They replace .BEGIN blocks with check-makevars:: targets. PR: 68516 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=112704
* Remove some dead KDE mirrors and replace the rest (except the ring-sites)Michael Nottebrock2004-07-011-16/+1
| | | | | | | with KDE's smart global roundrobin. Notes: svn path=/head/; revision=112698
* .error -> BROKEN (against my better judgement, but hey ho)Ade Lovett2004-07-011-10/+8
| | | | | | | | PR: 68568 Submitted by: eik Notes: svn path=/head/; revision=112694
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-17/+28
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* add one exim and some sourceforge mirrorsOliver Eikemeier2004-06-301-3/+3
| | | | Notes: svn path=/head/; revision=112616
* . Add appropriate definitions for JAVASHAREDIR and JAVAJARDIR toGreg Lewis2004-06-291-16/+20
| | | | | | | | | | | | PLIST_SUB. . Define java utility variables such as JAVA, JAVAC, JAVAH, APPLETVIEWER, etc. conditionally (?=) rather than explicitly (=). This is in line with both bsd.port.mk and the earlier version of bsd.java.mk. Reviewed by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=112564
* Add more locale directory hacks to bsd.gnome.mk, and fix ports that triedJoe Marcus Clarke2004-06-271-1/+3
| | | | | | | | | | to fix these using their own patches. PR: 68256 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=112375
* Train bsd.gnome.mk to use its own patch target, and not clobberAdam Weinberger2004-06-261-2/+4
| | | | | | | | | pre-patch. pre-patch is free to fill again. Many thanks to: eik Notes: svn path=/head/; revision=112340
* Remove deprecated ports: lang/python15 and lang/python20.Hye-Shik Chang2004-06-211-44/+2
| | | | Notes: svn path=/head/; revision=111902
* - new option DEFAULT_LIBVERSIONDirk Meyer2004-06-161-3/+8
| | | | Notes: svn path=/head/; revision=111580
* * Support verbose index builds with INDEX_VERBOSE [1]Kris Kennaway2004-06-102-43/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't assume root is using /bin/sh when switching credentials to configure OPTIONS. [2] * Support glob expressions in USE_GETTEXT to allow more flexibility in the face of future gratuitous library version bumps by the gettext developers [3]: USE_GETTEXT=yEs # Works as before (case-insensitive) USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions # in the LIB_DEPENDS * Correctly register dependencies when a non-system perl port is used on 4.x [4] * Extend 'make search' support to allow much more flexible searching. Syntax will be documented in CHANGES for brevity. [5] * Reorder the post-install-script target to before add-plist-info for consistency [6] * Various fixes to support port operations when a port directory exists under /usr/obj [7] * Extend USE_PERL5_BUILD and USE_PERL5 to add EXTRACT and PATCH dependencies since many ports require perl in those stages [8] * Move info file deregistration later in the deinstallation process so it works properly. [9] * Improve wording in EXPIRATION_DATE message. [10] * Fix dependencies for XFREE86_VERSION==3 (obtain imake from x11/XFree86 now that the former port is gone) [11] * While building index, treat non-existent dependencies as fatal. Previously the error was being hidden by the stderr redirection. [12] * Don't always retry BROKEN ports when package building (it is taking too much time to continually rebuild ports that are usually going to really be broken). Set TRYBROKEN if you want to attempt a build of a BROKEN port. [12] * Revert incorrect change from 1.487 relating to ALL-DEPENDS-LIST [13] PR: 24214 [1], 67529 [2], 63937 [3], 65554 [4], 40699 [5], 59162 [6], 63372 66567 [7], 63394 [8], 65304 [9], 65931 [10], 66565 [11], 66743 [13] Submitted by: roam [1], will [1], hrs [2], mi [3], ade [4], Roman Neuhauser <roman@bellavista.cz> [5], Sergey Matveychuk <sem@ciam.ru> [6], gad [7], adamw [8], kris [8][12], dinoex [9], Alexey Dokuchaev <danfe@regency.nsu.ru> [10], eik [11][13] Notes: svn path=/head/; revision=111198
* . Switched stage 6 and 7 so JAVAC is no longer empty when not using jikesGreg Lewis2004-06-091-35/+35
| | | | | | | | | | | . Added '-bootclasspath ${JAVA_CLASSES}' to the command-line for JAVAC when jikes is used as a substitute for javac. PR: 66349 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=111170
* Update to version 3.2.3Michael Nottebrock2004-06-092-2/+2
| | | | Notes: svn path=/head/; revision=111165
* Switch over to versioned devel/libltdl15 (from devel/libltdl) afterAde Lovett2004-06-081-4/+4
| | | | | | | repo-copy. Notes: svn path=/head/; revision=111104
* Override CONFIGURE_FAIL_MESSAGE to provide instructions to use theAdam Weinberger2004-06-071-0/+4
| | | | | | | new gnomelogalyzer. Notes: svn path=/head/; revision=111029
* - Update MASTER_SITE_PGSQLPav Lucistnik2004-06-071-11/+2
| | | | | | | | PR: ports/67645 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=111023