| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 92445
Submitted by: linimon
Notes:
svn path=/head/; revision=154630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Discussed with: netchild
Notes:
svn path=/head/; revision=154439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=154290
|
|
|
|
| |
Notes:
svn path=/head/; revision=154190
|
|
|
|
|
|
|
| |
them out while the admins (who are aware of the issue) solve the problem.
Notes:
svn path=/head/; revision=154131
|
|
|
|
|
|
|
|
|
| |
PR: ports/92128
Submitted by: edwin
Reviewed by: kris, linimon
Notes:
svn path=/head/; revision=154122
|
|
|
|
|
|
|
| |
fixes an errant "true" that can be seen after make patch.
Notes:
svn path=/head/; revision=154094
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=154038
|
|
|
|
|
|
|
|
| |
allow user defined location of all files
this makes this file save for other ports to include
Notes:
svn path=/head/; revision=153893
|
|
|
|
| |
Notes:
svn path=/head/; revision=153887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Don't worry, mezz, you have other good qualities ;;-)
Notes:
svn path=/head/; revision=153672
|
|
|
|
|
|
|
|
| |
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
Notes:
svn path=/head/; revision=153649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=153471
|
|
|
|
|
|
|
|
| |
- add show-categories and show-modules targets, for server ports.
Remove these targets from www/apache22/Makefile
Notes:
svn path=/head/; revision=153458
|
|
|
|
|
|
|
|
| |
PR: ports/91556
Submitted by: Alexander Wittig <alexander@wittig.name>
Notes:
svn path=/head/; revision=153456
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Copied from: marcus (www/en/gnome/docs/bugging.sgml,v 1.25)
Notes:
svn path=/head/; revision=153161
|
|
|
|
| |
Notes:
svn path=/head/; revision=153109
|
|
|
|
| |
Notes:
svn path=/head/; revision=153084
|
|
|
|
|
|
|
| |
Submitted by: ceri (Thanks!)
Notes:
svn path=/head/; revision=152958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
should now be using USE_AUTOTOOLS.
Notes:
svn path=/head/; revision=152829
|
|
|
|
| |
Notes:
svn path=/head/; revision=151980
|
|
|
|
|
|
|
| |
Approved by: sem(mentor)
Notes:
svn path=/head/; revision=151793
|
|
|
|
|
|
|
|
|
| |
to http://download.savannah.nongnu.org/releases/ these days!
Noticed by: YAPHR
Notes:
svn path=/head/; revision=150837
|
|
|
|
| |
Notes:
svn path=/head/; revision=150749
|
|
|
|
|
|
|
| |
Spotted by: Cheese Lottery <cheeselottery@gmail.com>
Notes:
svn path=/head/; revision=150625
|
|
|
|
|
|
|
|
|
| |
without any dot.
Reported by: kuriyama
Notes:
svn path=/head/; revision=150568
|
|
|
|
|
|
|
|
| |
PR: ports/90011 [1], ports/90010 [2]
Submitted by: Andrey Slusar <anrays@gmail.com> [1] [2]
Notes:
svn path=/head/; revision=150540
|
|
|
|
|
|
|
| |
- remove duplicated "code"
Notes:
svn path=/head/; revision=150392
|
|
|
|
|
|
|
|
| |
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
compliant
Notes:
svn path=/head/; revision=150376
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=150375
|
|
|
|
|
|
|
|
|
|
|
| |
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
Notes:
svn path=/head/; revision=150328
|
|
|
|
| |
Notes:
svn path=/head/; revision=150314
|
|
|
|
|
|
|
|
| |
PR: 89754 [1]
Submitted by: Vasil Dimov <vd@datamax.bg> [1], barner [2]
Notes:
svn path=/head/; revision=150069
|
|
|
|
|
|
|
|
|
|
| |
Discussed with: ume, kuriyama, hrs, matusita, motoyuki
Suggested by: fenner
Pointy hat to: myself
Executive ordered by: kuriyama
Notes:
svn path=/head/; revision=149755
|
|
|
|
| |
Notes:
svn path=/head/; revision=149751
|
|
|
|
| |
Notes:
svn path=/head/; revision=149493
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
o www.t.ring.gr.jp is not available for a while.
Discussed with: ume, kuriyama, hrs
Notes:
svn path=/head/; revision=149180
|
|
|
|
| |
Notes:
svn path=/head/; revision=148875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
to allow for easier overriding of these targets by port Makefiles, if
they need to.
Notes:
svn path=/head/; revision=148768
|