non port: mail/mew/Makefile |
SVNWeb
|
Number of commits found: 70 |
Sun, 20 Aug 2023
|
[ 00:53 Yasuhiro Kimura (yasu) ] ba4eb3a (Only the first 10 of 102 ports in this commit are shown above. )
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above )
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Tue, 28 Feb 2023
|
[ 09:20 Yasuhiro Kimura (yasu) ] 0974a3c
mail/mew: Update to 6.9
* Take maintainership as there are already 3 successive maintainer
timeout in the past.
* Switch to DISTVERSION.
* Set DISTVERSION to 6.9 and explicitly set DISTFILES. At first
upstream released source archive as 'mew-6.9.tar.gz'. But issue that
results in installation error is reported. So he fixed it and
release new source archive as 'mew-6.9a.tar.gz'. And he said the
latter is rerolled source archive of version 6.9.
* Remove patch-no-native-compile as Mew works fine with native
compilation now.
* Install elisp and image files to EMACS_VERSION_SITE_LISPDIR.
* Unconditionally install mew.ja.info as per section 5.17.4 of
Porter's Handbook.
* Pet portclippy.
* Tidy up Makefile with portfmt.
ReleaseNotes: https://github.com/kazu-yamamoto/Mew/blob/v6.9/RELEASENOTE.md
PR: 269532
Approved by: maintainer timeout
|
Wed, 30 Nov 2022
|
[ 07:06 Yasuhiro Kimura (yasu) ] ea66012 (Only the first 10 of 101 ports in this commit are shown above. )
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
|
Wed, 21 Sep 2022
|
[ 07:48 Yasuhiro Kimura (yasu) ] 164249e (Only the first 10 of 102 ports in this commit are shown above. )
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Apr 2022
|
[ 22:12 Joseph Mingrone (jrm) ] d9dcd9c (Only the first 10 of 85 ports in this commit are shown above. )
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Mon, 15 Nov 2021
|
[ 15:19 Joseph Mingrone (jrm) ] 061afcc (Only the first 10 of 86 ports in this commit are shown above. )
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613
|
Fri, 1 Oct 2021
|
[ 22:55 Joseph Mingrone (jrm) ] 126e3bb (Only the first 10 of 80 ports in this commit are shown above. )
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258
|
Tue, 28 Sep 2021
|
[ 08:20 Yasuhiro Kimura (yasu) ] 8c8b03e
mail/mew: Prevent .el files from being native compiled
Mew doesn't work correctly if Emacs supports native compilation and
.el files are compiled to .eln ones. So prevent .el files from being
native compiled by adding following lines at the end of them.
;; Local Variables:
;; no-native-compile: t
;; End:
PR: 258171
Approved by: maintainer timeout (> 28days), meta (mentor)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Mar 2021
|
[ 00:40 jrm ] (Only the first 10 of 96 ports in this commit are shown above. )
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700
|
Wed, 12 Aug 2020
|
[ 18:30 jrm ] (Only the first 10 of 86 ports in this commit are shown above. )
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
|
Tue, 7 Jan 2020
|
[ 04:55 jrm ] (Only the first 10 of 81 ports in this commit are shown above. )
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 29 Jul 2018
|
[ 18:41 pi ]
mail/mew: update 6.7 -> 6.8
- Mew now supports Emacs 24.3 or later only
- Supporting stunnel 5.
- Supporting GnuPG 2.1.23 or later.
The command name should be "gpg" instead of "gpg2".
Put the following to your "~/.gnupg/gpg.conf".
no-auto-key-retrieve
auto-key-locate local
- Using LibreOffice (soffice) on Unix by default
- Regenerate patches to fix portlint warnings.
PR: 228861
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: hiroto.kagotani@gmail.com (maintainer timeout)
Relnotes: http://www.mew.org/en/relnote/release.html
|
Wed, 13 Jun 2018
|
[ 14:33 arved ]
Fix program with stunnel >= 5.45.
PR: 228496
Submitted by: t-matubara@miracle.ocn.ne.jp
Approved by: maintainer timeout
|
Thu, 31 May 2018
|
[ 01:18 jrm ] (Only the first 10 of 86 ports in this commit are shown above. )
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
|
Thu, 1 Feb 2018
|
[ 18:03 jrm ] (Only the first 10 of 143 ports in this commit are shown above. )
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
|
Tue, 12 Sep 2017
|
[ 15:38 ashish ] (Only the first 10 of 78 ports in this commit are shown above. )
Chase Emacs update
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 1 Mar 2016
|
[ 04:48 hrs ]
Update to 6.7. Changes include:
* supporting GnuPG 2.1 for master password.
* stop using discard-input.
* Fix mew-scan-body() chips the last byte of the base64 decoded body
* Match exactly on an email address to specify a user ID to GnuPG
* Do not use exit|return with negative status code to fix bashism
* Remove the trailing whitespace of w3m
This whitespace was causing lines to wrap even when the text itself
was correctly wrapped to the window width.
* Drag and drop improvement in Windows environment
UNC path files can be attached to draft mode by drag and drop.
* updating auxiliary.el
* Choose last preferred part in multipart/alternative
* Increase mew-header-reasonable-size to 10000
* mew-summary-refile-report: Show warning when mew-header-reasonable-size
does not cover the header of the selected message.
Approved by: Hiroto Kagotani (maintainer)
|
Thu, 3 Sep 2015
|
[ 16:37 amdmi3 ] (Only the first 10 of 18 ports in this commit are shown above. )
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
Approved by: portmgr blanket
|
Mon, 27 Jul 2015
|
[ 06:04 hrs ]
- Add LICENSE.
- Remove %%PORTDOCS%% in pkg-plist and use PORTDOCS in Makefile instead.
- Fix a wrong pathname in pkg-message.
- Use {opt}_* variables instead of ".if ${PORT_OPTIONS:Mfoo}".
- Remove patch-Makefile.in because it is no longer needed.
Approved by: hiroto.kagotani@gmail.com (maintainer)
|
Thu, 21 May 2015
|
[ 07:06 amdmi3 ]
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Mon, 27 Apr 2015
|
[ 10:29 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 199553
|
Wed, 5 Nov 2014
|
[ 13:19 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 194624
|
Wed, 21 May 2014
|
[ 08:00 miwi ]
- Update to 6.6.
- Add option for stunnel dependency (default).
- Support staging
PR: 189128
Submitted by: maintainer
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 4 Jun 2013
|
[ 10:32 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to new options framework
|
Sat, 30 Mar 2013
|
[ 05:13 ashish ] (Only the first 10 of 81 ports in this commit are shown above. )
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above )
|
Tue, 4 Sep 2012
|
[ 17:05 ashish ] (Only the first 10 of 70 ports in this commit are shown above. )
Chase Emacs updates
|
Wed, 1 Aug 2012
|
[ 16:50 ashish ] (Only the first 10 of 68 ports in this commit are shown above. )
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 28 Apr 2012
|
[ 07:35 dhn ]
- Update to 6.5
PR: ports/167319
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
|
Tue, 6 Dec 2011
|
[ 22:26 scheidell ]
-maintainer update to 6.4
PR: ports/162717
Approved by: gabor(mentor)
Feature safe: yes
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 5 Jan 2010
|
[ 06:14 wen ]
- Update to 6.3
- Make "port test"-clean
Added file(s):
- files/patch-Makefile.in
- files/patch-bin__Makefile.in
- files/patch-info__Makefile
Removed file(s):
- files/patch-bin_Makefile.in
- files/patch-info_Makefile
PR: ports/142297
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
|
Sun, 20 Dec 2009
|
[ 20:19 bsam ] (Only the first 10 of 69 ports in this commit are shown above. )
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above )
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Thu, 7 May 2009
|
[ 21:28 delphij ]
o Fix patch to info/Makefile for parallel build.
o Mark MAKE_JOBS_SAFE.
Submitted by: Hiroto Kagotani (maintainer)
PR: ports/133009
|
Sat, 10 Jan 2009
|
[ 20:25 anray ]
- Update to 6.2
PR: ports/130321
Submitted by: Hiroto Kagotani(maintainer)
|
Tue, 24 Jun 2008
|
[ 19:20 anray ]
- Fix plist
Reported by: itetcu QA Tindy
|
Mon, 23 Jun 2008
|
[ 18:53 anray ]
- Update to 6.1
PR: ports/124391
Submitted by: Hiroto Kagotani (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 16 Jan 2007
|
[ 15:02 anray ]
Update to 5.2
PR: ports/107942
Submitted by: Hiroto Kagotani (maintainer)
|
Fri, 5 Jan 2007
|
[ 06:15 hrs ]
Fix the following rough edges:
- Fix MASTER_SITES.
- Remove redundant DOCSDIR and CONFIGURE_TARGET.
- Use EMACS_LIBDIR for non-lisp files for consistency.
- Use --with-elispdir for EMACS_SITE_LISPDIR.
- Separate the Japanese info files by using NOPORTDOCS.
- The mew-icon-directory variable is set automatically
even in XEmacs now.
Approved by: Hiroto Kagotani (maintainer)
PR: ports/107438
|
Wed, 19 Jul 2006
|
[ 19:23 anray ]
Update to 5.1
PR: ports/100548
Submitted by: Hiroto Kagotani (maintainer)
|
Thu, 9 Feb 2006
|
[ 21:01 anray ] (Only the first 10 of 26 ports in this commit are shown above. )
* Update mail/mew to 4.2, pass maintainership to submitter [1]
* Fix works slave mail/mew-emacs20.
* Slave mail/mew-mule marked BROKEN, added EXPIRATION_DATE - wait
fixes 2 months.
PR: ports/92808
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> [1]
|
Sat, 28 Jan 2006
|
[ 02:11 linimon ] (Only the first 10 of 139 ports in this commit are shown above. )
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above )
|
Sun, 4 Dec 2005
|
[ 20:36 edwin ]
Use INFO macro
|
Thu, 23 Dec 2004
|
[ 09:32 nork ] (Only the first 10 of 174 ports in this commit are shown above. )
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket)
|
Sun, 21 Mar 2004
|
[ 07:38 kris ] (Only the first 10 of 65 ports in this commit are shown above. )
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
|
Thu, 6 Mar 2003
|
[ 21:01 ade ] (Only the first 10 of 27 ports in this commit are shown above. )
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly)
|
Tue, 29 Jan 2002
|
[ 11:45 knu ] (Only the first 10 of 62 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; 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.
|
Mon, 15 Oct 2001
|
[ 16:46 kiri ]
Change chmod argument to `owner:group'.
|
Sat, 25 Aug 2001
|
[ 09:06 kiri ]
I've misset category. Change CATEGORIES editors -> mail.
|
[ 07:53 kiri ]
Correct MASTER_SITES.
|
Fri, 17 Aug 2001
|
[ 12:59 kiri ] (Only the first 10 of 21 ports in this commit are shown above. )
Update 1.94.1 -> 1.94.2. Use bsd.emacs.mk.
|
Wed, 14 Feb 2001
|
[ 20:19 lioux ] (Only the first 10 of 19 ports in this commit are shown above. )
typo clean up police: \s -> \t
|
Fri, 27 Oct 2000
|
[ 10:24 sobomax ]
${ENV} --> ${SETENV}
|
Sun, 8 Oct 2000
|
[ 08:21 asami ] (Only the first 10 of 21 ports in this commit are shown above. )
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to .) and
other pkg variables if they are nearby.
|
Wed, 9 Aug 2000
|
[ 18:52 gj ]
Reflect the update of the xemacs21 port to version 21.1.12.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
|
Fri, 9 Jun 2000
|
[ 22:21 asami ]
Use MASTER_SITE_PORTS_JP instead of spelling out the URL.
|
Number of commits found: 70 |