aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - cleanup obsolete defsDirk Meyer2004-11-141-4/+1
| | | | Notes: svn path=/head/; revision=121544
* - Implement GCONF_SCHEMAS knob, which is already documented and people arePav Lucistnik2004-11-091-2/+16
| | | | | | | | | | starting to use it Original work: mezz Obtained from: marcuscom repository Notes: svn path=/head/; revision=121179
* Ports that use USE_ANT will now automatically build with Jikes if available andHerve Quiroz2004-11-091-0/+3
| | | | | | | | | | | not explicitly forbiden. PR: 44432 Suggested by: znerd Approved by: glewis (co-maintainer) Notes: svn path=/head/; revision=121164
* Backout the libgnomedb shared lib version change. The previous versionJoe Marcus Clarke2004-11-081-1/+1
| | | | | | | corresponds to a development version of libgnomedb. Notes: svn path=/head/; revision=121143
* Remove support for the sdl_ldbad port.Tilman Keskinoz2004-11-081-5/+1
| | | | | | | | | No port should depend on this port. Discussed with: edwin Notes: svn path=/head/; revision=121122
* Update to KDE 3.3.1Michael Nottebrock2004-11-082-2/+2
| | | | Notes: svn path=/head/; revision=121092
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-071-19/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* - update DEFAULT_LIBVERSIONDirk Meyer2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121056
* Additional error checking: check for defined variables that should not be. WithHerve Quiroz2004-11-071-0/+9
| | | | | | | | | | | | | | | | | this patch, for instance: $ cd /usr/port/devel/apache-ant $ make JAVA_HOME=toto apache-ant-1.6.2: Environement error: "JAVA_HOME" should not be defined. *** Error code 1 PR: 70914 Reported by: Rong-En Fan <rafan@infor.org> Approved by: glewis (co-maintainer) Notes: svn path=/head/; revision=121019
* Update -devel to Python-2.4b2.Hye-Shik Chang2004-11-061-1/+1
| | | | Notes: svn path=/head/; revision=120987
* - mark 0.9.7e as validDirk Meyer2004-11-011-2/+2
| | | | Notes: svn path=/head/; revision=120581
* Fix a regex to determine PYTHON_PLATFORM correctly on FreeBSD patchedHye-Shik Chang2004-10-221-1/+1
| | | | | | | | | revisions such as 5.2.1 or 4.6.1. Submitted by: tg Notes: svn path=/head/; revision=119954
* Remove tuwien.ac.at from MASTER_SITE_{GNOME,GNU,GNUPG}. It's beenAdam Weinberger2004-10-131-3/+0
| | | | | | | | incredibly slow for the last couple months, and I've never had it go above 10KB/s. Often I've seen it stay below 1 KB/s. Notes: svn path=/head/; revision=119264
* - new option GNUSTEP_WITH_GCC34Dirk Meyer2004-10-121-1/+9
| | | | Notes: svn path=/head/; revision=118774
* Change the default value of PTHREAD_LIBS to -pthread for 5.x andKris Kennaway2004-10-071-1/+1
| | | | | | | | | | | | | beyond. This avoids linking shared libraries with the thread library, which causes problems when trying to change from one thread library to another. Instead all binaries that link to a library that uses threads must themselves respect PTHREAD_LIBS. Submitted by: deischen, marcus Approved by: portmgr Notes: svn path=/head/; revision=118578
* * Support USE_GCC=3.[34] properly, and allow newer 5.x systems toKris Kennaway2004-09-301-8/+8
| | | | | | | | | | | | | | | | build ports with older USE_GCC versions (useful in certain cases for working around compile errors with newer gcc versions) [1] [2] [3] [4] (based on) * Only spit out the TRYBROKEN message when a BROKEN string is defined PR: ports/70322 [1], ports/71344 [2], ports/64316 [3] Submitted by: obrien [1], Xin LI <delphij@frontfree.net> [2], trevor [3], jkoshy [4], et. al. Approved by: portmgr Notes: svn path=/head/; revision=118502
* . Update the location the linux-ibm-jdk14 port installs into based on itsGreg Lewis2004-09-091-1/+1
| | | | | | | | | | most recent update. Forgotten by: glewis Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118139
* Update to 2.4a3Hye-Shik Chang2004-09-031-1/+1
| | | | | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
* . java/javavmwrapper now uses JAVALIBDIR rather than JAVAJARDIR, so modifyGreg Lewis2004-09-031-1/+1
| | | | | | | a comment to that effect. Notes: svn path=/head/; revision=118048
* . Rope in hq as a co-maintainer since he wrote most of the current versionGreg Lewis2004-09-031-1/+1
| | | | | | | | | of this file. Approved by: hq Notes: svn path=/head/; revision=118002
* - Fix missing build dependency on devel/jikes (Jikes is effectively used forHerve Quiroz2004-09-021-22/+39
| | | | | | | | | | | | | | building the port but not added to BUILD_DEPENDS) - Use ${VAR:U} to test YES/NO values a more simple way - Refactor: Jikes now has its own sub-stages (error-handling and support) together in Stage 6 - New variable to be used by porters (and used internally by bsd.java.mk), HAVE_JIKES Approved by: glewis (mentor) Notes: svn path=/head/; revision=117936
* Enhance extension deinstallation.Alex Dupre2004-09-021-1/+1
| | | | | | | Submitted by: Rolandas Naujikas <rolnas@takas.lt> Notes: svn path=/head/; revision=117915
* . Take maintainership. Ernst doesn't currently have time and I've beenGreg Lewis2004-09-021-1/+9
| | | | | | | | | | | | performing all of the recent changes. . Add to the header comment to document JAVASHAREDIR, JAVAJARDIR and JAVALIBDIR. . Add a definition for JAVALIBDIR. This is where other ports have installed their JAR files (a port should install in JAVAJARDIR but look for other JARs in JAVALIBDIR). Notes: svn path=/head/; revision=117890
* Add some more mirrors for X.Org.Dejan Lesjak2004-09-011-1/+7
| | | | | | | Approved by: anholt (mentor) Notes: svn path=/head/; revision=117874
* Update to KDE 3.3Michael Nottebrock2004-08-302-10/+10
| | | | Notes: svn path=/head/; revision=117701
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-0/+5
| | | | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=116953
* Update xemacs-devel profile.Shigeyuki Fukushima2004-08-211-2/+2
| | | | Notes: svn path=/head/; revision=116922
* Modify xemacs-21.x EMACS_PORT profile.Shigeyuki Fukushima2004-08-191-3/+3
| | | | | | | | PR: ports/70650 Submitted by: Dryice Liu <dryice@hotpop.com> Notes: svn path=/head/; revision=116689
* mirror.ac.uk is back in disguise of mirrorservice.orgVolker Stolz2004-08-181-0/+14
| | | | | | | | PR: ports/69481 Submitted by: Tim Bishop, Dejan Lesjak Notes: svn path=/head/; revision=116589
* - Remove 2 dead apache mirrorsClement Laforet2004-08-171-2/+0
| | | | Notes: svn path=/head/; revision=116493
* Update lang/ruby16 to the latest snapshot as of 2004-07-28, fixingAkinori MUSHA2004-08-171-6/+4
| | | | | | | cgi/session's insecure permissions problem. Notes: svn path=/head/; revision=116477
* Add a desktopfileutils component that adds a RUN_DEPENDS onJoe Marcus Clarke2004-08-141-1/+5
| | | | | | | | devel/desktop-file-utils. This is needed for the new MIME system in the upcoming GNOME 2.8. Notes: svn path=/head/; revision=116211
* Define RUBY_RIDIR and RUBY_SITERIDIR.Akinori MUSHA2004-08-121-0/+6
| | | | Notes: svn path=/head/; revision=116010
* Update lang/ruby18 to 1.8.2-preview2.Akinori MUSHA2004-08-121-5/+5
| | | | Notes: svn path=/head/; revision=116004
* 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