aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-2/+2
| | | | Notes: svn path=/head/; revision=123951
* Add a new sourceforge mirror run by the UK Mirror ServiceSergey Matveychuk2004-12-101-1/+1
| | | | | | | | | | (mirrorservice.org). PR: ports/74685 Submitted by: Tim Bishop <tim(at)bishnet.net> Notes: svn path=/head/; revision=123639
* * Add new command macros: DATE, FMT, MKTEMP, OBJDUMP,Kirill Ponomarev2004-12-092-412/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and use command macro SORT. [1] * Clean up the comments, and use 4 column tabs everywhere. [2] * Introduce 2 new variables: SUB_FILES and SUB_LIST. [3] * Document DEPRECATED and EXPIRATION_DATE variables. [4] * Sanitize the intermittent output by the build infrastructure so that cutting and pasting from it no longer interferes with GNATS-tags. [5] * Honour configure arguments for USE_XLIB if USE/WITH_LIBTOOL_ is used. [6] * Properly document 'describe' target. [7] * Fix pkg-plist handling for ports that set a non-standard PREFIX. [8] * Defaults INDEXFILE to INDEX-6 on 6-CURRENT (600000). [8] PR: ports/62298 [1], ports/73633 [2], ports/67151 [3], ports/74310 [4]. ports/74758 [5], ports/74536 [6], ports/74710 [7], ports/74691 [8] Submitted by: eik [1], edwin [2], Florent Thoumie <flz@xbsd.org>, sem [4], vs [5], ahze [6], linimon [7], kris [8] Notes: svn path=/head/; revision=123583
* - Remove cesnet.dl.sourceforge.net, it suffered fatal hardware failurePav Lucistnik2004-12-081-1/+1
| | | | | | | some time ago Notes: svn path=/head/; revision=123507
* Chase the gtkhtml3 shared lib version.Joe Marcus Clarke2004-12-081-1/+1
| | | | Notes: svn path=/head/; revision=123439
* Remove ftp.apache.inetcosmos.org from MASTER_SITE_APACHE: no longer existsVolker Stolz2004-12-071-1/+0
| | | | Notes: svn path=/head/; revision=123395
* Add another hack to intlhack needed for newer versions of intltool thatJoe Marcus Clarke2004-12-071-0/+1
| | | | | | | hardcode the path to iconv. Notes: svn path=/head/; revision=123352
* Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERMichael Nottebrock2004-12-052-2/+4
| | | | | | | users. Notes: svn path=/head/; revision=123217
* . Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.Greg Lewis2004-12-051-3/+1
| | | | Notes: svn path=/head/; revision=123199
* Argh argh argh argh. Full reverse!Michael Nottebrock2004-12-022-2/+2
| | | | Notes: svn path=/head/; revision=122945
* Sync with ports.Michael Nottebrock2004-12-022-2/+2
| | | | Notes: svn path=/head/; revision=122944
* - GNOME: replace dead russian mirror with working italian onePav Lucistnik2004-12-011-1/+1
| | | | Notes: svn path=/head/; revision=122922
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-011-5/+5
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* Don't always create a ${PREFIX}/etc/gconf directory if gconf is one of theJoe Marcus Clarke2004-11-291-9/+7
| | | | | | | | | | | | port's dependencies. Instead, only create this directory if the port will actually install GConf schemas. Also, do the creation in pre-su-install as we may not be root in pre-install. Spotted by: pav Tested by: pav Notes: svn path=/head/; revision=122772
* When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but thisHerve Quiroz2004-11-291-8/+10
| | | | | | | | | | | | | | | | | | conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables are indeed set a default value when none of the them (together with JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause JAVA_RUN not to be set its default value. This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports that use USE_ANT. This patch addresses this issue by moving the statements dealing with default values to have them executed before USE_ANT handling. Approved by: glewis (co-maintainer) Notes: svn path=/head/; revision=122756
* Fix MASTER_SITE_SAMBA sites.Kirill Ponomarev2004-11-231-2/+2
| | | | | | | Reported by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=122246
* - reflect fips import in the baseDirk Meyer2004-11-231-2/+2
| | | | | | | | PR: 74275 Submitted by: freebsd@simplerezo.com Notes: svn path=/head/; revision=122202
* - Kill stray word in commentPav Lucistnik2004-11-201-1/+1
| | | | Notes: svn path=/head/; revision=122034
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-1/+1
| | | | Notes: svn path=/head/; revision=122021
* * Fix INDEX build if MAINTAINER is not defined. [1]Kirill Ponomarev2004-11-192-28/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove USE_QT2 since it's obsolete now. [2] * Clarify comments about ARCH. [3] * Speedup 'make readmes'. Add a perl script "Tools/make_readmes" and modify bsd.port.subdir.mk to avoid recursing into individual port directories to create README.html. [4] * Fix 'make search' to allow case insensitive search on 5-x/6-x. [5] * Add the possibility to search the ports by category. [6] * Remove tk42 and tcl76 from virtual categories since they're obsolete. [7] * Introduce new variable - DISTVERSION, vendor version of the distribution, that can be set instead of PORTVERSION and is automatically converted in a conforming PORTVERSION. [8] * Use --suffix instead of -b option for patch(1) to make it compatible with BSD patch(1) [9] * Fix {WANT,WITH}_MYSQL_VER behavior, to deal with conflicting versions. [10] PR: ports/68895 [1], ports/69486 [2], ports/68539 [3], ports/70018 [4], ports/68896 [5], ports/73299 [6], ports/73570 [7], ports/67171 [8], ports/72182 [9] Submitted by: linimon [1][3], arved [2][7], cperciva [4], Matthew Seaman <m.seaman@infracaninophile.co.uk> [5], Radek Kozlowski <radek@raadradd.com> [6], eik [8], Andreas Hauser <andy-freebsd@splashground.de> [9], clement [10] Notes: svn path=/head/; revision=121961
* Add a new INSTALLS_OMF to take care of .omf, ScrollKeeper file. It willJeremy Messenger2004-11-161-8/+23
| | | | | | | | | | | | | | | | | | | automatically scan pkg-plist file and add apropriate @exec/@unexec directives for each .omf file found to track OMF registration database. Details can be found in bsd.gnome.mk and http://www.freebsd.org/gnome/docs/porting.html . Current, gedit2 is the only port that use INSTALLS_OMF for now. I will chasing all the other ports that are maintaining by gnome@FreeBSD.org when I am done with two todo list. The other ports, you are on your own and portlint will bug you when portlint is update. While I am here, switch from make loops to sh loops in GCONF_SCHEMAS part. Document writer by: bland Reviewed by: my team, FreeBSD GNOME team Notes: svn path=/head/; revision=121736
* Modify $MASTER_SITE_REDHAT_LINUX as:Jun Kuriyama2004-11-161-2/+1
| | | | | | | | | - Remove ftp.kobe-u.ac.jp which doesn't have redhat packages any more. - Change directory of ftp.icm.edu.pl because previous one seems to be moved to new location. Notes: svn path=/head/; revision=121734
* - 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