aboutsummaryrefslogtreecommitdiffstats
path: root/mail/faces
Commit message (Collapse)AuthorAgeFilesLines
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-211-1/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Unbreakantoine2015-01-122-5/+3
|
* - Add LICENSE informationashish2015-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
* Remove useless gnomehackbapt2014-12-251-1/+1
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-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)
* devel/glib12 x11-toolkits/gtk12:tijl2014-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
* Rename mail/ patch-xy patches to reflect the files they modify.adamw2014-07-2911-0/+0
|
* - Stage supportmiwi2014-02-182-25/+20
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* Convert to new options frameworkbapt2013-06-021-15/+11
|
* Fix typos in COMMENTcs2012-07-281-1/+1
| | | | Approved by: portmgr@ (implicit)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - remove MD5ohauer2011-07-031-1/+0
|
* - Change my maintainer address.ashish2010-06-111-1/+1
| | | | Approved by: pgj (mentor)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* - Pass maintainership to submitter.lippe2008-06-181-1/+1
| | | | | Submitted by: Ashish Shukla <wahjava@gmail.com> Approved by: gabor (mentor, implicit)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - clean X11BASEdinoex2008-03-301-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add WWWsat2007-03-234-24/+15
| | | | | | | - Switch to sourceforge release (no changes, just CVS headers updated) - Shorten pkg-descr - Move portdocs from plist to Makefile
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-5/+0
| | | | | | ports With hat: portmgr
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-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>
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Add SHA256pav2005-11-251-0/+1
|
* - Use OPTIONS:vs2005-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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Support WITHOUT_NLSkris2004-03-251-0/+4
|
* Allow this to be built as a package - there doesn't seem to be anything wrongkris2004-03-211-2/+0
| | | | | | | with the default settings that make this fundamentally unsuitable for packaging. Requested by: many
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* - Don't patch out copyright informationkrion2003-11-1912-249/+2
| | | | | | | - Pet portlint PR: 59413 Submitted by: Simon Barner <barner@in.tum.de>
* - Support WITHOUT_X11 properlykrion2003-08-172-84/+90
| | | | | PR: 55627 Submitted by: Ports Fury
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* De-pkg-comment.knu2003-02-212-1/+1
|
* o) Fix some install problems due to X11 non-X11 versionlkoeller2003-01-224-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
* o) Fix wrong dependency of intl.4 instead of .1lkoeller2003-01-211-2/+2
| | | | | | o) Pump PORTREVISION PR: - Submitted by: obraun@FreeBSD.org
* o) Patch reverse compface part to faces 1.6.1 portlkoeller2003-01-2019-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.
* o) Update to nearly complete rewritten faces-1.7.7 portlkoeller2003-01-2025-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>
* * The modification of the Makefile due to the merge of compface andlkoeller2002-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)
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}sobomax2001-07-101-2/+2
|
* Remove duplicate words where appropriate.dd2001-06-251-1/+1
| | | | Approved by: sobomax, obrien
* Oops, actually use the corrected pkg-plistkris2001-03-111-26/+25
|
* Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fixkris2001-03-115-62/+61
| | | | plist.
* - Respect PREFIX and X11BASE which wasn't done in some binaries and scriptslkoeller2001-02-276-44/+101
| | | | | | | | | | | | | | - Fix problem with gcc 2.95 (add -fwritable-strings) - Fix problem with display depth when printing username below icon (white text on white background ;-) - Add some documentation (READMEs) with respect to NOPORTDOCS - Define of USE_NAS environment variable builds faces with NAS (auplay) support (default is rplay) - Correct pkg-plist - Shorten pkg-desc below 24 lines - Bump PORTREVISION to 1 Changes were stimulated by: Mike Meyer <mwm@mired.org>
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-5/+1
| | | | ldconfig in PLIST need personal consideration.
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* A few more USE_XLIBs.asami1998-11-281-1/+2
|
* Remove empty directories on deinstall.steve1998-10-201-0/+1
|
* Allow this to build in an ELF world.steve1998-09-212-10/+15
|
* One file per patch according to the guidelines.steve1998-09-2119-1215/+851
|
* Use MLINKS.hoek1998-09-192-8/+2
|
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-4/+0
|
* Fix a bug in xbm2ikon.steve1998-07-041-0/+9
| | | | | PR: 6949 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* removed bogus ftp site (no anonymous ftp login anymore)andreas1998-03-151-3/+2
|
* Update the maintainer's e-mail address.max1997-11-181-2/+2
| | | | Requested by: maintainer in PR 4811
* Remove bogus *alloc() declarations so this one compiles.asami1997-10-281-1/+12
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Don't compress man pages during the build.max1997-05-172-10/+18
| | | | Pay attention to ${PREFIX}.
* Install compface.h which is needed by programs using libcompface.max1997-05-171-11/+20
| | | | | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp> Use symlink instead of hard link for man pages in compface/Makefile. Don't compress man pages here in compface/Makefile.
* Install compface.h which is needed by programs using libcompface.max1997-05-171-0/+1
| | | | | PR: 3610 Submitted by: MOROHOSHI Akihiko <moro@race.u-tokyo.ac.jp>
* Change shared library version numbers to "1.0". Move EXTRACT_SUFXasami1996-12-173-106/+8
| | | | | | | | | to right place. Add ldconfig to post-install target and @exec in PLIST so the shared library will be registered. Remove patch between two versions of "Makefile.old". These things are all described in the handbook. Andreas, can you please read it?
* How many times do I have to say this, no ${PKGNAME} or similar in COMMENT!!!asami1996-12-171-1/+1
|
* Bit of a kluge, I think, but needed to make this package.markm1996-12-161-0/+1
|
* Correct the X11 home so that this compiles.markm1996-12-161-2/+2
|
* faces - visual mail, user and print face serverandreas1996-12-159-0/+1421
can nicely be used with exmh Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>