Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1_9 04 Aug 2024 12:59:18 |
Rene Ladan (rene) |
audio/libsidplay2: Remove expired port
2024-07-31 audio/libsidplay2: Abandonware and superseded by audio/libsidplayfp |
2.1.1_9 06 Jun 2024 19:05:50 |
Daniel Engberg (diizzy) |
audio/libsidplay2: Deprecate and set expiration date to 2024-07-31
Abandonware, redirect users to audio/libsidplayfp |
2.1.1_9 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
2.1.1_9 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 ) |
2.1.1_9 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.1.1_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1_9 03 Jan 2021 15:30:33 |
rene |
audio/libsidplay2: several fixes and improvements
- fix build on architectures using GCC 6
- drop unused gmake dependency
- use DIST* instead of PORT*
PR: 252368
Submitted by: Daniel Engberg |
2.1.1_8 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 |
2.1.1_8 18 Jan 2015 19:40:27 |
tijl |
Compile libresidc.a with -fPIC. The library isn't installed but is linked
into libresid-builder.a which some ports (e.g. xmms2) want to link into
shared libraries so it must be compiled with -fPIC.
Silence a check-plist error while here.
Reported by: amdmi3 |
2.1.1_7 27 Dec 2014 17:53:11 |
tijl |
Enable -fPIC only for libresid-builder.a |
2.1.1_6 26 Dec 2014 19:36:41 |
riggs |
- Fix build break of ports expecting -fPIC for libsidplay2 on amd64
- Bump PORTREVISION of libsidplay2 and sidplay2 (package change)
PR: 195343
Submitted by: crest@sahiro.org
MFH: 2014Q4 |
2.1.1_5 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.1.1_5 02 Sep 2014 22:32:38 |
bapt |
pkg(8) already pack empty directories, no need to recreate them |
2.1.1_5 01 Sep 2014 18:58:35 |
tijl |
Patch *.pc files to replace ${libdir}/libfoo.la with "-L${libdir} -lfoo".
This fixes audio/sidplay2 after r366789.
Reported by: antoine |
2.1.1_4 31 Aug 2014 16:38:09 |
tijl |
Convert to USES=libtool and add INSTALL_TARGET=install-strip |
2.1.1_3 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.1.1_3 16 Feb 2014 20:17:56 |
crees |
ldconfig should find all the libs installed
PR: ports/186543 |
2.1.1_2 28 Dec 2013 20:57:32 |
antoine |
Stage support |
2.1.1_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
2.1.1_2 22 Apr 2013 23:19:09 |
bapt |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
2.1.1_2 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) |
2.1.1_2 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) |
2.1.1_2 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. |
2.1.1_2 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> |
2.1.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1.1_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1.1_2 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
2.1.1_2 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 |
2.1.1_2 02 Aug 2009 08:02:03 |
linimon |
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.
Hat: portmgr |
2.1.1_2 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) |
2.1.1_2 01 Oct 2006 02:56:04 |
alexbl |
- Unbreak on gcc 4.1
Approved by: novel (mentor, implicit)
Obtained from: Gentoo CVS repository |
2.1.1_2 13 Sep 2006 03:21:38 |
alexbl |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel |
2.1.1_2 10 Jun 2006 22:15:53 |
itetcu |
Don't be verbose when mkdir (forgotted from testing in previous commit).
Approved by: lawrance (mentor, implicit) |
2.1.1_2 10 Jun 2006 22:11:25 |
itetcu |
- Fix plist (create empty dir in pkg-plist).
- Pass maintainership to Alexander Botero-Lowry
- Bump PORTREVISION
Approved by: lawrance (mentor, implicit) |
2.1.1_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
2.1.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.1.1 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
2.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. |
2.1.1 24 Nov 2004 23:14:35 |
kris |
Add missing directory |
2.1.1 18 Aug 2004 18:11:00 |
krion |
Fix build with gcc-3.4
PR: ports/70627
Submitted by: Ports Fury |
2.1.1 16 Aug 2004 02:47:09 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
2.1.1 17 Jul 2004 17:01:17 |
krion |
Update to version 2.1.1
PR: ports/69184
Submitted by: Ports Fury |
2.1.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.0 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
2.1.0 17 Nov 2003 12:03:17 |
trevor |
USE_REINPLACE must be defined before REINPLACE_CMD may be used. |
2.1.0 30 Jul 2003 18:26:23 |
krion |
* Rearrange USE_GNOME
PR: 55051
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit) |
2.1.0 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
2.1.0 02 Feb 2003 12:20:17 |
nork |
correct *_DEPENDS.
PR: ports/47316
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Reviewed by: Ports Fury
Pointy hat to: myself |
2.1.0 02 Feb 2003 12:15:14 |
nork |
Update to 2.1.0.
PR: ports/47316
Submitted by: Ports Fury |
2.0.7_1 22 Dec 2002 17:30:31 |
ijliao |
- Do not install useless .la file
PR: 45919
Submitted by: Ports Fury |
2.0.7 18 Nov 2002 05:08:19 |
anders |
Update to version 2.0.7 after repo-copy from ports/audio/libsidplay. |