summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace BROKEN with IGNORE.Vsevolod Stakhov2006-01-281-13/+13
| | | | | | | | PR: 92445 Submitted by: linimon Notes: svn path=/head/; revision=154630
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-282-42/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Pass maintainership to emulation.Jean-Yves Lefort2006-01-251-2/+2
| | | | | | | Discussed with: netchild Notes: svn path=/head/; revision=154439
* Fix 'make search' on 4.X. Has no effect on 5.X and 6.X which workedMark Linimon2006-01-231-5/+9
| | | | | | | | | | | | | | | | | | correctly to start with. NOTE: if you have your ports tree outside of /usr/ports and don't make your own INDEX, 'make search' will return no results. This was a pre-existing problem which no one had ever noticed. People with long experience in software can imagine the merriment of attempting to debug the current problem given this, for themselves. PR: ports/92189 Submitted by: linimon Fix from clement Notes: svn path=/head/; revision=154299
* Fix regression in all-depends-list target on 4.X due to ancient, buggy,Mark Linimon2006-01-231-1/+1
| | | | | | | | | | | | make(1) that does not support -C properly. PR: ports/92188, 92189 Submitted by: tobez, linimon Patch from: clement Tested on: 4.10, 5.4, 6.0 Notes: svn path=/head/; revision=154297
* - Zope 3.1 is now 3.2Pav Lucistnik2006-01-231-4/+4
| | | | Notes: svn path=/head/; revision=154290
* - USE_REINPLACE is noop nowPav Lucistnik2006-01-221-1/+0
| | | | Notes: svn path=/head/; revision=154190
* ftp.cn.freebsd.org is temporarily missing the local distfiles, so commentDoug Barton2006-01-221-2/+2
| | | | | | | them out while the admins (who are aware of the issue) solve the problem. Notes: svn path=/head/; revision=154131
* Emergency fix to the @dirrmtry code.Mark Linimon2006-01-221-2/+2
| | | | | | | | | PR: ports/92128 Submitted by: edwin Reviewed by: kris, linimon Notes: svn path=/head/; revision=154122
* Add a missing '@' to the ${DO_NADA} in the patch-dos2unix target. ThisJoe Marcus Clarke2006-01-211-1/+1
| | | | | | | fixes an errant "true" that can be seen after make patch. Notes: svn path=/head/; revision=154094
* 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