Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-12 | there's little chance this will compile with anything but gcc. mark it | grant | 1 | -1/+3 | |
so. | |||||
2004-06-12 | don't call install -d with >1 directory argument. | grant | 1 | -2/+3 | |
2004-06-12 | use bl3 so that gcc specific flags are stripped out. | grant | 1 | -1/+2 | |
2004-06-12 | call xargs -n 1 when creating directories with install(1). | grant | 1 | -2/+2 | |
2004-06-12 | this uses a c and c++ compiler. | grant | 1 | -1/+2 | |
2004-06-12 | - this uses a c and c++ compiler. | grant | 1 | -3/+4 | |
- drop unneeded trailing / | |||||
2004-06-12 | Re-generate patch digest for patch-ab. | agc | 1 | -2/+2 | |
2004-06-12 | Sync nbsed with -current and bump its version to 20040612. This fixes | minskim | 3 | -8/+30 | |
a bug reported in PR bin/25899 that makes sed(1) fail if the last character of the line buffer is a backslash. | |||||
2004-06-12 | use bl3 so that gcc specific flags are stripped out. | grant | 1 | -1/+2 | |
2004-06-12 | +maketool-0.8.4 | grant | 1 | -1/+2 | |
2004-06-12 | this package is NetBSD-specific. | grant | 1 | -1/+3 | |
2004-06-12 | this package uses lots of gcc'isms. mark it only for gcc. | grant | 1 | -1/+3 | |
2004-06-12 | use bl3 so that gcc specific flags are stripped out. | grant | 1 | -1/+2 | |
2004-06-12 | mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macros | grant | 1 | -1/+3 | |
definitions which sunpro doesn't like. | |||||
2004-06-12 | USE_LANGUAGES=c c++ | grant | 1 | -1/+2 | |
2004-06-12 | swap order of depends so that perl>=5.8.3 is preferred over | grant | 1 | -2/+2 | |
p5-Test-Harness. the old way: {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness is normally ok because if either is installed the dependency is satisfied. however, in a bulk build, every package which uses this DEPENDS is automatically failed because p5-Test-Harness is preferred but it conflicts with perl>=5.8.3 (they both install bin/prove and prove.1). this way, perl is preferred and the dependency should be satisfied correctly in bulk builds. | |||||
2004-06-12 | when using native threads, only set BUILDLINK_CFLAGS.pthread=-pthread on | grant | 2 | -3/+17 | |
systems known to support its (FreeBSD, NetBSD, Linux). fixes breakage caused by passing -pthread to SunPro cc(1) and likely also fixes platforms other than the above. | |||||
2004-06-12 | set ${MAKE_ENV} in the environment before calling ${MAKE}. | grant | 1 | -2/+2 | |
2004-06-12 | - don't hardcode CC=gcc | grant | 3 | -6/+29 | |
- don't hardcode RANLIB=ranlib - don't pass gcc specific -W flags - needs -ldl on Solaris | |||||
2004-06-12 | with the SunPro c++ compiler, char * cannot be initialised with a | grant | 3 | -1/+29 | |
const char * value. add a cast and make a char * const to allow this to build. | |||||
2004-06-12 | this uses openssl, so it needs openssl/buildlink3.mk. | grant | 1 | -1/+3 | |
2004-06-12 | this calls ${PATCH} directly, so make sure we have a build dependency | grant | 1 | -1/+3 | |
on patch. | |||||
2004-06-12 | don't pass gcc specific -W flags, call ${CXX} not "g++". | grant | 2 | -7/+8 | |
2004-06-12 | whitespace fixes. | grant | 1 | -3/+3 | |
2004-06-12 | don't pass gcc specific -W flags. | grant | 3 | -11/+9 | |
2004-06-12 | and share/doc/html/buildtool, too. | grant | 1 | -1/+2 | |
2004-06-12 | make sure the destination directory exists before trying to install | grant | 1 | -1/+4 | |
files into it. | |||||
2004-06-12 | this needs -lnsl -lsocket on Solaris. | grant | 3 | -2/+19 | |
2004-06-12 | work around this version setting localedir in autoconf stuff (and not | grant | 1 | -2/+9 | |
Makefiles) by using SUBST_SED instead of USE_PKGLOCALEDIR. partially fixes install on Solaris. | |||||
2004-06-12 | inline linear2mulaw() and mulaw2linear(). | grant | 2 | -1/+24 | |
with SunPro, inline functions can't call static functions unless they are also inline. fixes build on Solaris. | |||||
2004-06-12 | pass $(CPPFLAGS) and $(LDFLAGS) where appropriate. remove hardcoded | grant | 2 | -9/+22 | |
CC=gcc. | |||||
2004-06-12 | remove useless use of __attribute__. allows this to build with compilers | grant | 2 | -6/+15 | |
which don't support __attribute__. | |||||
2004-06-11 | Take over maintainership of milter-regex (OKed by manu) | jdarrow | 1 | -2/+2 | |
2004-06-11 | Update mail/milter-regex to 1.5. | jdarrow | 4 | -6/+21 | |
Also fix seteuid/setuid usage on NetBSD. Changes from 1.2: 1.5: March 19, 2004 Fix logic errors in dealing with multi-message connections (SMTP RSET, HELO or MAIL FROM resetting SMTP state). Add cb_abort callback. 1.4: March 13, 2004 Some performance improvements, abort rule evaluation immediately when no further rules can possibly match. Compile without -Werror, as some ports generate warnings. 1.3: March 8, 2004 Two bugfixes related to RCPT TO: rule evaluation (DSN options and multiple receipients would match incorrectly), umask(0177) for pipe, fix for Solaris daemon() implementation. Improved logging (From:, To: and Subject: headers, when available). [update during freeze approved by agc] | |||||
2004-06-11 | upzip was updated to 5.51. | minskim | 1 | -2/+1 | |
2004-06-11 | note subversion-1.0.5 update | epg | 1 | -1/+2 | |
2004-06-11 | Update to Version 1.0.5. | epg | 2 | -5/+5 | |
(10 Jun 2004, from /branches/1.0.5) http://svn.collab.net/repos/svn/tags/1.0.5 User-visible-changes: * fixed: security bug in svn protocol string parsing. (CAN-2004-0413) | |||||
2004-06-11 | Remove reference to non-existent buildlink2.mk. | minskim | 1 | -3/+1 | |
2004-06-11 | Temporarily disable pkgviews installation, because currently it | minskim | 1 | -2/+3 | |
breaks other packages when enabled. | |||||
2004-06-11 | This package needs pkg-config. Add build dependency on pkgconfig. | minskim | 1 | -1/+2 | |
2004-06-11 | Improve. | minskim | 1 | -1/+7 | |
2004-06-11 | + leafnode-1.10.0, libbonobo-2.6.2 | minskim | 1 | -2/+3 | |
2004-06-11 | + gtk2-2.4.3; I'll handle it after the freeze. | jmmv | 1 | -1/+2 | |
2004-06-11 | don't call "install -d" with multiple directory arguments. | grant | 2 | -6/+16 | |
2004-06-11 | this needs flex(1) to build. | grant | 1 | -2/+2 | |
2004-06-11 | replace the deprecated USE_BISON and this also needs flex(1). | grant | 1 | -3/+2 | |
2004-06-11 | Note update of emulators/peace. | kent | 1 | -1/+2 | |
- support statvfs change of NetBSD - implement SuspendThread() and ResumeThread() - introduce a simple debugger - IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE and PF_FLOATING_POINT_PRECISION_ERRATA - Some HCURSOR-related functions are implemented. - improve Virtual*() functions support - SEH support for SIGFPE and SIGSEGV - debug messages are printed via stderr, not stdout - fix a problem of CreateDIBitmap() - implement GetPaletteEntries() - implement GetDIBColorTable() and SetDIBColorTable() - implement Heap*() functions - make kernel object handles indexes in the handle table instead of addresses of memory block. - improve Event/Mutex/Semaphore implementation | |||||
2004-06-11 | Update PEACE to 20040611 snapshot | kent | 2 | -9/+9 | |
- support statvfs change of NetBSD - implement SuspendThread() and ResumeThread() - introduce a simple debugger - IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE and PF_FLOATING_POINT_PRECISION_ERRATA - Some HCURSOR-related functions are implemented. - improve Virtual*() functions support - SEH support for SIGFPE and SIGSEGV - debug messages are printed via stderr, not stdout - fix a problem of CreateDIBitmap() - implement GetPaletteEntries() - implement GetDIBColorTable() and SetDIBColorTable() - implement Heap*() functions - make kernel object handles indexes in the handle table instead of addresses of memory block. - improve Event/Mutex/Semaphore implementation | |||||
2004-06-11 | it's "USE_GNU_TOOLS+=lex" not "flex". duh. | grant | 1 | -2/+2 | |
2004-06-11 | in fact, the whole lot needs flex(1) to build. | grant | 2 | -5/+3 | |