summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* Over the past few weeks, we have been testing the nextAde Lovett2004-06-041-311/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incarnation of ports/Mk/bsd.autotools.mk on the road to bringing at least some semblance of sanity back to this corner of the ports collection. By far and away the easiest way to see the changes will be to view the new file once committed, but here is a summary of the changes: 1. USE_LIBTOOL, USE_AUTOCONF, USE_AUTOHEADER, USE_AUTOMAKE have been fully deprecated. Ports attempting to use these variables after the commit will error out, and most obviously break INDEX generation, with a helpful error message. Instead, ports must now specifically choose the version of any of these tools that they need with the corresponding USE_*_VER variables. Note that these variables understand any and all versions of autotools ports in the tree, there is no longer a need to have specific version numbers hardcoded in the infrastructure of bsd.autotools.mk (as there is now). In particular, this will immediately open up automake18 and autoconf259 for general use and beating. 2. Similarly for WANT_LIBTOOL, WANT_AUTOCONF, and WANT_AUTOMAKE. Again, these have been fully deprecated, and the equivalent WANT_*_VER versions should be used. In order to preserve existing behavior for these variables, please note the 20040314 entry in ports/CHANGES for the appropriate version numbers to use for any ports in the GNATS queue. Both WANT_* and USE_* bring in the relevant tool as a build dependency, and set up a reasonably large number of variables pointing to the right programs to be using in the port. The only difference at the moment, is that USE_* will run an extra autotools-related configuration step, whereas WANT_* merely requests the environment. 3. The helper knob USE_LIBLTDL has been added which currently simply adds a LIB dependency on the libltdl port. 4. Three new variables have been introduced, WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN=yes. These variables will do nothing by themselves (a Work-In-Progress), but if the appropriate autotool version is defined (either through WANT_*_VER or USE_*_VER), this will add the relevant dependency to RUN_DEPENDS. Steps 3 and 4 now essentially negate the need for any kind of direct dependency within a non-autotools port Makefile on devel/autoconf*, devel/automake*, devel/libtool*, and devel/libltdl. PR: 66037 Reviewed by: 4-exp bento cluster Notes: svn path=/head/; revision=110839
* Add a set of MASTER_SITEs for X.Org.Eric Anholt2004-05-311-0/+8
| | | | Notes: svn path=/head/; revision=110552
* - Update default perl version from 5.8.2 to 5.8.4Pav Lucistnik2004-05-311-2/+2
| | | | | | | Forgotten by: tobez Notes: svn path=/head/; revision=110546
* ports/67402: [PATCH] Mk/bsd.sites.mk MASTER_SITE_NETBSD sunsite fixEdwin Groothuis2004-05-311-1/+1
| | | | | | | | | | changed structure PR: ports/67402 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110436
* [PATCH] Mk/bsd.sites.mk MASTER_SITE_PYTHON tuwien.ac.at fixEdwin Groothuis2004-05-301-1/+0
| | | | | | | | | | | | | | http://gd.tuwien.ac.at/www.python.org/ -> 302 http://gd.tuwien.ac.at:8075/ they still have the mirror (see ftp://gd.tuwien.ac.at/gds-mirrors.html#PYTHON), but with a different structure, it breaks MASTER_SITE_SUBDIR, so I'd just drop it. PR: ports/67399 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110434
* - Fix MASTER_SITE_XCONTRIBKirill Ponomarev2004-05-291-1/+1
| | | | | | | | PR: ports/67347 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110298
* - Update MASTER_SITE_AFTERSTEP and MASTER_SITE_APACHE sitesKirill Ponomarev2004-05-291-2/+2
| | | | | | | | PR: ports/67313 ports/67314 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110258
* - Update to Python 2.3.4.Hye-Shik Chang2004-05-271-2/+2
| | | | | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. Notes: svn path=/head/; revision=110139
* Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:Oliver Eikemeier2004-05-271-9/+16
| | | | | | | | | | | | <http://www.openldap.org/lists/openldap-devel/200403/msg00101.html> While I'm not totally happy with their choice, I believe it is better to be in sync with the upstream library naming scheme. No objection from: portmgr Notes: svn path=/head/; revision=110123
* Add ftp.jp.vim.org (= ftp.iDaemons.org) to MASTER_SITE_VIM.Akinori MUSHA2004-05-251-1/+2
| | | | Notes: svn path=/head/; revision=110008
* - Replace one dead site in MASTER_SITE_PACKETSTORM with a fresh one.Pav Lucistnik2004-05-241-1/+1
| | | | | | | | PR: ports/67135 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109888
* Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.Akinori MUSHA2004-05-241-0/+16
| | | | | | | Approved by: ale (MAINTAINER of lang/php[45]) Notes: svn path=/head/; revision=109865
* Remove the following sites from MASTER_SITE_NETBSD whenAkinori MUSHA2004-05-241-2/+0
| | | | | | | | | | | | | MASTER_SITE_RINGSERVER is already listed: ftp.nihon-u.ac.jp == ring.nihon-u.ac.jp zoffy.asahi-net.or.jp = ring.asahi-net.org.jp One should really configure MASTER_SITE_RINGSERVER if one wants to use a specific server of RingServer. Notes: svn path=/head/; revision=109850
* Move the conftargethack into the USE_KDELIBS_VER section so users ofMichael Nottebrock2004-05-242-12/+22
| | | | | | | | | USE_QT_VER won't get it. Breakage of doxygen reported by: pointyhat via kris Notes: svn path=/head/; revision=109829
* - Refresh MASTER_SITE_SUNSITE: replace 4 sites that no longer carry SunsitePav Lucistnik2004-05-231-4/+4
| | | | | | | | | | mirror with 4 fresh ones in same region PR: ports/67093 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109819
* - Update MASTER_SITE_SOURCEWARE: unina.it have empty dir, replace with bl.ac.yuPav Lucistnik2004-05-231-1/+1
| | | | | | | | PR: ports/67094 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109818
* - Refresh MASTER_SITE_NETBSDPav Lucistnik2004-05-231-4/+3
| | | | | | | | PR: ports/67091 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109798
* - Adjust implications of libgsf_gnome to match realityPav Lucistnik2004-05-221-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=109737
* - Fix stupid typo from my last commit: glib10 -> glib20Pav Lucistnik2004-05-221-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=109736
* - Split libgsf port to two standalone ports:Pav Lucistnik2004-05-221-4/+8
| | | | | | | | | | | | | | | | | | | * devel/libgsf is the old port minus gsf-gnome bits * devel/libgsf-gnome contains libgsf-gnome-1 library and it's header files This greatly reduces number of dependencies for ports that was using only non-gnome part of this library. - Point USE_GNOME parameter libgsf to GNOME-less port and create new parameter libgsf_gnome for libgsf-gnome port. - Convert all consumers of libgsf-gnome-1 library to depend on libgsf-gnome port (read all as: Gnumeric) PR: ports/63851 (in the spirit of) Submitted by: Sybolt de Boer <sybolt@xs4all.nl> Prodded by: lofi (KDE team) Reviewed by: marcus (GNOME team) Notes: svn path=/head/; revision=109734
* Propagate RUBY_VER and RUBY_R through DEPENDS_ARGS.Akinori MUSHA2004-05-221-0/+2
| | | | Notes: svn path=/head/; revision=109727
* - Correct path for ftp://mirrors.rcn.net entry in MASTER_SITE_SOURCEWAREPav Lucistnik2004-05-221-1/+1
| | | | | | | | PR: ports/67025 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109706
* - Update gatech.edu entry in MASTER_SITE_GNUPav Lucistnik2004-05-221-1/+1
| | | | | | | | PR: ports/67019 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109703
* Move another helpful bit from Makefile.kde to bsd.kde.mk:Michael Nottebrock2004-05-222-0/+12
| | | | | | | | | | | | | | Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk will automatically have CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set. This is necessary for almost every package using a configure script created with non-historic versions of autoconf and really should be handled in bsd.port.mk. Notes: svn path=/head/; revision=109697
* Move a CONFIGURE_ENV tweak from Makefile.kde to bsd.kde.mk so all portsMichael Nottebrock2004-05-212-0/+2
| | | | | | | | which have the working configure bits have a chance to figure out the correct threads libs by themselves. Notes: svn path=/head/; revision=109669
* - Chase libraries for new graphics/sdl_gfx version.Kirill Ponomarev2004-05-191-1/+1
| | | | Notes: svn path=/head/; revision=109525
* Re-add kensmith's GNOME mirror now that it is backup and freshly updated.Joe Marcus Clarke2004-05-181-0/+1
| | | | | | | Submitted by: kensmith Notes: svn path=/head/; revision=109394
* - Fix defaulting to openssl in baseDirk Meyer2004-05-121-1/+3
| | | | Notes: svn path=/head/; revision=109034
* - Don't build with openssl port when base version is staleDirk Meyer2004-05-121-3/+6
| | | | | | | PR: 66007 Notes: svn path=/head/; revision=108968
* Chase libgsf shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108531
* Chase vte shlib version.Alexander Nedotsukov2004-05-061-1/+1
| | | | Notes: svn path=/head/; revision=108510