--- src/util/catalog.c-- Thu Mar 5 03:19:12 1998 +++ src/util/catalog.c Fri Jul 3 15:47:35 1998 @@ -1,6 +1,13 @@ +#if defined(HAVE_SYS_PARAM_H) +#include +#endif #ifndef _plan9_ #include +#if (!defined(BSD) || (BSD < 199506)) #include +#else +#include +#endif #include #else #include --- src/util/png.c-- Thu Mar 5 03:19:12 1998 +++ src/util/png.c Fri Jul 3 15:46:07 1998 @@ -1,3 +1,6 @@ +#if defined(HAVE_SYS_PARAM_H) +#include +#endif #ifndef _plan9_ #include #ifdef USE_PNG @@ -5,7 +8,9 @@ #endif #include #include +#if (!defined(BSD) || (BSD < 199506)) #include +#endif #include #else #include --- src/util/timers.c-- Fri Jul 3 16:35:49 1998 +++ src/util/timers.c Fri Jul 3 16:37:16 1998 @@ -21,17 +21,26 @@ * * All ugly architecture depended timing code is separated into this file.. */ +#if defined(HAVE_SYS_PARAM_H) +#include +#endif #ifdef _plan9_ #include #include #include #else #include +#if (!defined(BSD) || (BSD < 199506)) #include +#else +#include +#endif #include #include #ifndef _MAC +#if (!defined(BSD) || (BSD < 199506)) #include +#endif #endif #ifdef __BEOS__ #include --- src/util/xstdio.c-- Thu Mar 5 03:19:12 1998 +++ src/util/xstdio.c Fri Jul 3 15:49:40 1998 @@ -1,6 +1,9 @@ +#if defined(HAVE_SYS_PARAM_H) +#include +#endif #ifndef _plan9_ #include -#ifdef __EMX__ +#if (defined(__EMX__) || defined(BSD)) #include #endif #include '>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Fix the previous patch.thierry2009-02-252-6/+11
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
* - Add/change USE_TCL/USE_TK from YES to 84 due to planned default tclmm2009-02-231-1/+1
* Unbreak with gcc-43.thierry2009-02-121-0/+11
* Fix a bug triggered on amd64 by Cristiano Rolim.thierry2009-01-272-1/+12
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-0/+2
* Switch to USE_FORTRAN.thierry2009-01-201-5/+1
* Upgrade to 6.3 and unbreak.thierry2008-12-3148-33007/+52694
* - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-201-0/+2
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-9/+9
* Use @rmtry macro in the pkg-plist.edwin2008-04-191-4/+4
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-231-2/+1
* - Mark BROKEN: does not compilepav2008-02-081-0/+2
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+3
* Add a work-around to fix build with gcc 4.1 on pointyhat.thierry2007-04-221-1/+6
* Really chase the changes in Mk/bsd.tcl.mk.thierry2007-04-131-5/+2
* Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS.thierry2007-04-081-1/+3