Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.35_4 13 Apr 2024 20:42:30 |
Vladimir Druzenko (vvd) |
*/*: remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
0.2.35_4 05 Mar 2024 23:35:45 |
Vladimir Druzenko (vvd) |
devel/libzvbi: Move man pages to share/man
Approved by: portmgr (blanket) |
0.2.35_3 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) |
0.2.35_3 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 ) |
0.2.35_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.35_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.35_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.35_3 07 Feb 2016 16:26:01 |
jbeich |
devel/libzvbi: modernize
- Pass -DLIBICONV_PLUG [1]
- Make NLS optional [2]
- Convert to USES=localbase
- Don't try to detect Doxygen
- Strip binaries
- Drop unused USES=pkgconfig
- Define LICENSE
PR: 206966
Reported by: vvd@unislabs.com (via koobs) [1]
Approved by: oliver (maintainer) [1][2], portmgr blanket |
0.2.35_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.2.35_1 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.2.35_1 20 Aug 2014 00:25:18 |
grembo |
Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by: bdrewery
Approved by: bdrewery |
0.2.35_1 01 Aug 2014 12:54:46 |
amdmi3 |
- Switch devel/libzvbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.2.35 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.2.35 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 ) |
0.2.35 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
0.2.35 27 Jan 2014 08:48:34 |
bapt |
Support stage
Remove directories not in the mtree
Modernize LIB_DEPENDS |
0.2.35 18 Oct 2013 06:24:04 |
oliver |
update to 0.2.35 |
0.2.34 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Sep 2013 06:45:48
|
bapt |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
0.2.34 12 Aug 2013 09:27:35 |
oliver |
update libzvbi to 0.2.34 |
0.2.33_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.2.33_4 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
0.2.33_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.2.33_3 15 Dec 2011 06:52:42 |
oliver |
fix compilation with clang
Submitted by: rdivacky |
0.2.33_3 09 Dec 2011 12:04:44 |
oliver |
fix CLANG-build
PR: ports/160921
Feature safe: yes |
0.2.33_2 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 |
0.2.33_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.2.33_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.2.33_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.33 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.2.33 07 Sep 2008 11:14:43 |
oliver |
update to 0.2.33 |
0.2.32 27 Aug 2008 18:56:05 |
oliver |
update to 0.2.32 |
0.2.31 30 Jul 2008 18:23:29 |
oliver |
update to 0.2.31 |
0.2.30_1 06 Jun 2008 13:21:59 |
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) |
0.2.30 07 Mar 2008 14:50:46 |
oliver |
update libzvbi to 0.2.30 |
0.2.29 29 Feb 2008 20:47:05 |
oliver |
fix pkg-plist
Noted by: pointyhat |
0.2.29 28 Feb 2008 05:47:43 |
oliver |
update libzvbi to 0.2.29 |
0.2.25_1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.2.25_1 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}. |
0.2.25 09 Mar 2007 19:28:56 |
oliver |
update to 0.2.25 |
0.2.24 04 Dec 2006 18:11:21 |
oliver |
update to 0.2.24 |
0.2.23 08 Nov 2006 18:58:12 |
oliver |
update libzvbi to 0.2.23 |
0.2.22 01 Jun 2006 21:00:08 |
oliver |
update libzvbi to 0.2.22 |
0.2.21 15 May 2006 18:34:22 |
oliver |
update to 0.2.21 |
0.2.20 08 May 2006 19:47:30 |
oliver |
update to 0.2.20 |
0.2.19 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.2.19 15 Mar 2006 05:19:07 |
oliver |
update to 0.2.19 |
0.2.18_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.18 11 Feb 2006 13:04:30 |
oliver |
update to 0.2.18 |
0.2.17 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.2.17 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. |
0.2.17 08 Oct 2005 16:49:46 |
oliver |
update libzvbi to 0.2.17 |
0.2.16 26 May 2005 10:26:29 |
oliver |
update libzvbi port to 0.2.16 |
0.2.15 02 Apr 2005 09:41:51 |
oliver |
update to 0.2.15 |
0.2.14 05 Mar 2005 11:44:29 |
oliver |
update to 0.2.14 |
0.2.13 24 Jan 2005 14:05:03 |
oliver |
update libzvbi to 0.2.13 |
0.2.11 31 Dec 2004 11:36:46 |
oliver |
update to libzvbi 0.2.11 |
0.2.9 11 Nov 2004 17:05:51 |
oliver |
update to 0.2.9 |
0.2.8_1 19 Aug 2004 15:41:42 |
oliver |
install in PREFIX, not in X11PREFIX
USE_LIBTOOL_VER 15 (instead of 13)
Bump PORTREVISION |
0.2.8 12 May 2004 15:27:18 |
oliver |
update to 0.2.8 |
0.2.7 09 Apr 2004 13:17:19 |
oliver |
update to 0.2.7 |
0.2.6 05 Apr 2004 09:52:40 |
oliver |
update to 0.2.6 |
0.2.5_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.2.5_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.2.5_1 09 Feb 2004 17:39:28 |
oliver |
add a missing dependency to libunicode |
0.2.5_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.2.5 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.2.5 28 Oct 2003 07:43:43 |
oliver |
update libzvbi to 0.2.5 |
0.2.4_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.2.4 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.2.4 30 Jul 2003 18:07:17 |
oliver |
add INSTALLS_SHLIB, USE_LIBTOOL
s/freebsd/FreeBSD/ in MAINTAINER field |
0.2.4 18 May 2003 10:34:51 |
kris |
Back out previous commit; the build error was fixed already.
Apologies to: oliver |
0.2.4 18 May 2003 10:05:19 |
kris |
BROKEN on 5.1: does not compile |
0.2.4 17 May 2003 21:40:54 |
oliver |
Fix build on CURRENT
Submitted by: bento |
0.2.4 15 May 2003 14:08:03 |
oliver |
Add libzvbi, routines to access raw VBI capture devices
PR: 48809
Approved by: alex (mentor) |