summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2604-4103/+5597
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Add dependency on gettext-lib to fix the build on Darwin.recht1-1/+2
2004-10-02Note update of ircservices to 5.0.40adrianp1-1/+2
2004-10-02- Update irc-services from 5.0.16 to 5.0.40adrianp7-42/+180
Pkgsrc changes: - Add a startup script - Use SUBST_* framework (a lot) - Install documentation and man pages - Use CONF_FILES_* for installing config files App changes: - bugfixes - documentation updates - feature improvements - See the Changes file for full details
2004-10-02Note revision bump for lua.cube1-1/+2
2004-10-02o Unconditionally enable popen() support.cube3-5/+17
o Enable pkgviews installation (hi cube, the one from pkgsrcCon 2004 who forgot to commit this) Bump PKGREVISION.
2004-10-02- Add editor/pnmflip to REPLACE_PERLadrianp1-2/+2
- Reported by Steven M. Bellovin in PR 27117, thanks Steven !
2004-10-02Sort the share/httpd/manual entries in the PLIST.reed2-1034/+1070
Added 35 share/httpd/manual entries to PLIST. Most are .ko.euc-kr, .ko, ja.euc-jp, and .ja files. I don't know when these were added. Bump PKGREVISION because now package has several more files.
2004-10-02apache-2.0.52 now in pkgsrc.reed1-2/+1
2004-10-02Just added a comment to remember to look at removing PKGREVISIONreed1-1/+2
for devel/apr when updating the apache2 version.
2004-10-02Get rid of PKGREVISION since just updated apache2 version.reed1-2/+1
2004-10-02Updated apache2 to 2.0.52.reed1-1/+2
2004-10-02Update apache to apache-2.0.52.reed5-39/+9
Also added comment to www/apache2/Makefile.common to remind to update checksum in devel/apr also. No actual devel/apr changes seen. Also removed www/apache2/patches/patch-ab because it is identical to fix for security in new version. Changes with Apache 2.0.52 *) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo] *) Fix the global mutex crash when the global mutex is never allocated due to disabled/empty caches. [Jess Holle <jessh ptc.com>] *) Fix a segfault in the LDAP cache when it is configured switched off. [Jess Holle <jessh ptc.com>] *) SECURITY: CAN-2004-0811 (cve.mitre.org) Fix merging of the Satisfy directive, which was applied to the surrounding context and could allow access despite configured authentication. PR 31315. [Rici Lake <rici ricilake.net>] *) Fix the handling of URIs containing %2F when AllowEncodedSlashes is enabled. Previously, such urls would still be rejected. [Jeff Trawick, Bill Stoddard] *) mod_mem_cache: Fixed race condition causing segfault because of memory being freed twice, or reused after being freed. [J. Clar, W. Stoddard, G. Ames] *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe <uli ritual.org>] *) mod_log_config: Fix a bug which prevented request completion time from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE processing. PR 29696. [Alois Treindl <alois astro.ch>]
2004-10-02Note update of libxklavier to 1.04.jmmv1-1/+2
2004-10-02Update to 1.04:jmmv3-10/+13
- Some memory leaks were nailed (thanks to kmaraas and valgrind). - Default ruleset for partially non-compliant servers introduced (though it still long way to go for AccelleratedX support). - A couple of small tests introduced. - Hopefully the last release in 1.0x series.
2004-10-02Sort include files in PLIST. This makes it easier whenreed1-42/+42
checking for PLIST changes when updating. No changes to PLIST entries.
2004-10-02- Change to my NetBSD email addressadrianp1-3/+3
- Modify the COMMENT as it's been wrong for a long time now
2004-10-02remove a really really crufty darwin patch noticed by wiz. (thedanw3-23/+1
package doesn't currently build on darwin with or without the patch, but darwin has gtar in the base OS anyway.)
2004-10-02add suse_fileutils-7.3dmcmahill1-1/+2
2004-10-02add and enable suse_fileutilsdmcmahill1-1/+2
2004-10-02add suse_fileutils package.dmcmahill4-0/+34
Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package contains the GNU fileutils package in ELF binary format, linked with glibc2.
2004-10-02Note addition of mail-notification, version 0.6.2.jmmv1-1/+2
2004-10-02Add and enable mail-notification.jmmv1-1/+2
2004-10-02Initial import of mail-notification, version 0.6.2:jmmv5-0/+146
Mail Notification is a status icon (aka tray icon) that informs you if you have new mail. It works with system trays implementing the freedesktop.org System Tray Specification, such as the GNOME Panel Notification Area, the Xfce Notification Area and the KDE System Tray. Mail Notification features include: * Multiple mailbox support. * Mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support. * SASL authentication support. * APOP authentication support. * SSL/TLS support. * Automatic detection of mailbox format. * Immediate notification (the status icon is updated within seconds after a mailbox changes). * HIG 2.0 compliance.
2004-10-02Rework the way intltool is overriden in packages that use it. Up until nowjmmv1-6/+11
we were running intltoolize before the configure stage, which replaced all intltool-*.in files with symlinks to the ones installed by this package. However, the new version of intltool, 0.31.3, has added new substitution patterns to the scripts, which must be replaced by configure scripts at configuration time. The problem is that old configure scripts (pre-0.31.3) do not know about these patterns, which results in them not being substituted, thus causing build failures. So, to fix this issue, replace all intltool-* files _after_ the configure stage, just like we do with libtool. Additional patters might be added through the INTLTOOL_OVERRIDE variable, but I doubt this will be needed). While here, update the dependency to 0.31.3 (has no other effect, as this package is only used at build time by other packages).
2004-10-02- Note freeradius bumpadrianp1-1/+2
2004-10-02- Bump package to 1.0.1nb1adrianp8-2/+135
- Move to options.mk framework to support SNMP, OpenLDAP, PostgreSQL and mySQL modules - Add patches/patch-aj and patches/patch-ak for OpenLDAP and PostgreSQL builds - Add extra PLIST's for OpenLDAP, PostgreSQL and mySQL modules
2004-10-02Note update of intltool to 0.31.3.jmmv1-1/+2
2004-10-02Update to 0.31.3; I'm not sure the way I've used to depend on gettext (onlyjmmv2-5/+14
when needed) is correct but... no answers in tech-pkg@ for several days. * Use absolute paths and allow env var overrides for gettext scripts -- bug #152020 (Rodney Dawes) * Allow shell-backticks (and other shell features) in variable names -- bug #152448 (Danilo Segan) * Fix typographical error in intltool.m4 -- bug #153630 (Rodney Dawes)
2004-10-02Add php4 module shmop, offering simplified interface to SysV shared memoryjdolecek2-2/+4
for PHP
2004-10-02Add php4 module shmop, simplified interface to SysV shared memory for PHPjdolecek2-0/+28
2004-10-02Updated oraedit to 0.1.4. The only change was to update the scriptjdolecek3-6/+7
to work with newer Python (no more FCNTL module)
2004-10-02more brief and useful descriptionjdolecek1-13/+6
2004-10-02the old hosting is gone, binary is on new placejdolecek2-5/+6
2004-10-02APR_USE_DB4 recently changed from YES to NO,reed2-3/+4
so bump the PKGREVISION and bump the buildlink dependency needed because previously it wanted libdb4 and now it doesn't it. This fixes build problem with apache2 because of missing -ldb4.
2004-10-02move the distfile to LOCAL_PORTS as the master site has vanished agesdmcmahill2-10/+7
ago.
2004-10-02note addition of gsmc-1.1dmcmahill1-1/+2
2004-10-02add and enable gsmcdmcmahill1-1/+2
2004-10-02import gsmc-1.1dmcmahill7-0/+779
gsmc is a GTK application that allow to do all the calculation usually done on a Smith Chart. It permits to make calculation for network composed by resistor, capacitor, inductance, and transmission line (also as stub). Network topology is limited to series, parallel and as trasmissive for trasmission line. No series connection are allowed in parallel branch, neither parallel connection in series branch. Trasmission line can be placed as quadrupole or as a parallel or series stub, either opened or shorted at the other end. Calculation procedure starts with setting the initial impedance to be matched, next network elements are added and tuned to obtain the desidered impedance value. The network so obtained can be saved in spice format for other analysis; current work can be saved for succesive retrieve. The initial (start) impedance is thought as "the load" so when adding a trasmission line placed as a quadrupole rotation is clockwise, going "toward generator"; generator is placed after the last network element, as can be seen from spice output.
2004-10-02Add and enable metacam.simonb1-1/+2
2004-10-02Note import of metacam 1.2 - a digital camera image meta-informationsimonb1-1/+2
reader.
2004-10-02Initial import of metacam - a digital camera image meta-informationsimonb4-0/+25
reader.
2004-10-02Indicate the different APIs these packages implement.rh5-6/+17
2004-10-02Note suse91_base pkgrevision bump.wiz1-1/+2
2004-10-02Make ${EMULDIR}/etc/mtab point to ${EMULDIR}/proc/mounts, to makewiz2-3/+9
df work at least if procfs -o linux is mount in ${EMULDIR}/proc. Add and remove proc dir. Bump PKGREVISION to 3.
2004-10-02- use the configure output to decide if some headers should be included.dmcmahill7-1/+2253
- add some missing headers to get rid of various compiler warnings on alpha. Patches have been fed back to the author.
2004-10-01note move of tnt-1.2.2 to tnt-mmtl-1.2.2dmcmahill1-1/+2
2004-10-01Move cad/tnt to cad/tnt-mmtl and rename the tnt executible fromdmcmahill15-22/+38
tnt to tnt-mmtl to avoid a conflict with ham/tnt. Addresses PR27100 from Berndt Josef Wulf.
2004-10-01Correct maintainer which was simply copied from the "bind9" package:tron1-2/+2
un-ichiro itojun Hagino created this package, so list him.
2004-10-01Remove MIPSpro bits that added -n32 or -64 depending on the ABI; thisjlam2-21/+3
handling has been moved into mk/compiler/mipspro.mk.