Bradley Giesbrecht
- Nicknames: pixilla
- E-Mail: pixilla AT macports.org
- User Repository: pixilla
Reported Tickets
Assigned Tickets
- #32662
- netbsd-iscsi-initiator
- #33188
- netbsd-iscsi-lib @2.0.3 Compile (clang) cast failure
- #34063
- pear-XML_Util- installer/bin/pear: No such file or directory
- #34357
- sqlgrey - make port independent on perl version installed
- #34415
- dbus-devel: build fails
- #34538
- Soprano 2.7.4 fails to build in Lion
- #34552
- mysql55 - using builtin readline breaks building
- #34587
- mysql55 port needs a few fixes.
- #34620
- pear-Archive_Tar @1.3.7: Exit code: 127
On CC
- #14699
- spread: Update to version 4
- #15114
- dvdrtools should be updated to 0.3.1
- #25180
- SpamAssassin 3.3?
- #25751
- mysql5-devel: update to latest version
- #26970
- devel/dbus non-root daemon does not load on 10.4
- #27649
- ntfs-3g: show mount in finder
- #29730
- tortoisehg: add launcher icon and gui ssh-askpass
- #29763
- *_select framework does not apply to Perl: fix provided
- #30088
- dbus links with dbus-glib, fails to build when it has different archs
- #31597
- Gnucash fails to find libicui18n.46.dylib after latest upgrade to icu 4.8.1
- #33780
- KDE: system settings app missing
- #33824
- py-mysql should be updated to allow mysql55
- #33891
- shenidam port request
- #34235
- mysql-connector-cpp examples can't be build
- #34284
- kmymoney4(-devel) can't find phonon 4.6.0 library
- #34349
- dbus 1.4.20_0 +startupitem activation error
- #34359
- dbus: Image error: /Library/LaunchDaemons/org.freedesktop.dbus-system.plist already exists and does not belong to a registered port.
- #34490
- Error during mariaDb building process.
- #34507
- make unified php ports
- #34584
- php5-unit and dependencies: use PEAR port naming conventions
- #34617
- make all ports independent of which version of Perl is installed or the major one
Ports
Misc
Above list created with "$ mp-trac-user-ports pixilla":
$cat mp-trac-user-ports
#!/bin/sh
echo "||'''Port'''||'''Category'''||'''Repository'''||'''Tickets'''||"; \
for name in $(port echo "maintainer:(\W|^)$1(\W|$)"); do \
svn info $(port file $name) 2>&1 \
| grep -B 20 -E "^Revision" \
| grep -E '^URL: https?://svn.macports.org/repository/macports/' \
| sed -E \
-e 's|^URL: https?://svn.macports.org/repository/macports/||' \
-e 's|/Portfile$||' \
| awk -v NAME=$name 'BEGIN \
{ FS = "/" } ; \
{ printf "||[source:"$0" "NAME"]||[source:" } ; \
{ \
for (x=1; x<NF; x++) { \
printf "%s", $x ; \
if (x != NF-1) printf "/" \
} \
} ; \
{ printf " "$(NF-1)"]||[source:" } ; \
{ \
for (x=1; x<NF-1; x++) { \
printf "%s", $x ; \
if (x != NF-2) printf "/" \
} \
} ; \
{ printf " "$(NF-3)"]||||[[TicketQuery(port="NAME"&status=new|assigned|reopened)]]||\n" } ; \
' ;
done

