Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_4,1 01 Jun 2024 14:27:42 |
Alexey Dokuchaev (danfe) |
irc/bitchx: some minor, non-functional changes to the port (+)
Update WWW line, GC no longer needed GNU_CONFIGURE_MANPREFIX, and
simplify the inference of --with-plugins configure switch value.
Try to remove MAKE_JOBS_UNSAFE (again): it was readded with commit
b6cc4b7085483 because `chinese/bitchx' slave port was trying to
link `wserv' program before all of its object files were built.
Unfortunately, I could not find the build log from those days and
my attempts to force this error had failed. The program is linked
from five object files and all of them are listed as the target's
dependencies. Let's try to see the actual error if the bug could
still exhibit itself.
Reported on: https://forums.freebsd.org/threads/irc.93538/post-656154
Forwarded by: Graham Perrin |
1.2.1_4,1 30 Mar 2024 17:36:50 |
Alexey Dokuchaev (danfe) |
irc/bitchx: undeprecate the port and assume maintainership thereof
Try to address incompatible function pointer types warnings better:
for `fserv' plugin, just force the expected type with explicit cast
as offending function does not use its arguments; disable `arcfour'
plugin for the time being because this case requires a deeper look. |
1.2.1_4,1 30 Mar 2024 16:31:40 |
Alexey Dokuchaev (danfe) |
irc/bitchx: sort `pkg-plist' before making functional changes. |
1.2.1_4,1 25 Feb 2024 12:40:55 |
Daniel Engberg (diizzy) |
irc/bitchx: Deprecate and set expiration date to 2024-03-31
Last stable release 2014, last upstream commit in 2019. There have been
multiple concerns over security and it also lacks unicode support.
Redirect users to irc/irssi |
1.2.1_4,1 22 Feb 2024 14:02:01 |
Muhammad Moinur Rahman (bofh) |
irc/bitchx: Moved man to share/man
Approved by: portmgr (blanket) |
1.2.1_3,1 15 Sep 2023 03:45:19 |
Bryan Drewery (bdrewery) |
irc/bitchx: Fix build when PLUGINS is off |
1.2.1_3,1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.2.1_3,1 20 Jul 2023 17:42:36 |
Muhammad Moinur Rahman (bofh) |
irc/bitchx: Fix build with llvm16
- Pet portclippy
- STRIP files as required
- Replace @exec with @rmtry
Sponsored by: The FreeBSD Foundation |
1.2.1_2,1 06 Apr 2023 09:31:10 |
Baptiste Daroussin (bapt) |
maintainership: reset maintainership from freebsd@bitchx.org
bitchx.org is returning SERVFAIL for a while now. |
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.2.1_2,1 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.2.1_2,1 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above ) |
1.2.1_2,1 17 Jan 2022 13:20:24 |
Tobias Kortkamp (tobik) |
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan |
1.2.1_2,1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
1.2.1_2,1 02 Oct 2021 11:08:57 |
Dimitry Andric (dim) |
irc/bitchx: fix non-static inline functions
During an exp-run for llvm 13 (see bug 258209), it turned out that both
chinese/bitchx and irc/bitchx fail to build with clang 13 [1]:
...
cc -fstack-protector-strong -L/usr/lib -o BitchX alias.o alist.o array.o art.o
banlist.o bot_link.o cdcc.o cdns.o chelp.o commands.o commands2.o compat.o
cset.o ctcp.o dcc.o debug.o encrypt.o exec.o files.o flood.o fset.o functions.o
funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o
irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o
names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o
readlog.o reg.o screen.o server.o stack.o status.o struct.o tcl_public.o term.o
timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o
-ldl -ltinfo -lssl -lcrypto -lm -lcrypt
ld: error: undefined symbol: operator
>>> referenced by alias.c
>>> alias.o:(zzlex)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
This is because several functions in source/expr2.c are marked __inline,
without either static or extern keyword. The compiler then has to assume
the function is also externally available.
Fix this by marking the affected functions static.
PR: 258464
Approved by: fernape (maintainer)
MFH: 2021Q4 |
1.2.1_2,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.1_2,1 22 Aug 2020 13:57:23 |
zeising |
irc/bitchx: Fix build with -fno-common
Fix the build of irc/bitchx with -fno-common, which is the default with llvm
11.
Patches originally from the fedora project.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
1.2.1_2,1 19 Mar 2019 15:04:33 |
swills |
irc/bitchx: Use correct OpenSSL include path
PR: 236617
Submitted by: caf@bitchx.org
Approved by: BitchX FreeBSD <freebsd@bitchx.org> (maintainer) |
1.2.1_1,1 29 Oct 2018 10:54:16 |
danfe |
- Remove BROKEN_SSL line (should've been part of r483042)
- Cleanup options block a bit and use our standard LANG_HE
option for Hebrew language support |
1.2.1_1,1 26 Oct 2018 16:42:56 |
danfe |
Unbreak the build against newer versions of OpenSSL where they had removed
SSLeay() from libcrypto so configure test for it now fails. Check against
ERR_get_error() instead.
PR: 232550 |
1.2.1_1,1 16 Apr 2017 11:09:03 |
sunpoet |
Convert to options target helper
- Use BROKEN_SSL
Approved by: portmgr (blanket) |
1.2.1_1,1 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
1.2.1_1,1 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
1.2.1_1,1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.2.1_1,1 01 Feb 2016 22:33:44 |
marino |
irc/bitchx: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.2.1_1,1 18 Dec 2015 01:57:02 |
junovitch |
irc/bitchx: drop AIM plugin support and grammar fixes
- Remove AIM plugin support as it is no longer supported
- Bump PORTREVISION for package change
- While here, minor grammar changes in pkg-descr and Makefile
PR: 205260
Submitted by: cpet@bitchx.org (maintainer) |
1.2.1,1 11 Dec 2015 08:40:34 |
miwi |
- Update maintainer address
PR: 205138
Submitted by: cpet@bitchx.org
Approved by: mat (mentor), maintainer
Differential Revision: D4492 |
1.2.1,1 11 Sep 2015 06:32:15 |
marino |
irc/bitchx is not not jobs safe (really)
This port was recently redeclared "jobs safe", but we just hit another
jobs-safe issue on the chinese/bitchx slave port. In this case, it was
trying to link wserv beform all the object files were built. |
1.2.1,1 11 May 2015 13:59:42 |
bdrewery |
This seems JOBS SAFE now. |
1.2.1,1 04 May 2015 00:37:12 |
eadler |
Due to the disabling of the bugzilla account, reset maintainership of
the remainder of Chris's ports.
Submitted by: "Chris Petrik" <chris@bsdjunk.com> |
1.2.1,1 17 Apr 2015 19:49:05 |
sunpoet |
- Add LICENSE
PR: 199492
Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer) |
1.2.1,1 16 Apr 2015 07:47:11 |
robak |
irc/bitchx: add CPE info
PR: 199375
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket |
1.2.1,1 29 Jan 2015 13:13:59 |
xmj |
irc/bitchx: update to 1.2.1
- update to 1.2.1
- use OPTIONS helpers
- remove unnecessary Perl depencency
- remove unnecessary GCC dependency
- Add support for hebrew language (as option)
- Add helpful toggles (as option
- Kill files/ directory
PR: 195526
Differential Revision: https://reviews.freebsd.org/D1710
Submitted by: Chris Petrik <chris@bsdjunk.com>
Approved by: koobs (mentor) |
1.2.f_3,1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
1.2.f_2,1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
1.2.f_2,1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.2.f_1,1 28 Jul 2014 21:57:02 |
adamw |
Rename irc/ patch-xy patches to reflect the files they modify. |
1.2.f_1,1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.2.f_1,1 11 Jun 2014 10:20:42 |
marino |
chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425
It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION |
1.2.f_1,1 10 Jun 2014 14:26:34 |
marino |
irc/bitchx: Requires build by GCC to avoid segfault
PR: 186425
Submitted by: Edwin
Approved by: maintainer (Dan Mashal) |
1.2.f,1 04 Apr 2014 20:52:06 |
rene |
Add stage support
PR: ports/188076
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) |
1.2.f,1 26 Nov 2013 14:59:41 |
mat |
Mark MAKE_JOBS_UNSAFE.
maintainer timeout.
PR: ports/183898
Submitted by: mat |
1.2.f,1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
1.2.f,1 16 Sep 2013 17:03:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.2.f,1 07 Sep 2013 21:34:40 |
sunpoet |
- Remove unnecessary WANT_GNOME
Pointed out by: bapt |
1.2.f,1 07 Sep 2013 18:38:26 |
sunpoet |
- Remove deprecated GTK/XMMS support
- While I'm here:
- Add DOCS to OPTIONS_DEFINE
- Remove IPV6 from OPTIONS_DEFAULT
PR: ports/181628
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (co-maintainer) |
1.2.f,1 07 Sep 2013 18:18:16 |
sunpoet |
- Add co-maintainer: use comment due to the lack of multiple-maintainer support
PR: ports/181627
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) |
1.2.f,1 31 May 2013 09:48:33 |
crees |
Update to 1.2
The release is finally here!
Add vulnerabilities to vuxml, and remove bitchx-devel
Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer)
Security: CVE-2007-4584
Security: CVE-2007-5839
Security: CVE-2007-5922 |
1.1.0.1_4,1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.1.0.1_4,1 16 Dec 2012 04:10:09 |
eadler |
Hand maintainer over to new volunteer
PR: ports/174463
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: Dan Mashal <dan.mashal@gmail.com> (new maintainer) |
1.1.0.1_4,1 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
1.1.0.1_4,1 19 Nov 2012 04:01:48 |
wxs |
Copy irc/bitchx to irc/bitchx-devel and attach to the build.
Revert irc/bitchx back to 1.1.0.1.
Set LATEST_LINK for irc/bitchx-devel appropriately.
PR: ports/172294, ports/172295
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Feature safe: yes |
1.2 22 Sep 2012 16:09:00 |
danfe |
Clean up Makefile.
Approved by: maintainer (on IRC) |
1.2 16 Sep 2012 14:50:16 |
danfe |
Reduce number of hardcoded port name (where appropriate). |
1.2 16 Sep 2012 14:16:21 |
danfe |
BitchX, an ass-kicking IRC client, is out of limbo and back on the track!
- Update to version 1.2; project was moved to GitHub
- Convert to new OPTIONS framework; simplify features handling logic
- Enable IPv6 and SSL by default to catch up with new era
- Ditto for plugins that do not require external dependencies
- Drop hard-coded ABI shlib version numbers in LIB_DEPENDS
- Remove obsolete patches [1, 2] and cleanup Makefile while I am here
- Utilize DOCSDIR for smarter handling of documentation (and thus greatly
offload pkg-plist)
- Give maintainership back to Chris Petrik per his request: he is part of
the developer team and has time to look after the port again)
PR: ports/163555 (audit trail) [1]
ports/170409 (remove patch-funny.c) [2]
Submitted by: Chris Petrik (last follow-up) [1]
Gary Stanley [2] |
1.1.0.1_4 12 Mar 2012 07:32:41 |
jpaetzel |
Remove optional dep on net/socks5
PR: ports/165385
Approved by: maintainer timeout
Feature safe: yes |
1.1.0.1_4 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.1.0.1_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.0.1_4 16 Dec 2009 11:51:54 |
danfe |
Improve port description. |
1.1.0.1_4 16 Dec 2009 11:50:10 |
danfe |
Take maintainership of my favorite IRC client and clean up Makefile a
little. No functional changes. |
1.1.0.1_4 04 Dec 2009 02:38:52 |
linimon |
Reinstate maintainer at his request. |
1.1.0.1_4 26 Nov 2009 00:36:49 |
linimon |
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.
Requested by: maintainer |
1.1.0.1_4 04 Nov 2009 21:48:42 |
amdmi3 |
- Fix build on 9.0
PR: 140274
Submitted by: myself
Approved by: chris@officialunix.com (maintainer) |
1.1.0.1_4 19 Sep 2009 03:18:13 |
wxs |
- Pass maintainership to submitter
PR: ports/138955 ports/138956
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes |
1.1.0.1_4 28 Aug 2009 16:52:33 |
linimon |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
1.1.0.1_4 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
1.1.0.1_4 06 Jan 2009 01:45:56 |
beech |
- Fix IPv6 support is not built
- Bump portrevision
PR: ports/130213
Submitted by: Wes Morgan <morganw@chemikals.org> |
1.1.0.1_3 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.1.0.1_3 26 Jul 2008 20:43:40 |
beech |
- Fix plugins option
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision |
1.1.0.1_2 03 Jul 2008 00:21:56 |
beech |
- Add patch to fix core dump issue on amd64
- Bump portrevision
PR: ports/125108
Submitted by: Chris Pet <chrispetso@gmail.com> |
1.1.0.1_1 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.1.0.1_1 24 Mar 2008 22:48:24 |
beech |
- Use official MASTER_SITE (SF macro)
- Fix .placeholder
PR: ports/121925
Submitted by: Tilman Linneweh <arved@FreeBSD.org> |
1.1.0.1_1 30 Jan 2008 07:53:29 |
erwin |
Revert part of the previous commit that accidentily
prevented CATEGORIES from being additive for slave ports. |
1.1.0.1_1 28 Jan 2008 22:55:50 |
beech |
- Update to 1.1-final.
- Fix master_sites.
- Fix gcc-4.2 related errors.
- Makefile and pkg build cleanup.
PR: ports/120074
Submitted by: Brett Johnson <brett@define.net.au>
Approved by: linimon (mentor) |
1.1.0.1 15 Aug 2007 08:48:13 |
beech |
- Update to 1.1.0.1
- Patches integrated upstream
Approved by: sat (mentor) |
1.1_1 08 Jun 2007 20:18:40 |
beech |
Fixed MASTER_SITES address, added mirror.
Changed MAINTAINER email address.
PR: ports/113448
Approved by: sat (mentor) |
1.1_1 28 May 2007 21:39:17 |
sat |
- Remove empty dir to pacify "pkg_add;pkg_delete"
Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit) |
1.1_1 28 May 2007 16:09:11 |
sat |
- Fixed options
- Removed 4.x only option (tcl)
- Pass maintainership to submitter
- Clean up
- Note that plugins are not gcc4-clean atm
PR: ports/112378 (based on)
Submitted by: Beech Rintoul <beech@alaskaparadise.com> |
1.1 05 Mar 2007 00:15:25 |
linimon |
Reset inactive maintainer due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.1 22 Jan 2007 11:21:09 |
arved |
Fix build with gcc41
PR: 106910
Approved by: maintainer timeout (1 month) |
1.1 08 May 2006 10:32:04 |
edwin |
remove USE_REINPLACE for all categories starting with I |
1.1 09 Apr 2006 12:51:49 |
arved |
Add patch to fix crash on startup on amd64/alpha.
Unmark IGNORE.
Submitted by: Goran Gajic
Tested on: sledge/beast
Approved by: maintainer timeout (3 months) |
1.1 30 Jan 2006 10:33:46 |
edwin |
SHA256ify
APproved by: krion@ |
1.1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.1 18 Apr 2005 19:32:02 |
novel |
- Unquote IGNORE message
- Pass maintainership to submitter
PR: 80073
Submitted by: Sylvio Cesar <sylvioc@gmail.com> |
1.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.1 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.1 27 Sep 2004 23:02:20 |
kris |
Correct case of IGNORE string
Approved by: portmgr (self) |
1.1 27 Sep 2004 23:01:26 |
kris |
s/BROKEN/IGNORE/ since the package builds but does not run.
Approved by: portmgr (self) |
1.1 11 Aug 2004 11:58:55 |
arved |
enable Hebrew support
PR: 70249
Submitted by: Amir Shalem <amir@boom.org.il>
Drop maintainership, I have been using irssi for more than a year. |
1.1 01 Aug 2004 18:59:26 |
arved |
Fix build with gcc34
PR: 69463
Submitted by: Michael Johnson <ahze@ahze.net>
Remove gpg sig checking code, the key has expired and the code has too
many flaws. |
1.1 26 Jun 2004 17:52:03 |
arved |
Update WWW. bitchx.com now points to an anti-Bush site *hm* |
1.1 20 May 2004 18:15:33 |
arved |
Remove dead MASTERSITE |
1.1 19 Apr 2004 07:50:04 |
arved |
Strip binaries
Submitted by: michael johnson <ahze@ahze.net> |
1.1 30 Mar 2004 13:48:02 |
arved |
Fix plist[1]
Fix build if ncurses are installed[2]
PR: 64924[2]
Reported by: michael johnson <ahze@ahze.net> [2]
Reported by: bento via kris via clive[1] |
1.1 28 Mar 2004 14:35:13 |
arved |
Update to 1.1
portlint |
1.0c19_4 18 Mar 2004 15:17:40 |
arved |
Add SIZE
Submitted by: trevor |
1.0c19_4 04 Feb 2004 06:50:04 |
marcus |
Add WANT_GNOME to fix make index. |
1.0c19_4 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0c19_3 20 Jan 2004 14:47:08 |
arved |
#Disable Options stuff, yes, it helps to read ports@ before committing. |