Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.7_14 01 Oct 2024 20:11:45
    |
Brooks Davis (brooks)  |
mail/faces: include errno.h for errno
errno must be accessed by a macro from errno.h.
Also add stdio.h for sys_nerr and sys_errlist.
PR: 281783
Approved by: portmgr (build fix blanket), mikael |
1.7.7_13 01 Oct 2024 20:11:45
    |
Brooks Davis (brooks)  |
mail/faces: [NFC] regen patches at unified diffs
PR: 281783
Approved by: portmgr (build fix blanket), mikael |
1.7.7_13 22 Jan 2024 00:29:00
    |
Muhammad Moinur Rahman (bofh)  |
mail/faces: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.7.7_12 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.7_12 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.7.7_12 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.7.7_12 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7.7_12 20 Dec 2019 23:24:40
  |
brooks  |
Additional builds with with src r354909 applied.
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). |
1.7.7_12 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.7.7_12 12 Oct 2018 09:19:05
  |
antoine  |
Deprecate most glib12 consumers
With hat: portmgr |
1.7.7_11 21 Nov 2017 08:36:27
  |
mat  |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
1.7.7_11 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.7.7_11 11 Jan 2015 20:11:43
  |
antoine  |
Unbreak |
1.7.7_11 11 Jan 2015 14:58:18
  |
ashish  |
- Add LICENSE information
- 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 |
1.7.7_10 25 Dec 2014 01:51:14
  |
bapt  |
Remove useless gnomehack |
1.7.7_10 29 Nov 2014 18:22:33
  |
tijl  |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
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) |
1.7.7_10 13 Sep 2014 15:11:28
  |
tijl  |
devel/glib12 x11-toolkits/gtk12:
- 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 |
1.7.7_9 28 Jul 2014 23:20:38
  |
adamw  |
Rename mail/ patch-xy patches to reflect the files they modify. |
1.7.7_9 18 Feb 2014 00:25:53
  |
miwi  |
- Stage support |
1.7.7_9 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.7.7_9 01 Jun 2013 23:18:20
  |
bapt  |
Convert to new options framework |
1.7.7_9 28 Jul 2012 15:57:56
 |
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.7.7_9 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
1.7.7_9 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
1.7.7_9 11 Jun 2010 13:37:41
 |
ashish  |
- Change my maintainer address.
Approved by: pgj (mentor) |
1.7.7_9 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
1.7.7_9 17 Jun 2008 18:52:28
 |
lippe  |
- Pass maintainership to submitter.
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: gabor (mentor, implicit) |
1.7.7_9 06 Jun 2008 13:43:09
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.7.7_8 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
1.7.7_8 30 Mar 2008 09:36:46
 |
dinoex  |
- clean X11BASE |
1.7.7_8 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.7.7_7 23 Mar 2007 13:21:41
 |
sat  |
- Add WWW
- Switch to sourceforge release (no changes, just CVS headers
updated)
- Shorten pkg-descr
- Move portdocs from plist to Makefile |
1.7.7_7 30 Jan 2007 10:25:34
 |
pav  |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr |
1.7.7_7 15 Aug 2006 00:29:13
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.7.7_7 10 May 2006 22:37:39
 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
1.7.7_7 07 Mar 2006 08:28:06
 |
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.7.7_6 25 Nov 2005 15:31:02
 |
pav  |
- Add SHA256 |
1.7.7_6 10 May 2005 08:53:17
 |
vs  |
- Use OPTIONS:
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 |
1.7.7_5 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.7.7_5 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.7.7_5 25 Mar 2004 09:52:45
 |
kris  |
Support WITHOUT_NLS |
1.7.7_5 21 Mar 2004 00:58:15
 |
kris  |
Allow this to be built as a package - there doesn't seem to be anything wrong
with the default settings that make this fundamentally unsuitable for
packaging.
Requested by: many |
1.7.7_5 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.7.7_4 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.7.7_4 18 Nov 2003 16:13:40
 |
krion  |
- Don't patch out copyright information
- Pet portlint
PR: 59413
Submitted by: Simon Barner <barner@in.tum.de> |
1.7.7_4 16 Aug 2003 16:28:49
 |
krion  |
- Support WITHOUT_X11 properly
PR: 55627
Submitted by: Ports Fury |
1.7.7_3 28 Feb 2003 22:53:02
 |
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
1.7.7_3 20 Feb 2003 18:40:39
 |
knu  |
De-pkg-comment. |
1.7.7_3 21 Jan 2003 19:39:57
 |
lkoeller  |
o) Fix some install problems due to X11 non-X11 version
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 |
1.7.7_2 20 Jan 2003 19:42:30
 |
lkoeller  |
o) Fix wrong dependency of intl.4 instead of .1
o) Pump PORTREVISION
PR: -
Submitted by: obraun@FreeBSD.org |
1.7.7_1 19 Jan 2003 19:07:23
 |
lkoeller  |
o) Patch reverse compface part to faces 1.6.1 port
- 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. |
1.7.7 19 Jan 2003 16:16:43
 |
lkoeller  |
o) Update to nearly complete rewritten faces-1.7.7 port
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> |
04 Mar 2002 12:39:32
    |
lkoeller  |
* The modification of the Makefile due to the merge of compface and 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. |
29 Jan 2002 11:45:35
    |
knu  |
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.
|
10 Jul 2001 14:54:22
    |
sobomax  |
${PREFIX}/share/${PORTNAME} --> ${DATADIR} |
24 Jun 2001 21:29:39
    |
dd  |
Remove duplicate words where appropriate. |
10 Mar 2001 23:48:26
    |
kris  |
Oops, actually use the corrected pkg-plist |
10 Mar 2001 23:47:52
    |
kris  |
Switch to using USE_X_PREFIX, respect CC and CFLAGS, and sort and fix plist.
|
26 Feb 2001 20:49:02
    |
lkoeller  |
- Respect PREFIX and X11BASE which wasn't done in some binaries and scripts
- 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 |
05 Feb 2001 15:11:27
    |
olgeni  |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42
    |
asami  |
Convert category mail to new layout. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51
    |
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |