Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3_14 24 Jan 2024 10:20:14 |
Muhammad Moinur Rahman (bofh) |
archivers/libcomprex: Impelled to share/man |
0.3.3_13 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 |
0.3.3_13 30 Sep 2023 15:10:21 |
Muhammad Moinur Rahman (bofh) |
archivers/libcomprex: Adopt port
- Pet portclippy
- Utilize USES=localbase |
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.3.3_13 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.3.3_13 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.3.3_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.3_13 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.3.3_12 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.3.3_12 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
0.3.3_12 20 Aug 2014 12:32:33 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.3.3_11 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.3.3_11 04 Jul 2014 20:08:27 |
rakuco |
<OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead. |
0.3.3_10 03 Jul 2014 19:06:07 |
adamw |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket) |
0.3.3_10 05 May 2014 10:46:25 |
tijl |
Remove libtool patching. |
0.3.3_10 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.3.3_9 05 Feb 2014 13:17:25 |
bapt |
Strip binaries
USES=libtool
Use options helpers |
0.3.3_8 25 Sep 2013 03:05:42 |
vanilla |
Support stage. |
0.3.3_8 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.3.3_8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.3.3_8 08 May 2013 16:00:32 |
sunpoet |
- Cleanup Makefile
- Restore mis-removed tab between USES= and pathfix |
0.3.3_8 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.3.3_8 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.3.3_8 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.3.3_8 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.3.3_8 23 Jul 2012 01:33:56 |
dougb |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
0.3.3_8 05 Jun 2012 20:27:31 |
sylvio |
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: ports/168587
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.3.3_8 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.3.3_8 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.3.3_8 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.3.3_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.3.3_8 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.3.3_7 04 Nov 2009 15:36:39 |
amdmi3 |
- Fix build on 9.0 |
0.3.3_7 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.3.3_7 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.3.3_5 06 Jun 2008 13:02:32 |
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.3.3_4 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.3.3_4 14 Aug 2006 09:56:58 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g |
0.3.3_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.3_4 24 Jan 2006 04:05:15 |
kris |
BROKEN with WITHOUT_NLS: Does not build without gettext |
0.3.3_4 23 Nov 2005 23:37:45 |
pav |
- Add SHA256 |
0.3.3_4 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.3.3_4 14 Nov 2005 10:56:29 |
edwin |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4. |
0.3.3_4 31 May 2005 15:32:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
0.3.3_4 15 Aug 2004 16:14:03 |
arved |
Fix build with gcc 3.4 |
0.3.3_4 23 Jun 2004 09:23:16 |
vs |
libcurl no longer provides formparse() -> disable curl-support. |
0.3.3_3 15 Jun 2004 11:05:56 |
kris |
BROKEN: Broken pkg-plist |
0.3.3_3 07 Jun 2004 10:47:41 |
kris |
Re-bump the curl shared library version.
Pointy hat to: ade |
0.3.3_3 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
0.3.3_3 03 Jun 2004 22:41:40 |
roam |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports. |
0.3.3_2 25 Mar 2004 12:16:56 |
kris |
Support WITHOUT_NLS |
0.3.3_2 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.3.3_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.3.3_1 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.3.3_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.3.3_1 29 Oct 2003 09:13:26 |
krion |
- Add *.la files for loadable module support
- Bump PORTREVISION
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.3.3 28 Oct 2003 21:19:59 |
krion |
- Update to version 0.3.3
PR: 58620
Submitted by: Ports Fury |
0.3.2_2 26 Oct 2003 22:44:49 |
kris |
portlint (switch back to USE_LIBTOOL). I'm not sure why this was
changed in the libtool megapatch, but it seems to work now. |
0.3.2_2 26 Oct 2003 21:58:50 |
kris |
portlint (fix whitespace) |
0.3.2_2 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.3.2_1 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.3.2_1 26 Jun 2003 22:58:32 |
ade |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
0.3.2 20 Feb 2003 16:44:17 |
knu |
De-pkg-comment. |
0.3.2 02 Feb 2003 12:59:04 |
nork |
Update to 0.3.2.
PR: ports/47324
Submitted by: Ports Fury
Reviewed by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
0.3.1 31 May 2002 08:12:24 |
ijliao |
upgrade 0.3.1 |
0.3.0 12 May 2002 05:57:27 |
ijliao |
upgrade to 0.3.0 |
18 Dec 2001 04:08:01 |
pat |
Fix plist |
23 Nov 2001 17:30:56 |
ijliao |
- Conditionalize bzip2 dependencies - Fix pkg-plist |
21 Nov 2001 18:03:45 |
ijliao |
add libcomprex Transparently handles automatic compression and decompression
of files |