aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-01-18 17:03:35 +0800
committermiwi <miwi@FreeBSD.org>2010-01-18 17:03:35 +0800
commit83c8479aa34d17b3a8f5383d288226fbee7b43c3 (patch)
treeac62726e7d0c9e0ce7344f172a62a660225bc73c /sysutils
parent8818a436dd79b3a932f8fc33787f6c6cf2839792 (diff)
downloadfreebsd-ports-gnome-83c8479aa34d17b3a8f5383d288226fbee7b43c3.tar.gz
freebsd-ports-gnome-83c8479aa34d17b3a8f5383d288226fbee7b43c3.tar.zst
freebsd-ports-gnome-83c8479aa34d17b3a8f5383d288226fbee7b43c3.zip
- Fix build on HEAD
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/files/patch-utmpx.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-utmpx.h b/sysutils/lsof/files/patch-utmpx.h
new file mode 100644
index 000000000000..60908440d772
--- /dev/null
+++ b/sysutils/lsof/files/patch-utmpx.h
@@ -0,0 +1,28 @@
+--- Configure
++++ Configure
+@@ -2156,6 +2156,10 @@
+ then
+ LSOF_CFGF="$LSOF_CFGF -DHASIPv6"
+ fi # }
++ if test -r ${LSOF_INCLUDE}/utmpx.h # {
++ then
++ LSOF_CFGF="$LSOF_CFGF -DHASUTMPX"
++ fi # }
+ LSOF_DIALECT_DIR=freebsd
+ ;;
+
+--- lsof.h
++++ lsof.h
+@@ -267,10 +267,11 @@
+ # if !defined(LOGINML)
+ # if defined(HASUTMPX)
+ static struct utmpx dummy_utmp; /* to get login name length */
++#define LOGINML sizeof(dummy_utmp.ut_user)
+ # else /* !defined(HASUTMPX) */
+ static struct utmp dummy_utmp; /* to get login name length */
+-# endif /* defined(HASUTMPX) */
+ #define LOGINML sizeof(dummy_utmp.ut_name)
++# endif /* defined(HASUTMPX) */
+ /* login name length */
+ # endif /* !defined(LOGINML) */
+
'2012-07-20 18:24:42 +0800'>2012-07-201-0/+4 * fixed a build error reported by pointy hatdaichi2012-07-201-3/+9 * - Chase ibus update [1]beat2012-07-191-4/+6 * corresponding to ibus updatedaichi2012-07-191-2/+2 * corresponding to ibus updatedaichi2012-07-191-2/+2 * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 * Update to 20120629.hrs2012-07-122-4/+4 * Update to 441.hrs2012-07-122-4/+4 * Update repository URL.hrs2012-07-121-1/+1 * Update to 20120411-2.hrs2012-07-128-71/+42 * - Update to 0.0.13 [1]jase2012-07-112-6/+10 * - Unbreakscheidell2012-07-092-3/+19 * - Remove ftp.parodius.com from MASTER_SITES due to its forthcomingjase2012-07-081-1/+0 * Add USE_CSTD=gnu89 to fix linking when building with clangpawel2012-07-061-0/+1 * - Update Calligra to 2.4.3.avilla2012-07-055-0/+87 * improved dependency handlingdaichi2012-07-031-10/+8 * - Update to 20120629.kuriyama2012-07-024-10/+10 * - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4 * - Remove SITE_PERL from *_DEPENDSaz2012-06-301-2/+2 * - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1 * - Remove SITE_PERL from *_DEPENDSaz2012-06-302-2/+2 * Convert to new option frameworkbapt2012-06-293-37/+42 * - Update to 3.4.1sunpoet2012-06-292-3/+3 * - Remove SITE_PERL from *_DEPENDSaz2012-06-291-1/+1 * Unbreak build on Perl 5.14skv2012-06-271-0/+4 * - reset MAINTAINERdinoex2012-06-261-1/+1 * - Fix the BROKEN flagdaichi2012-06-261-5/+5 * Fix SUB_LIST to work rc.d script properly.ume2012-06-261-1/+2 * s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-251-1/+1 * - Update to 3.4sunpoet2012-06-182-7/+5 * - Update MASTER_SITES and WWW: linesylvio2012-06-182-2/+2 * - Mark BROKEN: does not compilepav2012-06-181-0/+2 * - Mark BROKEN: does not compilepav2012-06-181-0/+2 * Convert to use new OPTIONS framework.ume2012-06-171-17/+18 * - update to optionsNG frameworkjgh2012-06-151-2/+3 * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-154-6/+4 * - Mark BROKEN: does not compilepav2012-06-141-0/+2 * Use USE_IMAKE instead of BUILD_DEPENDS.hrs2012-06-132-5/+2 * - Convert to new options frameworktota2012-06-122-42/+32 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-1115-15/+15 * - Mark BROKEN: does not buildpav2012-06-101-0/+2 * Add jpilot on CONFLICTS.sumikawa2012-06-071-0/+2 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-063-6/+3 * Fix BROKEN and some styles.hrs2012-06-052-21/+27 * - Remove SITE_PERL from *_DEPENDSaz2012-06-051-2/+2 * - Update to 20120531.kuriyama2012-06-024-12/+11 * - update png to 1.5.10dinoex2012-06-0155-51/+101 * - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-64/+0 * The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-315-76/+0 * update to mozc-1.5.1090.102.1daichi2012-05-2920-31/+29 * - Update to 3.3.2scheidell2012-05-273-5/+21 * - Upgrade to 0.28.kuriyama2012-05-272-4/+7 * - Upgrade to 0.08.kuriyama2012-05-273-9/+8 * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-256-19/+51 * - fixed a build errordaichi2012-05-2322-2775/+15 * fixed some path issuesdaichi2012-05-234-4/+41 * - Mark BROKEN: installs an unwanted filepav2012-05-231-0/+2 * - update to 0.3.1.2rm2012-05-234-11/+8 * Add fcitx-mozc , mozc engine for Fcitx.daichi2012-05-222-0/+18 * Added fcitx-mozc supportdaichi2012-05-2222-6/+2838 * Reset mitsuru@riken.jp: address bounces.linimon2012-05-221-1/+1 * Mark IGNORE with php 5.4 and set 5.3 as default.ale2012-05-201-1/+2 * - Update to 3.6.9tota2012-05-163-4/+3 * - Update to 4.0.6tota2012-05-163-4/+3 * - Update to 3.0.4tota2012-05-142-3/+3 * Update autoconf to 2.69 and automake to 1.12ade2012-05-121-0/+9 * - Update to 080908-sq39scheidell2012-05-113-15/+11 * - fixed the building on amd64daichi2012-05-1048-1458/+1740 * - Pet portlint except 'only one MASTER_SITE configured'tota2012-05-061-3/+3 * - Remove do-fetch target and fix MASTER_SITES not to bypass the distinfotota2012-05-041-8/+7 * - Add TEST_DEPENDSswills2012-05-031-0/+2 * added a new patch of the openssl build handlingdaichi2012-05-021-0/+27 * improved the openssl relative handlingdaichi2012-05-021-2/+9 * - Add a new port: japanese/font-rictytota2012-05-0210-0/+295 * added a needed patch filedaichi2012-05-011-0/+11 * removed unneeded patch filedaichi2012-05-011-11/+0 * update to 1.5.1053.102daichi2012-05-0118-67/+39 * - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1 * Correct PKGNAMEPREFIX.knu2012-04-241-3/+6 * Update to 0.49.knu2012-04-242-3/+3 * - upgrade to 3.5.2bapt2012-04-234-0/+22 * - Update to version 1.3.2miwi2012-04-223-25/+24 * - Update to 3.0.3tota2012-04-212-3/+3 * - Unbreak build on OSVERSION > 900007, utmpx fixscheidell2012-04-202-11/+29 * - update to 1.4.1rm2012-04-113-4/+4 * - update to 0.0.12rm2012-04-114-7/+9 * - Update to 4.0.5tota2012-04-102-3/+3 * bump PORTEPOCHdaichi2012-04-081-0/+1 * roll back to the stable version, 1.2.7daichi2012-04-087-30/+28 * - Modern revamping japanese/p5-Mail-SpamAssassin to work as a slave port [1]scheidell2012-04-0813-671/+1187 * fixed pkg-plistdaichi2012-04-051-4/+7 * Updated to 201204, as of April 1st 2012.matusita2012-04-032-7/+7 * - Reassign to the heaptabthorpe2012-04-034-4/+4 * Update to ibus-anthy-1.4.99.20120327daichi2012-04-027-34/+23 * Update to Mozc 1.4.1033.102daichi2012-04-0221-60/+40 * Update to 1.8.0.nobutaka2012-04-011-3/+3 * - Synchronize with mail/mailmantota2012-03-261-1/+1 * - Update to 0.0.11jgh2012-03-244-7/+4 * databases/pgtcl contains pgtclng, but MOVED entry doesn't mention this becausecrees2012-03-222-22/+0 * Update to 1.4.1003.102daichi2012-03-1621-52/+53 * - Update to 3.0.2tota2012-03-152-3/+3 * - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-3/+22 * - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-091-22/+3 * - Update to 0.62swills2012-03-052-5/+5 * - Add missing DEPENDSswills2012-03-051-2/+5 * version bump to follow Emacs23 updatedaichi2012-03-051-0/+1 * ajaxzip2 (Japanese ZIP code utility) ZIP data.kuriyama2012-03-045-0/+1013 * ajaxzip2 (Japanese ZIP code utility) core scripts.kuriyama2012-03-045-0/+39 * - Update to 20120224.kuriyama2012-03-042-5/+5 * - mail/mailman [1]tota2012-03-0416-6/+3305 * - Make spacing more uniformswills2012-03-021-1/+2 * Fix a build problem on machines with gsed and ja_JP.eucJP localearved2012-02-271-0/+20 * - Switch to giflib.kuriyama2012-02-261-4/+4 * - Update to 3.6.8tota2012-02-252-3/+3 * - Update to 4.0.4tota2012-02-252-3/+3 * - fix sort order in few category Makefilesrm2012-02-231-1/+1 * - Chase Emacs updatesashish2012-02-224-4/+4 * - Remove Author from pkg-descrtota2012-02-201-1/+0 * - Add a new port: japanese/myrurematota2012-02-204-0/+37 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-163-1/+3 * - Update to 201106pgollucci2012-02-162-9/+8 * Update to 20120130.hrs2012-02-163-6/+6 * Update to 0.436.hrs2012-02-162-5/+4 * Update to 20111002. Now based on M+ TESTFLIGHT 043.hrs2012-02-168-136/+136 * - Update to 3.0.1tota2012-02-092-4/+4 * - Update to 1.4.0scheidell2012-02-064-41/+34 * Add port japanese/libskk: A library to deal with Japanese kana-to-kanji conve...scheidell2012-02-035-0/+182 * Fixed a build issue for 8.xdaichi2012-01-303-1/+27 * Simplified LOCALBASE and INCLUDEDIR replacement treatmentdaichi2012-01-291-2/+2 * Simplified LOCALBASE replacement treatmentdaichi2012-01-291-1/+1 * Update to 1.3.975.102daichi2012-01-2922-52/+46 * - Update MASTER_SITES and WWW: linemiwi2012-01-292-12/+11 * - Fix build with clangmiwi2012-01-291-0/+4 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-4/+4 * - Update to 9.4.7 (English version only)hrs2012-01-221-0/+2 * - update to 2.1.2 [1]rm2012-01-183-11/+10 * - Assign maintainership from ports@ to masaki at club.kyutech.ac.jpjgh2012-01-161-1/+1 * - Maintainer states they no longer can receive emails from @FreeBSD.org and w...scheidell2012-01-151-1/+1 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1413-22/+20 * - updated to 1.2.6daichi2012-01-148-67/+52 * Update for ibus 1.4.0daichi2012-01-102-4/+2 * added support for ibus-1.4.0daichi2012-01-073-2/+15 * fixed wrong packages namedaichi2012-01-073-1/+5 * - Update to 3.3.1sunpoet2012-01-062-5/+5 * - Update to 110510.hrs2012-01-063-9/+16 * - Update to 4.0.3tota2012-01-062-4/+5 * - Update to 3.6.7tota2012-01-062-4/+5 * - Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.jgh2012-01-051-9/+4 * Remove expired unmaintained ports:rene2012-01-015-38/+0 * Forgotten to add pkg-message filedaichi2012-01-011-0/+7 * - Update to 2.13.4.10culot2011-12-312-6/+6 * Changed MASTER_SITES to use MASTER_SITE_LOCAL and MASTER_SITE_SUBDIRdaichi2011-12-291-1/+2 * End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1 * Changed the mozc-el port to use the master mozc-server portdaichi2011-12-2718-98/+6 * Update mozc* to 1.3.931.102daichi2011-12-2418-25/+57 * - Mark BROKEN: does not buildpav2011-12-221-0/+2 * japanese/ruby-refe||2011-12-21|Has been broken for 11 monthspgollucci2011-12-225-4521/+0 * - Update to 0.61 [1]culot2011-12-162-6/+11 * - Update to 3.3sunpoet2011-12-152-3/+3 * - fixed a gcc 4.2.1 's namespace bug. Now mozc can builddaichi2011-12-1367-1577/+214 * Fixed typo.daichi2011-12-111-1/+1 * Fixed a build error caused by a gcc 4.2.1's namespace bug.daichi2011-12-105-24/+83 * Fix a dependency issue pointed out by pointyhatdaichi2011-12-071-1/+2 * Update to 1.3.911.102.maho2011-12-0617-358/+15 * - Comment out dependencies which were removed and mark broken to fixswills2011-12-061-3/+5 * Update to 1.3.911.102 including new featuresdaichi2011-12-04