summaryrefslogtreecommitdiff
path: root/www/weex
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-16Fix build on SunOS.hans1-1/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2008-07-10Assume for the moment that all modern platforms have va_copy,joerg1-1/+5
the exceptions can conditionalize the statement. Fixes build on NetBSD/amd64.
2008-04-19Update weex to 2.6.1.5.obache4-31/+47
Based on patch provided by Zafer Aydogan via private mail. This update to 2.6.1 contains all patches from the Debian package: - various bug fixes - uploading under the temporary name `weex.tmp' with the RenameOK option - support for FTP proxy server that requires challenge/response - The i386 RPM was compiled on RedHat 9 - You should be able to "rpmbuild --rebuild" the SRPM on older RedHat releases or other RPM based distros. pkgsrc changes: * project now on sourceforge * no need patch to fix localedir (patch-ac) * need msgfmt to build * need gettext-lib * add DESTDIR support
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-6/+6
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2005-10-05Security fix for SA17028:salo3-2/+19
"A vulnerability in Weex can be exploited by malicious users to cause a DoS (Denial of Service) or to compromise a vulnerable system. The vulnerability is caused due to a format string error in the "log_flush()" function when flushing an error log entry that contains format string specifiers to disk. This may be exploited to execute arbitrary code on a user's system via a directory name containing format string specifiers. Successful exploitation requires that the attacker is able to create directories within the user's Weex home directory." http://secunia.com/advisories/17028/ Patch from FreeBSD PR ports/86833.
2005-07-08Treat Darwin as a variant of Unix.kristerw3-9/+9
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-5/+5
${PREFIX}.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-04-19Convert to buildlink3.snj1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-05Correct MAINTAINER address.taca1-2/+2
Noted by Mr. Ishihara <ishit at oak dot dti dot ne dot jp>.
2003-01-10USE_PKGLOCALEDIR=yescjep1-2/+4
2001-11-29Fast Webpage Exchanger (weex) is a utility designed to automate themartti7-0/+118
task of remotely maintaining a web page or other FTP archive. With weex, the maintainer of a web site or archive that must be administered through FTP interaction can largely ignore that process. Provided by Hiramatsu Yoshifumi in pkg/13090