Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.7.7_12
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Dec 2019 23:24:40
1.7.7_12
|
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). |
13 Aug 2019 22:29:43
1.7.7_12
|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
12 Oct 2018 09:19:05
1.7.7_12
|
antoine  |
Deprecate most glib12 consumers
With hat: portmgr |
21 Nov 2017 08:36:27
1.7.7_11
|
mat  |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
01 Apr 2016 14:16:20
1.7.7_11
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
11 Jan 2015 20:11:43
1.7.7_11
|
antoine  |
Unbreak |
11 Jan 2015 14:58:18
1.7.7_11
|
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 |
25 Dec 2014 01:51:14
1.7.7_10
|
bapt  |
Remove useless gnomehack |
29 Nov 2014 18:22:33
1.7.7_10
|
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) |
13 Sep 2014 15:11:28
1.7.7_10
|
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 |
28 Jul 2014 23:20:38
1.7.7_9
|
adamw  |
Rename mail/ patch-xy patches to reflect the files they modify. |
18 Feb 2014 00:25:53
1.7.7_9
|
miwi  |
- Stage support |
20 Sep 2013 19:59:14
1.7.7_9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
01 Jun 2013 23:18:20
1.7.7_9
|
bapt  |
Convert to new options framework |
28 Jul 2012 15:57:56
1.7.7_9
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
23 Sep 2011 22:26:39
1.7.7_9
|
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 |
03 Jul 2011 13:53:52
1.7.7_9
|
ohauer  |
- remove MD5 |
11 Jun 2010 13:37:41
1.7.7_9
|
ashish  |
- Change my maintainer address.
Approved by: pgj (mentor) |
21 Aug 2008 06:18:49
1.7.7_9
|
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 ) |
17 Jun 2008 18:52:28
1.7.7_9
|
lippe  |
- Pass maintainership to submitter.
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: gabor (mentor, implicit) |
06 Jun 2008 13:43:09
1.7.7_9
|
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) |
19 Apr 2008 17:56:05
1.7.7_8 
|
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) |
30 Mar 2008 09:36:46
1.7.7_8
|
dinoex  |
- clean X11BASE |
19 May 2007 20:32:57
1.7.7_8
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Mar 2007 13:21:41
1.7.7_7
|
sat  |
- Add WWW
- Switch to sourceforge release (no changes, just CVS headers
updated)
- Shorten pkg-descr
- Move portdocs from plist to Makefile |
30 Jan 2007 10:25:34
1.7.7_7
|
pav  |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr |
15 Aug 2006 00:29:13
1.7.7_7
|
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> |
10 May 2006 22:37:39
1.7.7_7
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
07 Mar 2006 08:28:06
1.7.7_7
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
25 Nov 2005 15:31:02
1.7.7_6
|
pav  |
- Add SHA256 |
10 May 2005 08:53:17
1.7.7_6
|
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 |
12 Apr 2005 03:26:57
1.7.7_5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.7.7_5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
25 Mar 2004 09:52:45
1.7.7_5
|
kris  |
Support WITHOUT_NLS |
21 Mar 2004 00:58:15
1.7.7_5
|
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 |
04 Feb 2004 05:21:48
1.7.7_5
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
1.7.7_4
|
trevor  |
SIZEify. |
18 Nov 2003 16:13:40
1.7.7_4
|
krion  |
- Don't patch out copyright information
- Pet portlint
PR: 59413
Submitted by: Simon Barner <barner@in.tum.de> |
16 Aug 2003 16:28:49
1.7.7_4
|
krion  |
- Support WITHOUT_X11 properly
PR: 55627
Submitted by: Ports Fury |
28 Feb 2003 22:53:02
1.7.7_3
|
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
20 Feb 2003 18:40:39
1.7.7_3
|
knu  |
De-pkg-comment. |
21 Jan 2003 19:39:57
1.7.7_3
|
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 |
20 Jan 2003 19:42:30
1.7.7_2
|
lkoeller  |
o) Fix wrong dependency of intl.4 instead of .1
o) Pump PORTREVISION
PR: -
Submitted by: obraun@FreeBSD.org |
19 Jan 2003 19:07:23
1.7.7_1
|
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. |
19 Jan 2003 16:16:43
1.7.7
|
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. |