notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/webalizer/Makefile

Number of commits found: 125 (showing only 100 on this page)

1 | 2  »  

Thursday, 11 Jan 2024
16:26 Dirk Meyer (dinoex) search for other commits by this committer
www/webalizer: use ${PREFIX}/share/man
commit hash: 94648d806d59dd0e4690c27233c6c254c7252396 commit hash: 94648d806d59dd0e4690c27233c6c254c7252396 commit hash: 94648d806d59dd0e4690c27233c6c254c7252396 commit hash: 94648d806d59dd0e4690c27233c6c254c7252396 94648d8
Sunday, 3 Dec 2023
09:14 Dirk Meyer (dinoex) search for other commits by this committer
www/webalizer: cleanup MASTER_SITES
commit hash: 6521b052b575b62e740594a7502594752cc2e79c commit hash: 6521b052b575b62e740594a7502594752cc2e79c commit hash: 6521b052b575b62e740594a7502594752cc2e79c commit hash: 6521b052b575b62e740594a7502594752cc2e79c 6521b05
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 4 May 2020
21:31 dinoex search for other commits by this committer
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
Original commitRevision:533989 
10:58 dinoex search for other commits by this committer
- use new port net/webalizer-geodb
Original commitRevision:533913 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 17 May 2019
12:07 pkubaj search for other commits by this committer
www/geolizer: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to www/webalizer when using GEOIP option:
/usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'mmdb_uint128_t'
/usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list
before 'mmdb_uint128_t'

Approved by:	mentors (implicit approval)
Original commitRevision:501859 
Friday, 10 May 2019
05:22 dinoex search for other commits by this committer
- update geodb-20190501
Original commitRevision:501154 
Thursday, 4 Apr 2019
21:54 dinoex search for other commits by this committer
- update geodb
Original commitRevision:497869 
Saturday, 23 Mar 2019
10:23 dinoex search for other commits by this committer
- udpate geodb-20190301
Original commitRevision:496633 
Monday, 4 Feb 2019
15:18 dinoex search for other commits by this committer
- update geodb-20190201
Original commitRevision:492140 
Saturday, 19 Jan 2019
07:39 dinoex search for other commits by this committer
- update geodb
Original commitRevision:490710 
07:08 dinoex search for other commits by this committer
- fix option GEOIP to use GeoLite2-Country
Original commitRevision:490700 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Sunday, 6 May 2018
11:09 dinoex search for other commits by this committer
- use OPTIONS_SINGLE
Original commitRevision:469191 
Friday, 1 Dec 2017
07:19 antoine search for other commits by this committer
Cleanup LIB_DEPENDS on libpng
Original commitRevision:455251 
Wednesday, 22 Feb 2017
21:06 dinoex search for other commits by this committer
- bail out if not database is selected
Original commitRevision:434642 
Sunday, 19 Feb 2017
12:37 dinoex search for other commits by this committer
- new option IP_AS_HOSTNAME
- make portlint happier

- update to webalizer-geodb-20170201
PR:		217119
Original commitRevision:434401 
Monday, 14 Nov 2016
05:31 dinoex search for other commits by this committer
- fix purge with option BDB1
PR:		214483
Original commitRevision:426083 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Original commitRevision:419843 
Wednesday, 20 Jul 2016
09:33 dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Original commitRevision:418829 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 7 Mar 2016
07:55 marino search for other commits by this committer
www/webalizer: Fix nearly 8-year old typo in MASTER_SITES

Nobody noticed because apparently the framework filters out
bad urls like "MASTER_SITES=".

Approved by:	just-fix-it
Original commitRevision:410506 
Thursday, 8 Oct 2015
03:54 dinoex search for other commits by this committer
- update to geodb-20150901
Original commitRevision:398793 
Friday, 10 Apr 2015
21:12 mat search for other commits by this committer
Don't let webalizer change name when GEOIP is enabled.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:383765 
Saturday, 22 Nov 2014
22:31 dinoex search for other commits by this committer
- update geolizer db to 20141101
Original commitRevision:373109 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Original commitRevision:365599 
Monday, 11 Aug 2014
17:05 adamw search for other commits by this committer
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:364628 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Tuesday, 15 Jul 2014
17:09 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361980 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Saturday, 5 Apr 2014
11:54 dinoex search for other commits by this committer
- use OPTIONS_DEFAULT in slave ports
Original commitRevision:350220 
Friday, 29 Nov 2013
04:19 dinoex search for other commits by this committer
- use STAGEDIR
Original commitRevision:335144 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Saturday, 31 Aug 2013
14:12 dinoex search for other commits by this committer
- update to 2.23-08
Original commitRevision:325810 
Friday, 9 Aug 2013
20:01 dinoex search for other commits by this committer
- update geodb-20130801
Original commitRevision:324460 
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Sunday, 30 Dec 2012
09:33 dinoex search for other commits by this committer
- fix wording of option
Submitted by:	Alexander Sheiko
Original commitRevision:309657 
09:32 dinoex search for other commits by this committer
- fix wording of option
Submitted by:	Alexander Sheiko

- update geodb
Original commitRevision:309656 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Sunday, 16 Sep 2012
16:35 dinoex search for other commits by this committer
- use OPTIONS_DEFINE
- option GEODB defaults to bdb4
- update GEODB
- extend OPTIONS
Original commitRevision:304366 
Friday, 8 Jun 2012
08:47 dinoex search for other commits by this committer
- revert last commit.
Code had no effect. If it has effect it would breal all existing dns caches
PR:             164127
Original commit
01:13 adamw search for other commits by this committer
The GeoDB is Berkeley DB-based, and requires bdb support at runtime.

PORTREVISION bumped to bring in the extra dependency.

PR:                     ports/164127
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 12 Jan 2012
15:54 dinoex search for other commits by this committer
- update to geodb-20120101
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 21 Apr 2011
05:13 dinoex search for other commits by this committer
- fix build WEBALIZER_LANG=ukrainian
Original commit
Tuesday, 19 Apr 2011
05:11 dinoex search for other commits by this committer
- update to 2.23-05
Original commit
Wednesday, 2 Feb 2011
06:31 dinoex search for other commits by this committer
- fix regression in HideURL
Reported by:    Alexander Sheiko
Feature safe:   yes
Original commit
Friday, 14 Jan 2011
12:20 dinoex search for other commits by this committer
- update to 2.23-04
Feature safe:   yes
Original commit
Friday, 4 Jun 2010
13:49 dinoex search for other commits by this committer
LICENSE GPLv2
Original commit
07:25 dinoex search for other commits by this committer
- update WITH_GEODB to geodb-20100601
- allow new version of Berkeley DB
Original commit
Wednesday, 7 Apr 2010
04:32 dinoex search for other commits by this committer
- update WITH_GEODB to geodb-20100401
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
12:40 dinoex search for other commits by this committer
- update option WITH_GEODB to 20100201
Original commit
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 17 Nov 2009
20:33 dinoex search for other commits by this committer
- update geodb-20091101
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Monday, 6 Jul 2009
07:52 dinoex search for other commits by this committer
- update webalizer-geodb-20090701
Original commit
Monday, 4 May 2009
22:46 dinoex search for other commits by this committer
- update geodb-20090501
Original commit
Sunday, 25 Jan 2009
10:13 dinoex search for other commits by this committer
- support all options in Makefile.local
Original commit
09:45 dinoex search for other commits by this committer
- update to 2.21-02
Original commit
Saturday, 17 Jan 2009
11:32 dinoex search for other commits by this committer
- new OPTION MAXURLH
PR:             130100
Suggested by:   Jeremy Chadwick

- update geodb-20090101
Original commit
Friday, 19 Dec 2008
18:40 dinoex search for other commits by this committer
- upate to 2.20-03
- update geodb to 20080801
Original commit
Tuesday, 12 Aug 2008
16:36 dinoex search for other commits by this committer
- fix WITH_GEODB without WITH_BDB
Submitted by:   Nicolas Rachinsky

- update GeoDB.dat
Original commit
Tuesday, 5 Aug 2008
19:33 dinoex search for other commits by this committer
- add patches for WEBALIZER_LANG=ukrainian
Original commit
Tuesday, 22 Jul 2008
07:15 dinoex search for other commits by this committer
- support bzip2 compressed logfiles
Submitted by:   ache (Andrey Chernov)
Original commit
Friday, 18 Jul 2008
18:17 dinoex search for other commits by this committer
- new values for WEBALIZER_LANG:
  albanian arabic lithuanian thai
- fix fetch for WITH_GEODB
- updated country icons
- build with 4.x berkley db
Original commit
04:16 dinoex search for other commits by this committer
- new option WITH_GEODB
Original commit
Thursday, 17 Jul 2008
14:08 dinoex search for other commits by this committer
- update to 2.20-01
Original commit
Friday, 30 May 2008
17:09 dinoex search for other commits by this committer
- use PORTEXAMPLES
Original commit
Thursday, 17 Jan 2008
09:07 dinoex search for other commits by this committer
- fix build of japanese language
- cosmetic changes to make portlint happier
PR:             119715
Submitted by:   TAKATSU Tomonari
Original commit
Monday, 14 Jan 2008
09:24 dinoex search for other commits by this committer
- new option WITH_WEBALIZER_LOWERCASE_SEARCH
lowercase search strings like in unpathced webalizer
default is to not lowercase search strings to honor intenational charsets.
Submitted by:   Frank Altpeter

- adding default HTMLHead to sample.conf
HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Reported by:    Lapo Luchini
Original commit
Friday, 25 May 2007
04:07 dinoex search for other commits by this committer
- new option WITHOUT_WEBALIZER_FULLREFS
default now shows full references
Submitted by:   Andrey Chernov
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 3 Apr 2007
14:49 dinoex search for other commits by this committer
- update flags for geolizer
Original commit
Sunday, 25 Mar 2007
11:44 dinoex search for other commits by this committer
- fix option WITH_GEOIP
PR:             110761
Submitted by:   Leonhard Wimmer
Original commit
Saturday, 10 Mar 2007
17:04 dinoex search for other commits by this committer
- fix unescape bug for default
Submitted by:   Andrey Chernov
Original commit
Saturday, 10 Feb 2007
22:38 dinoex search for other commits by this committer
- move imgaes for geolizer
Suggested by: Andrey Chernov
Original commit
06:27 dinoex search for other commits by this committer
- update option WITH_GEOIP (geolizer)
- added icons for countrys
Suggested by: Andrey Chernov
Original commit
Monday, 14 Aug 2006
22:26 shaun search for other commits by this committer
Chase GeoIP shared library version bump.
Original commit
Sunday, 20 Nov 2005
09:10 dinoex search for other commits by this committer
- Security Fix
Submitted by:   Andrey Chernov
Original commit
Monday, 5 Sep 2005
11:58 dinoex search for other commits by this committer
- fix geolizer option
Submitted by:   Andrey Chernov
Original commit
Sunday, 4 Sep 2005
15:46 dinoex search for other commits by this committer
- add geolizer patches
(merge from www/geolizer)
Suggested by: Steve Clement, David Raison
Reviewed by:    Andrey Chernov
Original commit
Monday, 18 Jul 2005
10:46 dinoex search for other commits by this committer
- Correct the spelling of word "slovak"
PR:             83632
Submitted by:   Juraj Lutter
Original commit
Sunday, 7 Nov 2004
05:19 dinoex search for other commits by this committer
- fix spelling
Reported by: Nikolaj Karpov
Original commit
Sunday, 17 Oct 2004
06:10 dinoex search for other commits by this committer
- support JIS SJIS EUC UTF-8
PR:             72776
Submitted by:   Fumihiko Kimura
Obtained from:  Dr. URASHIMA Akira
Original commit
Friday, 15 Oct 2004
21:03 ache search for other commits by this committer
Register CONFLICTS with geolizer-2*
Original commit
Sunday, 19 Oct 2003
19:21 dinoex search for other commits by this committer
- remove COPYING
Original commit
Thursday, 4 Sep 2003
06:46 dinoex search for other commits by this committer
- Fix option GD_PORT
Original commit
Monday, 18 Aug 2003
16:15 nork search for other commits by this committer
o Main modification
  graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:             ports/54540
Submitted by:   Ports Fury
Approved by:    maintainer (blanket)
Reported by:    bento via kris [1]
Original commit
Tuesday, 8 Jul 2003
03:28 dinoex search for other commits by this committer
- add patch lowercase-url-bug.patch from MASTER_SITTE
Original commit
Tuesday, 1 Jul 2003
17:02 dinoex search for other commits by this committer
- New option GD_PORT
- fix version of shared lib after gd changes.
- allow to build without X11 again
Original commit
Friday, 21 Feb 2003
04:07 dinoex search for other commits by this committer
- Add COMMENT
Original commit

Number of commits found: 125 (showing only 100 on this page)

1 | 2  »