/*************************************************************************** (C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. For purposes of this license notice, the term Licensors shall mean, collectively, Apple Computer, Inc., AT&T Corp., International Business Machines Corporation and Siemens Rolm Communications Inc. The term Licensor shall mean any of the Licensors. Subject to acceptance of the following conditions, permission is hereby granted by Licensors without the need for written agreement and without license or royalty fees, to use, copy, modify and distribute this software for any purpose. The above copyright notice and the following four paragraphs must be reproduced in all copies of this software and any software including this software. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS. IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The software is provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the government are subject to restrictions set forth in DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. ***************************************************************************/ #ifndef __PORT_H__ #define __PORT_H__ 1 #if defined(__CPLUSPLUS__) || defined(__cplusplus) extern "C" { #endif /* some of these #defines are commented out because */ /* Visual C++ sets them on the compiler command line instead */ /* #define _DEBUG */ /* #define WIN32 */ /* #define WIN16 */ /* #define _WINDOWS */ /* #define __MWERKS__ */ /* #define INCLUDEMFC */ #define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard" #define vCalendarClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCalendar" /* The above strings vCardClipboardFormat and vCalendarClipboardFormat are globally unique IDs which can be used to generate clipboard format ID's as per the requirements of a specific platform. For example, in Windows they are used as the parameter in a call to RegisterClipboardFormat. For example: CLIPFORMAT foo = RegisterClipboardFormat(vCardClipboardFormat); */ #define vCardMimeType "text/x-vCard" #define vCalendarMimeType "text/x-vCalendar" #define DLLEXPORT(t) t #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif #define stricmp strcasecmp #if defined(__CPLUSPLUS__) || defined(__cplusplus) } #endif #endif /* __PORT_H__ */ s/serve-10.1.2'>dependabot/npm_and_yarn/devel/electron6/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* - PATCHFILES now support an optional :-pX flag that notes which patch stripbdrewery2013-10-051-0/+9
* Introduce the new "scons" USES. The goal is to replace the old bsd.scons.mkbapt2013-10-031-0/+6
* Add an entry about "create packages as a user"bapt2013-09-241-3/+16
* - add new USES target: zope, and convert the tree to itrm2013-09-231-0/+8
* Add support for staging area in the ports treebapt2013-09-231-0/+29
* - Rename public name of SSP support to WITH_SSP_PORTS as /usr/srcbdrewery2013-09-221-2/+2
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+22
* - Document the addition of tcl/tk to the USES and DEFAULT_VERSIONS framework.gahr2013-09-191-0/+14
* Remove the old perl framework, that also means all the perl code is not loade...bapt2013-09-181-0/+11
* - proper formatingaz2013-09-071-1/+4
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-0/+18
* Back to the presentbapt2013-09-041-1/+1
* Document the removal of USE_GNOME=pkgconfigbapt2013-09-021-0/+6
* - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependenciesbdrewery2013-08-311-0/+7
* Back to the presentbapt2013-07-311-1/+1
* Typobapt2013-07-311-1/+1
* Document the new USE=perl5bapt2013-07-311-0/+33
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-271-0/+10
* New USES imake to handle the dependency on imake.bapt2013-06-281-0/+12
* Fix AUTHORS line in the last entrybapt2013-06-261-1/+2
* Add a new USES: fmakebapt2013-06-201-1/+8
* Fix two typos: add two trailing curly braces.bsam2013-06-201-2/+2
* Document the fact that _DEPENDS now also has per options helpersbapt2013-06-141-0/+3
* Add a forgotten helper:bapt2013-06-141-0/+6
* New macros to help dealing with ports that have options:bapt2013-06-141-0/+31
* Add a USES display to replace USE_DISPLAY.bapt2013-06-141-0/+13
* Fix ports using GH_TAGNAME=master to depend on a known hashbdrewery2013-06-081-0/+8
* Add WRKSRC_SUBDIR to simplify overriding WRKSRC:bdrewery2013-06-071-0/+12
* Wordingbapt2013-06-061-2/+2
* Remove support for parsing the old OPTIONS macro, the compatibility code to l...bapt2013-06-061-0/+6
* Document new USES: desktop-file-utils and shared-mime-info.kwm2013-05-091-0/+26
* USE_GETTEXT has totally been replaced by USES=gettext thanks, jgh and akbapt2013-05-071-0/+2
* Add new USES: shebangfixbapt2013-05-071-0/+10
* Add new USES: ncurses and readlinebapt2013-05-061-0/+16
* Introduces USES= iconv to replace USE_ICONV.mva2013-04-271-1/+8
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-0/+1
* Remove USE_FREETYPE from bsd.port.mkbapt2013-04-261-0/+5
* Introduces USES= gettext to replace USE_GETTEXTjgh2013-04-231-0/+13
* Fix datebapt2013-04-231-1/+1
* - Add WITH_CCACHE_BUILD support during 'configure' phasebdrewery2013-04-231-0/+9
* Introduce USES= pkgconfig to replace USE_PKGCONFIGbapt2013-04-231-0/+12
* - Add New USES macro to handle support for Zenoss ports and Zenpacks:jgh2013-03-201-0/+7
* Convert USE_CMAKE to USES macro:makc2013-03-201-0/+15
* Make the ports tree use dialog4ports for make config.bapt2013-03-191-0/+10
* Document USES=qmailbdrewery2013-03-161-0/+11
* Document the introduction of Keywords/info.yaml in CHANGESbapt2013-03-151-0/+7
* Add a note about the new USES macro and the new USES= pathfix fusebapt2013-03-071-0/+9
* - Fix Whitespacesmiwi2013-02-081-1/+1
* - Document that PTHREAD_CFLAGS and PTHREAD_LIBS are unsupportedgahr2013-02-071-0/+7
* - introduce a USE_FUSE macroflo2012-12-141-0/+7
* Extend the options framework providing 2 new macros:bapt2012-12-101-0/+7
* Minor whitespace and formatting fixes.danfe2012-11-171-3/+3
* We are in 2012, it is time to activate IPV6 options by default everywherebapt2012-10-101-0/+5
* Switching current to use pkgng by defaultbapt2012-10-101-0/+10
* - Add ccache support for building ports. [1]beat2012-08-301-0/+16
* - Add support for fetching from GitHub in bsd.sites.mkgahr2012-08-201-0/+22
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-0/+15
* - use UPDATING instead CHANGESohauer2012-07-231-5/+0
* - use reserverd UID/GIDohauer2012-07-211-0/+5
* - Keep questions on a public mailing listbeat2012-07-161-1/+1
* - Add a note about the switch to Subversionbeat2012-07-161-0/+15
* - Fix copy-paste errorak2012-06-251-2/+2
* Give a passing mention of OPTIONSngcrees2012-06-241-0/+11
* - Add CHANGES entry on recent LDFLAGS updateamdmi32011-09-271-0/+19
* Describe how CPPFLAGS is now passed to both the configure and makegerald2011-06-071-0/+15
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-0/+8
* USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+gerald2010-06-071-0/+7
* - Add entry in CHANGES about bsd.licenses*.mk.alepulver2010-05-261-0/+9
* - add 1 missing WITH_APACHEXX option to CHANGES thats now deadpgollucci2010-05-261-1/+1
* Bump copyright year to 2010erwin2010-01-031-1/+1
* be more specific about WITH_APACHE2 and friendspgollucci2009-12-261-1/+1
* Remove myself as maintainer and hand over to portmgrerwin2009-09-151-6/+3
* Mention the new USERS/GROUPS variable.flz2009-09-071-1/+16
* Add a note on the sourceforge change and new bsd.sites.mk macro.erwin2009-08-131-0/+11
* - Tell world bsd.port.options.mk are cool nowpav2009-05-211-7/+13
* - Document some deaths legacy in bsd.apache.mk variablespgollucci2009-05-171-0/+12
* - Change the wording a bit to point to UPDATING as wellerwin2009-03-031-2/+2
* - devel/libslang2 has completely replaced devel/libslang which has not beenpgollucci2009-02-081-0/+8
* - Drop whitespacesmiwi2008-09-081-1/+1
* * print/ghostscript-* and related ports have been renamed in thehrs2008-09-061-0/+22
* - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax forrafan2008-08-211-0/+7
* - Fix some noticed spelling errorsdanfe2008-07-231-5/+5
* Document porter visible changes from bsd.port.mk rev. 1.598pav2008-07-221-0/+7
* Document wrapper option for ports-mgmt/pkg_install.flz2008-06-101-0/+8
* 20080414 updatespav2008-04-151-0/+12
* - Document changes that have an impact on port writerspav2008-03-121-0/+8
* Kill EOL space, throw in a bunch of readability improvements.danfe2007-09-201-9/+9
* Document bsd.perl.mk and related changes.linimon2007-09-091-0/+16
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-0/+16
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+13
* - CONFIGURE_ARGS is changed to have --mandir and --infodir when theyrafan2007-07-241-0/+6
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldmaho2007-07-121-0/+8
* - Introduce kld categorypav2007-07-011-0/+7
* Some spelling and markup nits.danfe2007-06-191-5/+5
* s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it wouldlinimon2007-06-031-1/+1
* * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-251-0/+22
* Belatedly add the 20070313 entry, which was a minor change (add bsd.ocaml.mk;linimon2007-04-261-0/+9
* - Talk about porter's visible 2007/04/03 changespav2007-04-031-0/+16
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-241-0/+21
* * Refine some comments about Linux emulation [1]linimon2007-03-061-0/+11
* bsd.port.mkpav2007-01-311-1/+39
* - Grammar fixup on latest entrypav2007-01-311-3/+3
* Add an entry that asking all ports maintainers and portsmaho2007-01-181-0/+7
* Add the changes brought in by the GNOME 2.16 import.marcus2006-10-141-0/+8
* Document bsd.port.mk 1.544 and associated changes.linimon2006-10-011-0/+16
* * Add PKGVERSION to bsd.port.mk [1]linimon2006-09-151-0/+14
* The following functional changes were made to bsd.sites.mk:sat2006-09-031-0/+13
* Document bsd.sites.mk macro magicsat2006-08-051-0/+27
* Fix a typo and refrase a sentense to be less ambiguous in theerwin2006-08-041-2/+3
* Add a note for the latest patchset which adds DESTDIR support.erwin2006-08-041-2/+35
* Document the latest bsd.port.mk checkin.linimon2006-07-181-0/+12
* Add latest changes in bsd.*.mk.linimon2006-07-051-0/+22
* Belatedly add the description of the most recent bsd.*.mk changes.linimon2006-06-191-1/+39
* Document the subset of changes committed to bsd.port.mk that are ofkris2006-05-241-0/+33
* Drop description of PERL_(BUILD|RUN)_DEPENDS since they were removedkris2006-02-231-3/+0
* Another round of markup and spelling nits.danfe2006-01-271-15/+15
* - Announce 20060121 infrastructure changespav2006-01-221-0/+27
* Remove trailing spaces.krion2005-11-131-2/+2
* * Add bsd.database.mk [1]clement2005-11-081-0/+46
* Add new GNOME 2.12. porting changes.marcus2005-11-051-0/+21
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-0/+16
* Add notes about changes introduced in bsd.port.mk rev. 1.512krion2005-06-101-1/+39
* Add an entry for the CVSup "refuse" file bug fix.jdp2005-03-271-0/+11
* Add an entry for the recent gstreamer-plugin-gconf split.kwm2005-03-211-0/+6
* Add an entry for the recent bsd.gnome.mk changes.marcus2005-03-201-0/+11
* Add information about IGNORE_MASTER_SITE_xxxedwin2005-03-141-0/+18
* - Add note about changes to gstreamer-plugins and gnomehier ports.ahze2005-03-131-0/+24
* - Don't pretend these changes were made a month agopav2005-02-091-1/+1
* Document changes committed in bsd.port.mk revision 1.508krion2005-02-071-0/+45