Commit graph

90496 commits

Author SHA1 Message Date
garbled
e7591bd2ec Add ffproxy 2006-01-05 19:15:18 +00:00
garbled
d016248efd Add new pkg noted in PR pkg/28824 www/ffproxy. Minor changes by myself
from submitted version. (submitted by Niklas Olmes)

ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by
host, URL, and header. Custom header entries can be filtered and added.
2006-01-05 19:12:35 +00:00
joerg
d56c4945f5 Add some missing files from last commit. Fixes DragonFly support. 2006-01-05 19:07:44 +00:00
joerg
23e2f6f67a DragonFly support. 2006-01-05 19:02:36 +00:00
joerg
c1cf303452 Fix compilation with OpenSSL 0.9.8. 2006-01-05 19:00:11 +00:00
joerg
0e1e82d5eb x11/xview-lib hopefully works now, before it was incomplete on DrgonFly.
Revision bumped.
2006-01-05 18:34:54 +00:00
joerg
3d1f9faa27 Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work on
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05 18:33:49 +00:00
gdt
ae4b6d46c2 Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiring
a specific version of gettext.   Thanks to jmmv@ for suggestions.
2006-01-05 18:33:27 +00:00
joerg
2bbbd70847 First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.

Bump revision since the package "compiled" before, e.g. build
errors where ignored.
2006-01-05 18:25:56 +00:00
gdt
b3fb906ebb spiff up comments about gettext.
change gettext to BUILD_DEPENDS
2006-01-05 17:46:49 +00:00
xtraeme
a429287789 Remove GNU Autoconf's configure.lineno file if it's there. 2006-01-05 17:42:24 +00:00
joerg
3acd0de959 Add DragonFly support. 2006-01-05 17:32:52 +00:00
xtraeme
40bf851429 Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc. 2006-01-05 17:32:50 +00:00
joerg
d088d3da03 Regenerate patch like it (hopefully) was intended. 2006-01-05 17:29:04 +00:00
xtraeme
2b399bdc2d Updated pkgtools/url2pkg to 1.32 2006-01-05 17:28:03 +00:00
xtraeme
6c95a6da67 Update to 1.32:
* Don't use ${WRKSRC} for PKGCONFIG_OVERRIDE (it's assigned automatically)
* If there are pkg-config files, now it will add "USE_TOOLS+= pkg-config".
2006-01-05 17:26:54 +00:00
joerg
7d0b3d06dc Fix template referening for GCC 3.4+. 2006-01-05 17:12:35 +00:00
rxg
1a42e6312e Change script installation back into ${PREFIX}/bin for common usage,
${PREFIX}/sbin is used by ROX-Session for generated script.
Bump PKGREVISION.
2006-01-05 16:58:49 +00:00
hira
abf7d8ff98 Remove duplicate entry from dependency list. 2006-01-05 16:58:41 +00:00
joerg
247dca44ef Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for
libgadu. Let errno.h provide errno in libgsm.
2006-01-05 16:36:38 +00:00
joerg
ec3f48869b Always link the thread library explicitly when linking against qt-mt,
needed on DragonFly and FreeBSD 4, not hurting on other platforms.
Add DragonFly to the BSD enumeration.
2006-01-05 16:24:37 +00:00
gdt
c5fe367f4b Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.
Fix typo in patch.
PKGREVISION++
2006-01-05 16:03:25 +00:00
rxg
2bbb437f93 Correct the hardcoded paths fixing, DEPENDS rox-lib>=2.0.2nb1 and
change script installation from ${PREFIX}/bin to ${PREFIX}/sbin.
Bump PKGREVISION.
2006-01-05 16:02:39 +00:00
joerg
cee3a6a417 Fix errno, don't declare sys_errlist on DragonFly as well. 2006-01-05 15:55:26 +00:00
rxg
9378d0d76d Correct the hardcoded paths fixing, bump PKGREVISION. 2006-01-05 15:40:37 +00:00
joerg
297ad27ac7 Forgotten part of last commit:
Make private error member const to avoid const-cast-away from dlerror.
2006-01-05 15:35:44 +00:00
joerg
fb1976e658 Make private error member const to avoid const-cast-away from dlerror. 2006-01-05 15:35:07 +00:00
joerg
618d961c3a Fallback to O_FSYNC on DragonFly, if O_SYNC doesn't exist.
Use PTHREAD_* instead of -lpthread for linkage.
2006-01-05 15:33:00 +00:00
joerg
49c43e6d5a xine-esound dependency change. 2006-01-05 15:22:34 +00:00
joerg
af5bfea23c Needs gettext-lib. Bump revision. 2006-01-05 15:18:27 +00:00
joerg
25bc470df2 Include stddef.h to prevent other strange NULL definitions to occur. 2006-01-05 15:09:04 +00:00
joerg
232157206d cdda_device_name doesn't exit on FreeBSD and DragonFly, use cam's
device_name instead.
2006-01-05 15:01:31 +00:00
joerg
28f5da6375 Fix GCC 3.4+: AFormat is a typedef, use it directly with out enum.
Include stddef.h first, at least on DragonFly a C style (void *)0
definition of NULL is pulled in from somewhere otherwise and that
conflicts with the stricter C++ type conversion rules.
2006-01-05 14:46:46 +00:00
hira
178ec4820f Fix installation error. Define AllTarget in Imakefile.
Tested on NetBSD/i386 3.0_STABLE.
2006-01-05 14:26:33 +00:00
joerg
0af42fd714 Fix GCC 3.4 by adding explicit this reference. 2006-01-05 14:24:38 +00:00
ghen
e64aa87bbe BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in
qt3-tools via BUILD_DEPENDS.
2006-01-05 12:00:39 +00:00
markd
8b7153f2bd koffice, kdegraphics security update. 2006-01-05 10:31:50 +00:00
markd
2d4aa09624 updated xpdf patch.
http://www.kde.org/info/security/advisory-20051207-2.txt
Bump PKGREVISION.
2006-01-05 10:28:27 +00:00
markd
e044941aa4 updated xpdf patches.
http://www.kde.org/info/security/advisory-20051207-2.txt
Bump PKGREVISION.
2006-01-05 10:20:43 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
adrianp
ca8c5cb5f8 Update checksums - problem noted by smb@ via private email.
No PKGREVISION bump as the package is only 12 hours old.
2006-01-05 10:02:12 +00:00
ghen
4aee5fff09 Bump www/apache and www/apache2 for manpage fixes. 2006-01-05 10:02:11 +00:00
ghen
dfb6734a85 Fix the default config and ServerRoot paths in apache and apache2 manpages,
as suggested by PR pkg/32300, bump PKGREVISION.  Ok by tron, wiz.
2006-01-05 10:01:20 +00:00
taca
7f74be6582 Remove USE_RUBY_DIST_SUBDIR which is unused now. 2006-01-05 07:04:47 +00:00
uebayasi
4d055e1087 Note update of libcdio-0.76 and dcraw-7.94; both submitted by Sergey Svishchev. 2006-01-05 04:40:15 +00:00
uebayasi
7f3df4fbe7 Update dcraw to 7.94; Sergey Svishchev in pkg/32457.
No changelog available, but changes to manpage suggest the following:

- two more interpolation methods (VHG, AHD)
- bilateral filter to smooth noise
- settable black point
2006-01-05 04:37:33 +00:00
uebayasi
4a3d716f2b Update libcdio to 0.76; from Sergey Svishchev in pkg/32459.
Changes between 0.75 and 0.76:

- Better compatibility with C++
- a better eject routine for FreeBSD
- Fix bug in not specifying a device name in libcio_cdda
- Allow building cd-paranoia if Perl is not installed.
- More accurate library dependency tracking in linking and pkg-config
- Miscellaneous minor bug fixes.
- cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa
  is true. This may require an #include <cdio/cdda.h> in some applications that
  used <cdio/paranoia.h> but didn't include it.
2006-01-05 04:29:25 +00:00
schmonz
576336dd33 Missed a spot; USE_TOOLS+=nroff here too. 2006-01-05 03:00:21 +00:00
schmonz
85efcd26b1 These packages generate catted manpages. Add USE_TOOLS+=nroff. 2006-01-05 02:57:10 +00:00
taca
a4dfd19ebc +postfix-2.2.8 2006-01-05 01:14:34 +00:00