non port: security/fwbuilder/Makefile |
SVNWeb
|
Number of commits found: 130 (showing only 100 on this page) |
Mon, 26 Jun 2023
|
[ 18:41 Cy Schubert (cy) ] d4a4465
security/fwbuilder: Deprecate abaondonware
fwbuilder fails to build for many errors due to enforced C++17
standard, i.e. throw. In addition, fwbuilder was abandoned by its
original author when he got a job with a firewall company. Since
then it's maintenance was assumed by someone on github. Unfortunately,
he made a few tweaks but failed to make any other commits since
January 2021. Therefore this port is flagged as broken under 14-CURRENT
and deperecated. It will be removed at the end of 2023Q3.
I had stopped using this port a few years ago because it didn't support
IPv6. I was hoping whoever did take on upstream maintainership on GH
would implement IPv6 support. But they didn't. Therefore I am dropping
maintainership as well.
|
Sun, 11 Sep 2022
|
[ 14:41 Cy Schubert (cy) ] 8fd88fa
security/fwbuilder: Point to new WWW on github
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
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) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
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.
|
Wed, 18 Mar 2020
|
[ 02:20 linimon ] (Only the first 10 of 17 ports in this commit are shown above. )
Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)
While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Jan 2019
|
[ 20:15 cy ]
Add missing qt5 dependency.
Reported by: pi@
MFH: 2019Q1
|
Sat, 29 Dec 2018
|
[ 04:14 cy ]
Add QT5 buildtools to the mix.
|
Thu, 27 Dec 2018
|
[ 12:34 mat ]
Fix USE_GITHUB usage.
|
[ 02:44 cy ]
Problem:
QT4 support is deprecated and will be removed in March 2019.
fwbuilder upline is no longer supported.
Solution:
Use the fwbuilder fork on github. This:
- updates fwbuilder from 5.1.0 to 5.3.7.
- uses QT5.
- is supported.
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Fri, 8 Jun 2018
|
[ 03:53 linimon ]
Mark as broken on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 17 Jan 2018
|
[ 03:46 cy ]
clang 6 is full of surprises. Fix build on 12-CURRENT 1200056.
|
Tue, 11 Apr 2017
|
[ 15:21 mat ] (Only the first 10 of 31 ports in this commit are shown above. )
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sun, 18 Dec 2016
|
[ 22:06 tcberner ] (Only the first 10 of 33 ports in this commit are shown above. )
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
|
Thu, 4 Aug 2016
|
[ 19:25 marino ]
security/fwbuilder: Fix bad RUN_DEPENDS specification for rcs
The fwbuilder makefile specifies devel/rcs as a run dependency for
FreeBSD 10 and later, but the specification is ignored on a stock
FreeBSD 10.3 installed from an ISO. At some point rcs was removed
before FreeBSD-10 release, but it seems to have been put back and
controlled with a build knob, so it may or may not be present on
FreeBSD 10 or later.
Change the test from checking OSVERSION to checking for the existence
of /usr/bin/rcs. It's a better chek and it fixes a potential dependency
mismatch issue between the port and the built package.
While here, change RUN_DEPENDS= to RUN_DEPENDS+= to avoid a potential
overwrite of existing values.
Approved by: infrastructure blanket (redundant deps work)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 20 Apr 2015
|
[ 15:44 tijl ]
Run included autogen.sh instead of autoreconf because it will also copy
config.sub and config.guess
Reported by: antoine
|
Sat, 18 Apr 2015
|
[ 12:58 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Fri, 4 Jul 2014
|
[ 22:17 adamw ] (Only the first 10 of 14 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Sat, 31 May 2014
|
[ 19:29 antoine ]
Unbreak
|
Fri, 30 May 2014
|
[ 00:26 cy ]
Stagify. Modernize.
|
Mon, 26 May 2014
|
[ 12:50 miwi ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Sun, 6 Oct 2013
|
[ 04:23 cy ]
With the impending removal of rcs from base/head/, add new rcs 5.7 port
which is compatible with the soon to be removed rcs (5.7) in base/ and make
security/fwbuilder (which will not work with any rcs newer than 5.7)
depend on it.
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 11 Sep 2013
|
[ 00:48 cy ]
On installations that have devel/rcs (GNU rcs) installed, fwbuilder fails
to check in udates to its .fwb files (they are saved but not checked into its
RCS database). This patch prefers rcs in base (/usr/bin/rcs) over GNU rcs
(/usr/local/bin/rcs).
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
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
|
Tue, 24 Apr 2012
|
[ 20:22 cy ]
Update 5.0.1 ---> 5.1.0
|
Fri, 30 Dec 2011
|
[ 23:02 cy ]
Update 5.0.0 --> 5.0.1
Feature safe: yes
|
Sat, 19 Nov 2011
|
[ 00:50 cy ]
Adjust -devel bits for use in -devel version of this port.
Feature safe: yes
|
Tue, 15 Nov 2011
|
[ 04:30 cy ]
Set default DEVEL option (documentation).
Add version 4 to conflicts.
Adjust version 5 nightly builds URL for devel version of this Makefile.
Feature safe: yes
|
Mon, 14 Nov 2011
|
[ 20:54 cy ]
Update 4.2.2 --> 5.0.0
Feature safe: yes
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 11 Sep 2011
|
[ 23:21 cy ]
Now builds under 9.0-CURRENT.
|
Thu, 28 Jul 2011
|
[ 12:43 sylvio ] (Only the first 10 of 42 ports in this commit are shown above. )
- Chase net-snmp shlib version bump.
|
Thu, 12 May 2011
|
[ 05:40 cy ]
Update 4.2.1 --> 4.2.2. This is a bugfix release.
Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline)
|
Wed, 11 May 2011
|
[ 04:12 cy ]
Update 4.2.0 --> 4.2.1. This is a bugfix release.
Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline)
|
Tue, 3 May 2011
|
[ 03:14 cy ]
Update 4.1.3 --> 4.2.0.
Libfwbuilder has been merged into fwbuilder.
|
Wed, 9 Feb 2011
|
[ 05:51 cy ]
Update 4.1.2 --> 4.1.3
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Sun, 10 Oct 2010
|
[ 20:35 cy ]
Update 4.1.1 --> 4.1.2
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Wed, 25 Aug 2010
|
[ 04:50 cy ]
Update 4.0.1 --> 4.1.1
|
Sun, 30 May 2010
|
[ 18:15 cy ]
Fix build error.
|
Tue, 25 May 2010
|
[ 05:54 cy ]
Update 4.0.0 --> 4.0.1.
|
Mon, 24 May 2010
|
[ 01:55 cy ]
Fix an autotools dependency issue.
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
|
Fri, 14 May 2010
|
[ 04:34 cy ]
Add AUTOTOOLS dependency when using packages as opposed to ports
to satisfy dependencies.
|
Wed, 12 May 2010
|
[ 04:50 cy ]
Resolve autotools issue.
Thanks to: pointyhat
|
Wed, 5 May 2010
|
[ 03:38 cy ]
Update 3.0.7 --> 4.0.0.
|
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
|
Sat, 20 Mar 2010
|
[ 15:01 miwi ]
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Tue, 27 Oct 2009
|
[ 20:12 cy ]
Incorporate a fix for fwbuilder commit #2844561 which introduced a bug
when generating IP Filter statements for bi-directional filtering.
|
Sun, 20 Sep 2009
|
[ 05:31 cy ]
Update 3.0.5 --> 3.0.7 which fixes a security issue with generated iptables
scripts when used to generate static routing configurations.
Feature safe: Yes
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Tue, 30 Jun 2009
|
[ 05:37 cy ]
Author re-released 3.0.5 based on build 1116 to fix a small last minute bug.
PR: 136167
|
Mon, 22 Jun 2009
|
[ 21:45 cy ]
Update 3.0.4 --> 3.0.5
PR: 135924
|
Mon, 25 May 2009
|
[ 02:08 cy ]
Fix QT4 dependencies
PR: 134904
Submitted by: makc
|
Mon, 4 May 2009
|
[ 03:46 cy ]
Update from build 778 to build 793. This fixes PR 134178.
PR: 134178
|
Mon, 27 Apr 2009
|
[ 20:31 cy ]
Update to 3.0.4.
|
Tue, 9 Dec 2008
|
[ 19:42 cy ]
Update to 3.0.3 (release, aka build 688).
|
Mon, 8 Dec 2008
|
[ 21:21 cy ]
Update to 3.0.3 Build 687.
|
Sat, 6 Dec 2008
|
[ 21:27 cy ]
Update 3.0.2 Build 676 to 3.0.3 Build 683 (3.0.3 prerelease) to fix an
IPv6 address issue in address and network objects.
|
Fri, 28 Nov 2008
|
[ 23:26 cy ]
Update to 3.0.2 Build 676. This repairs PR 129204.
PR: 129204
|
Tue, 25 Nov 2008
|
[ 18:59 cy ]
Update 3.0.0 --> 3.0.2
|
Sat, 18 Oct 2008
|
[ 00:02 cy ]
Add qt4-rcc as a prerequisite.
|
Tue, 30 Sep 2008
|
[ 20:05 cy ]
Fixup CONFLICTS and dependencies.
|
Fri, 19 Sep 2008
|
[ 00:45 cy ]
Fix configure brokenness.
Submitted by: gahr
Approved by: portsmgr (pav)
|
Wed, 3 Sep 2008
|
[ 17:15 cy ]
Display a message suggesting that users back up their fwbuilder database
files prior to invoking fwbuilder after an upgrade.
|
Tue, 2 Sep 2008
|
[ 21:32 cy ] (Only the first 10 of 14 ports in this commit are shown above. )
Welcome fwbuilder and libfwbuilder 3.0.0, replacing 2.1.19. The old version
is deprecated and scheduled for deletion as it is no longer supported by its
author.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 6 Jun 2008
|
[ 14:01 edwin ] (Only the first 10 of 129 ports in this commit are shown above. )
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)
|
Mon, 26 May 2008
|
[ 22:08 cy ]
NOPORTDOCS (r1.41) is not supported by the base release of fwbuilder.
Mark the port BROKEN when NOPORTODOCS is specified.
|
Fri, 23 May 2008
|
[ 18:05 cy ]
Update 2.1.17 --> 2.1.19
|
Sun, 6 Apr 2008
|
[ 02:46 cy ]
Update 2.1.16 --> 2.1.17
PR: 122472
Submitted by: "Beat G\xe4tzi" <beat@chruetertee.ch>
|
Thu, 27 Mar 2008
|
[ 10:58 kuriyama ] (Only the first 10 of 42 ports in this commit are shown above. )
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
|
Thu, 20 Mar 2008
|
[ 10:03 pav ] (Only the first 10 of 74 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Sun, 20 Jan 2008
|
[ 18:11 cy ]
Update 2.1.14 --> 2.1.16
|
Wed, 3 Oct 2007
|
[ 12:19 edwin ]
[PATCH] security/fwbuilder: cleanup non-supported FreeBSD versions
- removed support to 4.X (EOL)
- add correct NOPORTDOCS
PR: ports/111822
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer timeout
|
Thu, 20 Sep 2007
|
[ 22:46 cy ]
Make the Protocol Helpers advanced settings window aesthetically
pleasing once again.
|
Wed, 19 Sep 2007
|
[ 22:48 cy ]
Add support for Kerberos 5 kshell and Kerberos 4 ekshell using the IP Filter
rcmd proxy.
|
Tue, 11 Sep 2007
|
[ 23:12 cy ]
Update 2.1.13 --> 2.1.14
|
Thu, 23 Aug 2007
|
[ 23:16 cy ]
Update 2.1.12 --> 2.1.13
|
Mon, 9 Jul 2007
|
[ 22:11 cy ]
Update 2.1.11 --> 2.1.12
|
Wed, 30 May 2007
|
[ 17:15 cy ]
Update 2.1.8 --> 2.1.11
|
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, 13 Feb 2007
|
[ 00:16 pav ] (Only the first 10 of 77 ports in this commit are shown above. )
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
|
Thu, 11 Jan 2007
|
[ 00:55 cy ]
Mark broken under 4.X.
|
Mon, 11 Dec 2006
|
[ 02:13 cy ]
Record checksum of final distfile from author.
Portlint fixups.
PR: TBA
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
Number of commits found: 130 (showing only 100 on this page) |