summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-211-2/+0
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-2116-188/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* Add support for lang/gcc42Edwin Groothuis2006-01-211-1/+2
| | | | Notes: svn path=/head/; revision=154038
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-2/+2
| | | | | | | | allow user defined location of all files this makes this file save for other ports to include Notes: svn path=/head/; revision=153893
* - update MASTER_SITE_GNUSTEPDirk Meyer2006-01-191-1/+1
| | | | Notes: svn path=/head/; revision=153887
* - new option GNUSTEP_WITH_XLIBDirk Meyer2006-01-181-4/+46
| | | | | | | | | | | | | | - document compiler options GNUSTEP_WITH_BASE_GCC GNUSTEP_WITH_GCC32 GNUSTEP_WITH_GCC33 GNUSTEP_WITH_GCC34 GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42 Notes: svn path=/head/; revision=153833
* Grammar fixes.Adam Weinberger2006-01-161-1/+1
| | | | | | | Don't worry, mezz, you have other good qualities ;;-) Notes: svn path=/head/; revision=153672
* Update to 5.1.2 release:Alex Dupre2006-01-161-1/+2
| | | | | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions Notes: svn path=/head/; revision=153649
* Cleanups and fixesClement Laforet2006-01-151-0/+11
| | | | | | | | | | | | | | | - remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1] Notes: svn path=/head/; revision=153583
* - ftp.iDaemons.org is unavailable latelyPav Lucistnik2006-01-141-3/+0
| | | | Notes: svn path=/head/; revision=153471
* - Fix some suexec CONFIGURE_ARGS for 1.3.xClement Laforet2006-01-141-4/+34
| | | | | | | | - add show-categories and show-modules targets, for server ports. Remove these targets from www/apache22/Makefile Notes: svn path=/head/; revision=153458
* - Update to 1.8.4Pav Lucistnik2006-01-141-1/+1
| | | | | | | | PR: ports/91556 Submitted by: Alexander Wittig <alexander@wittig.name> Notes: svn path=/head/; revision=153456
* Readd http://www.cpan.dk/ after it was relocated to another ISP andErwin Lansing2006-01-111-0/+1
| | | | | | | | is updated again. This reverts rev. 1.337 by fenner, which made me prod the site admin to fix it. Notes: svn path=/head/; revision=153275
* More improvement on the grammar.Jeremy Messenger2006-01-091-1/+1
| | | | | | | Copied from: marcus (www/en/gnome/docs/bugging.sgml,v 1.25) Notes: svn path=/head/; revision=153161
* Add ftp://ftp.hk.xemacs.org to MASTER_SITE_XEMACSAndrey Slusar2006-01-091-0/+1
| | | | Notes: svn path=/head/; revision=153109
* Update to KDE 3.5.0Michael Nottebrock2006-01-082-2/+2
| | | | Notes: svn path=/head/; revision=153084
* Improvement on the grammar and reword.Jeremy Messenger2006-01-071-1/+1
| | | | | | | Submitted by: ceri (Thanks!) Notes: svn path=/head/; revision=152958
* We no longer suggest to send attach in mailing list, because the list usuallyJeremy Messenger2006-01-061-1/+1
| | | | | | | | | | | | | | | like to strip it. Change the suggest with different choices to: -Put your attach in website. -copy-n-paste in http://freebsd-gnome.pastebin.com/ -send-pr with attach Modify the FreeBSD GNOME FAQ and bug report are on the way too. Discussed with: marcus Notes: svn path=/head/; revision=152914
* As threatened, remove the compatibility shims for autotools, everythingAde Lovett2006-01-051-69/+2
| | | | | | | should now be using USE_AUTOTOOLS. Notes: svn path=/head/; revision=152829
* Make the configure fail message a little less verbose.Adam Weinberger2005-12-241-1/+1
| | | | Notes: svn path=/head/; revision=151980
* xemacs-devel-mule 21.5.b23 --> 21.5.b24.Andrey Slusar2005-12-211-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151793
* It seems that http://savannah.nongnu.org/download/ is redirectingEdwin Groothuis2005-12-101-1/+1
| | | | | | | | | to http://download.savannah.nongnu.org/releases/ these days! Noticed by: YAPHR Notes: svn path=/head/; revision=150837
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)Alex Dupre2005-12-091-26/+27
| | | | Notes: svn path=/head/; revision=150749
* - Add forgotten mod_filterClement Laforet2005-12-071-2/+2
| | | | | | | Spotted by: Cheese Lottery <cheeselottery@gmail.com> Notes: svn path=/head/; revision=150625
* Fix a problem that it fails to detect PYTHON_PLATFORM on versionsHye-Shik Chang2005-12-071-1/+1
| | | | | | | | | without any dot. Reported by: kuriyama Notes: svn path=/head/; revision=150568
* - Update editors/xemacs [1] and editors/xemacs21-mule [2] to 21.4.18Renato Botelho2005-12-061-3/+3
| | | | | | | | PR: ports/90011 [1], ports/90010 [2] Submitted by: Andrey Slusar <anrays@gmail.com> [1] [2] Notes: svn path=/head/; revision=150540
* - export APACHEMODDIR and APACHEINCLUDEDIR to Makefile-landClement Laforet2005-12-041-7/+10
| | | | | | | - remove duplicated "code" Notes: svn path=/head/; revision=150392
* - Fix a condition in bsd.apache.mkClement Laforet2005-12-041-1/+1
| | | | | | | | - all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk compliant Notes: svn path=/head/; revision=150376
* - Fix quoting error in BROKEN_WITH_MYSQL IGNORE messageClement Laforet2005-12-041-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=150375
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-4/+3
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Add support for upcoming www/apache22 portClement Laforet2005-12-031-4/+15
| | | | Notes: svn path=/head/; revision=150314
* Fix a couple [1][2] of typos in the autotools warning message.Ade Lovett2005-11-301-1/+1
| | | | | | | | PR: 89754 [1] Submitted by: Vasil Dimov <vd@datamax.bg> [1], barner [2] Notes: svn path=/head/; revision=150069
* Change RING server to stable ring servers.Norikatsu Shigemura2005-11-281-2/+3
| | | | | | | | | | Discussed with: ume, kuriyama, hrs, matusita, motoyuki Suggested by: fenner Pointy hat to: myself Executive ordered by: kuriyama Notes: svn path=/head/; revision=149755
* Remove some more dead mastersites per distfile survey.Mark Linimon2005-11-281-5/+0
| | | | Notes: svn path=/head/; revision=149751
* Remove mastersite that was never restored after breakin.Mark Linimon2005-11-251-2/+1
| | | | Notes: svn path=/head/; revision=149493
* MASTER_SITE_REDHAT_LINUX:Bill Fenner2005-11-251-8/+2
| | | | | | | | | | | | | | | | | | | | | | - ftp.redhat.com no longer carries 7.1, 7.3, 8.0 or 9, so remove it and the mirrorservice.org mirror. MASTER_SITE_KDE: - ftp://ftp.rediris.es rearranged - http://ftp.rediris.es/ redirects to sunsite.rediris.es and rearranged - ftp://ftp.sun.ac.za/ no longer mirrors ftp.kde.org - mirror.xmission.com no longer mirrors kde MASTER_SITE_XEMACS: - removed ftp.at.xemacs.org; it has only 8% of the files we try to fetch from this site (10 / 133, only the most recent stuff). MASTER_SITE_GENTOO: - removed ftp://gg3.net/, as it has no files. http://gentoo.gg3.net/ remains and works. Notes: svn path=/head/; revision=149448
* Change RING server to www.dnsbalance.ring.gr.jp.Norikatsu Shigemura2005-11-231-2/+2
| | | | | | | | | o www.t.ring.gr.jp is not available for a while. Discussed with: ume, kuriyama, hrs Notes: svn path=/head/; revision=149180
* Add PHP_EXT_DIR to SUB_LIST, too.Alex Dupre2005-11-201-0/+1
| | | | Notes: svn path=/head/; revision=148875
* Add a pre-everything:: target that will print out appropriate warningsAde Lovett2005-11-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | if a port is still using the old autotools Makefile constructs. For example: *** AUTOTOOLS WARNING for x11/electricsheep This port is using old autotools constructs which wil be disappearing on 1st January 2006 In most cases, this warning can be fixed by removing all the old constructs and replacing them with: USE_AUTOTOOLS= libtool:13 The first line should be easily parseable by portbuild and tinderbox clusters to flag such ports. I'll be doing a few more sweeps of the ports tree to pick up on any such ports over the coming weeks, before turning off the old system and marking the port BROKEN in such cases. Notes: svn path=/head/; revision=148818
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-192-2/+2
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Rework the run-autotools target into a series of sub-targets, theAde Lovett2005-11-181-4/+31
| | | | | | | | | | order of which can now be overriden. PR: 86309 (slightly reworked) Submitted by: thierry Notes: svn path=/head/; revision=148752
* Use ${X11BASE} rather than %%X11BASE%% in the packing list ofJean-Yves Lefort2005-11-161-2/+2
| | | | | | | | INSTALLS_ICONS ports. The latter does not work because we modify the packing list after the PLIST_SUB processing. Notes: svn path=/head/; revision=148493
* Fix make index (define APXS is not already set).Alex Dupre2005-11-161-0/+1
| | | | | | | | PR: ports/88827 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=148437
* Feh. Revert previous commit. Apparently 4.x make(1) doesn'tAde Lovett2005-11-151-1/+0
| | | | | | | understanding .warning. Notes: svn path=/head/; revision=148325
* Now that the mass-conversion is done, print out a helpful messageAde Lovett2005-11-151-0/+1
| | | | | | | | | | | (via .warning) for pending ports etc. that use the Old World Order for autotools. This will turn into a BROKEN message, along with removal of the old shims, on January 1st 2006, or after 5.5-RELEASE, whichever comes first. Notes: svn path=/head/; revision=148324
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Back out the last update. It breaks many ruby ports install.Sergey Matveychuk2005-11-141-20/+17
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=148207
* - reorder osversion checkDirk Meyer2005-11-111-13/+10
| | | | | | | PR: 88825 Notes: svn path=/head/; revision=147987
* - Use lower in USE_BDB and USE_SQLITE to make testsVsevolod Stakhov2005-11-111-6/+9
| | | | | | | | | | | - Fix comment about BROKEN - Fix wrong dependency on sqlite PR: 88661 Submitted by: mnag Notes: svn path=/head/; revision=147902
* bsd.ruby.mk:Sergey Matveychuk2005-11-091-17/+20
| | | | | | | | | | | | | | | | | | | | | - Change LOCALBASE with _RUBY_BASE - Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST _RUBY_BASE=LOCALBASE otherwise for easy ports testing. lang/ruby18: - Update to 1.8.3 Grant maintainership to submitter. While I'm here: - Add _RUBY_PORT_TEST=yes to lang/ruby16 port too. (lang/ruby1[68] must set it for right install). PR: ports/87332 Submitted by: Alexander Novitsky Notes: svn path=/head/; revision=147676