summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Update to 0.9.10marcus2005-01-304-12/+50
| | | | | | | * Add an rcNG script for starting mDNSResponder * Assume maintainership Approved by: Paul Dlug <paul@aps.org> (previous maintainer)
* Upgrade to v1.5.jkoshy2005-01-302-3/+3
|
* Update to 1.6.3maho2005-01-306-94/+42
| | | | Submitted by: Christopher Illies <christopher.illies@web.de>
* Fix packaging.maho2005-01-301-1/+1
| | | | Submitted by: kris via pointyhat
* Resolve LATEST_LINK conflict of stackless_python versus python23.perky2005-01-302-3/+3
| | | | Pointed out by: kris
* - Update to 2.6.6pav2005-01-303-32/+33
| | | | | PR: ports/76831 Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
* Update to 0.0.4.marcus2005-01-306-8/+54
|
* cdce --> ports/comms/cdcepav2005-01-291-0/+1
|
* CDC Ethernet driver (driver for USB Linux-based PDAs: Sharp Zaurus, YOPY, etc).pav2005-01-298-0/+106
| | | | | | | | Currently the driver is maintained out-of-tree as a set of files to be downloaded and built manually. PR: ports/76802 Submitted by: Craig Boston <craig@yekse.gank.org>
* Upgrade to 1.3.2.thierry2005-01-293-7/+18
|
* - Fix build on FreeBSD 5pav2005-01-291-1/+1
| | | | | | | | gcc 3.x makes new assumptions on private c++ data gcc 2.95 compiles mozart with no problems PR: ports/76798 Submitted by: Paolo Veronelli <paolo_veronelli@yahoo.it>
* - install kde/gnome .desktop files without detecting kde/gnome present atpav2005-01-292-13/+10
| | | | | | | buildtime, and remove these files cleanly when package is deinstalled. PR: ports/76812 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
* Update to 6.2.1.lesi2005-01-295-138/+84
| | | | | | | | This gains compatibility with X.Org 6.8, but breaks it with XFree86 4.4, so flip the IGNORE switch. Since there is no "install" target we can use, installation is done in do-install of port. For that we need the list of files to install which is conveniently used to generate plist, so static pkg-plist is dropped.
* - Fix build on Unicode locales by forcing LANG=Cpav2005-01-291-1/+1
| | | | | PR: ports/76585 Submitted by: clemens fischer <ino-qc@spotteswoode.dnsalias.org>
* - Integrate a vendor patch against a buffer overflow in the WCCP handling,sem2005-01-2912-12/+30
| | | | | | | | see <http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-wccp_buffer_overflow> and <http://www.squid-cache.org/Advisories/SQUID-2005_3.txt>. PR: ports/76827 Submitted by: maintainer
* - Early ready for the future Perl change.mezz2005-01-291-2/+7
| | | | | | s|#!/usr/bin/perl|#!/usr/bin/env perl|g - Add perl5 in CATEGORIES. - Bump PORTREVISION.
* squid -- buffer overflow in WCCP recvfrom() callsem2005-01-291-0/+39
| | | | | PR: ports/76827 Submitted by: squid maintainer
* - Update to 2.0.36pav2005-01-292-5/+5
| | | | | | | - Fix build PR: ports/75236 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* remove share/locale/nb_NO on uninstalloliver2005-01-298-0/+16
| | | | | Pointed out by: pointyhead Discussed with: kris
* - Update to 0.3.0pav2005-01-292-3/+4
| | | | | | PR: ports/76826 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 1.9pav2005-01-294-19/+22
| | | | | PR: ports/76598 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* fix plistoliver2005-01-299-2/+32
| | | | Pointed out by: pointyhat
* - Update to 1.16pav2005-01-294-19/+22
| | | | | PR: ports/76597 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Fix uninstall, cleanuppav2005-01-293-15/+19
| | | | | PR: ports/76599 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* Revert previous commit, maintainer believes the problem is resolved.kris2005-01-291-1/+0
|
* Sync with MarcusCom CVS, the change was made by marcus:mezz2005-01-292-0/+5
| | | | | | | Handle removal of share/icons/gnome/48x48/apps to fix the leftovers problem with gnomecontrolcenter2 plist. Reported by: pointyhat via kris
* Fix plist.lofi2005-01-294-0/+6
|
* - Update some packagessem2005-01-293-88/+132
| | | | | | | | - Add a few new packages - Fix a gnus bug (submitted by: gnb(at)itga.com.au) PR: ports/76819 Submitted by: maintainer
* rmdir X11PREFIX/sbin during uninstall if possibleoliver2005-01-291-0/+1
| | | | Pointed out by: pointyhat
* devel/gconf2mezz2005-01-2912-31/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the post-install/pkg-install, since gnomehier is taking care of it. devel/gnomevfs2 Add pkg-install and pkg-deinstall to restore libgnome's gconf key if libgnome's .schemas exists. This fix the plist complained by pointyhat. Why restore libgnome's gconf key during the installtion if it exists? Because, libgnome always depend on gnomevfs2 so make sure the libgnome is still in the top when we either reinstall or upgrade gnomevfs2. misc/gnomehier Remove the etc/gconf/gconf.xml.defaults/*, since the gconftool is taking care of it. ie: GCONF_SCHEMAS x11/libgnome Add pkg-deinstall to restore gnomevfs2's gconf key if gnomevfs2's schemas exists. This fix the plist complained by pointyhat. Also, this is a real fix for the weird keyboard problem when you uninstall libgnome without reinstall it. Bump the PORTREVISION in all of four ports above to fix everything with gconf keys stuff for plist. Those have been tested in the MarcusCom CVS, GNOME tinderbox, and my tinderbox.
* don't rmdir X11PREFIX/lib/gtk-2.0/2.4.0/enginesoliver2005-01-291-1/+0
| | | | Pointed out by: pointyhat
* - Fix build on CURRENTsem2005-01-291-17/+17
| | | | Reported by: kris via pointyhat
* - Fix JPEG pkg-plistahze2005-01-293-3/+3
|
* Apparently the maintainer still exists but with a new email address.linimon2005-01-292-2/+2
| | | | Suggested by: pav
* With portmgr hat on, reset bouncing maintainer address:linimon2005-01-292-2/+2
| | | | | | | Final-Recipient: rfc822; Yonatan@xpert.com Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "yonatan"
* Build against libpcap from ports instead of the base system by default.bms2005-01-291-10/+4
| | | | Unbreak on -CURRENT.
* add another missing dependency....oliver2005-01-291-1/+2
| | | | Pointed out by: pointyhat
* - Fix dependenciespav2005-01-291-0/+1
| | | | Reported by: krismail
* - Update to 1.1.9pav2005-01-292-22/+12
| | | | | | | | - Remove SSL/CRYPTO options, because detects automatic now. - Install new DOCs PR: ports/76607 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 4.38.2sem2005-01-297-49/+167
| | | | | PR: ports/76357 Submitted by: maintainer
* dnsmax-perl --> ports/dns/dnsmax-perlpav2005-01-291-0/+1
|
* DNSMax's perl update client. It manages DNS records, update history, andpav2005-01-295-0/+68
| | | | | | | | allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/76614 Submitted by: Dan Smith <dan@algenta.com>
* - Fix build with read-only ports treepav2005-01-291-2/+3
| | | | | PR: ports/76788 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Update to 0.4.0pav2005-01-293-8/+8
| | | | | PR: ports/76755 Submitted by: Filippo Natali <filippo@widestore.net> (maintainer)
* pear-LiveUser_Admin --> ports/security/pear-LiveUser_Adminpav2005-01-291-0/+1
|
* PEAR user authentication and permission management frameworkpav2005-01-294-0/+89
| | | | | | | | | LiveUser_Admin is meant to be used with the LiveUser package. It is composed of all the classes necessary to administrate data used by LiveUser. PR: ports/76677 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* - Update to 1.2.0 [1]pav2005-01-292-34/+34
| | | | | | | | | - Correct optional dependencies - Correct logical evaluation of JAVASCRIPT knob - Remove version check which interferes with package building PR: ports/76660 [1] Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* el --> ports/games/elpav2005-01-291-0/+1
|
* Eternal Lands is a FREE MMORPG (massive multiplay online role playing game)pav2005-01-297-0/+1676
| | | | | | | | currently under development. There are 9 skills, total character development freedom, many quests, religion, a lot of NPCs, animals and monsters. PR: ports/76646 Submitted by: Jan Rochel <jannisan@t-online.de>
* Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-295-6/+6
| | | | Approved by: pav
OpenPOWER on IntegriCloud