aboutsummaryrefslogtreecommitdiff
path: root/mail/faces
Commit message (Collapse)AuthorAgeFilesLines
* Additional builds with with src r354909 applied.Brooks Davis2019-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Also GC NO_MANCOMPRESSED which doesn't do anything. In the case of devel/libpasori, this change accomplished the same thing as the change in r518434, but more directly (fix the Makefiles rather than patching them after they are installed). Notes: svn path=/head/; revision=520531
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* Deprecate most glib12 consumersAntoine Brodin2018-10-122-15/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* OPTIONS_SUB only cares about being defined, its content is ignored.Mathieu Arnold2017-11-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454590
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* UnbreakAntoine Brodin2015-01-112-5/+3
| | | | Notes: svn path=/head/; revision=376800
* - Add LICENSE informationAshish SHUKLA2015-01-112-30/+54
| | | | | | | | | | | | | | - OptionsNG-ify port - Convert NAS, RPLAY, SOX into SINGLE OPTIONSs as they are mutually exclusive - Fix configure script with X11 - Add diff to stop checking for GTK when X11 support is disabled - Fix building port with NLS option unset PR: 196305 Notes: svn path=/head/; revision=376789
* Remove useless gnomehackBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375516
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2811-0/+0
| | | | Notes: svn path=/head/; revision=363275
* - Stage supportMartin Wilke2014-02-182-25/+20
| | | | Notes: svn path=/head/; revision=344831
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Convert to new options frameworkBaptiste Daroussin2013-06-011-15/+11
| | | | Notes: svn path=/head/; revision=319615
* Fix typos in COMMENTCarlo Strub2012-07-281-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301663
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Pass maintainership to submitter.Felippe de Meirelles Motta2008-06-171-1/+1
| | | | | | | | Submitted by: Ashish Shukla <wahjava@gmail.com> Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215015
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+0
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - clean X11BASEDirk Meyer2008-03-301-2/+2
| | | | Notes: svn path=/head/; revision=210160
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add WWWAndrew Pantyukhin2007-03-234-24/+15
| | | | | | | | | | - Switch to sourceforge release (no changes, just CVS headers updated) - Shorten pkg-descr - Move portdocs from plist to Makefile Notes: svn path=/head/; revision=188094
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-5/+0
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Use OPTIONS:Volker Stolz2005-05-102-74/+26
| | | | | | | | | | | | | Toggle default audio-support to disabled, mostly to avoid that mutt-print pulls in audio-support via faces which I suspect nobody is using anyway - Drop unused patch - Bump PORTREVISION to make the cluster pick up the changed default set of options/dependencies Requested by: BSD-AC users group Notes: svn path=/head/; revision=134975
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Support WITHOUT_NLSKris Kennaway2004-03-251-0/+4
| | | | Notes: svn path=/head/; revision=105208
* Allow this to be built as a package - there doesn't seem to be anything wrongKris Kennaway2004-03-211-2/+0
| | | | | | | | | | with the default settings that make this fundamentally unsuitable for packaging. Requested by: many Notes: svn path=/head/; revision=104785
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Don't patch out copyright informationKirill Ponomarev2003-11-1812-249/+2
| | | | | | | | | | - Pet portlint PR: 59413 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=94277
* - Support WITHOUT_X11 properlyKirill Ponomarev2003-08-162-84/+90
| | | | | | | | PR: 55627 Submitted by: Ports Fury Notes: svn path=/head/; revision=87071
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o) Fix some install problems due to X11 non-X11 versionLars Koeller2003-01-214-22/+43
| | | | | | | | | | o) Install faces.1.gz not faces.man o) Avoid package building due to various sound options, X11/non-X11 build o) Give maintainership to ports o) Bump PORTREVISION Notes: svn path=/head/; revision=73742
* o) Fix wrong dependency of intl.4 instead of .1Lars Koeller2003-01-201-2/+2
| | | | | | | | | o) Pump PORTREVISION PR: - Submitted by: obraun@FreeBSD.org Notes: svn path=/head/; revision=73681
* o) Patch reverse compface part to faces 1.6.1 portLars Koeller2003-01-1919-8/+2675
| | | | | | | | | | - Missing uncompface -X option used in exmh - Missing filter programs to generate ikon file - I will try communicate the necessary add ons to the new developers of faces. Notes: svn path=/head/; revision=73506
* o) Update to nearly complete rewritten faces-1.7.7 portLars Koeller2003-01-1925-997/+229
| | | | | | | | | | | o) This port now includes xfaces functionality -> remove xfaces port o) Support for different audio systems when building the port PR: ports/35578, ports/35617 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=73500
* * The modification of the Makefile due to the merge of compface andLars Koeller2002-03-041-1/+1
| | | | | | | | | | | | faces leads to a wrong URL for the source file. Due to this error a directory tree was fetched and the checksum and build process failed. PR: - Submitted by: setantae@submonkey.net (Problem description) Notes: svn path=/head/; revision=55519
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}Maxim Sobolev2001-07-101-2/+2
| | | | Notes: svn path=/head/; revision=45011
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* Oops, actually use the corrected pkg-plistKris Kennaway2001-03-101-26/+25
| | | | Notes: svn path=/head/; revision=39475