aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Fix OPTIONS with OPENSSL problemsem2005-02-221-1/+10
| | | | | PR: ports/77868 Submitted by: maintainer
* Update to version 2.1.12krion2005-02-222-3/+3
|
* Rewrite startup scripts to use RC_SUBRskv2005-02-224-77/+121
|
* fixup MASTER_SITESmat2005-02-221-1/+1
| | | | Reported by: kris via pointyhat
* Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)mat2005-02-221-3/+4
| | | | | | + minor fix in the Makefile Pointed out by: [1] kris via pointyhat
* Update to 0.16mat2005-02-223-3/+4
|
* Update to 0.15.02mat2005-02-222-4/+4
|
* Update to 0.19.01mat2005-02-223-4/+5
|
* Fix fetch: Tarballed rerolled, no differencesvs2005-02-221-2/+2
|
* Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing listgerald2005-02-2230-180/+200
| | | | for the libjava case (still disabled for now, though).
* - Fix fetch by grabbing the tarball from Debianvs2005-02-223-6/+8
| | | | - Nuke plist while here
* - Change to new master siteclsung2005-02-221-1/+1
| | | | | PR: ports/77863 Submitted by: Klaus Michael Indlekofer (maintainer)
* - change to new master siteclsung2005-02-221-1/+1
| | | | | PR: ports/77862 Submitted by: Klaus Michael Indlekofer (maintainer)
* - Fix build on AMD (hopefully)vs2005-02-218-42/+28
| | | | | | | | - Remove extra-patch in favour of USE_LIBTOOL - Remove two-line plist PR: ports/77563 Submitted by: Kay Lehmann (maintainer)
* - Update to 4.2.1sergei2005-02-213-20/+35
|
* Update to 2.2.1vs2005-02-212-3/+3
| | | | | PR: ports/77856 Submitted by: maintainer
* USE_MESA -> USE_GLfjoe2005-02-211-1/+1
| | | | Approved by: MAINTAINER
* Update to version 0.13.3markus2005-02-216-28/+6
|
* * update to 1.4skv2005-02-213-4/+11
| | | | * fix proflibs issue
* - Update to 0.45sergei2005-02-212-3/+3
|
* - add pod2man in CONFIGURE_ARGS, and install perl manpages under perl 5.00503leeym2005-02-211-2/+4
| | | | | Noticed by: kris Approved by: demon
* - Update to 0.14.3sergei2005-02-212-3/+3
|
* - Update to 2.0.1sergei2005-02-212-3/+3
|
* - Update to 0.11.0sergei2005-02-212-3/+3
|
* - Update to 1.2.1sergei2005-02-212-3/+3
|
* Update to version 0.3.7markus2005-02-218-12/+12
|
* Update to DAT 4431jeh2005-02-212-3/+3
|
* - Try harder when determining WRKSRC of pwlib build-time dependency:sergei2005-02-214-20/+16
| | | | | | use cd ${PORTSDIR}/deve/pwlib && make -V WRKSRC instead of hard-coding default location which is not always applicable - While I'm here, pacify portlint(1) (spaces -> tab)
* Upgrade to 6.6.4edwin2005-02-212-3/+3
|
* Remove duplicate port (sysutils/videogen exists, though `sysutils' isdanfe2005-02-214-44/+0
| | | | probably not the right category for it).
* Add videogen 0.21, small utility for generating modelines for XFree86 servers.danfe2005-02-214-0/+44
|
* Fix plist: return back ".packlist"skv2005-02-212-0/+4
| | | | Pointer by: kris
* Appease pointyhat by not touching perllocal.pod.philip2005-02-211-0/+1
| | | | | Spotted by: pointyhat via kris Approved by: krion
* update to 1.9.3oliver2005-02-219-9/+81
| | | | add a patch which fixes non-7-bit-clean header handling
* Add possibility to switch vty's and suspend it while playing thekrion2005-02-212-0/+150
| | | | | | | game. PR: ports/48426 Submitted by: Eugene Grosbein <eugen at grosbein dot pp.ru>
* New version with more fixes for the broken TCL.harti2005-02-212-3/+3
|
* - Update to the latest version - 1.8.0sergei2005-02-216-119/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Maildir quota is now enabled by default. The following options were deleted: - WITH_MAILDIRQUOTA - WITH_TRASHQUOTA - New option WITH_AUTHLIB is added, which provides optional support for Courier Auth Library (mail/courier-authlib port). - Userdb authentication, LDAP and MySQL support are provided through courier-authlib now, thus the following options - WITH_USERDB - WITH_LDAP - WITH_MYSQL have been superceded by WITH_AUTHLIB. WARNING! WARNING! WARNING! - Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the resulting binary cannot properly locate libcourierauth.so.0 library: yasu@sugar[22]% ldd /usr/local/bin/maildrop /usr/local/bin/maildrop: libcourierauth.so.0 => not found (0x0) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000) libm.so.2 => /usr/lib/libm.so.2 (0x280d3000) libc.so.4 => /usr/lib/libc.so.4 (0x280ee000) This is because libcourierauth.so.0 is not installed in the standard library path of dynamic linker. One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib' to linker flags. Unfortunately, this breaks the installation procedure. A solution to this problem is being actively sought, and I hope it will be fixed shortly. PR: ports/76786 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* groovy --> ports/lang/groovyhq2005-02-211-0/+1
|
* Groovy is an agile dynamic language for the Java 2 Platform that has many ofhq2005-02-215-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java 2 Platform in a quick, concise and fun way. Groovy brings the power of a scripting language directly into the Java 2 Platform. For example: - Shell scripting using Groovy allows the full power of the Java Platform to be brought to bear to the task at hand. - Groovy can be used (and indeed is already being used) as a replacement for Java for small and medium sized applications to execute on the Java 2 Platform. - Groovy can be used as an embedded language for dynamic business rules or extension points utilizing the agility of Groovy and saving the cost of redeploying applications for each change of rule (especially when the rules are stored in a database). - Groovy makes writing test cases for unit tests very easy. As well as being a powerful language for scripting Java objects, Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project. WWW: http://groovy.codehaus.org/
* - Add a note to icc users about adding LOCALBASE/intel_cc_80/bin to CCACHE_PATHahze2005-02-212-1/+5
|
* - Update MASTER_SITES to fix fetch [1]ahze2005-02-212-2/+2
| | | | | | | | - Update WWW: line to point to game website, couldn't find server website. PR: ports/77843 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
* - Update to 1.5.1ahze2005-02-213-6/+93
| | | | | | ChangeLog: http://slipgate.za.net/dosage/downloads/changelog PR: ports/77844 Submitted by: Antoine Brodin (maintainer)
* - Fix '-h' option in gatlingahze2005-02-212-0/+12
| | | | | | | | - Bump PORTREVISION PR: ports/77783 Submitted by: Thomas-Martin Seck (maintainer) Obtained from: gatling CVS
* Fix MASTER_SITES.krion2005-02-212-2/+2
|
* Update to 3.5.philip2005-02-213-4/+13
|
* (forced commit) forgot to mention about [2] of former commit.maho2005-02-210-0/+0
| | | | | Submitted by: Zbynek Burget <zburget@miastudio.cz> and Pavel@Janik.cz (Pavel Janik) [2]
* (forced commit)maho2005-02-210-0/+0
| | | | | | | Forgot to mention about submitter of 77198 and 77199 PR: 77199, 77198 Submitted by: IIJIMA Hiromitsu <isunin@dennougedougakkai-ndd.org>
* Unbreak by setting IGNOREFILES= ${DISTFILES}maho2005-02-212-48/+43
| | | | | | | | The dictionaries are purely data anyway, so it is safe to set this. PR: 77199 Submitted by: Mikhail Teterin <mi+kde@aldan.algebra.com>
* Add Russian [1], Czech, Slovak and Slovenian [2] localized helps.maho2005-02-216-18/+54
| | | | Submitted by: Rail Aliev <rail@iqchoice.com> [1]
* - Update to 1.0 finalhq2005-02-214-19/+16
| | | | | | - Improve launcher shell script: use JAVA_VERSION instead of hardcoding a particular JDK - Use SUB_FILES to generate the launcher shell script
* Update to 1.4.tobez2005-02-214-8/+8
| | | | | PR: 77836 Submitted by: maintainer
* Correct MASTER_SITES and WWW.demon2005-02-212-2/+2
|
* - update MASTER_SITESdinoex2005-02-211-4/+4
|
* - update MASTER_SITESdinoex2005-02-211-1/+1
|
* Update to 0.58.tobez2005-02-212-3/+3
|
* - remove all LC_MESSAGES dirs we put files in.dinoex2005-02-211-0/+20
|
* Removed: Abandoned, 'pg' now available from sysutils/heirloom.vs2005-02-211-1/+0
| | | | | PR: ports/77714 Submitted by: Sam Lawrance
* Removed: It hasn't been available for quite some time and the 'pg'vs2005-02-217-131/+1
| | | | | | | utility is available from syutils/heirloom. PR: ports/77714 Submitted by: Sam Lawrance
* Update MASTER_SITESahze2005-02-211-5/+9
| | | | | PR: ports/77831 Submitted by: maintainer
* - Update MASTER_SITESahze2005-02-211-2/+2
| | | | | | | - Add accessibility to CATEGORIES PR: ports/77806 Submitted by: Stephen Montgomery-Smith
* - Update to 1.004ahze2005-02-212-4/+3
| | | | Submitted by: maintainer
* - Update to 2.0ahze2005-02-213-9/+22
| | | | | | | - Mark IGNORE on 4.x and 6.x since it wants libc.so.5 PR: ports/77832 Submitted by: Sam Lawrance <boris@booknet.com.au>
* Update to 2.3.0ahze2005-02-212-3/+3
| | | | | PR: ports/77798 Sumitted by: maintainer
* pads --> ports/net-mgmt/padsahze2005-02-211-0/+1
|
* Add pads 1.1.3, passively detect network assets.ahze2005-02-215-0/+50
| | | | | PR: ports/77801 Submitted by: Andrew Thompson <andy@fud.org.nz>
* p5-Kwiki-Icons-Gnome --> ports/www/p5-Kwiki-Icons-Gnomeclsung2005-02-211-0/+1
|
* - New port: Kwiki Gnome Icons Pluginclsung2005-02-216-0/+54
| | | | | PR: ports/77737 Submitted by: Mark Foster <mark AT foster dot cc>
* Fix a typo in COMMENT.thierry2005-02-211-1/+1
| | | | Reported by: maintainer.
* - nikto have bundled LW, so it doesn't depend on security/libwhiskerleeym2005-02-212-34/+32
| | | | | | - correct the setting of plugin direcroty and utilize DATADIR Noticed by: kris
* Annotate comment about using sgmltools port to build the docs with akris2005-02-211-0/+2
| | | | | note that this port was removed. Perhaps the maintainer can investigate whether some other tool can be used instead.
* Remove references to ports recently deleted.kris2005-02-215-17/+4
|
* - Update to version 2005.02.17hq2005-02-213-7/+50
| | | | | | | | - Add WITH_EXTRAS knob to include source code examples - Improve pkg-descr PR: 77796 Submitted by: maintainer
* base --> ports/security/basesergei2005-02-211-0/+1
|
* Add security/base:sergei2005-02-216-0/+192
| | | | | | | | | | | | | | | | | | BASE is the Basic Analysis and Security Engine. It is based on the code from the ACID project. This application provides a PHP-based web front-end to query and analyze the alerts coming from a Snort IDS system. BASE is a web interface to perform analysis of intrusions that Snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly. WWW: http://secureideas.sourceforge.net/ PR: ports/74492 [1], ports/77103 [2] Submitted by: Linh Pham <question+fbsdports@closedsrc.org> [1], Paul Schmhel <pauls@utdallas.edu> [2]
* - Update to 3.19pav2005-02-214-13/+13
| | | | | | PR: ports/77761 Submitted by: Gerard Samuel <fbsd-ports@trini0.org> Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
* - Create legacy Sensors directory, packing lists of many desklets rely on itpav2005-02-212-0/+4
|
* - Unbreakpav2005-02-2114-14/+390
| | | | | | | - Take maintainership PR: ports/77688 Submitted by: Danny Boudrot <dboudrot@yahoo.com>
* mx4j --> ports/java/mx4jhq2005-02-211-0/+1
|
* MX4J is a project to build an Open Source implementation of thehq2005-02-214-0/+76
| | | | | | | | | | | | | | | | | Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX. JMX is an optional package for J2SE that provides a standard way to manage applications. It can also be used to wrap legacy systems and provide a standard interface to the outside world, enabling the development of web services. JMX allows developers to write more modular and loosely coupled system components and reduce the complexity of large, interoperating systems. WWW: http://mx4j.sourceforge.net PR: 77642 Submitted by: filippo@widestore.net
* Fix jboss4 deploy pathhq2005-02-211-2/+2
| | | | | PR: 77797 Submitted by: maintainer
* The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.marcus2005-02-213-3/+6
|
* Add 'Categories' in linux-opera.desktop and move it frommezz2005-02-216-72/+60
| | | | share/gnome/apps/Internet to share/gnome/applications.
* Move wesnoth.desktop from share/gnome/apps/Games to share/gnome/applications.mezz2005-02-214-4/+6
|
* brlcad --> ports/cad/brlcadthierry2005-02-211-0/+1
|
* Add brlcad 7.0.4, CSG modelling system from the US Balisticthierry2005-02-2110-0/+1867
| | | | | | | Research Laboratory. PR: 76122 Submitted by: Pedro F. Giffuni
* Add 'Categories' entry in pan.desktop and move pan.desktop frommezz2005-02-212-1/+7
| | | | | ${X11BASE}/share/gnome/apps/Internet to ${X11BASE}/share/gnome/applications. It works better for the future GNOME 2.10 and the 'share/gnome/apps/*' is old.
* Security update to 0.57.simon2005-02-212-3/+3
| | | | | Security: http://vuxml.FreeBSD.org/a413ed94-836e-11d9-a9e7-0001020eed82.html Approved by: erwin (mentor)
* . FreeBSD has <limits.h>.glewis2005-02-211-0/+17
|
* . Update to 2.00.02.glewis2005-02-214-23/+45
| | | | . Sort packing list.
* For the the recent kdelibs entry; note that dcopidlng is only used atsimon2005-02-211-0/+4
| | | | | | build time. Reported by: lofi
* Don't create the perllocal.pod file. This ifx is adapted from bsd.port.mkmarcus2005-02-214-0/+22
| | | | | | since Gaim cannot use PERL_CONFIGURE directly. Reported by: pointyhat via kris
* USE_MESA -> USE_GL + LIB_DEPENDS on libglut.fjoe2005-02-211-1/+2
|
* USE_MESA -> USE_GL.fjoe2005-02-211-1/+1
|
* Upgrade to 0.9.8.des2005-02-219-2464/+247
|
* Upgrade to 0.3.8.des2005-02-215-54/+5
| | | | | WARNING: does not respect PTHREAD_{FLAGS,LIBS}. I could not find a clean way to patch it in. It should still work fine for the common case, though.
* Add missing directorykris2005-02-211-0/+1
|
* USE_MESA -> USE_GL.fjoe2005-02-211-1/+1
|
* Upgrade to 1.8.4des2005-02-216-85/+3
|
* BROKEN: Incomplete pkg-plistkris2005-02-211-0/+2
| | | | | # This port should probably be repo-copied to audio/jackit, since that # is what the package calls itself.
* Add missing directorykris2005-02-212-0/+2
|
* Ooops, I forgot the icons...netchild2005-02-212-0/+65
|
* BROKEN: Incomplete pkg-plistkris2005-02-211-0/+2
|
* BROKEN: Incorrect pkg-plist (removes files not installed by this port)kris2005-02-211-0/+2
|
* - Update to 1.8.1pav2005-02-213-4/+7
|
* USE_MESA -> USE_GL + LIB_DEPENDS on libglut.fjoe2005-02-211-1/+3
|
* metacity-ana-theme --> ports/x11-themes/metacity-ana-themenetchild2005-02-211-0/+1
|
* The metacity theme which fits to the just committed gtk-ana-theme.netchild2005-02-212-0/+12
|
* gtk-ana-theme --> ports/x11-themes/gtk-ana-themenetchild2005-02-211-0/+1
|
* Another theme for gtk (1.2 and 2). It's white and round.netchild2005-02-215-0/+138
|
* USE_MESA -> USE_GL.fjoe2005-02-212-2/+2
|
* Fix typo in pkg-plistarved2005-02-211-1/+1
| | | | Reported by: pointyhat
* Fix packagebuild by adding USE_PERL5_BUILDarved2005-02-213-6/+19
| | | | | | | Disable cdparanoia support Drop maintainership Reported by: pointyhat cluster
* - This port conflicts with wxgtk2-unicode-contrib-devel-2.5.2fjoe2005-02-217-0/+28
| | | | | (common file lib/libwx_gtk2u_xrc-2.5.so). - Bump PORTREVISION.
* Adjust CONFLICTS so that it matches all PORTREVISION's offjoe2005-02-214-4/+4
| | | | wxgtk2-contrib-devel-2.5.2.
* - This port conflicts with wxgtk2-contrib-devel-2.5.2fjoe2005-02-214-0/+20
| | | | | | | (common file lib/libwx_gtk2_xrc-2.5.so). - Bump PORTREVISION. PR: 76692
* Document heap corruption vulnerabilities in putty.simon2005-02-211-0/+34
|
* Fix doc generation, broken since the upgrade to teTeX 3.0.thierry2005-02-211-0/+7
| | | | | | | | | | | | According to Hiroki Sato: "In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex always detects the PDF output feature. Although there are several means to fix this problem, I think disabling such detection should be simple and enough." Reported by: kris via pointyhat Obtained from: hrs
* - Remove WITH_GUI support, as it relies on removed p5-Glade port.pav2005-02-212-25/+0
| | | | Reported by: Peter Jeremy <PeterJeremy@optushome.com.au> on freebsd-ports
* Update MASTER_SITES.nobutaka2005-02-211-1/+1
| | | | Submitted by: maintainer
* * Vendor patches:pav2005-02-2112-6/+84
| | | | | | | | | | | | - fix some cross-platform build format warnings - allow high characters in generated FTP and Gopher directory listings (squid bug #1220) - cleanup generation of FTP URLs - relax the newly introduced strict HTTP parser slightly to work around some more malformed HTTP responses (squid bug #1242) PR: ports/77779 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
* - Update to 5.6pav2005-02-212-24/+13
| | | | | | | - Engage OPTIONS PR: ports/77789 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Update to 1.9.4pav2005-02-213-18/+12
| | | | | | | | - Engage OPTIONS - Drop maintainership PR: ports/77788 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Mark as IGNORE; the latest version of this port is already includedhrs2005-02-211-2/+4
| | | | | in the teTeX distribution. - Fix dependency and take maintainership.
* - Update to 0.2.7pav2005-02-2116-2124/+30
| | | | | PR: ports/77785 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 1.9pav2005-02-213-4/+5
| | | | | PR: ports/77781 Submitted by: Yonatan <onatan@gmail.com> (maintainer)
* - Add FreeBSD 5 supportpav2005-02-2110-5/+637
| | | | | PR: ports/77776 Submitted by: Yonatan <onatan@gmail.com> (maintainer)
* - Update to 0.6.1pav2005-02-215-18/+12
| | | | | PR: ports/77773 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.3.1pav2005-02-214-21/+18
| | | | | PR: ports/77770 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Now installs Radius dictionary. This also unbreaks build om perl 5.005_03 [1].lth2005-02-212-0/+35
| | | | Noticed by: pointyhat
* - Make fetchable: use debian's sparc-utils tarballpav2005-02-212-4/+6
| | | | | PR: ports/77769 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update MASTER_SITESpav2005-02-211-1/+1
| | | | | PR: ports/77731 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
* - Fix plistpav2005-02-212-4/+4
| | | | | | | - Style PR: ports/77683 Submitted by: Marco Molteni <molter@tin.it>
* Update to 2.12.2.nobutaka2005-02-212-3/+3
|
* I no longer have the time nor the inclination to maintain this.des2005-02-214-4/+4
|
* - Update to 4.4.4.20050214pav2005-02-212-5/+5
| | | | | PR: ports/77768 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* - Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIAnobutaka2005-02-211-1/+2
| | | | | | | shared library correctly. - Add WITH_XVMC knob. Submitted by: Jon Spencer <jon@jackson-spencer.ca>
* Upgrade to version 1.53.olgeni2005-02-203-3/+6
|
* Forced commit to note that josef is free of mentorship. Due to time constraintspav2005-02-200-0/+0
| | | | | placed on him by real life, he haven't practiced his port skills much, so he promised to get non-trivial patches reviewed before checking them in.
* - Now builds on amd64 [1]lth2005-02-2012-30/+42
| | | | | | - Fixed output redirection for p4web [2] Submitted by: arved [1], "Ryan F." <ryan@kalama.no-ip.org> [2]
* - create the .package dir (caused issues for gauche-gtk)pav2005-02-203-7/+14
| | | | | | | | - disable the sxml stuff in default build (to avoid issues with textproc/gauche-sxml PR: ports/77542 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Remove an extraneous patch.thierry2005-02-201-0/+0
|
* - Upgrade to 5.2;thierry2005-02-204-51/+5
| | | | | | - don't build the shared library and thus remove CONFLICTS. Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* - Mark BROKEN and DEPRECATED, this no longer configure with emacs20pav2005-02-201-0/+5
| | | | Reported by: krismail, sf
* - Update to 3.8.0 and unbreakpav2005-02-205-13/+56
| | | | | PR: ports/77739 Submitted by: Johan van Selst <johans@stack.nl>
* - Do not call times(NULL).fjoe2005-02-202-1/+13
| | | | - Bump PORTREVISION.
* Implement net/dante and net/socks5 support.krion2005-02-201-0/+12
|
* Honour threads.krion2005-02-203-2/+60
| | | | | | Bump PORTREVISION. Reported by: Valentin Nechayev <netch at segfault dot kiev.ua>
* Remove CONFLICTS on wxgtk-* ports. This is no longer true.fjoe2005-02-204-8/+0
| | | | Submitted by: Christopher Nehren
* Add a missing dependency to bison.thierry2005-02-201-0/+1
| | | | Reported by: Kris via pointyhat.
* - Fix build when both heimdal and kerberos are installed.fjoe2005-02-202-1/+19
| | | | - Bump PORTREVISION.
* - Use a binary RPM of Mesa v3 instead of building it from source:netchild2005-02-207-117/+48
| | | | | | | | | * get's rid of the linux_devtools dependency * fixes the conflicts seen at deinstall time on pointyhat - correct the paths for the GL/GLU libs in the dependencies (the RPM installs the mesa libs to .../lib/ instead to .../X11R6/lib/) Nagging by: pointyhat
* Documentation tarball was rerolled, new docs were added.krion2005-02-202-4/+28
| | | | | PR: ports/77763 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Chase PATCHFILES to latest version.krion2005-02-202-4/+4
| | | | | PR: ports/77767 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Readd MASTER_SITES since it's available again.krion2005-02-201-1/+1
| | | | | PR: ports/77766 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 2.2.1krion2005-02-202-3/+3
| | | | | PR: ports/77765 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 5.63krion2005-02-203-63/+61
| | | | | PR: ports/77759 Submitted by: am Lawrance <boris at brooknet.com.au>
* Update to version 2.2.9krion2005-02-202-3/+3
| | | | | PR: ports/77755 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Readd MASTER_SITES since it's available again.krion2005-02-201-2/+1
| | | | | PR: ports/77764 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix MASTER_SITES.krion2005-02-201-1/+1
| | | | | PR: ports/77760 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 0.88krion2005-02-203-6/+192
| | | | | PR: ports/77758 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 0.8.27krion2005-02-203-18/+18
| | | | | PR: ports/77745 Submitted by: maintainer
* Fix MASTER_SITES and rename distfile.krion2005-02-202-4/+3
| | | | | PR: ports/77749 Submitted by: maintainer
* Fix MASTER_SITESkrion2005-02-201-1/+1
| | | | | PR: ports/77747 Submitted by: maintainer
* Fix MASTER_SITESkrion2005-02-201-1/+2
| | | | | PR: ports/77754 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix MASTER_SITESkrion2005-02-201-1/+3
| | | | | PR: ports/77752 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* [maintainer update] upgrade of games/scorched3d-devel toedwin2005-02-2068-232/+1084
| | | | | | | | Bumping up of the Scorched3D game to the last official release : 38. Note that net players need it to connect to current servers. PR: ports/76712 Submitted by: Guy P.<guy@device.dyndns.org>
* Add missing man page.krion2005-02-201-1/+2
|
* Update to 4.11.nork2005-02-205-56/+671
| | | | | | PR: ports/77762 Submitted by: Kang-min Liu <gugod@gugod.org> (maintainer) Pointed out by: pointyhat via kris
* Update to 2.8.13.marcus2005-02-202-3/+3
|
* master site was moved.ume2005-02-202-2/+2
| | | | Submitted by: Sam Lawrance <boris@brooknet.com.au>
* master site was moved.ume2005-02-202-2/+2
| | | | Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Fixing problems with the recent security patch: When bison was notgirgen2005-02-2020-10/+906
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* Update to 1.9m79maho2005-02-20132-2195/+1775
| | | | | | | o Update mozilla runtime to 1.7.5 o Add entries for newly added localized langs: hi-IN, ms [1] Submitted by: HIRANO, Kazunari <khirano@openoffice.org> [1]
* - update chinese/arphicttf path in RUN_DEPENDSleeym2005-02-202-10/+10
| | | | | | - some minor cosmetic fixes Noticed by: kris
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-206-0/+103
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* Update to wmweather 2.4.3kris2005-02-206-41/+20
|
* - Update to 3.3pav2005-02-203-5/+8
| | | | | | | - Take maintainership PR: ports/77738 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* - Menucolor patch was updatedpav2005-02-201-2/+2
| | | | | PR: ports/77735 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
* Original distfile site disappeared; chase location to dockapps.org.kris2005-02-203-5/+6
| | | | | | | This copy of the distfile is also called .tar.gz but is an uncompressed copy of that file. Nagged by: kris
* - Update to 0.97.0.7 and unbreakpav2005-02-202-11/+4
| | | | | PR: ports/77730 Submitted by: Johan van Selst <johans@stack.nl>
* Add mastersite with old source tarballsedwin2005-02-201-1/+2
|
* - Distfile rerolledpav2005-02-202-2/+3
| | | | | PR: ports/77722 Submitted by: Russell Jackson <raj@cserv62.csub.edu> (maintainer/author)
* Finish reaping the latest batch of expired ports.kris2005-02-201-46/+0
|
* Add the results of yesterday's reaping sessionkris2005-02-201-0/+46
|
* ipw-lesspav2005-02-201-1/+0
|
* - Remove net/ipwpav2005-02-206-47/+1
| | | | | | | Unfetchable, removal suggested by author PR: ports/77719 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* dvd-slideshow --> ports/multimedia/dvd-slideshowpav2005-02-201-0/+1
|
* New port dvd-slideshow. set of scripts to make it easier for me to burn apav2005-02-204-0/+96
| | | | | | | slideshow-style dvd with some simple menus PR: ports/77625 Submitted by: Phil Oleson <oz@nixil.net>
* - Fix PGSQL supportpav2005-02-208-0/+88
| | | | | PR: ports/77705 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
* - Distfile rerolled, some changespav2005-02-203-13/+14
| | | | | PR: ports/77699 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* BSD# Project is taking the maintainership.mezz2005-02-201-1/+1
| | | | | | BSD# Project: http://forge.novell.com/modules/xfmod/project/?bsd-sharp Submitted by: tmclaugh
* - Reset long time inactive maintainerpav2005-02-201-1/+1
|
* - Update to 5.2pav2005-02-2012-40/+318
| | | | | | PR: ports/77127 Submitted by: Thomas Melzer <tmelzer@tomesoft.de> Approved by: maintainer timeout (14 days)
* - older versions of 1.8 incorrectly identify themselves as 1.7 [1]leeym2005-02-203-51/+16
| | | | | | | - Utilize PORTDOCS and PLIST_FILES PR: [1] 77702 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* - aleph became afnixpav2005-02-201-1/+1
|
* - Update aleph 0.9.0 to afnix 1.0.0pav2005-02-2036-983/+295
| | | | | | | | | - Rename to match new name of the project - Take maintainership PR: ports/77611 Submitted by: Johan van Selst <johans@stack.nl> Repocopy by: marcus
* - Update to 2.1.3pav2005-02-202-4/+4
| | | | | PR: ports/77660 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* Use x11-fonts/mkbold-mkitalic rather than x11-fonts/mkbold|mkitalic. Sonork2005-02-204-10/+8
| | | | | | | change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic. Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Approved by: maintainer timeout (1 week)
* Use x11-fonts/mkbold-mkitalic rather than x11-fonts/mkbold|mkitalic. Sonork2005-02-202-6/+4
| | | | | | | change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic. Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Approved by: yoichi
* - Update to 0.1.3 and unbreakpav2005-02-202-5/+3
| | | | | PR: ports/77696 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Update to 5.4.6b, which fixes a bug that could cause vtwm to restartbmah2005-02-202-4/+4
| | | | | | | | | itself under certain conditions. The old 5.4.6a distfile wasn't available any longer anyway [1]. Drop maintainership. Pointed out by: kris [1]
* Fix MASTER_SITESkrion2005-02-201-1/+1
| | | | | PR: ports/77734 Submitted by: maintainer
* Fix MASTER_SITESkrion2005-02-201-1/+1
| | | | | PR: ports/77741 Submitted by: maintainer
* Update MASTER_SITE URL.perky2005-02-202-2/+2
|
* Fix plist on 4.xkrion2005-02-201-3/+13
| | | | | | | Fix pthread libs by using PTHREAD_LIBS PR: ports/77742 Submitted by: Florent Thoumie <flz at xbsd.org>
* - Update download URL.perky2005-02-202-3/+3
| | | | | - Update distinfo because tarball is rerolled. (the only difference is LF -> CR/LF change on README.)
* Add patches for two nasty bugs:netchild2005-02-203-0/+28
| | | | | | | | - fix "chunk is already free": nasty (and free of side effects in the actual code) but works (patch-reference.C) - fix refcounting (now my links page shows the tophits again... finally) Approved by: maintainer
* Fix a bug in usage DateTime column.thierry2005-02-202-0/+6
| | | | | | PR: ports/76952 Submitted by: maintainer Obtained from: SQLObject's CVS
* Unbreak build on Python 2.4perky2005-02-202-3/+8
| | | | Spotted by: kris
* Update to 3.1.4perky2005-02-202-4/+3
| | | | | | Spotted by: simon Security: http://www.vuxml.org/5192e7ca-7d4f-11d9-a9e7-0001020eed82.html Security: an information leakage vulnerability is fixed.
* Downgrade to stable release 2.1.5 (bump PORTEPOCH).thierry2005-02-204-36/+36
| | | | | | | Changelog at <http://pear.php.net/package/PHPUnit2/download/2.1.5/>. PR: ports/77321 Submitted by: maintainer.
* Update to 7.12.3perky2005-02-203-4/+4
| | | | | PR: 76883 Submitted by: Gerhard Schmidt <estartu@augusta.de>
* Upgrade to to 1.0.2.thierry2005-02-202-8/+14
| | | | | | | Changelog at <http://pear.php.net/package/Var_Dump/download/1.0.2/>. PR: ports/77318 Submitted by: maintainer
* - Update distinfo because some font files on site are updated.perky2005-02-202-8/+5
| | | | - Unmark BROKEN.
* Use bzipped tarball for lesser download size.perky2005-02-202-2/+3
| | | | | PR: 77562 Submitted by: delphij
* Update to 0.96.90perky2005-02-203-3/+27
| | | | | PR: 77687 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update to 2.5.7 and unbreak.thierry2005-02-205-37/+57
| | | | | PR: ports/77650 Submitted by: Johan van Selst
* - Chase MASTERSITESleeym2005-02-202-3/+3
| | | | | | | - Utilize PLIST_FILES PR: 77726 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix for compilation on 5.x.thierry2005-02-202-12/+4
| | | | | PR: ports/76320 Submitted by: Johan van Selst
* - add chinese/Makefile.ttf to control install/deinstall process of allleeym2005-02-1935-823/+261
| | | | | | | | | | | | TrueType fonts in chinese/*ttf - update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist} - relocate non-font files to DATADIR or DOCSDIR - fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm - update chinese/zh-fireflyttf to 1.2.6 [1] PR: [1] 77438 Submitted by: leeym Approved by: statue at freebsd.sinica.edu.tw
* Account for src/include/stdbool.h and src/sys/i386/include/_types.h havemarius2005-02-192-5/+13
| | | | | | been fixed in FreeBSD >= 600013 regarding using the GCC-compatibility. Approved by: netchild (blanket)
* Update affected versions of latest postgresql entry now that the portssimon2005-02-191-2/+4
| | | | have been fixed.
* Unbreak package build (remove debug executable.)olgeni2005-02-193-1/+18
| | | | Noticed by: kris
* pear-Text_Diff --> ports/devel/pear-Text_Diffthierry2005-02-191-0/+1
|
* Add pear-Text_Diff 0.0.4, engine for performing and rendering textthierry2005-02-194-0/+42
| | | | | | | diffs. PR: 77715 Submitted by: Joseph Scott <joseph (at) randomnetworks.com>
* Fix security alert using a patch from PostgreSQL's CVS repository:girgen2005-02-1924-138/+881
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor)
* Update to version 1.41krion2005-02-194-5/+16
| | | | | PR: ports/77724 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix MASTER_SITES.krion2005-02-191-1/+1
| | | | | PR: ports/77723 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* - Update MASTER_SITES and WWWsergei2005-02-192-2/+2
| | | | Prompted by: pointyhat via kris
* Add a new distribution site.nik2005-02-191-1/+2
|
* Upgrade to 050218 snapshot.thierry2005-02-192-3/+3
|
* Upgrade to 1.0.0-rc2.thierry2005-02-1913-131/+123
| | | | | PR: ports/76916 Submitted by: maintainer.
* Update to version 1.36krion2005-02-192-4/+3
| | | | | PR: ports/77712 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 0.7.1 and fix MASTER_SITES.krion2005-02-194-10/+8
| | | | | PR: ports/77691 Submitted by: maintainer
* Update to version 0.8.0krion2005-02-195-26/+28
| | | | | PR: ports/77718 Submitted by: maintainer
* Fix MASTER_SITES.krion2005-02-192-2/+2
| | | | | PR: ports/77716 Submitted by: maintainer
* Fix MASTER_SITES.krion2005-02-191-3/+1
| | | | | PR: ports/77704 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 0.9bkrion2005-02-194-21/+19
| | | | | PR: ports/77700 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 3.0.6p1krion2005-02-196-21/+18
| | | | | PR: ports/77695 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.marcus2005-02-192-5/+4
|
* Update to 0.84.kuriyama2005-02-193-3/+7
|
* Fix MASTER_SITES.krion2005-02-191-1/+1
| | | | | PR: ports/77706 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix MASTER_SITES.krion2005-02-192-7/+9
| | | | | | | Portlint(1). PR: ports/77709 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Fix package build.krion2005-02-192-4/+4
| | | | | PR: ports/77694 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 0.40.3krion2005-02-192-4/+4
| | | | | PR: ports/77132 Submitted by: Ports Fury
* Fix build on 4.xkrion2005-02-191-0/+4
| | | | | PR: ports/77697 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* follow the change of master siteyoichi2005-02-192-2/+2
|
* update to 0.8.2yoichi2005-02-192-4/+3
|
* Reset undeliverable maintainer address:kris2005-02-1910-10/+10
| | | | | <shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1 <shanee@augusta.de>... User unknown (in reply to RCPT TO command)
* Reset undeliverable maintainer address:kris2005-02-192-2/+2
| | | | | <fab@gcu.info>: host mail.gcu.info[213.91.10.50] said: 550 5.1.1 <fab@gcu.info>... User unknown (in reply to RCPT TO command)