aboutsummaryrefslogtreecommitdiff
path: root/mail/faces
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fixKris Kennaway2001-03-105-62/+61
| | | | | | | plist. Notes: svn path=/head/; revision=39474
* - Respect PREFIX and X11BASE which wasn't done in some binaries and scriptsLars Koeller2001-02-266-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> Notes: svn path=/head/; revision=38811
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-5/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14930
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14106
* Allow this to build in an ELF world.Steve Price1998-09-212-10/+15
| | | | Notes: svn path=/head/; revision=13277
* One file per patch according to the guidelines.Steve Price1998-09-2119-1215/+851
| | | | Notes: svn path=/head/; revision=13276
* Use MLINKS.Tim Vanderhoek1998-09-192-8/+2
| | | | Notes: svn path=/head/; revision=13235
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-4/+0
| | | | Notes: svn path=/head/; revision=12567
* Fix a bug in xbm2ikon.Steve Price1998-07-031-0/+9
| | | | | | | | PR: 6949 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> Notes: svn path=/head/; revision=11693
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860