aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Fix rc script.thierry2012-02-263-4/+4
| | | | | | | | Since I'm there, clean plist. PR: ports/164750 Submitted by: Joe Horn <joehorn (at) gmail.com> Approved by: maintainer time-out
* - replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)rm2012-02-191-1/+1
| | | | They all non-functional changes.
* Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tinjohans2012-02-151-1/+1
| | | | Reported by: erwin
* Bump pcre library dependency due to 8.30 updatemm2012-02-143-3/+6
|
* - Update to 0.6.15jgh2012-02-143-39/+72
| | | | | | | | | - while here move away from "cp" license installation in favor of license framework, respect PORTDOCS and move from other "cp" installations to copytree installations. PR: ports/165024 Submitted by: maintainer, dab at rj45.org
* - Fix plist.avilla2012-01-242-2/+28
| | | | | | | | | | | | | - Bump PORTREVISION. The port didn't package most of the contents of share/examples/inn, but attempted to use them in exec/unexec portions of the package list, producing errors for binary package installations. PR: 159977 [1] PR: 155436 Submitted by: hag@linnaean.org [1] Approved by: fluffy (maintainer timeout)
* - fix runtime with decent Twisted [1]rm2012-01-234-8/+42
| | | | | | | | | | - install license via license framework, not manually - use USE_TWISTED_RUN instead of direct depends - strict python version (will not work with 3.x) PR: 163975 [1] Submitted by: W.Scholten <w-info at xs4all dot nl> Approved by: maintainer (timeout; 2 weeks)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-144-12/+7
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Remove explicit par2 dependency, it is conflicting with different flavour ofpav2011-12-291-1/+0
| | | | | | par2 brought in via indirect depend Reported by: pointyhat
* Update to tin 2.0.1johans2011-12-293-4/+3
|
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Update to 0.6.14 [1]culot2011-12-194-8/+9
| | | | | | | - Pet portlint(1) by removing extra blank line PR: ports/163302 [1] Submitted by: David Brooks <dab@rj45.org> (maintainer)
* Fix clang build.fjoe2011-12-153-0/+36
|
* Update to 20110223 snapshot.fjoe2011-12-157-88/+18
|
* - fix missing includesdinoex2011-11-2722-0/+267
| | | | | - fix build with clang Feature safe: yes
* - update FETCH_DEPENDSdinoex2011-11-141-1/+1
| | | | Feature safe: yes
* - add FETCH_DEPENDSdinoex2011-11-141-0/+1
| | | | Feature safe: yes
* Remove ports@ ports that have been DEPRECATED for at least 1 monthdougb2011-11-0216-316/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* - Update to 0.6.10zi2011-10-293-7/+12
| | | | | PR: ports/161841 Submitted by: David Brooks <dab@rj45.org> (maintainer)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-244-11/+2
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-246-16/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-095-94/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
* Remove optional dependencies and comments related to the removal ofdougb2011-09-301-6/+1
| | | | security/pgp6
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2413-25/+24
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to 0.6.9jlaffaye2011-09-235-28/+107
| | | | | | | | - Use internal cherrypy module - Update rc script PR: ports/160710 Submitted by: David Brooks <dab@rj45.org> (maintainer)
* 2012-09-20 www/ruby-http-access: Deprecated upstream, please use ↵bapt2011-09-2225-360/+0
| | | | | | | | | | | | | | | www/rubygem-httpclient 2011-09-01 sysutils/wots: No more public distfiles 2011-09-15 sysutils/gpart: Upstream disappeared 2011-09-01 sysutils/plod: No more public distfiles 2011-09-01 sysutils/checkservice: BROKEN for more than 6 month 2011-09-01 security/nsm-console: BROKEN for more than 6 month 2011-09-01 security/fressh: No more public distfiles 2011-09-01 palm/pose: No more public distfiles 2011-09-01 palm/isilo: No more public distfiles 2011-09-01 news/ija: BROKEN for more than 6 month 2011-09-01 news/PicMonger: Abandonware
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Track dependencies after databases/gdbm updategabor2011-09-123-4/+6
|
* Update to 0.6.8jlaffaye2011-09-082-3/+3
| | | | | | PR: ports/160487 Submitted by: Sam Cassiba <sam@cassiba.com> Approved by: David Brooks <dab@rj45.org> (maintainer)
* 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesbapt2011-09-0710-199/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
* - Update to 11.0.0sbz2011-09-073-5/+11
| | | | | | | | - Update MASTER_SITES - Add LICENSE Reviewed by: lwhsu@ Approved by: jadawin@ (mentor)
* - Update to 2.22sunpoet2011-09-012-8/+9
| | | | Changes: http://search.cpan.org/dist/POE-Component-Client-NNTP/Changes
* - Remove optional dependency on devel/py-elementtree since it'slioux2011-08-241-6/+2
| | | | | | | | | | already including on python 2.5 and later versions. These are already the required versions for the port. o Remove ELEMENTTREE from OPTIONS o Bump PORTREVISION due to dependency list change PR: 159867 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Fix maintainer field for slave portsjohans2011-08-221-1/+1
|
* - Return maintainership to submittercrees2011-08-171-16/+16
| | | | | | | - While here, fix whitespace after variables PR: ports/159816 Submitted by: Conrad J. Sabatier <conrads@cox.net>
* Over to volunteer, who is also the author of the software.linimon2011-08-161-1/+1
|
* Update to 0.135.kwm2011-08-132-9/+20
| | | | | | | | Add optional GTK+3 UI option. Add LICENSE. PR: ports/159723 (based on) Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Update to 0.6.6zi2011-08-104-10/+12
| | | | | | | | Pacify portlint(1) PR: ports/159373 Submitted by: David Brooks <dab@rj45.org> (maintainer) Approved by: wxs (mentor)
* - use MASTER_SITTE_LOCALdinoex2011-08-082-3/+2
|
* - update WWWdinoex2011-08-071-1/+1
|
* - add MASTER_SITE_LOCALdinoex2011-08-071-1/+2
|
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-032-0/+6
|
* Mark BROKEN: Does not fetchbapt2011-08-032-0/+4
|
* Deprecate unmaintained ports marked as BROKEN for more then 6 monthbapt2011-08-021-0/+3
|
* Deprecatebapt2011-08-021-0/+3
|
* Bye bye abandonwares (part 4)bapt2011-08-0117-509/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles 2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles 2011-08-01 korean/elm: Look like an abandonware, no more public distifles 2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles 2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles 2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles 2011-08-01 korean/pinetreefonts: No more public distfile 2011-08-01 mail/bincimap: No more public distfile 2011-08-01 mail/cmail: No more public distfile 2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles 2011-08-01 math/qgfe: Look like an abandonware, no more public distifles 2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles 2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles 2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles 2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html 2011-08-01 multimedia/ldvd: Abandonware 2011-08-01 multimedia/linux-divx4linux: No more needed 2011-08-01 multimedia/linux-divx4linux4: No more needed 2011-08-01 multimedia/ogle: Abandonware 2011-08-01 multimedia/ogle-gui: Abandonware 2011-08-01 multimedia/okle: Abandonware 2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles 2011-08-01 net/callgen323: Look like an abandonware, no more public distifles 2011-08-01 net/lyntin: No longer under active development 2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware 2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles 2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles 2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead 2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles 2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles 2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles 2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles 2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles 2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
* Fix build post gnutls update.zi2011-07-211-1/+5
| | | | | | | | Add LICENSE. PR: ports/159020 Submitted by: Jeff <toxic@doobie.com> [maintainer] Approved by: tabthorpe (mentor)
* - Fix build with WITH_CANLOCK option set.johans2011-07-121-10/+5
| | | | | | | - Fix build with FORCE_MAKE_JOBS by enforcing use of GNU make. PR: ports/158805 Submitted by: mandree
* Update tin to 1.9.6johans2011-07-094-27/+27
| | | | | Although 1.9.x is still called unstable, it is quite stable these days and used more than the old 1.8.3 version.
* Update to 0.6.5jlaffaye2011-06-273-3/+4
| | | | | | PR: ports/158241 Submitted by: David Brooks <dab@rj45.org> (maintainer) Approved by: tabthorpe (mentor)
* Last bunch of deprecation: no more public distfiles and/or abandonware... ↵bapt2011-06-172-0/+6
| | | | last one for now
* Mark broken some ports with unfetchable distfilesbapt2011-06-171-0/+2
|
* Fix master_sitebapt2011-06-171-1/+1
|
* Update to 0.6.4jlaffaye2011-06-105-321/+370
| | | | | | PR: ports/157733 Submitted by: David Brooks <dab@rj45.org> (maintainer) Approved by: bapt (mentor)
* Update my e-mail to my FreeBSD one.jlaffaye2011-06-091-1/+1
| | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor)
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-0/+1
|
* Remove sunsite from MASTER_SITES, they're too slow to pick uploads up.mandree2011-05-231-4/+1
|
* remove unmaintained expired ports from newsbapt2011-05-0241-3030/+0
| | | | | | | 2011-05-01 news/leafnode+: Upstream disapear and distfile is no more available 2011-05-01 news/pyne: Upstream disapear and distfile is no more available 2011-05-01 news/slurp: Upstream disapear and distfile is no more available 2011-05-01 news/unpost: Upstream disapear and distfile is no more available
* Remove most expired ports:rene2011-04-195-475/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
* Change maintainer permandree2011-03-301-1/+1
| | | | http://lists.freebsd.org/pipermail/freebsd-ports/2011-March/067013.html
* - Get Rid MD5 supportmiwi2011-03-2096-115/+0
|
* - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-0/+2
| | | | 7.X and up, for removal in one month
* - Update MASTER_SITESbapt2011-03-171-2/+2
| | | | | | | | - Submitter is now maintainer - Remove MD5 while I'm here PR: ports/155616 Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
* undeprecate has it is used by many other portsbapt2011-03-161-4/+2
| | | | Reported by: Julien Laffaye <kimelto _at_ gmail.com>
* Deprecate unmaintained ports from news where upstream disapear and/orbapt2011-03-145-0/+15
| | | | where no distfiles can be found and are not used by maintained ports
* Port cleanupjohans2011-03-133-16/+26
| | | | | | | | | - Honour WITHOUT_NLS - Explicitly remove rw locale directory (fixes plist) - Set maintainer explicitly (this is not a master port) - Set CFLAGS/CPPFLAGS (these are passed automatically these days) - Remove MD5 checksum - Bump portrevision
* - Fix build with cherrypy-3.2.0wen2011-03-112-12/+1
| | | | | | PR: ports/155387 Submitted by: Spil <spil.oss@gmail.com> Approved by: maintainer
* - cherrypy went all eggy so adjust deplinepav2011-03-081-1/+1
| | | | Reported by: pointyhat
* Update to 0.134.kwm2011-02-284-60/+5
| | | | Switch to gmime 2.4
* Update cleanfeed to latest releasejohans2011-02-252-4/+3
|
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+miwi2011-02-251-11/+2
|
* - Move to py25 or abovemiwi2011-02-253-5/+4
| | | | - While here kick md5 support
* Only grep first host from .ini file in rcfile when shutting down.mandree2011-02-252-1/+2
| | | | | | Submitted by: Damien Fleuriot <dam@c-mal.com> Approved by: Daniel Bretoi <daniel@netwalk.org> (maintainer) PR: ports/153357
* - Fix dependswen2011-02-242-65/+86
| | | | | | | | | | - Update MASTER_SITE - Pass maintainership to submitter - Use DATADIR in plist - Some other improve in Makefile PR: ports/154771 Submitted by: C-S <c-s@c-s.li>
* - Update to 0.6wen2011-02-234-416/+500
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* - Chase security/libksba shlib version bumpglarkin2010-12-161-1/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* Fix NOPORTDOCS builds if gmake isn't installed.mandree2010-12-091-2/+2
|
* Fix leftover files in NOPORTDOCS install.mandree2010-12-081-0/+8
|
* Add LICENSE=GPLv3 line.mandree2010-12-071-0/+2
| | | | Feature safe: yes
* - Update to upstream release 1.5.4 (2009)mandree2010-12-076-118/+19
| | | | | | | | | | | | | | | | | | | | | + This unbreaks the build, removing BROKEN= tag. - For examples, use [NO]PORTEXAMPLES instead of [NO]PORTDOCS - HAS_CONFIGURE -> GNU_CONFIGURE - Drop all patches from files/, + patch-configure.in and patch-newsstar.in integrated in upstream + patch-Makefile.am no longer needed after further upstream fixes - Drop USE_AUTOTOOLS, we're no longer patching *.ac/*.am files. - Mark MAKE_JOBS_SAFE for parallel builds. - Note I cannot actually test the resulting executable for lack of local news servers, hence I'm not taking maintainership either. Feature safe: yes
* Sync to new bsd.autotools.mkade2010-12-045-5/+5
|
* Reset hideo@lastamericanempire.com due to maintainer-timeouts and nolinimon2010-12-021-1/+1
| | | | | | response to email. Hat: portmgr
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-023-3/+3
| | | | Hat: portmgr
* - Update to 0.5.6swills2010-11-273-5/+10
| | | | | | PR: ports/152608 Submitted by: Mark Felder <feld at feld.me> Approved by: wxs (mentor), Daniel <daniel at netwalk.org> (maintainer)
* Make fetchable again.thierry2010-10-231-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-162-2/+2
|
* - Update to 2.13tdb2010-10-162-4/+4
|
* - update to 2.20leeym2010-10-152-17/+9
|
* - add RC scriptswills2010-10-114-1/+109
| | | | | | | | | - add separate UIDs/GIDs for the daemon - bump PORTREVSION PR: ports/150070 Submitted by: Spil <spil.oss@gmail.com> Approved by: pgollucci (mentor), daniel@netwalk.org (maintainer)
* - Chease databases/py-MySQLdb updatelwhsu2010-10-091-1/+1
|
* Migration of BROKEN ports from automake{19,110}->111 which will mostade2010-10-071-1/+1
| | | | likely need to be looked at as and when they become unbroken.
* - add missing SQLite dependencyswills2010-10-061-4/+10
| | | | | | | | | | - use PYTHON_REL instead of PYVERSION - add LICENSE - remove unnecessary BUILD_DEPENDS PR: ports/151176 Submitted by: Julien Laffaye <kimelto@gmail.com> Approved by: wxs (co-mentor)
* Round one migration of ports from automake{19,110} to automake111ade2010-10-062-2/+2
|
* Mark BROKEN: checksum mismatcherwin2010-10-011-0/+2
|
* - Switch MASTER_SITES to local to make it fetchable againfluffy2010-09-301-2/+5
| | | | | | ISC doesn't provide distfiles for INN 2.4.x anymore Noticed by: pointyhat via erwin
* - fix crash on png filesdinoex2010-09-273-26/+56
| | | | | | Submitted by: Joerg Wunsch - add LICENSE
* Migrate from devel/automake15 to devel/automake19ade2010-09-241-1/+1
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-242-2/+0
| | | | | | so standarize and remove it With Hat: perl@
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-163-4/+5
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update to 0.5.4swills2010-09-052-4/+4
| | | | | | Submitted By: myself (swills) Approved By: dcecchin<dcecchin@gmail.com>, pgollucci (mentor)
* - Update to trn 4.0.b77johans2010-09-045-56/+38
| | | | | - Remove 2 local patches that have been included upstream - Add a non-interactive configuration mode
* - Update to 0.5.3pav2010-08-275-342/+312
| | | | | | PR: ports/149788 Submitted by: Steve Wills <steve@mouf.net> Approved by: Daniel <daniel@netwalk.org> (maintainer)
* - Update to 10.1.0lwhsu2010-08-242-5/+5
| | | | | | PR: ports/149784 Submitted by: lwhsu Approved by: Neal Nelson <neal AT nelson.name> (maintainer)
* - Bump PORTREVISION after libxul updatebeat2010-08-081-1/+1
| | | | | | PR: ports/149044 Expr-run by: pav@ Approved by: portmgr (pav)
* - Add OPTIONS instead of knobs for news/slrnjohans2010-07-301-0/+6
| | | | | PR: ports/149100 Submitted by: David DEMELIER
* Add LICENSE* informationlioux2010-06-131-0/+2
|
* Switch MAINTAINER line to FreeBSD address.mandree2010-06-131-1/+1
| | | | Approved by: garga (mentor, implicit)
* Upgrade to new upstream release 1.11.8mandree2010-06-122-6/+6
| | | | | | | - remove outdated README.FIRST file - switch to .tar.xz archive Approved by: garga (mentor, implicit)
* - use REINPLACE_CMDdinoex2010-06-111-3/+2
|
* - add LICENSE_FILEdinoex2010-06-101-0/+1
|
* - fix build with LICENSEdinoex2010-06-101-0/+1
|
* - Update to 2.18pgollucci2010-06-102-6/+11
| | | | | | | - Pass to perl@ With Hat: perl@ Changes: http:/search.cpan.org/dist/POE-Component-Client-NNTP/Changes
* LICENSE GPLv2dinoex2010-06-062-1/+3
|
* - note USERS does not work heredinoex2010-06-051-0/+2
|
* LICENSE BSDdinoex2010-06-041-0/+1
|
* - Update to recent cleanfeed release by Steve Crook (2. June)johans2010-06-044-15/+36
| | | | | | | - Claim maintainership - Now installs a .sample config files and doesn't override the original (cleanfeed.local) if it has been edited - Internal files moved into a separate directory (upstream default)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-317-7/+7
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-19/+18
|
* - fix build for gnustep-base 1.21.0dinoex2010-05-242-0/+20
|
* Add patch forgotten in previous commit. No functional change:johans2010-05-141-0/+416
| | | | copy patch from aclocal.m4 to configure, so there's no need to run autoconf
* Remove unnecessary dependency on autoconfjohans2010-05-131-1/+1
|
* - Update to 0.7.0sylvio2010-05-022-5/+16
| | | | | PR: ports/146096 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer)
* - honor CCdinoex2010-04-101-1/+1
|
* New port py-pynzb version 0.1.0: A unified API for parsing NZB fileslioux2010-04-075-0/+72
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* Mark unconditionatlly BROKEN: does not configureerwin2010-04-031-7/+3
|
* Update to 10.00-beta-3johans2010-03-282-4/+4
|
* - update to 1.4.1dinoex2010-03-2812-12/+13
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-273-3/+3
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update my mail address to @FreeBSD.orgjohans2010-02-246-6/+6
| | | | Feature safe: yes
* Fix the build w/ new GCC.mezz2010-02-221-0/+54
| | | | | | PR: ports/143746 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Feature safe: yes
* - Update to 9.0.0lwhsu2010-02-072-4/+4
| | | | | PR: ports/140937 Submitted by: wen
* - update to jpeg-8dinoex2010-02-0511-11/+12
|
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-262-3/+2
| | | | | | (part 8). Approved by: portmgr (itetcu)
* - Removed Python 2.5 requirement introduced by recent commit, since theglarkin2010-01-261-18/+2
| | | | | | | | application appears to work correctly (w/ warnings) under Python 2.6. [1] - Removed the corresponding entry in UPDATING PR: ports/138976 Reported by: Lee Packham <lpackham@leenux.org.uk>, Thomas Maack Nielsen <tmn@concare.net> [1]
* - Add cpan site to WWWehaupt2010-01-232-0/+4
| | | | - Fix indentation, fmt -w 80
* - Added checks to Makefile to restrict installation with Python 2.5 only [1]glarkin2010-01-193-7/+46
| | | | | | | | | | | | - Added pkg-message for information about API key configuration with current version of devel/py-cheetah [1] - Added UPDATING entry for information about installation in mixed Python version environments (2.5 vs. 2.6) - Added IGNORE for package builds when default Python version > 2.5 - Fleshed out pkg-descr and updated WWW: PR: ports/138976 Submitted by: hideo <hideo@lastamericanempire.com> [1]
* With portmgr hat on, reset the maintainership of skv@ for ports thatlinimon2010-01-101-1/+1
| | | | he has had one or more maintainer-timeouts on in the past 12 months.
* Reset vs@FreeBSD.org at his request due to lack of time.linimon2010-01-031-1/+1
|
* - Update to 2.14miwi2009-12-262-4/+4
| | | | | | | | | Changes: http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-NNTP-2.14/Changes PR: 140209 Submitted by: ehaupt@ Approved by: maintainer timeout
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-215-16/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - add path for inn 2.5.0dinoex2009-11-291-1/+1
| | | | PR: 140921
* - Make perl5 dependency mandatory [1]fluffy2009-11-271-13/+7
| | | | | | | - Improve tcl handling Noticed by: dinoex via IRC [1] Approved by: tabthorpe (co-mentor)
* - Remove obsolete gecko providersbeat2009-11-271-3/+2
| | | | | | | | - Remove obsolete inclusion of www/mozilla/bsd.gecko.mk - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi
* Reset clement@FreeBSD.org due to long absence from FreeBSD.linimon2009-11-122-2/+2
| | | | Hat: portmgr
* Attempt to fix pkg-plisterwin2009-11-112-1/+2
| | | | Submitted by: pointyhat
* Reset hoek@ who has been inactive for quite some time.linimon2009-11-101-1/+1
| | | | Hat: portmgr
* Reset hoek@ who has been inactive for quite some time. Also note thatlinimon2009-11-101-2/+2
| | | | | | the mastersite has disappeared. Hat: portmgr
* - Update to 0.4.12beat2009-10-272-4/+4
| | | | | PR: ports/140006 Submitted by: Daniel Bretoi <daniel AT netwalk.org> (maintainer)
* Mark BROKEN: does not builderwin2009-10-251-0/+2
|
* Use USERS and GROUPS.fjoe2009-10-222-73/+2
|
* - Update to 1.5.3anray2009-10-156-58/+89
| | | | | PR: ports/136807 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
* - Update to 0.5.1miwi2009-09-234-163/+249
| | | | | | PR: 139030 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Feature safe: yes
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-09-021-6/+2
| | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-291-1/+1
| | | | | | response to email. Hat: portmgr
* - Fix INDEXmiwi2009-08-231-3/+1
|
* - Fix broken makefile introduced with translation to new SF File Release Systemamdmi32009-08-221-3/+2
| | | | | Reported by: dan Pointyhat to: myself
* - Fix broken makefiles introduced with translation to new SF File Release Systemamdmi32009-08-221-4/+0
| | | | | Reported by: dan Pointyhat to: myself
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-2236-37/+42
| | | | starting with N
* Update my MAINTAINER's email to @FreeBSD.orgfluffy2009-08-111-1/+1
| | | | Approved by: tabthorpe (co-mentor)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-033-3/+2
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonselinimon2009-08-021-1/+1
| | | | | | to email. Hat: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-318-6/+8
| | | | | | bumped or updated Requested by: edwin
* - Update to 2.4.6miwi2009-07-293-48/+8
| | | | | | - Pass maintainership to Dima Panov <Fluffy@fluffy.khv.ru> PR: based on 136810
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-232-15/+2
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* With regret, return these to the pool.shaun2009-07-221-1/+1
|
* - Update to 1.04clsung2009-07-212-4/+4
| | | | | PR: ports/136556 Submitted by: pgollucci
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - fix NOPORTSDOCdinoex2009-07-061-7/+8
| | | | reported by: QAT
* - fix build with custom LOCALBASEdinoex2009-07-053-25/+22
| | | | | | Reported by: QAT - some cleanups
* - Update to version 10.00 (beta 1)johans2009-06-164-24/+24
| | | | | - Build with GNU configure rather than imake - Claim maintainership
* Remove news/inn-current as it has been marked BROKEN 2 years and 4 months ago.erwin2009-06-144-43/+0
|
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Update to 0.4.11amdmi32009-05-282-7/+7
| | | | | | | - While here, fix some identation PR: 134789 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - Update to 0.4.9miwi2009-04-242-4/+4
| | | | | PR: 133882 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - Update to 0.6.0miwi2009-04-236-96/+4
| | | | | PR: 133737 Submitted by: Jeff Burchell <toxic@doobie.com> (maintainer)
* - Update to DISTVERSION= 1.11.7miwi2009-04-233-15/+17
| | | | | PR: 133889 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Introduce OPTIONSjohans2009-04-103-50/+29
| | | | - Add tin_ prefix to manpages mbox.5 and mmdf.5
* Correct typo to fix plist ith -DNOPORTDOCSitetcu2009-04-051-1/+1
| | | | Prompted by: QAT QA run
* - MAKE_JOBS_UNSAFEdinoex2009-03-282-2/+6
|
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+2
|
* - Update to 0.4.8amdmi32009-03-272-4/+4
| | | | | PR: 133105 Submitted by: Daniel Bretoi <daniel at netwalk dot org> (maintainer)
* - Respect NOPORTDOCSjohans2009-03-242-29/+34
| | | | - Take maintainership
* - Update WWWpav2009-03-231-1/+1
|
* - add LICENSE:dinoex2009-03-201-0/+2
|
* LottaNZB is a graphical usenet frontend utilizing hellanzbmiwi2009-03-175-0/+426
| | | | | | | | | that simplifies the retrieval of binary news. WWW: http://www.lottanzb.org PR: ports/131332 Submitted by: Zach Thompson <hideo at lastamericanempire.com>
* Free most of my ports, since they aren't being maintained to ashaun2009-03-142-2/+2
| | | | reasonable standard.
* - Update to 0.4.7rafan2009-02-284-18/+14
| | | | | PR: ports/132083 Submitted by: Daniel Bretoi <daniel at netwalk.org>
* Update to 2.10skv2009-02-232-4/+4
| | | | | | Changes: http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-NNTP-2.10/Changes PR: ports/131400 Submitted by: pgollucci
* - add LICENSE:dinoex2009-02-161-0/+2
|
* 2009-02-09 audio/xmms-imms: does not configure or buildmiwi2009-02-147-202/+0
| | | | | | | | 2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x 2009-01-19 games/planeshift: Depends on broken, expired port 2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore 2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months 2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
* Take up maintainershipjohans2009-02-134-5/+6
|
* - Update to 1.2.6nivit2009-02-112-4/+4
|
* - Update to 2.12.tdb2009-02-072-4/+4
|
* - Update download locationspgollucci2009-02-011-0/+1
| | | | | | restore CPAN subdir Reported by: -fetch-original pointyhat run
* - Update py-twisted-* to 8.2.0lwhsu2009-01-312-5/+5
| | | | | | | | | | | | | - turn devel/py-twisted into a meta port. - Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk: * Remove flow, pair, xish, which are deprecated (but still update them to latest release in the tree) * Remove USE_TWISTED=13 (no port uses this) * Fix typos in twisted components _DEPENDS PR: ports/130001 Submitted by: lwhsu Approved by: maintainer timeout
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-072-8/+3
|
* - Update to 0.4.6miwi2008-12-232-4/+4
| | | | | PR: 129640 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - Update to 1.2.5nivit2008-12-093-11/+13
|
* - fix plist for -DNOPORTDOCSitetcu2008-11-212-4/+5
| | | | | | | - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
* Deprecate at maintianer's request, as it isn't developed anymore.itetcu2008-11-211-0/+3
| | | | | | | Use news/sabnzbdplus instead. Submitted by: maintaier (private email) Prompted by: QAT QA run
* - Remove SSL OPTION; force OpenSSL dependency instead.shaun2008-11-181-7/+1
| | | | | | - Remove bogus TCL 8.3 dependency. Submitted by: Dima Panov via cvs-ports
* - Upgrade inn to 2.4.5.shaun2008-11-159-129/+104
| | | | | | | | | | - Upgrade inn-current to the latest snapshot, fixing some issues with the port [1]; the port is still BROKEN, though. - Fix IPv6 binding issue. [2] PR: ports/124566 [1] Submitted by: thierry [1] Obtained from: http://marc.info/?t=122460141500003 [2]
* - Add CONFLICTS with husky-htick-devel [1]fjoe2008-11-121-2/+4
| | | | | | | - Fix COMMENT PR: 128741 [1] Submitted by: Dmitry Marakasov
* - Add news/husky-htick-devel (/update repocopied port to 1.4-rc5)amdmi32008-11-106-29/+28
| | | | | | | | | | | | FTN File ticker, development version. htick is a part of Husky Fidosoft Project. Husky is complete freeware suite of Fidonet applications. WWW: http://husky.sourceforge.net/ PR: 128354 Submitted by: andrew clarke <mail at ozzmosis dot com>
* - Update to 0.4.5rafan2008-11-093-4/+5
| | | | | PR: ports/128702 Submitted by: Daniel Bretoi <daniel at netwalk.org> (maintainer)
* Update to 0.9.9p1.philip2008-10-285-144/+51
| | | | | | | | Among other things, slrn now uses libslang2 instead of libslang. Changelog: http://slrn.sourceforge.net/docs/changes.txt Approved by: shaun (maintainer)
* - Update to 0.5.1amdmi32008-10-166-13/+89
| | | | | | | - Add some patches to disable Linux-specific functionality PR: 128106 Submitted by: Jeff Burchell <toxic at doobie dot com> (maintainer)
* 1) Add WITHOUT_TIN_MAILBOX_MANPAGES knobache2008-09-282-2/+21
| | | | | | | 2) Drop my maintainership PR: 127509 Submitted by: "N.J. Mann" <njm@njm.me.uk> (1)
* - Update to 1.02clsung2008-09-262-6/+5
| | | | Changes: http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
* - Update to 0.4.4miwi2008-09-242-4/+4
| | | | | PR: 127501 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - Respect NOPORTDOCS/NOPORTEXAMPLESmiwi2008-09-122-13/+14
| | | | Approved by: portmgr (erwin)
* - not chown all dirsdinoex2008-09-071-1/+5
|
* - Update to 0.4.1.lippe2008-09-042-9/+23
| | | | | | | | | - Add OPTIONS. - Respect NOPORTDOCS/NOPORTEXAMPLES case. PR: ports/126612 Submitted by: Jeff Burchell <toxic@doobie.com> Approved by: Jeff Burchell <toxic@doobie.com> (new maintainer)
* Assign to new volunteer.linimon2008-09-031-1/+1
|
* - Update to 0.4.3miwi2008-08-313-4/+5
| | | | | PR: 126976 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* Fix with autoconf-2.62. After running autotools at the top level, theade2008-08-271-0/+12
| | | | | | | code then goes on to run autoconf/autoheader *again* via its own mechanisms, with predictable results. Quite how this port *ever* built is beyond me, but hey, this fixes it.
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-218-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to worklinimon2008-08-201-1/+1
| | | | | | on FreeBSD at the moment. Hat: portmgr
* Reset lewiz@compsoc.man.ac.uk due to lack of time to work on FreeBSD.linimon2008-08-201-1/+1
| | | | Hat: portmgr
* Reset conrads@cox.net due to lack of time to work on FreeBSD.linimon2008-08-201-1/+1
| | | | Hat: portmgr
* Catch up with a port that wasn't using autoconf:261 on my tree.ade2008-08-201-1/+1
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1
| | | | Hat: portmgr
* - Fix build with gcc42pav2008-08-1619-8/+890
| | | | | | - Backport bugfixes from vendor CVS Submitted by: Jeff Burchell <toxic@doobie.com>
* - fix build for gnstep-gui > 0.15dinoex2008-08-121-2/+16
|
* Update to 0.133.mezz2008-08-043-8/+8
| | | | Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363
* Reorder include files to allow building with -CURRENT gcc (4.2).naddy2008-07-282-0/+33
|
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+0
| | | | MAKE_ENV
* - Update to 0.4.0miwi2008-07-084-194/+365
| | | | | PR: 125347 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer)
* - respect DOCSDIR and NOPORTDOCSmich2008-06-231-2/+2
| | | | Reminded by: QA Tindy (itetcu)
* Update to 2.11tdb2008-06-162-4/+4
|
* Update to 1.1.5.a20070503.fjoe2008-06-104-175/+4
| | | | | PR: 122885 Submitted by: Alexander Logvinov
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0613-10/+13
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 2.08miwi2008-06-012-5/+9
| | | | | | PR: 120706 Submitted by: lippe Approved by: maintainer timeout
* - fix build for NOPORTDOCSdinoex2008-05-311-0/+5
| | | | Reported by: itetcu
* - use PORTEXAMPLESdinoex2008-05-316-230/+234
|
* - Update to 1.00miwi2008-05-182-4/+4
|
* - fix build for option WITH_GNUSTEP_DEVELdinoex2008-05-112-2/+22
|
* Forgot to remove the patch fileedwin2008-05-041-10/+0
|
* Update to 1.1.0edwin2008-04-293-106/+109
|
* - original master site is gone, update links to mirror site.leeym2008-04-262-2/+2
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-205-9/+8
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Connect news/sabnzbdplus to the buildmiwi2008-04-181-0/+1
|