Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-05 | DragonFly support. | joerg | 2 | -7/+26 | |
2006-01-05 | Fix compilation with OpenSSL 0.9.8. | joerg | 2 | -1/+18 | |
2006-01-05 | x11/xview-lib hopefully works now, before it was incomplete on DrgonFly. | joerg | 1 | -1/+2 | |
Revision bumped. | |||||
2006-01-05 | Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work on | joerg | 5 | -10/+59 | |
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues. | |||||
2006-01-05 | Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiring | gdt | 1 | -9/+5 | |
a specific version of gettext. Thanks to jmmv@ for suggestions. | |||||
2006-01-05 | First try on fixing xview. Fix errno. Add DragonFly support. | joerg | 35 | -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-05 | spiff up comments about gettext. | gdt | 1 | -4/+6 | |
change gettext to BUILD_DEPENDS | |||||
2006-01-05 | Remove GNU Autoconf's configure.lineno file if it's there. | xtraeme | 1 | -1/+5 | |
2006-01-05 | Add DragonFly support. | joerg | 3 | -4/+18 | |
2006-01-05 | Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc. | xtraeme | 1 | -6/+8 | |
2006-01-05 | Regenerate patch like it (hopefully) was intended. | joerg | 2 | -9/+10 | |
2006-01-05 | Updated pkgtools/url2pkg to 1.32 | xtraeme | 1 | -1/+2 | |
2006-01-05 | Update to 1.32: | xtraeme | 2 | -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-05 | Fix template referening for GCC 3.4+. | joerg | 2 | -5/+51 | |
2006-01-05 | Change script installation back into ${PREFIX}/bin for common usage, | rxg | 2 | -5/+5 | |
${PREFIX}/sbin is used by ROX-Session for generated script. Bump PKGREVISION. | |||||
2006-01-05 | Remove duplicate entry from dependency list. | hira | 2 | -11/+12 | |
2006-01-05 | Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for | joerg | 3 | -8/+50 | |
libgadu. Let errno.h provide errno in libgsm. | |||||
2006-01-05 | Always link the thread library explicitly when linking against qt-mt, | joerg | 4 | -9/+10 | |
needed on DragonFly and FreeBSD 4, not hurting on other platforms. Add DragonFly to the BSD enumeration. | |||||
2006-01-05 | Depend on devel/gettext, since 0.10.35 is too old to build the catalogs. | gdt | 3 | -6/+11 | |
Fix typo in patch. PKGREVISION++ | |||||
2006-01-05 | Correct the hardcoded paths fixing, DEPENDS rox-lib>=2.0.2nb1 and | rxg | 2 | -10/+16 | |
change script installation from ${PREFIX}/bin to ${PREFIX}/sbin. Bump PKGREVISION. | |||||
2006-01-05 | Fix errno, don't declare sys_errlist on DragonFly as well. | joerg | 2 | -1/+23 | |
2006-01-05 | Correct the hardcoded paths fixing, bump PKGREVISION. | rxg | 1 | -4/+10 | |
2006-01-05 | Forgotten part of last commit: | joerg | 1 | -0/+13 | |
Make private error member const to avoid const-cast-away from dlerror. | |||||
2006-01-05 | Make private error member const to avoid const-cast-away from dlerror. | joerg | 1 | -1/+2 | |
2006-01-05 | Fallback to O_FSYNC on DragonFly, if O_SYNC doesn't exist. | joerg | 3 | -9/+20 | |
Use PTHREAD_* instead of -lpthread for linkage. | |||||
2006-01-05 | xine-esound dependency change. | joerg | 1 | -1/+2 | |
2006-01-05 | Needs gettext-lib. Bump revision. | joerg | 1 | -2/+3 | |
2006-01-05 | Include stddef.h to prevent other strange NULL definitions to occur. | joerg | 3 | -1/+29 | |
2006-01-05 | cdda_device_name doesn't exit on FreeBSD and DragonFly, use cam's | joerg | 2 | -1/+22 | |
device_name instead. | |||||
2006-01-05 | Fix GCC 3.4+: AFormat is a typedef, use it directly with out enum. | joerg | 3 | -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-05 | Fix installation error. Define AllTarget in Imakefile. | hira | 2 | -5/+13 | |
Tested on NetBSD/i386 3.0_STABLE. | |||||
2006-01-05 | Fix GCC 3.4 by adding explicit this reference. | joerg | 2 | -1/+15 | |
2006-01-05 | BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in | ghen | 1 | -6/+1 | |
qt3-tools via BUILD_DEPENDS. | |||||
2006-01-05 | koffice, kdegraphics security update. | markd | 1 | -1/+3 | |
2006-01-05 | updated xpdf patch. | markd | 5 | -9/+272 | |
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION. | |||||
2006-01-05 | updated xpdf patches. | markd | 2 | -4/+8 | |
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION. | |||||
2006-01-05 | Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", | ghen | 34 | -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-05 | Update checksums - problem noted by smb@ via private email. | adrianp | 1 | -4/+4 | |
No PKGREVISION bump as the package is only 12 hours old. | |||||
2006-01-05 | Bump www/apache and www/apache2 for manpage fixes. | ghen | 1 | -1/+3 | |
2006-01-05 | Fix the default config and ServerRoot paths in apache and apache2 manpages, | ghen | 2 | -4/+26 | |
as suggested by PR pkg/32300, bump PKGREVISION. Ok by tron, wiz. | |||||
2006-01-05 | Remove USE_RUBY_DIST_SUBDIR which is unused now. | taca | 2 | -15/+2 | |
2006-01-05 | Note update of libcdio-0.76 and dcraw-7.94; both submitted by Sergey Svishchev. | uebayasi | 1 | -1/+3 | |
2006-01-05 | Update dcraw to 7.94; Sergey Svishchev in pkg/32457. | uebayasi | 3 | -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-05 | Update libcdio to 0.76; from Sergey Svishchev in pkg/32459. | uebayasi | 2 | -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-05 | Missed a spot; USE_TOOLS+=nroff here too. | schmonz | 1 | -1/+3 | |
2006-01-05 | These packages generate catted manpages. Add USE_TOOLS+=nroff. | schmonz | 5 | -7/+15 | |
2006-01-05 | +postfix-2.2.8 | taca | 1 | -1/+2 | |
2006-01-05 | Added www/drupal version 4.6.5 | adrianp | 1 | -1/+2 | |
2006-01-05 | Add drupal. | adrianp | 1 | -1/+2 | |
2006-01-05 | Initial import of Drupal v4.6.5. | adrianp | 7 | -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 |