summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-05Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work onjoerg5-10/+59
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiringgdt1-9/+5
a specific version of gettext. Thanks to jmmv@ for suggestions.
2006-01-05First try on fixing xview. Fix errno. Add DragonFly support.joerg35-119/+952
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-05spiff up comments about gettext.gdt1-4/+6
change gettext to BUILD_DEPENDS
2006-01-05Remove GNU Autoconf's configure.lineno file if it's there.xtraeme1-1/+5
2006-01-05Add DragonFly support.joerg3-4/+18
2006-01-05Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc.xtraeme1-6/+8
2006-01-05Regenerate patch like it (hopefully) was intended.joerg2-9/+10
2006-01-05Updated pkgtools/url2pkg to 1.32xtraeme1-1/+2
2006-01-05Update to 1.32:xtraeme2-4/+8
* 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-05Fix template referening for GCC 3.4+.joerg2-5/+51
2006-01-05Change script installation back into ${PREFIX}/bin for common usage,rxg2-5/+5
${PREFIX}/sbin is used by ROX-Session for generated script. Bump PKGREVISION.
2006-01-05Remove duplicate entry from dependency list.hira2-11/+12
2006-01-05Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing forjoerg3-8/+50
libgadu. Let errno.h provide errno in libgsm.
2006-01-05Always link the thread library explicitly when linking against qt-mt,joerg4-9/+10
needed on DragonFly and FreeBSD 4, not hurting on other platforms. Add DragonFly to the BSD enumeration.
2006-01-05Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.gdt3-6/+11
Fix typo in patch. PKGREVISION++
2006-01-05Correct the hardcoded paths fixing, DEPENDS rox-lib>=2.0.2nb1 andrxg2-10/+16
change script installation from ${PREFIX}/bin to ${PREFIX}/sbin. Bump PKGREVISION.
2006-01-05Fix errno, don't declare sys_errlist on DragonFly as well.joerg2-1/+23
2006-01-05Correct the hardcoded paths fixing, bump PKGREVISION.rxg1-4/+10
2006-01-05Forgotten part of last commit:joerg1-0/+13
Make private error member const to avoid const-cast-away from dlerror.
2006-01-05Make private error member const to avoid const-cast-away from dlerror.joerg1-1/+2
2006-01-05Fallback to O_FSYNC on DragonFly, if O_SYNC doesn't exist.joerg3-9/+20
Use PTHREAD_* instead of -lpthread for linkage.
2006-01-05xine-esound dependency change.joerg1-1/+2
2006-01-05Needs gettext-lib. Bump revision.joerg1-2/+3
2006-01-05Include stddef.h to prevent other strange NULL definitions to occur.joerg3-1/+29
2006-01-05cdda_device_name doesn't exit on FreeBSD and DragonFly, use cam'sjoerg2-1/+22
device_name instead.
2006-01-05Fix GCC 3.4+: AFormat is a typedef, use it directly with out enum.joerg3-1/+37
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-05Fix installation error. Define AllTarget in Imakefile.hira2-5/+13
Tested on NetBSD/i386 3.0_STABLE.
2006-01-05Fix GCC 3.4 by adding explicit this reference.joerg2-1/+15
2006-01-05BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls inghen1-6/+1
qt3-tools via BUILD_DEPENDS.
2006-01-05koffice, kdegraphics security update.markd1-1/+3
2006-01-05updated xpdf patch.markd5-9/+272
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION.
2006-01-05updated xpdf patches.markd2-4/+8
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen34-55/+130
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-05Update checksums - problem noted by smb@ via private email.adrianp1-4/+4
No PKGREVISION bump as the package is only 12 hours old.
2006-01-05Bump www/apache and www/apache2 for manpage fixes.ghen1-1/+3
2006-01-05Fix the default config and ServerRoot paths in apache and apache2 manpages,ghen2-4/+26
as suggested by PR pkg/32300, bump PKGREVISION. Ok by tron, wiz.
2006-01-05Remove USE_RUBY_DIST_SUBDIR which is unused now.taca2-15/+2
2006-01-05Note update of libcdio-0.76 and dcraw-7.94; both submitted by Sergey Svishchev.uebayasi1-1/+3
2006-01-05Update dcraw to 7.94; Sergey Svishchev in pkg/32457.uebayasi3-14/+14
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-05Update libcdio to 0.76; from Sergey Svishchev in pkg/32459.uebayasi2-6/+6
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-05Missed a spot; USE_TOOLS+=nroff here too.schmonz1-1/+3
2006-01-05These packages generate catted manpages. Add USE_TOOLS+=nroff.schmonz5-7/+15
2006-01-05+postfix-2.2.8taca1-1/+2
2006-01-05Added www/drupal version 4.6.5adrianp1-1/+2
2006-01-05Add drupal.adrianp1-1/+2
2006-01-05Initial import of Drupal v4.6.5.adrianp7-0/+294
Drupal is software that allows an individual or a community of users to easily publish, manage and organize a great variety of content on a website. Tens of thousands of people and organizations have used Drupal to set up scores of different kinds of web sites, including * community web portals and discussion sites * corporate web sites/intranet portals * personal web sites * aficionado sites * e-commerce applications * resource directories Drupal includes features to enable: * content management systems * blogs * collaborative authoring environments * forums * newsletters * picture galleries * file uploads and download
2006-01-05Uses msgfmt.joerg1-1/+3
2006-01-04Update to 0.3.3 from maintainer via PR #32272.reed4-20/+34
(I did this a while ago but never updated since it has problem using default firefox dependency, but with mozilla it does work fine. I now see that 0.3.4 is now available.) Added a gnutls option. Adds a options.mk file for this (and for gecko). USE_DIRS updated to xdg-1.2. Removed glib2 buildlink include. New "fr" locale file. Changelog: Kazehakase-0.3.3: - Fixed compile problem on FreeBSD (Kouhei Sutou) - Fixed multiplying windows on restoring session (Hiroyuki Ikezoe) Kazehakase-0.3.2: - Dialog for SSL certificates (Hidetaka Iwai) - scrolling mouse wheel with 3 (right) button click (Kouhei Sutou) - Set the label color in the sidebar to the same color of the tab label (Jim Apple) - Fix BUG #2190, #2659, #2740 (Gna) and #4982, #7241 (SF.jp) Kazehakase-0.3.1: - Use GnuTLS instead of OpenSSL (Hidetaka Iwai) - Added TabCloseAllSameSiteAsThis action (Ryo SHIMIZU) - French translation (Jocelyn Jaubert)
2006-01-04Use soundcard.h for OpenBSD and sys/soundcard.h for DragonFly.joerg2-5/+7