Age | Commit message (Expand) | Author | Files | Lines |
2007-08-01 | Kill the platform "detection" logic and just wire the host cpu as | joerg | 5 | -6/+2723 |
2007-08-01 | Support automatically using pkgsrc/emulators/darwin_lib to satisfy | jlam | 7 | -44/+215 |
2007-08-01 | Pass down native compiler using CC_BUILD when cross-compiling. | joerg | 1 | -1/+5 |
2007-08-01 | Don't use malloc.h. | joerg | 3 | -1/+29 |
2007-08-01 | Begin adding some of the basic, non-intrusive pieces of the | joerg | 3 | -9/+24 |
2007-08-01 | Teach mirror-distfiles to use emul-fetch if EMUL_PLATFORMS is defined so | jlam | 1 | -1/+3 |
2007-08-01 | Remove unused _EMUL_OPSYSES. | jlam | 1 | -15/+1 |
2007-08-01 | Note the proper /emul/* dir for Darwin libraries. | jlam | 1 | -1/+2 |
2007-08-01 | AIX needs diffutils as well as it has no diff3 (and no unidiff in diff). | joerg | 1 | -2/+2 |
2007-08-01 | Allow mkbinarykit to pass down --compiler. | joerg | 1 | -1/+6 |
2007-08-01 | Define PKGPATH earlier so that mk.conf can use it. | joerg | 1 | -2/+4 |
2007-08-01 | Updated textproc/iso-codes to 1.3 | obache | 1 | -1/+2 |
2007-08-01 | Update iso-codes to 1.3. | obache | 3 | -21/+12 |
2007-08-01 | File bin/exifautotran should be installed in ${DESTDIR}. | obache | 1 | -2/+2 |
2007-08-01 | Updated mail/dovecot to 1.0.3. | ghen | 1 | -1/+2 |
2007-08-01 | Update to Dovecot 1.0.3. Some small fixes and one regression from 1.0.2: | ghen | 2 | -7/+7 |
2007-08-01 | Note update of lang/php5 package to 5.2.3nb3 and www/php4 package | taca | 1 | -1/+3 |
2007-08-01 | Add patches to fix CVE-2007-3806 referring CVS repository. | taca | 3 | -2/+18 |
2007-08-01 | - Add patches to fix CVE-2007-3806 referring CVS repository. | taca | 4 | -3/+37 |
2007-08-01 | s/postfix-2.4.4/postfix-2.4.5/ | taca | 1 | -2/+2 |
2007-08-01 | +postfix-2.4.4 | taca | 1 | -2/+3 |
2007-07-31 | Updated graphics/gimp24 to 2.3.19 | adam | 1 | -1/+2 |
2007-07-31 | Changes 2.3.19: | adam | 6 | -52/+22 |
2007-07-31 | Delete the correct file path for ${EMUL_ARCH}, not for ${MACHINE_ARCH}. | jlam | 2 | -4/+4 |
2007-07-31 | Automatically add EMUL_{PLATFORM,OPSYS,ARCH} to FILES_SUBST and | jlam | 1 | -1/+9 |
2007-07-31 | Don't substitute for OPSYS- or ARCH-related variables in print-plist | jlam | 1 | -8/+13 |
2007-07-31 | Don't substitute for ${MACHINE_ARCH} in the PLIST for linux-i386, which | jlam | 1 | -58/+58 |
2007-07-31 | Fixed a gcc4 warning that pointed to really buggy code. Pointed out in | rillig | 2 | -1/+22 |
2007-07-31 | Rename the PLIST.<arch> fragments to PLIST.${EMUL_PLATFORM} so that | jlam | 5 | -10/+5 |
2007-07-31 | Use the emulator framework to note that this package installs linux-i386 | jlam | 1 | -3/+6 |
2007-07-31 | Use the standard RPM extraction logic in the extract module instead of | jlam | 1 | -19/+14 |
2007-07-31 | Teach the extract module to extract RPMs with rpm2pkg. | jlam | 4 | -4/+28 |
2007-07-31 | Fixed build problem on NetBSD 3.x (PR 36632) and NetBSD 2.x (PR 25474). | obache | 6 | -4/+485 |
2007-07-31 | Disable CHECK_PERMS here as it is needed for groff onsome platforms. | joerg | 1 | -1/+2 |
2007-07-31 | On some platforms, groff is needed to build checkperms, so disable | joerg | 1 | -1/+3 |
2007-07-31 | Only write FETCH_CMD to mk.conf, if it is set already. | joerg | 1 | -2/+4 |
2007-07-31 | Updated emulators/dosbox to 0.71 | xtraeme | 1 | -1/+2 |
2007-07-31 | Update to 0.71. | xtraeme | 6 | -71/+22 |
2007-07-31 | Marked as MAKE_JOBS_SAFE=no. | obache | 1 | -1/+3 |
2007-07-31 | Add distinfo for solaris-i386 and solaris-sparc (using "make emul-fetch" and | ghen | 1 | -1/+7 |
2007-07-31 | -Wall is a non-standard flag, don't use it in a bootstrap package. | joerg | 1 | -2/+2 |
2007-07-31 | What xlC really wanted to tell me was to use int instead of short... | joerg | 1 | -2/+2 |
2007-07-31 | # libgimpthumb Makefile.am has issues (2.3.18): | gdt | 1 | -1/+5 |
2007-07-31 | Use unsigned for bitfield as fields take up the full size. | joerg | 1 | -2/+2 |
2007-07-31 | Don't use u_{char,short,int,long} as they are non-standard. | joerg | 18 | -100/+100 |
2007-07-31 | Remove broken home page URL, replace broken master site URL with | tron | 1 | -4/+5 |
2007-07-31 | Update to 0.0.14. | gdt | 2 | -10/+10 |
2007-07-31 | Fix path to bash and depend on it. Bump revision. | joerg | 1 | -3/+6 |
2007-07-31 | Don't include malloc.h. | joerg | 2 | -1/+16 |
2007-07-31 | Don't use malloc.h. | joerg | 2 | -1/+14 |