aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix building with my last commit, I make some typo error.vanilla2003-04-181-1/+1
| | | | | | (s/readline.h/readline.c/). Submitted by: mhsin@mhsin.org
* - Add WITH_BDB_VER for choosing version of Berkeley DB. For example,ume2003-04-1811-11/+123
| | | | | | WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as before. - The configure script should select correct version of Berkeley DB.
* netboot --> ports/net/netbootarved2003-04-181-0/+1
|
* Netboot produces bootloaders for many NICs, similar to etherboot.arved2003-04-186-0/+129
| | | | | PR: 51075 Submitted by: David Yeske <dyeske@yahoo.com>
* - The pidfile of saslauthd was changed.ume2003-04-185-11/+10
| | | | | | | - The configure script should select correct version of Berkeley DB. PR: ports/51041 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add a missing '\'.marcus2003-04-181-1/+1
|
* At least one person had problems fetching 2.1.94. Add another dist site.marcus2003-04-181-1/+2
| | | | Reported by: ijliao
* mod_limitipconn --> ports/www/mod_limitipconnijliao2003-04-181-0/+1
|
* add mod_limitipconn 0.04ijliao2003-04-185-0/+43
| | | | | | | Limit the number of simultaneous connections from a single client IP address PR: 51095 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* Security upgrade to 0.62 (see http://www.boutell.com/rinetd/).fjoe2003-04-182-2/+2
| | | | | PR: 51096 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* evolvotron --> ports/graphics/evolvotronarved2003-04-181-0/+1
|
* Evolvotron is interactive "generative art" software to evolvearved2003-04-187-0/+65
| | | | | | | | images/textures/patterns through an iterative process of random mutation and user-selection driven evolution PR: 50232 Submitted by: David Yeske <dyeske@yahoo.com>
* Update to 0.2.3.sobomax2003-04-173-509/+915
|
* Drop maintainership.sobomax2003-04-174-4/+4
|
* Update to 2.4.0.7.sobomax2003-04-1716-84/+820
|
* upgrade to 1.12.1ijliao2003-04-173-2/+3
|
* Opps, forgot to update distinfomaho2003-04-173-3/+3
|
* nss_ldap -> ports/net/nss_ldapnectar2003-04-171-0/+1
|
* Previous commit wasnectar2003-04-170-0/+0
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Add nss_ldap, an RFC 2307-compliant NSS module. Currently only thenectar2003-04-178-0/+361
| | | | getpwent(3) and getgrent(3) family of functions are supported.
* Previous commit wasnectar2003-04-170-0/+0
| | | | | Sponsored by: DARPA, Network Associates Laboratories Approved by: dwcjr (maintainer)
* Add WITH_WINBIND_NSS knob, which will cause nss_winbind to be installed.nectar2003-04-174-13/+107
| | | | | Currently only the getpwent(3) and getgrent(3) family of functions are supported.
* Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-1714-140/+0
| | | | | | | | | GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions of FreeBSD should build fine with this patchs, its just another extra difference to pristine FSF sources and may cause subtle header-related bugs for FreeBSD 4.x systems. Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
* Update to version 0.1.19.olgeni2003-04-173-3/+3
|
* Location of japanese help was changed.maho2003-04-172-6/+4
|
* Fix inappropreate menu item for Japanese.maho2003-04-1717-0/+187
| | | | | Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Approved by: mbr
* Reflect renaming Net-BGP to Net-BGP4.skv2003-04-174-18/+17
| | | | PR: ports/43581
* unbreak povray port.maho2003-04-179-36/+24
| | | | Many requests: thanks.
* It seemed that devel/linux_devtools was repocopied to linux_develtools-6edwin2003-04-1710-7171/+4
| | | | | and linux_devtools-7, but that the original directory never was removed. Finished this action and updated dependencies.
* Added Japanese localized version of OpenOffice.org 644m7 port.maho2003-04-173-0/+35
| | | | Slave port of editors/openoffice-devel.
* devel/linux_devtools -> devel/linux_devtools-6edwin2003-04-171-1/+1
|
* For GIF patent problem, remove some goodies.maho2003-04-1785-0/+6273
| | | | | | | However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes Approved by: mbr (Martin Blapp)
* Add emulators/vmware3 to emulators/Makefileedwin2003-04-172-0/+3
| | | | Add lang/gcc33 and lang/tclX to emulators/Makefile
* Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.kris2003-04-173-0/+3
|
* - Improve USE_PACKAGE_DEPENDS to work correctly for LIB_DEPENDS, andkris2003-04-171-40/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid installing packages when the target is configure or extract [1] - If PYTHON_VERSION is set, do not automatically add a dependency on python: USE_PYTHON must now be specified explicitly. This allows the variable to be set in make.conf or the environment to specify a preference for the python version to be used. [2] - When checking for an existing installation of the port, check by port origin instead of only looking for the current version of the package. [3] - Do not install perllocal.pod files; they are not used on FreeBSD. [4] - Improve 'make deinstall' to deinstall any existing version of the package (e.g. older versions) instead of only trying to deinstall the version currently described by the port. [5] - Check for world-writable files/directories in the security-check target. [6] - Improve the patching of libtool so it works with pathnames ending in a slash. [7] - Allow ports that use the INSTALL macros to install files when running as non-root (i.e. don't try to chown/chgrp) [8]. - Add the USE_GETOPT_LONG variable, which adds a dependency on libgnugetopt on systems older than 500041, and uses the system version otherwise. [9] - Improve the fetch-required target to correctly deal with fetching dependencies that use the ':target' form. [10] - Add support for re-fetching interrupted distfiles. The FETCH_REGET variable specifies the number of times to try continuing the distfile fetch if it fails the md5 checksum. [11] PR: 36083 [1], 44875 [2], 48646 [3], 48960 [4], 49017 [5], 49969 [6], 50069 [7], 50159 [8], 50323 [9], 50669 [10], 12325 [11] Submitted by: dinoex [1], Gerhard Schmidt <estartu@augusta.de> [2], Sergey Matveychuk <sem@ciam.ru> [3] [5], tobez [4], Erwin Lansing <erwin@lansing.dk> [4], Arjan de Vet <devet@devet.org> [6], Hartmut Brandt <brandt@fokus.fraunhofer.de> [7], gerald [8], Sergei Kolobov <sergei@kolobov.com> [9], Erwin Lansing <erwin@lansing.dk> [10], alex [11]
* Update to 0.9.8arved2003-04-1714-98/+28
| | | | | PR: 51063 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 5.13.5arved2003-04-174-23/+23
| | | | | PR: 51064 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* I should've bumped the port revision with the previous commit since this ↵max2003-04-171-1/+1
| | | | port now can be added/deleted cleanly.
* * Since this port doesn't seem to have any man page, remove MAN1max2003-04-172-6/+8
| | | | | | | | | | | | | | | | | | | | | | definition from the Makefile. * Redirect the output of the cp and the mv command in pre-install to /dev/null so that users don't need to see the error messages. * Add @exec entries in the pkg-plist which essentially do the same thing as the cp and mv command in pre-install, except these are performed only when the target file/directory exists. * Remove ${WRKSRC}/data/config/dvipdfmx.cfg.orig in post-patch. Otherwise, @dirrm of share/texmf/dvipdfm/config fails. * Change the @unexec entries in pkg-plist so that they are executed only when target file/directory exists. * Remove entry for bin/dvipdfm-orig from the pkg-plist since this file does not necessarily exist in every situation. reviewed by: maintainer
* Update to 3.88arved2003-04-172-4/+4
| | | | | PR: 51067 Submitted by: maintainer
* Update to 0.6.0arved2003-04-172-7/+9
| | | | | PR: 50657 Submitted by: maintainer
* Fix slave ports building.nork2003-04-171-1/+1
| | | | | | PR: ports/51081 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Approved by: maintainer no response
* Reflect the change in the ja-ptex-base's handling of texmf.cnf.max2003-04-174-29/+8
| | | | Add missing entry to the plist.
* Correctly specify the shared lib no. of libt1 in LIB_DEPENDS.max2003-04-175-35/+79
| | | | | | | | | | | | | | | | | Pointed-Out by: SHIMURA Tatsuya <shimura@math.cst.nihon-u.ac.jp>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> Run mktexlsr at installation time since there can be a situation where only this port amongst other TeX related ports is upgraded. Remove some garbage from pkg-message Pointed-Out by: SHIOZAKI Takehiko <st@be.to> Don't install bin/{tftopl,pltotf} since modified version of them are installed by ja-ptex. Work-around to make portupgrade users happy, by making share/texmf/dvipdfm and share/texmf/web2c/texmf.cnf symbolic links. Since share/texmf/ls-R is updated by other ports, don't list them in the plist.
* . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+6
| | | | | | | | | us to ensure ownership is correct on the installed files. . Note that this is a Sun JDK in the registervm comment. PR: 36411 (more ports to go) Reviewed by: znerd Approved by: znerd
* . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+9
| | | | | | | | | us to ensure ownership is correct on the installed files. . Note that this is a Blackdown JDK in the registervm comment. PR: 36411 (more ports to go) Reviewed by: znerd Approved by: znerd
* Added openldap21 directoryedwin2003-04-171-0/+1
| | | | Noticed by: Mark Linimon's toolset
* Link in bitstream-vera as it fixes quite a few problems with the defaultmarcus2003-04-171-1/+3
| | | | GNOME 2 fonts.
* Update to the release version, 1.10.marcus2003-04-176-78/+77
|
* mail address changed, also using USE_GNOME nowleeym2003-04-172-6/+4
| | | | | PR: 51045 Submitted by: Marcus von Appen <mva@sysfault.org>
* Update to 1.2.1.marcus2003-04-174-14/+6
|
* Add gok and meld to the list.marcus2003-04-171-2/+4
| | | | | Requested by: Koop Mast <einekoai@chello.nl> Obtained from: http://5toe.lyrical.net/?action=test&category=all
* Chase gal2's shared lib version.marcus2003-04-171-1/+1
|
* Update to 1.99.3.marcus2003-04-174-13/+46
|
* Update to 2.1.94.marcus2003-04-172-2/+2
|
* Fix compilation on alpha.mbr2003-04-171-7/+5
| | | | | Submitted by: Christian Weisgerber <naddy@freebsd.org> PR: 51066
* Fix a typo (convinience -> convenience).olgeni2003-04-171-1/+1
|
* Use MASTER_SITE_APACHE_HTTPDperky2003-04-171-6/+1
| | | | Submitted by: naddy
* - Utilize MASTER_SITE_APACHE_HTTPD [1]perky2003-04-174-40/+12
| | | | | | | - Allow to override SUEXEC_SAFEPATH [2] Submitted by: naddy [1], Eugene M. Kim <ab@astralblue.net> [2]
* Install a manpageperky2003-04-171-0/+6
| | | | | PR: 50709 Submitted by: Marco Molteni <molter@tin.it>
* Add gui-readline.c to EXTRA_PATCHES and bump version.vanilla2003-04-171-1/+2
|
* Update DAT to 4258jeh2003-04-172-2/+2
|
* - retire Makefile.ssl, please use bsd.openssl.mkdinoex2003-04-171-5/+0
|
* update cvsdelta to 1.6.3leeym2003-04-172-3/+3
| | | | | PR: 51018 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* update maintainer's email addressleeym2003-04-171-1/+1
| | | | | PR: 51035 Submitted by: Mathieu Arnold <m@absolight.net>
* Correct a typo from a bad cut'n'paste.marcus2003-04-171-3/+2
| | | | Reported by: Stacey Roberts <stacey@vickiandstacey.com>
* make configure script pickking up the Heimdal Kerberos that'sume2003-04-172-0/+36
| | | | | | in FreeBSD's base. Submitted by: Graeme Mathieson <mathie@wossname.org.uk>
* Work around segfault on FreeBSD Kernels kern.maxfiles >= 16384mbr2003-04-172-1/+11
| | | | Reviewed by: no answer from maintainer
* Spell PKGNAMESUFFIX with one 'E'.marcus2003-04-171-1/+1
|
* make WITH_LDAP21 work.ume2003-04-171-1/+1
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Bad idea to have cvsup/conflict reminder about not-committed changes, but...phantom2003-04-161-26/+85
| | | | | | complete previous commit by adding support of Blackdown and IBM 1.4.1 JDKs (existing in ports tree for long time), add support for Sun JDK 1.2.2 and fix/update comments appropriately to this and previous Maxim's commits.
* - Use bsd.openssl.mkdinoex2003-04-161-1/+1
| | | | | (No response from maintainer after 2003-04-09) PR: 48978
* - new Overrideable defaults: OPENSSL_SHLIBVER and OPENSSL_PORTdinoex2003-04-162-28/+46
| | | | - set CFLAGS and LDFLAGS to link the correct libs
* - ### HEAD UP ### SHLIBVER has been bumped back.dinoex2003-04-161-14/+7
| | | | | - honor OPENSSH_SHLIBVER if set by user. - CFLAGS added to esure correct linking
* - ### HEAD UP ### SHLIBVER has been bumped back.dinoex2003-04-161-14/+7
| | | | - honor OPENSSH_SHLIBVER if set by user.
* - Added new option SENDMAIL_WITH_SMTPS=yesdinoex2003-04-164-0/+26
| | | | | | | | | The current sendmail port (mail/sendmail) does not allow to build build sendmail with smtps support (SSL but not STARTTLS). This mode is required by some MUA (ex. the only way to enable encryption in MS Outlook Express is to use smtps). PR: 51029 Submitted by: and@rsu.ru
* Re-enable NLS support.marcus2003-04-164-4/+92
| | | | Reported by: Rolf Großmann <Rolf.Grossmann@PROGTECH.net>
* Looks like there was a regression in libbonoboui such that it ignoresmarcus2003-04-162-0/+22
| | | | the invoking application's datadir in favor of a hacked datadir.
* - force bind with openssl port/base as configureddinoex2003-04-161-0/+2
|
* When l2tpd(8) runs on a multi-homed machine, and you attempt toru2003-04-167-22/+102
| | | | | | | | | | | | | | establish an L2TP VPN connection to its external IP address from the Windows XP box on your LAN, l2tpd(8) will reply (UDP) from its local IP address, and not external IP address. Implement the new global option "address" to aid in overcoming this problem. Also helps in environments with complex NAT configurations. Bump PORTREVISION. Approved by: sobomax
* Let pppd(8) control the IP address allocation.ru2003-04-161-3/+6
| | | | Approved by: sobomax
* upgrade to 0.6.2ijliao2003-04-164-20/+7
|
* Do rm(1) before cvs(1) rm next time !!clive2003-04-163-54/+0
|
* pixieplus --> ports/graphics/pixieplusarved2003-04-161-0/+1
|
* Add pixieplus, a fast image browser for KDE by Mosfetarved2003-04-165-0/+319
| | | | | PR: 48888 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* Use LINUXBASE where it is possible. Do not install into /etcmbr2003-04-162-5/+5
| | | | | | directly. Submitted by: Munehiro Matsuda <haro@kgt.co.jp>
* karamba --> ports/deskutils/karambaarved2003-04-161-0/+1
|
* Add karamba, a program that displays various information on your KDE desktoparved2003-04-165-0/+44
| | | | | PR: 50762 Submitted by: Scott A. Moberly <smoberly@karamazov.org>
* linneighborhood --> ports/sysutils/linneighborhoodarved2003-04-161-0/+1
|
* Add LinNeighborhood, a GTK SMB LANbrowserarved2003-04-1639-0/+2183
| | | | | PR: 50953 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* kbirthday --> ports/deskutils/kbirthdayarved2003-04-161-0/+1
|
* Add kbirthday, a kde kicker-applet, that reminds you of birthdays from thearved2003-04-165-0/+48
| | | | | | | KDE Addressbook. PR: 50877 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* Fix pkg-plist. 3 files are only installed in the WITH_XVID case.arved2003-04-161-3/+3
| | | | | Submitted by: maintainer Reported by: kris
* Add entry for radiatorarved2003-04-161-0/+1
|
* radiator --> ports/net/radiatorarved2003-04-161-0/+1
|
* Add radiator, a commercial radius server by Open System Consultantsarved2003-04-165-0/+202
| | | | | PR: 48950 Submitted by: S H A N <shanali@singnet.com.sg>
* aqmoney --> ports/finance/aqmoneyarved2003-04-161-0/+1
|
* Add Aqmoney, a HBCI homebanking applicationarved2003-04-165-0/+30
| | | | | PR: 50998 Submitted by: Heiner Strauss <heiner@bilch.com>
* Project moved to sourceforge; update MASTER_SITES.adamw2003-04-162-2/+4
| | | | | PR: 51019 Submitted by: Michael L.Hostbaek" <mich@freebsdcluster.org> (maintainer)
* Officially dropping maintainership. I have no time nor the interestznerd2003-04-164-4/+4
| | | | to maintain the JBoss ports.
* gnome-swallow --> ports/x11/gnome-swallowmarcus2003-04-161-0/+1
|
* Add gnome-swallow, a meta-applet that allows one to swallow any X11marcus2003-04-168-0/+96
| | | | application into the GNOME 2 panel.
* Fix path of soffice binary.mbr2003-04-1617-33/+33
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Update to 0.19.4.nork2003-04-163-2/+11
| | | | | Prompted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer) Submitted by: hrs (maintainer)
* Installing in ${PREFIX}/ant. No version number in target directory nameznerd2003-04-162-2/+4
| | | | | | | anymore. Bumped PORTREVISION. Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 50982
* Update to version 1.03.jhay2003-04-162-2/+2
|
* Complete conversion to new GNOME infrastructure.marcus2003-04-163-6/+3
|
* Fix the dependencies after the upgrade of japanese/ptex.max2003-04-1611-16/+16
| | | | | I am committing this since the maintainer did not respond to my request to check on this problem in past two days, this can be a temporary fix. Submitted by: Harold Gutch <logix@foobar.franken.de>
* * Update to 1.2.3marcus2003-04-166-18/+56
| | | | * Convert to new GNOME infrastructure
* * Update to 2.2.2marcus2003-04-162-9/+3
| | | | * Convert to new GNOME infrastructure
* Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potentialmarcus2003-04-164-0/+4
| | | | INDEX duplication.
* Add a PKGNAMESUFFIX when building with Perl to avoid a duplicate entrymarcus2003-04-161-0/+1
| | | | | | in INDEX. Reported by: kris
* I had to roll a new compiler bootstrap for the FreeBSD/alphajdp2003-04-162-2/+4
| | | | | platform because of a last-minute botch generating the original one. Update the port to use the corrected bootstrap tarball.
* Update to 0.9.8lioux2003-04-163-6/+10
|
* When I get a bright idea to update the DIST_SUBDIR or USE_BZIP2, make suremarcus2003-04-162-1/+2
| | | | | | that idea ia reflected in distinfo. Pass me thine pointy hat. Reported by: olgeni
* Update to 0.6.3.7kevlo2003-04-162-2/+2
| | | | | PR: 50995 Submitted by: MAINTAINER
* Update to 1.7.5kevlo2003-04-162-3/+2
| | | | | PR: 51004 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* * Fix the libamtape libraries that weren't being installed, as pointed outjeh2003-04-1612-60/+24
| | | | | by "Paul D. Schmidt" <pds@uberhacker.org> * Bump PORTREVISION
* Site name changed to www.thc.orgleeym2003-04-161-1/+1
| | | | | PR: 50969 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* * Documentation cosmetics, requested by David Magda <dmagda@magda.ca>.naddy2003-04-162-0/+21
| | | | | * Fix include path to enable building if an older version is already installed.
* Install even more missing files. Bump portrevision.mbr2003-04-162-7/+79
|
* Upgrade to 0.85 release candidate 3.okazaki2003-04-164-40/+13
|
* Update to 1.0.6.sobomax2003-04-163-2/+3
|
* Add a pkg-install check to see if xscreensaver is already installed. Thismarcus2003-04-162-0/+26
| | | | | | | | way, users won't end up with two versions of xscreensaver. Based on patches that were Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Drop maintainership - I'am so impressed by the performance andsobomax2003-04-163-3/+3
| | | | | | stability of native JDK 1.4.1 with its built-in JIT on steroids (HotSpot), so that I am unlikely ever will want to use external JIT.
* Oops, put the correct file into /etc/shells.naddy2003-04-162-2/+3
| | | | Submitted by: jhb
* Fix a long-standing bug, and enable NLS support. Also, convert to newmarcus2003-04-162-3/+51
| | | | | | GNOME infrastructure. Reported by: Rolf Grossmann <grossman@progtech.net>
* * Fix tail exec (option --follow=name is called -F on FreeBSD).obraun2003-04-161-0/+2
| | | | * Bump PORTREVISION.
* Remove bogus BUILD_DEPENDS.fjoe2003-04-161-1/+0
|
* Update to 24jan2003 (maintainer timeout).fjoe2003-04-165-17/+74
| | | | | PR: 47980 (partially) Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* - allow "," in CFLAGSdinoex2003-04-164-28/+18
| | | | | - SENDMAIL_WITH_TLS honors WITH_OPENSSL_BASE when set later by bsd.openssl.mk
* Fix build on 5.x (maintainer timeout).fjoe2003-04-161-3/+31
| | | | | PR: 48772 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* - allow "," in CFLAGSdinoex2003-04-164-20/+18
| | | | - SENDMAIL_WITH_TLS now supports openssl in ports for > 4.1
* Upgrade to ezm3 1.1. This adds support for FreeBSD/sparc64.jdp2003-04-163-54/+43
| | | | | Because of an unavoidable API change in this release, CVSup versions prior to 16.1h probably won't build using this version of ezm3.
* Make the fonts.dir more detailed, i.e. qualify the font names with fulladamw2003-04-162-14/+15
| | | | | | | | X-style font names. PORTREVISION bump. PR: 50976 Submitted by: Michal Pasternak <dotz@irc.pl> Approved by: Dominic Marks <dom@cus.org.uk> (maintainer)
* - honor any given LDFLAGSdinoex2003-04-163-0/+3
|
* - honor any given LDFLAGSdinoex2003-04-161-0/+1
|
* Chase home page.trevor2003-04-161-1/+1
| | | | Submitted by: Michal Pasternak
* Upgrade to 1.7.obraun2003-04-162-2/+2
|
* add missing files which should be committed by previous committed.ume2003-04-163-0/+69
|
* Does not depend on kernel and is not i386 only.fjoe2003-04-161-2/+0
|
* Add support for native JDK 1.4.1 port.sobomax2003-04-161-6/+25
|
* - update to 2.1.13ume2003-04-166-31/+114
| | | | | | | | | | - fixes for 5-CURRENT (changed behaviour of 'expr') - enable NTLM module - support for db4 and db4.1 - support for OpenLDAP 2.1 PR: ports/50962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Correct libgailgnome's RUN_DEPENDS.adamw2003-04-161-1/+1
|
* Add a patch found in the SourceForge page of this project.mi2003-04-161-0/+33
| | | | | No REVISION bump, since the port was not building until 10 minutes ago.
* Really fix this port. Make it depend on libgnomeui if present, andmarcus2003-04-166-15/+187
| | | | | | conditionalize the plist accordingly. According to the mdbtools homepage, this port requires bison, so set things accordingly. Also, correct some gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
* asr-manpages -> ports/misc/asr-manpagesfjoe2003-04-161-0/+1
|
* New port: asr-manpagesfjoe2003-04-165-0/+62
| | | | | | alt.sysadmin.recovery man page distribution. Obtained from: NetBSD
* Force it use yacc(1) instead of ``bison -y''. The port's configure scriptmi2003-04-161-0/+7
| | | | | | | detects the byacc's presense, but does not use it... A more generic patch will be sent to developers. Missing dependency pointed out by: kris
* Update to nqc 2.5 r1.jhay2003-04-152-3/+3
|
* * Update to 0.7.2marcus2003-04-154-43/+35
| | | | | | | * Convert to new GNOME infrastructure * Sort plist Approved by: maintainer
* Remove old maintainer info.jhay2003-04-151-3/+0
|
* Automatic PORTVERSION numbering.ru2003-04-151-1/+3
|
* Grab MAINTAINERship.ru2003-04-151-1/+1
| | | | Approved by: Dominic Mitchell <dom@happygiraffe.net>
* Update to version 4.24ejeh2003-04-153-7/+6
| | | | | PR: 50963 Submitted By: Andrew Stuart <elitetek@tekrealm.net>
* Update to 1.2.0arved2003-04-1516-122/+34
| | | | | | PR: 49960 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Approved by: maintainer
* upgrade to 0.8 and unbreakijliao2003-04-157-56/+28
|
* Update to Sip 3.5nbm2003-04-153-4/+4
| | | | | PR: 50774 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Update to 0.6arved2003-04-1510-92/+10
| | | | Approved by: maintainer
* Update to 2003.04.12.nork2003-04-152-2/+2
|
* update postfix to 2.0.7leeym2003-04-1533-198/+374
| | | | | | | | | | | | 1. SSL linking fix 2. specific openldap depedency (ports/48621) 3. Kerberos linking fix PR: 50964 Submitted by: Vivek Khera <khera@kcilink.com> Obtained from: 1. dirk.meyer@dinoex.sub.org 2. Christian Kratzer <ck@cksoft.de> 3. Miles Egan <miles@caddr.com>
* Attempt to fix build with GNOME 2. This isn't perfect, but it should solvemarcus2003-04-152-6/+13
| | | | | | the build problems people have been seeing. Reported by: Fredrick Nilsson <fredrick.nilsson@framfab.se>
* - Update to 0.6.3dinoex2003-04-152-2/+2
|
* Correct the dependency after the name change of japanese/ptex*.max2003-04-151-1/+1
| | | | Submitted by: maintainer
* gok --> ports/sysutils/gokadamw2003-04-151-0/+1
|
* The GNOME On-Screen Keyboard (GOK) is an accessability interfaceadamw2003-04-159-0/+333
| | | | | | | | | | | | | that gives you control of your system without needing a keyboard. The GOK makes available a hierarchical button system that enables keyboardless entry of common accelerators, and contains a clickable keyboard that sports suggested autocompletion of many common words, and even some commands. The GOK will provide an alternative interface to common commands and functions within applications that utilize the AT SPI. The GOK is is designed to be usable by many alternative input methods, i.e. not a common keyboard and mouse combination.
* * Update to 2.0.5marcus2003-04-156-16/+32
| | | | * Convert to new GNOME infrastructure
* mytop's homepage has moved.leeym2003-04-151-1/+1
|
* Respect CFLAGS.marcus2003-04-152-4/+11
| | | | | PR: 50961 Submitted by: maintainer
* update to 1.7leeym2003-04-152-4/+4
|
* update to 0.8.2leeym2003-04-1512-98/+102
| | | | | PR: 48763 Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
* update to 0.74leeym2003-04-153-61/+3
| | | | | PR: 50958 Submitted by: Mike Meyer <mwm@mired.org>
* Add missing files and make needed symlink.mbr2003-04-152-0/+8
| | | | Submitted by: Orlando Bassotto <orlando.bassotto@ieo-research.it>
* Update to an interm version that handles new warnings on the sys Alpha headers.obrien2003-04-152-4/+4
| | | | Submittted by: Vic Abell <abe@purdue.edu>
* remove pkg-comment, add COMMENT.edwin2003-04-152-1/+1
| | | | Noticed by: lioux
* remove obsolete pkg-commentedwin2003-04-151-2/+0
| | | | Noticed by: lioux@
* Convert to new GNOME infrastructure.adamw2003-04-151-5/+2
| | | | | PR: 50959 Submitted by: Franz Klammer <klammer@webonaut.com>
* Update to 2.3.20030414.des2003-04-152-2/+2
|
* Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.obraun2003-04-151-0/+6
| | | | | PR: ports/50905 Submitted by: maintainer
* De-pkg-commentlioux2003-04-154-2/+2
|
* Update module file-1.010-1.olgeni2003-04-152-1/+3
|
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-1514-154/+0
| | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842
* Bump PORTREVISIONs with recent changes.marcus2003-04-154-4/+4
|
* * Sync recent CONFIGURE_ARGS and optimization changes with www/mozillamarcus2003-04-156-15/+204
| | | | | | | * Add patch to prevent crashing with non-Xft fonts * Depend on libIDL instead of ORBit2 Obtained from: www/mozilla
* Do not enable -O2 optimization by default. Instead, allow the usermarcus2003-04-151-2/+2
| | | | | | | | to enable it by specifying -DWITH_OPTIMIZED_CFLAGS or definining WITH_OPTIMIZED_CFLAGS in /etc/make.conf. Note, this is the same flag mplayer users. Requested by: sobomax
* Make sure there's no way this port could use mozilla built with GTK+-1marcus2003-04-151-1/+1
| | | | support.
* Update to 2.0.0 and convert to new GNOME infrastructure.marcus2003-04-154-9/+11
|
* * Fix a problem importing text files [1]marcus2003-04-152-8/+135
| | | | | | | * Convert to new GNOME infrastructure Reported by: Kevin Oberman <oberman@es.net> [1] Obtained from: Gnumeric CVS [1]
* Update to version 16.1h. This version provides a portability fixjdp2003-04-152-17/+12
| | | | | | | | | | for glibc 2.3.2 on Linux. There are no significant functional changes. Add support for FreeBSD/sparc64 in the port Makefile. This requires the new version of Ezm3 (1.1) which I will commit soon. Drop support for versions of FreeBSD prior to 4.1-RELEASE.
* Chase libxine shared library versionarved2003-04-151-1/+2
| | | | Forgotten by: nobutaka
* Update to 4.5.2leeym2003-04-156-4/+10
| | | | | | PR: 50493 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer timeout
* o fix MASTER_SITESleeym2003-04-155-6/+12
| | | | | | | | | o add new file: moe_kai_pc.ttf http://www.edu.tw/mandr/bbs/1-4-2/kai.htm PR: 50091 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer timeout
* * Chase libxine shared lib version (nobutaka, I'm looking at you ;-) )marcus2003-04-151-5/+3
| | | | * Convert to new GNOME infrastructure
* add CONFIGURE_ARGS+="--enable-mt"arved2003-04-152-11/+1
| | | | | | | remove file: files/patch-qterm::qtermtelnet.h PR: 50902 Submitted by: maintainer
* Update to 0.9.9arved2003-04-144-62/+5
| | | | | PR: 50946 Submitted by: maintainer
* Attempt to nail down strange problems people are reporting usiallysobomax2003-04-143-10/+18
| | | | | | | | | | | around new release. Apparently, those problem steam from the fact that those users doesn't update their kernels along with userland, so that CONFIGURE_TARGET supplied by bsd.port.mk doesn't match OS version detected by configure script, making it believe that it is in the cross-compile environment. The same problem observed on bento. Use USE_REINPLACE while I'm here.
* Sync with libxine shared library version bump.nobutaka2003-04-141-1/+2
|
* Update to 1-beta10.nobutaka2003-04-146-33/+11
|
* - Do not overwrite the existing config files when installing as a port orleeym2003-04-142-10/+12
| | | | | | | | | as a package - Bump PORTREVISION Reported by: Forrest Aldrich <forrie@forrie.com> PR: 50915 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* USE_QT_VER=3, Bump PORTREVISION. Reset bouncing Maintaineraddress.arved2003-04-144-12/+16
| | | | | PR: 50768 Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
* Remove a patch that was causing fonts not to display correctly.marcus2003-04-142-9/+1
|
* add gnomehack to make pkg-config work correctlyijliao2003-04-142-2/+3
|
* * Fix a problem where non Xft fonts (such as Helvetica) would cause Mozillamarcus2003-04-143-4/+93
| | | | | | | | | | to crash [1] * Fix a problem connecting to certain IPv6 sites [2] * Disable more tests to speed compilation Submitted by: Alexander N. Kabaev <ak03@gte.com> [1] Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp> [2] Obtained from: http://bugzilla.mozilla.org/show_bug.cgi?id=186745 [2]
* Update to 2.0.2arved2003-04-143-4/+1734
| | | | | PR: 50639 Submitted by: maintainer
* Add patch, necessary for 4.xarved2003-04-141-0/+11
| | | | | PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com>
* Bug workaround for mini-skin.nork2003-04-142-6/+5
| | | | | PR: prots/50935 Submitted by: Thomas E. Zander <riggs@rrr.de>
* Upgrade to 2.3.5, which was released during the freeze.des2003-04-144-4/+4
|
* p5-Text-Quoted --> ports/textproc/p5-Text-Quotededwin2003-04-141-0/+1
|
* new port: textproc/p5-Text-Quotededwin2003-04-145-0/+43
| | | | | | | | | Text::Quoted examines the structure of some text which may contain multiple different levels of quoting, and turns the text into a nested data structure. PR: ports/50936 Submitted by: Erwin Lansing <erwin@lansing.dk>
* p5-Locale-Maketext-Fuzzy --> ports/devel/p5-Locale-Maketext-Fuzzyedwin2003-04-141-0/+1
|
* New port devel/p5-Locale-Maketext-Fuzzyedwin2003-04-145-0/+41
| | | | | | | | | | | This module is a subclass of Locale::Maketext, with additional support for localizing messages that already contains interpolated variables. This is most useful when the messages are returned by external modules -- for example, to match dir: command not found against [_1]: command not found. PR: ports/50934 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Back out my last commit to pkg-plist.arved2003-04-142-6/+0
| | | | Reported by: bento via kris
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-141-11/+0
| | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842
* - Use MASTER_SITE_DEBIANleeym2003-04-142-58/+16
| | | | | | | - Portlint PR: 50925 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Upgrade to 1.6.obraun2003-04-142-2/+2
|
* Update to the 2003.04.08 snapshot, which allows us to further reduce thegerald2003-04-1410-74/+82
| | | | amount of FreeBSD-specific hackery.
* p5-Encode-compat --> ports/devel/p5-Encode-compatedwin2003-04-141-0/+1
|
* new port: p5-Encode-compat, Encode.pm compatibility for perl 5.6.1edwin2003-04-149-0/+105
| | | | | PR: ports/50926 Reviewed by: Erwin Lansing <erwin@lansing.dk>
* Instead of marking japanese/ptex-{sjis,jis} as removed, mark them as renamed ↵max2003-04-141-2/+2
| | | | to ptex, which is not really true, but is better for portupgrade's sake.
* print/pdflib -> print/pdflib4edwin2003-04-142-2/+2
| | | | Informed maintainers.
* Fix MASTER_SITES.demon2003-04-141-2/+1
|
* print/pdflib -> print/pdflib4edwin2003-04-142-2/+2
| | | | Informed maintaines.
* print/pdflib -> print/pdflib4edwin2003-04-142-2/+2
| | | | Informed maintainer
* Remove dead MASTER_SITE.demon2003-04-141-1/+0
| | | | Noticed by: dougb
* print/pdflib -> print/pdflib4edwin2003-04-141-1/+1
| | | | Informed maintainer
* pdf.4 -> pdf.5edwin2003-04-142-2/+2
| | | | Informed maintainer.
* [Maintainer Update] Port: print/pdflibedwin2003-04-144-69/+21
| | | | | | | Update from 4.0.3 to 5.0.0 release. PR: ports/50715 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* print/pdflib -> print/pdflib4edwin2003-04-142-0/+2
| | | | | PR: ports/50715 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Use ${MASTER_SITE_APACHE_HTTPD}.sumikawa2003-04-141-16/+1
| | | | Submitted by: naddy
* Ah, I meant to make EUC the default kanji code.max2003-04-141-1/+1
|
* Ooops, forgot to update the message file.max2003-04-142-12/+8
|
* Add recent kde3-i18n repomoves.will2003-04-141-0/+3
|
* Upgrade to 3.1.2.max2003-04-1437-11020/+4239
| | | | | | | Now charset to be used can be specified at runtime, instead of compile time. Due to this change, charset specific ports are being removed, and pTeX now consists of two ports: ptex-base and ptex. Ptex-base is what used to be ptex-common, which installs non-Japanese portion of the system, and ptex is what used to be the charset specific portion, which installs Japanese specific files. Thus, ptex-common and ptex-euc are renamed to ptex-base and ptex respectively, and ptex-jis and ptex-sjis are being removed.
* Repo-move KDE I18N hebrew, hungarian, & vietnamese messages to theirwill2003-04-1433-1915/+100
| | | | | | | respective I18N directories. Adjust the main kde3-i18n port for this. Also sort the dependencies (by language code) in that port. Submitted by: Lauri Watts <lauri@kde.org> Repocopied by: joe
* * Update to 2.4.4jeh2003-04-1420-72/+144
| | | | * PLIST cleanups
* Backout previous commit.leeym2003-04-1430-156/+322
| | | | | | It's a incompatible upgrade; net/linuxigd isn't yet ready for it. Noticed by: kris & bento, and many other linuxigd users.
* Add support for configuring for a AMD64.obrien2003-04-141-0/+9
|
* Remove invalid keyword line, and Bump PORTREVISION accordingly.nork2003-04-142-1/+8
|
* update of mail/ssmtp to 2.50.9edwin2003-04-1411-132/+145
| | | | | | | update of mail/ssmtp to 2.60.3 PR: ports/40344 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* hinfo --> ports/net/hinfoedwin2003-04-141-0/+1
|
* new port: net/hinfo, look up host info for anti-spam useedwin2003-04-145-0/+73
| | | | | | | | | | hinfo is a utility that will display information about a host. It is primarily designed to find the owner of an IP block in order to direct spam complaints to where they may do some good. PR: ports/45501 Submitted by: Mark Linimon <linimon@lonesome.com>
* Add 'avarice' manually - 'addport' failed to add it.bsd2003-04-141-0/+1
|
* iw-culmus --> ports/hebrew/culmusedwin2003-04-141-0/+1
|
* new port: Hebrew Type1 fontsedwin2003-04-146-0/+109
| | | | | | | More hebrew fonts. Yay! PR: ports/47515 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
* Add AVaRICE - a program for providing a debugging layer so that GNUbsd2003-04-145-0/+40
| | | | | | | GDB can be used to debug Atmel AVR programs in-system on JTAG enabled devices, to be used in combination with the Atmel JTAG ICE hardware. This program can also be used for programming the device as well as debugging the code.
* meld --> ports/textproc/meldmarcus2003-04-141-0/+1
|
* Add meld, a GNOME 2 visual diff utility written in Python.marcus2003-04-145-0/+92
| | | | | PR: 50903 Submitted by: Pav Lucistnik <pav@oook.cz>
* Fix coexistence check for py-gnome.marcus2003-04-141-1/+1
| | | | PR: 50900
* Upgrade to 0.11.2.obraun2003-04-146-28/+4
| | | | | PR: ports/50920 Submitted by: maintainer
* darcs --> ports/devel/darcsobraun2003-04-141-0/+1
|