# $FreeBSD$ # # Non-helper handling of option variables and build environment. # Include after bsd.port.pre.mk # # Almost all of mplayer's build-time configuration is controlled via the # OPTIONS framework. Exceptions are listed below. These variables must be # set via make.conf or by passing the variable to make during build, e.g. # make WITH_DVD_DEVICE=/dev/cd0 # # WITH_DVD_DEVICE=/path/to/desired/device # default: /dev/cd0 # This option changes the default device where mplayer looks by default # for a DVD medium # # WITH_CDROM_DEVICE=/path/to/desired/device # default: /dev/cd0 # This option changes the default cdrom device, maybe useful for VCDs # Non-OPTIONS knob handling # ========================= .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else DEFAULT_DVD_DEVICE=/dev/cd0 .endif .if defined(WITH_CDROM_DEVICE) DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} .else DEFAULT_CDROM_DEVICE=/dev/cd0 .endif .if defined(WITH_KERN_HZ) DEFAULT_KERN_HZ=${WITH_KERN_HZ} .else DEFAULT_KERN_HZ=1024 .endif # Build system handling (including OPTIONS) # ========================================= .if ${CHOSEN_COMPILER_TYPE} == clang EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang-version # Require 16 byte stack realignment on i386 to interface # properly with hand crafted assembler code in ffmpeg CFLAGS_i386+= -mstack-alignment=16 -mstackrealign .endif # ${CHOSEN_COMPILER_TYPE} == clang CFLAGS_armv6+= -no-integrated-as CFLAGS_armv7+= -no-integrated-as # Extra build options for debugging # ================================= .if ${PORT_OPTIONS:MDEBUG} WITH_DEBUG= yes CONFIGURE_ARGS+= --enable-debug=3 .endif # Win32 DLL codecs support on i386, mostly superseded by ffmpeg # ============================================================= .if ${ARCH} == "i386" CONFIGURE_ARGS+= --codecsdir=${LOCALBASE}/lib/win32 .else CONFIGURE_ARGS+= --disable-win32dll \ --disable-qtx .endif ndabot/npm_and_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/scim-pinyin
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-202-7/+1
* Fix plist after upgrading scim to 1.4.5.ume2007-03-312-9/+7
* Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1
* - Fix error described in "http://lists.freebsd.org/pipermail/freebsd-question...alepulver2007-02-192-0/+24
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-2/+7
* Fix up a little more post-libtool falloutade2006-03-022-1/+2
* Conversion to a single libtool environment.ade2006-02-232-1/+6
* Update to 0.5.91.lawrance2006-02-124-5/+63
* SHA256ifyedwin2006-01-221-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
* SCIM updated to 1.4.2.nork2005-10-151-1/+1
* o Update to 1.4.0.nork2005-07-301-1/+1
* o Updatenork2005-05-101-1/+1
* - it doesn't need extra-patch-4-stable in 0.5.0clsung2005-03-131-10/+0
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* - update from scim-chinese 0.4.2 to scim-pinyin 0.5.0clsung2005-03-103-20/+17
* Remove dead master site and update WWW.vanilla2005-01-202-3/+2
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* Upgrade textproc/scim and related ports:thierry2004-10-194-10/+12
* Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.arved2004-08-222-4/+3
* Add extra patch for 4-*.vanilla2004-08-161-0/+10
* 1: Make scim buildable on 4-X.vanilla2004-08-121-6/+20
* - Update WWWpav2004-07-301-1/+1
* - Chase scim shlib bump and gcc-3.4 fixpav2004-07-301-1/+2
* Remove uneeded patch, and fix pkg-plist.vanilla2004-07-121-4/+0
* Add scim-chinese 0.4.0, SCIM Chinese Smart Pinyin input method.vanilla2004-07-03